/* 
  Akee Collection - Royal Blue Brand Design System
  Theme: Royal Blue (#2563EB / #3B82F6 / #00D2FF) & Dark Navy (#0A0F1D)
  Icons: SVG Vector Icons (No Emojis)
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

/* ===== DARK THEME (Default) ===== */
:root,
[data-theme="dark"] {
  --bg-dark: #0A0F1D;
  --bg-surface: #111827;
  --bg-card: #1E293B;
  --bg-card-hover: #26354D;
  --glass-bg: rgba(30, 41, 59, 0.75);
  --glass-border: rgba(255, 255, 255, 0.12);
  --text-main: #F8FAFC;
  --text-muted: #94A3B8;
  --text-dim: #64748B;
  --header-bg: rgba(10, 15, 29, 0.92);
  --shadow-lg: 0 20px 25px -5px rgba(0,0,0,0.6), 0 8px 10px -6px rgba(0,0,0,0.5);
}

/* ===== LIGHT THEME ===== */
[data-theme="light"] {
  --bg-dark: #F0F4FF;
  --bg-surface: #FFFFFF;
  --bg-card: #EEF2FF;
  --bg-card-hover: #E0E7FF;
  --glass-bg: rgba(238, 242, 255, 0.9);
  --glass-border: rgba(37, 99, 235, 0.15);
  --text-main: #0F172A;
  --text-muted: #475569;
  --text-dim: #94A3B8;
  --header-bg: rgba(240, 244, 255, 0.97);
  --shadow-lg: 0 20px 25px -5px rgba(37,99,235,0.12), 0 8px 10px -6px rgba(37,99,235,0.08);
}

[data-theme="light"] body {
  background-color: var(--bg-dark);
  color: var(--text-main);
}

[data-theme="light"] h1,
[data-theme="light"] h2,
[data-theme="light"] h3,
[data-theme="light"] h4,
[data-theme="light"] h5,
[data-theme="light"] h6,
[data-theme="light"] .brand-title,
[data-theme="light"] .perk-title,
[data-theme="light"] .product-name,
[data-theme="light"] .control-label {
  color: #0F172A !important;
}

[data-theme="light"] .top-bar {
  color: #FFF;
}

[data-theme="light"] .header-sticky {
  background: var(--header-bg);
  border-bottom-color: rgba(37, 99, 235, 0.15);
}

[data-theme="light"] .search-input {
  background: #EEF2FF;
  color: #0F172A;
  border-color: rgba(37, 99, 235, 0.2);
}

[data-theme="light"] .search-input::placeholder {
  color: #94A3B8;
}

[data-theme="light"] .nav-link {
  color: #475569;
}

[data-theme="light"] .icon-btn {
  background: #EEF2FF;
  border-color: rgba(37,99,235,0.2);
  color: #0F172A;
}

[data-theme="light"] .theme-toggle-btn {
  background: #EEF2FF;
  border-color: rgba(37,99,235,0.2);
  color: #0F172A;
}

[data-theme="light"] .perks-bar,
[data-theme="light"] .reviews-section,
[data-theme="light"] .site-footer {
  background: #FFFFFF;
  border-color: rgba(37,99,235,0.1);
}

[data-theme="light"] .perk-card,
[data-theme="light"] .service-card,
[data-theme="light"] .review-card,
[data-theme="light"] .product-card,
[data-theme="light"] .about-card,
[data-theme="light"] .contact-info-card {
  background: #FFFFFF;
  border-color: rgba(37,99,235,0.12);
  color: #0F172A;
}

[data-theme="light"] .opt-btn {
  background: #EEF2FF;
  border-color: rgba(37,99,235,0.2);
  color: #475569;
}

[data-theme="light"] .custom-input {
  background: #EEF2FF;
  border-color: rgba(37,99,235,0.2);
  color: #0F172A;
}

[data-theme="light"] .custom-input::placeholder {
  color: #94A3B8;
}

[data-theme="light"] .cart-drawer,
[data-theme="light"] .modal-content {
  background: #FFFFFF;
  border-color: rgba(37,99,235,0.15);
}

[data-theme="light"] .cart-header,
[data-theme="light"] .cart-footer {
  border-color: rgba(37,99,235,0.12);
}

[data-theme="light"] .secondary-btn {
  background: #EEF2FF;
  border-color: rgba(37,99,235,0.2);
  color: #0F172A;
}

[data-theme="light"] .chip-btn {
  background: #EEF2FF;
  border-color: rgba(37,99,235,0.15);
  color: #475569;
}

[data-theme="light"] .hero-badge-floating {
  background: rgba(240, 244, 255, 0.95);
  border-color: rgba(37,99,235,0.15);
}

[data-theme="light"] .hero-badge-floating div {
  color: #0F172A;
}

[data-theme="light"] .customizer-box {
  background: #FFFFFF;
}

[data-theme="light"] .preview-stage {
  background: #E8EEFF;
  border-color: rgba(37,99,235,0.2);
}

[data-theme="light"] .upload-dropzone {
  background: rgba(37, 99, 235, 0.05);
}

[data-theme="light"] .mobile-nav-drawer {
  background: #FFFFFF;
  border-color: rgba(37,99,235,0.12);
}

[data-theme="light"] .brand-gradient-text,
[data-theme="light"] .cyan-gradient-text {
  background: none;
  color: var(--brand-blue);
  -webkit-text-fill-color: var(--brand-blue);
}

[data-theme="light"] .product-cat,
[data-theme="light"] .hero-badge-floating > div:last-child {
  color: var(--brand-blue-hover) !important;
}

[data-theme="light"] .mobile-nav-links a {
  color: #475569;
}

[data-theme="light"] .add-cart-btn {
  background: #EEF2FF;
  border-color: rgba(37,99,235,0.2);
  color: #0F172A;
}

:root {
  /* Royal Blue Brand Colors */
  --brand-blue: #2563EB;
  --brand-blue-light: #3B82F6;
  --brand-blue-hover: #1D4ED8;
  --brand-cyan: #1D4ED8; /* Navy Blue */
  --brand-azure: #2563EB;

  /* Glowing & Gradient Effects */
  --blue-glow: rgba(29, 78, 216, 0.35);
  --cyan-glow: rgba(37, 99, 235, 0.3);
  --brand-gradient: linear-gradient(135deg, #1E3A8A 0%, #1D4ED8 50%, #2563EB 100%);
  --brand-gradient-hover: linear-gradient(135deg, #1E3A8A 0%, #2563EB 50%, #3B82F6 100%);
  --cyan-gradient: linear-gradient(135deg, #1D4ED8 0%, #2563EB 100%);

  --success-green: #10B981;
  --border-radius-sm: 8px;
  --border-radius-md: 14px;
  --border-radius-lg: 24px;
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
}

/* SVG Vector Icon Utilities */
.icon-svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.icon-svg-lg {
  width: 28px;
  height: 28px;
}

.icon-svg-xl {
  width: 44px;
  height: 44px;
}

/* Typography & Brand Gradients */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  color: #FFFFFF;
  font-weight: 700;
}

.brand-gradient-text {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cyan-gradient-text {
  background: var(--cyan-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  outline: none;
}

/* Top Announcement Bar */
.top-bar {
  background: var(--brand-gradient);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 16px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Sticky Header */
.header-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--header-bg);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--glass-border);
  transition: var(--transition-normal);
}

/* Theme Toggle Button */
.theme-toggle-btn {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  color: var(--text-main);
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-fast);
  flex-shrink: 0;
}

.theme-toggle-btn:hover {
  border-color: var(--brand-blue-light);
  color: var(--brand-cyan);
  transform: translateY(-2px);
}

/* Hamburger Menu Button */
.hamburger-btn {
  display: none;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  color: var(--text-main);
  width: 42px;
  height: 42px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 1100;
}

/* Mobile Nav Drawer */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2500;
  pointer-events: none;
}

.mobile-nav.open {
  pointer-events: auto;
}

.mobile-nav-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-nav.open .mobile-nav-overlay {
  opacity: 1;
}

.mobile-nav-drawer {
  position: absolute;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100%;
  background: var(--bg-surface);
  border-left: 1px solid var(--glass-border);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: right 0.3s cubic-bezier(0.4,0,0.2,1);
  box-shadow: var(--shadow-lg);
}

.mobile-nav.open .mobile-nav-drawer {
  right: 0;
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--glass-border);
}

.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-nav-links a {
  display: block;
  padding: 12px 16px;
  border-radius: var(--border-radius-sm);
  font-weight: 600;
  font-size: 1rem;
  color: var(--text-muted);
  transition: var(--transition-fast);
}

.mobile-nav-links a:hover {
  background: rgba(37,99,235,0.1);
  color: var(--brand-cyan);
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 12px var(--blue-glow));
}

.brand-title {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.brand-subtitle {
  font-size: 0.75rem;
  color: var(--brand-cyan);
  display: block;
  font-weight: 600;
  margin-top: -3px;
  letter-spacing: 0.5px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: var(--transition-fast);
}

.nav-link:hover, .nav-link.active {
  color: var(--brand-cyan);
}

.search-bar {
  flex: 1;
  max-width: 380px;
  position: relative;
}

.search-input {
  width: 100%;
  padding: 10px 16px 10px 42px;
  border-radius: 30px;
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  color: var(--text-main);
  font-size: 0.9rem;
  transition: var(--transition-fast);
}

.search-input:focus {
  border-color: var(--brand-blue-light);
  box-shadow: 0 0 12px var(--blue-glow);
}

.search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  display: flex;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.icon-btn {
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  color: var(--text-main);
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: var(--transition-fast);
}

.icon-btn:hover {
  border-color: var(--brand-blue-light);
  color: var(--brand-cyan);
  transform: translateY(-2px);
}

.cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--brand-blue);
  color: #FFFFFF;
  font-weight: 800;
  font-size: 0.75rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px var(--blue-glow);
}

.primary-btn {
  background: var(--brand-gradient);
  color: #FFFFFF;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  box-shadow: 0 4px 18px var(--blue-glow);
  transition: var(--transition-fast);
}

.primary-btn:hover {
  background: var(--brand-gradient-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.45);
}

.secondary-btn {
  background: var(--bg-card);
  color: var(--text-main);
  border: 1px solid var(--glass-border);
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-fast);
}

.secondary-btn:hover {
  background: var(--bg-card-hover);
  border-color: var(--brand-blue-light);
  color: var(--brand-cyan);
}

/* Hero Section */
.hero-section {
  position: relative;
  padding: 70px 24px;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: var(--brand-cyan);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 3.4rem;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.hero-desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 560px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-visual {
  position: relative;
}

.hero-card-preview {
  position: relative;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background: var(--bg-card);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

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

.hero-badge-floating {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(17, 24, 39, 0.9);
  backdrop-filter: blur(14px);
  padding: 16px;
  border-radius: var(--border-radius-md);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Feature Perks Bar */
.perks-bar {
  background: var(--bg-surface);
  border-y: 1px solid var(--glass-border);
  padding: 36px 24px;
  margin-bottom: 70px;
}

.perks-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.perk-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: var(--border-radius-md);
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  transition: var(--transition-fast);
}

.perk-card:hover {
  border-color: var(--brand-blue-light);
  transform: translateY(-3px);
}

.perk-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.15);
  color: var(--brand-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.perk-title {
  font-size: 1rem;
  font-weight: 700;
}

.perk-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* About Us Section */
.about-section {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-card {
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-lg);
  padding: 36px;
  position: relative;
  box-shadow: var(--shadow-lg);
}

/* Services Grid */
.services-section {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 0 24px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.service-card {
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-md);
  padding: 28px;
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card:hover {
  border-color: var(--brand-blue-light);
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.25);
}

.service-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--brand-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  background: var(--bg-surface);
}

.service-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-title {
  font-size: 1.3rem;
}

.service-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* Frame Customizer Section */
.customizer-section {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 0 24px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto;
}

.customizer-box {
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-lg);
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  box-shadow: var(--shadow-lg);
}

.preview-stage {
  background: #060911;
  border-radius: var(--border-radius-md);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  position: relative;
  border: 1px dashed var(--glass-border);
}

.frame-canvas-wrapper {
  position: relative;
  max-width: 320px;
  width: 100%;
  aspect-ratio: 4/5;
  box-shadow: 0 20px 30px rgba(0,0,0,0.6);
  border-radius: 4px;
  transition: var(--transition-normal);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #111;
}

.frame-style-glass {
  border: 12px solid rgba(59, 130, 246, 0.5);
  box-shadow: 0 0 30px var(--blue-glow), inset 0 0 15px rgba(59, 130, 246, 0.3);
  backdrop-filter: blur(2px);
}

.frame-style-plywood {
  border: 16px solid #4A2E16;
  outline: 4px solid #2C1A0B;
  box-shadow: 0 15px 25px rgba(0,0,0,0.8);
}

.frame-style-magicmug {
  border-radius: 50% / 10%;
  border: 14px solid #1E293B;
  aspect-ratio: 1/1;
  width: 260px;
}

.frame-style-led {
  border: 8px solid #000;
  box-shadow: 0 0 35px var(--brand-cyan), inset 0 0 15px var(--brand-cyan);
}

.uploaded-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frame-caption-text {
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0,0,0,0.8);
  background: rgba(0,0,0,0.5);
  padding: 4px;
  border-radius: 4px;
}

.customizer-controls {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.control-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.control-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-main);
  display: flex;
  justify-content: space-between;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
}

.opt-btn {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  color: var(--text-muted);
  padding: 10px 12px;
  border-radius: var(--border-radius-sm);
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  transition: var(--transition-fast);
}

.opt-btn.active, .opt-btn:hover {
  background: rgba(37, 99, 235, 0.18);
  border-color: var(--brand-blue-light);
  color: var(--brand-cyan);
}

.custom-input {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  padding: 12px 16px;
  border-radius: var(--border-radius-sm);
  color: var(--text-main);
  font-size: 0.9rem;
}

.custom-input:focus {
  border-color: var(--brand-blue-light);
  outline: none;
}

.upload-dropzone {
  border: 2px dashed var(--brand-blue-light);
  background: rgba(37, 99, 235, 0.08);
  border-radius: var(--border-radius-md);
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-fast);
}

.upload-dropzone:hover {
  background: rgba(37, 99, 235, 0.15);
}

/* Category Filter Bar */
.shop-section {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 0 24px;
}

.category-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.category-chips {
  display: flex;
  gap: 10px;
}

.chip-btn {
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  color: var(--text-muted);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  transition: var(--transition-fast);
}

.chip-btn.active, .chip-btn:hover {
  background: var(--brand-blue);
  color: #FFFFFF;
  border-color: var(--brand-blue-light);
  box-shadow: 0 2px 12px var(--blue-glow);
}

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

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

@media (max-width: 1024px) {
  .home-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .home-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.product-card {
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-md);
  overflow: hidden;
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: var(--brand-blue-light);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5);
}

.product-thumb-container {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #111;
}

.product-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.badge-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--brand-blue);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

.product-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-cat {
  font-size: 0.75rem;
  color: var(--brand-blue-light);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.product-name {
  font-size: 1.1rem;
  margin-bottom: 8px;
  line-height: 1.3;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FBBF24;
  font-size: 0.85rem;
  margin-bottom: 14px;
}

.rating-count {
  color: var(--text-dim);
  font-size: 0.8rem;
  margin-left: 4px;
}

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

.product-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-main);
}

.old-price {
  font-size: 0.85rem;
  color: var(--text-dim);
  text-decoration: line-through;
  margin-left: 6px;
  font-weight: 400;
}

.add-cart-btn {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  color: var(--text-main);
  padding: 8px 14px;
  border-radius: var(--border-radius-sm);
  font-weight: 600;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-fast);
}

.add-cart-btn:hover {
  background: var(--brand-gradient);
  color: #FFF;
  border-color: transparent;
}

/* Reviews */
.reviews-section {
  background: var(--bg-surface);
  border-y: 1px solid var(--glass-border);
  padding: 80px 24px;
  margin-bottom: 80px;
}

.reviews-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.review-card {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-md);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--brand-gradient);
  color: #FFF;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

/* Contact Us */
.contact-section {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-info-card {
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-lg);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.15);
  color: var(--brand-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Cart Drawer */
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.cart-drawer-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -110%;
  width: 420px;
  max-width: calc(100vw - 20px);
  height: 100%;
  background: var(--bg-surface);
  border-left: 1px solid var(--glass-border);
  z-index: 2001;
  display: flex;
  flex-direction: column;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-lg);
}

.cart-drawer.active {
  right: 0;
}

.cart-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-items-container {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-item {
  display: flex;
  gap: 14px;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  padding: 12px;
  border-radius: var(--border-radius-sm);
  align-items: center;
}

.cart-item-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
}

.cart-item-details {
  flex: 1;
}

.cart-item-name {
  font-size: 0.9rem;
  font-weight: 700;
}

.cart-item-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.cart-item-price {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--brand-cyan);
}

.qty-control {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.qty-btn {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.cart-footer {
  padding: 24px;
  border-top: 1px solid var(--glass-border);
  background: var(--bg-dark);
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 800;
  color: #FFFFFF;
}

.whatsapp-checkout-btn {
  width: 100%;
  background: #25D366;
  color: #FFFFFF;
  font-weight: 700;
  padding: 14px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1rem;
  transition: var(--transition-fast);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-checkout-btn:hover {
  background: #1EBE5A;
  transform: translateY(-2px);
}

/* Modals */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-lg);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px;
  position: relative;
  box-shadow: var(--shadow-lg);
}

.close-modal-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  color: var(--text-muted);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer & Floating WhatsApp */
.site-footer {
  background: var(--bg-surface);
  border-top: 1px solid var(--glass-border);
  padding: 60px 24px 30px;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--brand-cyan);
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--brand-cyan);
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: #25D366;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: var(--transition-fast);
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Toast Notifications */
.toast-container {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 4000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background: var(--bg-card);
  border: 1px solid var(--brand-blue-light);
  color: var(--text-main);
  padding: 12px 20px;
  border-radius: var(--border-radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from { transform: translateX(-100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* ====================================
   WORKS / GALLERY PAGE STYLES
   ==================================== */
.works-section {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 0 24px;
}

.works-grid {
  column-count: 5;
  column-gap: 16px;
}

.work-item {
  position: relative;
  border-radius: var(--border-radius-md);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  cursor: pointer;
  transition: var(--transition-normal);
  break-inside: avoid;
  margin-bottom: 20px;
}

.work-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(37,99,235,0.3);
  border-color: var(--brand-blue-light);
}

.work-item img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}

.work-item:hover img {
  transform: scale(1.08);
}

.work-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,15,29,0.85) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

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

.work-item-label {
  font-weight: 700;
  font-size: 1rem;
  color: #FFF;
}

.work-category-badge {
  display: inline-block;
  background: var(--brand-gradient);
  color: #FFF;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Lightbox */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  backdrop-filter: blur(10px);
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lightbox-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: var(--border-radius-md);
  box-shadow: 0 0 60px rgba(37,99,235,0.4);
}

.lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  color: var(--text-main);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lightbox-nav-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  color: #FFF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-fast);
  z-index: 5001;
}

.lightbox-nav-btn:hover {
  background: var(--brand-blue);
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

/* ====================================
   FULL RESPONSIVE OVERHAUL
   ==================================== */
@media (max-width: 1024px) {
  .works-grid {
    column-count: 3;
  }
  .nav-menu {
    display: none;
  }
  .hamburger-btn {
    display: flex;
  }
  .mobile-nav {
    display: block;
  }
  .search-bar {
    max-width: 280px;
  }
}

@media (max-width: 768px) {
  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .category-chips, .works-filter-bar { justify-content: center; }
  .payment-methods { display: none !important; }
  .nav-actions .primary-btn { display: none !important; }
  .section-header { margin-bottom: 24px; }
  .section-title { margin-bottom: 8px; font-size: 2rem; }

  /* Hero */
  .hero-section {
    display: flex;
    flex-direction: column;
    padding: 40px 16px;
    text-align: center;
    gap: 16px;
  }
  .hero-section > div:first-child {
    display: contents;
  }
  .hero-tag {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-title {
    order: 2;
    font-size: 2.2rem;
    letter-spacing: -0.5px;
  }
  .hero-desc {
    order: 3;
    margin: 0 auto 0;
    font-size: 1rem;
  }
  .hero-visual {
    order: 4;
  }
  .hero-img {
    height: 260px;
    max-width: 85%;
    margin: 0 auto;
    border-radius: var(--border-radius-lg);
  }
  .hero-cta {
    order: 5;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hero-cta .primary-btn,
  .hero-cta .secondary-btn {
    width: 100%;
    justify-content: center;
  }

  /* About */
  .about-section {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0 16px;
    margin-bottom: 50px;
    gap: 30px;
  }
  .about-section .secondary-btn {
    justify-content: center;
    width: 100%;
  }
  .about-section [style*="display: flex; gap: 14px"] {
    text-align: left;
  }

  /* Services 1 per row (Portrait) */
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    text-align: center;
  }
  .service-text {
    display: contents;
  }
  .service-title {
    order: 1;
    font-size: 1.4rem;
    margin-bottom: -4px;
  }
  .service-img {
    order: 2;
    width: 100%;
    height: 200px;
    margin-bottom: 0;
  }
  .service-desc {
    order: 3;
    font-size: 0.95rem;
    margin-top: 0;
  }

  /* Perks bar */
  .perks-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .perk-card {
    padding: 14px 12px;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  /* Products 2 per row */
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .product-info {
    padding: 12px;
  }
  .product-name {
    font-size: 0.9rem;
  }
  .product-price {
    font-size: 1rem;
  }
  .old-price {
    display: none;
  }
  .product-cat {
    font-size: 0.65rem;
  }
  .product-rating {
    font-size: 0.75rem;
    margin-bottom: 8px;
  }
  .add-cart-btn {
    padding: 6px 10px;
    font-size: 0.78rem;
  }

  /* Customizer */
  .customizer-box {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    gap: 20px;
  }
  .customizer-controls {
    display: contents;
  }
  .customizer-controls > .control-group:nth-child(1) { order: 1; }
  .preview-stage { order: 2; margin: 10px 0; min-height: 340px; }
  .customizer-controls > .control-group:nth-child(2) { order: 3; }
  .customizer-controls > .control-group:nth-child(3) { order: 4; }
  .customizer-controls > .control-group:nth-child(4) { order: 5; }
  .customizer-controls > .control-group:nth-child(5) { order: 6; }
  .customizer-controls > div:last-child { order: 7; }
  
  .option-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Contact */
  .contact-section {
    grid-template-columns: 1fr;
    padding: 0 16px;
    margin-bottom: 50px;
  }
  .contact-section .primary-btn {
    width: 100%;
    justify-content: center;
  }

  /* Reviews */
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .reviews-section {
    padding: 50px 16px;
  }

  /* Section headers */
  .section-title {
    font-size: 1.9rem;
  }
  .section-subtitle {
    font-size: 0.95rem;
    padding: 0 8px;
  }

  /* Works gallery */
  .works-grid {
    column-count: 2;
    column-gap: 12px;
  }
  .work-item {
    margin-bottom: 12px;
  }

  /* Sections general spacing */
  .shop-section,
  .customizer-section,
  .services-section,
  .works-section {
    padding: 0 16px;
    margin-bottom: 50px;
  }
  .perks-bar {
    padding: 24px 16px;
    margin-bottom: 50px;
  }

  /* Footer */
  .footer-container {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }
  .site-footer {
    padding: 40px 16px 30px;
  }

  /* Nav bar */
  .nav-container {
    padding: 10px 16px;
    gap: 12px;
  }
  .brand-title {
    font-size: 1.15rem;
  }
  .logo-img {
    height: 38px;
  }
  .search-bar {
    display: none;
  }

  /* Cart drawer on mobile - show full width when active */
  .cart-drawer.active {
    width: calc(100vw - 20px);
  }

  /* Hide WhatsApp button text on small screens */
  .wa-btn-text {
    display: none;
  }

  /* Lightbox nav on mobile */
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.8rem;
  }
  .section-title {
    font-size: 1.6rem;
  }
  .about-section h2 {
    font-size: 1.8rem;
  }
  .perks-container {
    grid-template-columns: 1fr;
  }
  .perk-card {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }
}
