/* ============================================
   THE YARD — Premium Luxury Plant Shop
   Playfair Display + DM Sans | Botanical palette
   ============================================ */

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

/* --- Custom Properties --- */
:root {
  /* Luxury plant shop palette */
  --teal-primary: #224343;
  --teal-light: #7db8b8;
  --warm-accent: #d4a574;
  --cream: #f5f1ed;

  /* Brand aliases (keep for rest of site) */
  --yard-green: var(--teal-primary);
  --yard-cream: var(--cream);
  --yard-accent: var(--warm-accent);
  --glass-bg: rgba(255, 255, 255, 0.12);
  --glass-border: rgba(255, 255, 255, 0.2);

  /* Legacy + extended */
  --green-deep: var(--teal-primary);
  --green-dark: #1a3636;
  --green-mid: #2d5a5a;
  --green-accent: #3a7a7a;
  --cream-dark: #E8E4E0;
  --cream-light: #FAF8F5;
  --terracotta: var(--warm-accent);
  --terracotta-light: #e0b892;
  --terracotta-deep: #c4935e;
  --white: #ffffff;
  --black: #0a0a0a;
  --text-dark: #1a1a1a;
  --text-body: #4a4a4a;
  --text-muted: #6b6b6b;

  /* Glass — liquid glassmorphism */
  --glass-white: rgba(255, 255, 255, 0.06);
  --glass-white-md: rgba(255, 255, 255, 0.10);
  --glass-white-strong: rgba(255, 255, 255, 0.18);
  --glass-border-strong: rgba(255, 255, 255, 0.22);
  --glass-cream: rgba(245, 243, 238, 0.55);
  --glass-cream-strong: rgba(245, 243, 238, 0.85);
  --glass-dark: rgba(34, 67, 67, 0.70);
  --glass-dark-strong: rgba(34, 67, 67, 0.88);
  --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  --glass-shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.16);
  --glass-inset: inset 0 1px 0 rgba(255, 255, 255, 0.08);

  /* Typography */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;

  /* Spacing — generous, premium */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 8rem;
  --space-4xl: 10rem;
  --section-padding-desktop: 120px;
  --section-padding-mobile: 80px;

  /* Transitions — calm, expensive, no bounce */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --t-fast: 0.35s var(--ease-out);
  --t-med: 0.6s var(--ease-out);
  --t-slow: 0.8s var(--ease-out);

  /* Shadows */
  --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.10);
  --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.14);

  /* Radius — premium cards */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 20px;
  --r-xl: 24px;
  --r-2xl: 36px;
  --r-full: 9999px;

  /* Layout */
  --container: 1280px;
  --container-wide: 1400px;
  --nav-h: 76px;
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text-body);
  background-color: var(--yard-cream);
  line-height: 1.7;
  overflow-x: hidden;
}

/* --- Premium glass utility (navbar, cards, CTAs, tiles) --- */
.glass {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: var(--t-fast);
}

button {
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
}

/* --- Typography — editorial, tight line-height --- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.15;
  color: var(--teal-primary);
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.625rem, 6vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

h4 {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

p {
  font-size: 1.06rem;
  color: var(--text-body);
  line-height: 1.75;
}

.text-lg {
  font-size: 1.22rem;
  line-height: 1.7;
}

.text-sm {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.82rem;
}

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

.text-white {
  color: var(--white);
}

.text-cream {
  color: var(--cream);
}

/* --- Layout --- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--space-md);
}

.container-wide {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--space-md);
}

.section {
  padding: var(--section-padding-desktop) 0;
}

.section-sm {
  padding: var(--space-xl) 0;
}

/* --- Section Header --- */
.section-header {
  text-align: center;
  margin-bottom: var(--space-xl);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.section-header h2 {
  margin-bottom: var(--space-sm);
}

.section-header p {
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: var(--space-md);
  padding: 6px 14px;
  background: rgba(201, 123, 99, 0.08);
  border: 1px solid rgba(201, 123, 99, 0.15);
  border-radius: var(--r-full);
}

/* ===========================================
   HEADER — Large prominent logo, clear menu visibility
   =========================================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-h);
  z-index: 1000;
  background: rgba(245, 241, 237, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(34, 67, 67, 0.08);
  transition: background 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}

.navbar.scrolled {
  background: rgba(245, 241, 237, 0.95);
  box-shadow: 0 4px 24px rgba(34, 67, 67, 0.06);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-logo img {
  height: 46px;
  width: auto;
  transition: transform 0.4s var(--ease-out);
}

.nav-logo:hover img {
  transform: scale(1.03);
}

.nav-logo span {
  display: none;
}

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

.nav-links a {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--teal-primary);
  padding: 10px 16px;
  border-radius: var(--r-sm);
  transition: color 0.3s var(--ease-out), background 0.3s var(--ease-out);
}

.nav-links a:hover {
  color: var(--warm-accent);
  background: rgba(34, 67, 67, 0.06);
}

.nav-links a.active {
  color: var(--teal-primary);
  font-weight: 600;
  background: rgba(34, 67, 67, 0.08);
}

/* --- Nav Dropdown --- */
.nav-dropdown {
  position: relative;
}

.nav-dropdown>a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-dropdown>a .lucide-chevron-down {
  font-size: 0.72rem;
  transition: transform 0.3s var(--ease-out);
}

.nav-dropdown:hover>a .lucide-chevron-down {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(34, 67, 67, 0.1);
  border-radius: 20px;
  padding: 8px;
  box-shadow: 0 12px 40px rgba(34, 67, 67, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out), visibility 0.3s;
  list-style: none;
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu li a {
  display: block;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--teal-primary);
  border-radius: var(--r-sm);
  transition: var(--t-fast);
}

.dropdown-menu li a:hover {
  background: rgba(34, 67, 67, 0.08);
  color: var(--warm-accent);
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  padding: 8px;
  z-index: 1001;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--teal-primary);
  transition: var(--t-fast);
  border-radius: 2px;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ===========================================
   BUTTONS — Premium glassmorphic
   =========================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: var(--r-full);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: all 0.4s var(--ease-out);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s var(--ease-out);
  pointer-events: none;
}

.btn-primary {
  background: var(--green-deep);
  color: var(--cream);
  box-shadow: 0 4px 16px rgba(34, 67, 67, 0.2);
}

.btn-primary:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(34, 67, 67, 0.3);
  background: var(--green-dark);
}

.btn-secondary {
  background: var(--glass-bg);
  color: var(--white);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-6px);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.12);
}

.btn-glass {
  background: var(--glass-bg);
  color: var(--white);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-6px);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.12);
}

.btn-terracotta {
  background: var(--terracotta);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(201, 123, 99, 0.25);
}

.btn-terracotta:hover {
  background: var(--terracotta-deep);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(201, 123, 99, 0.35);
}

.btn-outline {
  background: transparent;
  color: var(--green-deep);
  border: 1.5px solid var(--green-deep);
}

.btn-outline:hover {
  background: var(--green-deep);
  color: var(--cream);
  transform: translateY(-3px);
}

.btn-whatsapp {
  background: #25D366;
  color: var(--white);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.85rem;
}

.btn-group {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

.btn i {
  font-size: 1.1rem;
}

/* ===========================================
   HERO SECTION — Premium luxury plant shop
   Asymmetrical layout, 3 overlapping cards, decorative elements
   =========================================== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--teal-primary);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  filter: brightness(0.78) contrast(1.05);
  transform: scale(1);
  transition: transform 14s cubic-bezier(0.2, 0, 0.2, 1);
}

.hero:hover .hero-bg img {
  transform: scale(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
    rgba(34, 67, 67, 0.35) 0%,
    rgba(34, 67, 67, 0.2) 50%,
    rgba(34, 67, 67, 0.12) 100%);
  z-index: 1;
}

/* Decorative floating background elements */
.hero-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.12;
  filter: blur(40px);
  animation: hero-float 18s ease-in-out infinite;
}

.hero-deco-1 {
  width: 320px;
  height: 320px;
  background: var(--teal-light);
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}

.hero-deco-2 {
  width: 200px;
  height: 200px;
  background: var(--warm-accent);
  bottom: 25%;
  right: 25%;
  animation-delay: -6s;
}

.hero-deco-3 {
  width: 160px;
  height: 160px;
  background: var(--cream);
  bottom: 15%;
  left: 10%;
  animation-delay: -12s;
}

@keyframes hero-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(15px, -20px) scale(1.05); }
  66% { transform: translate(-10px, 15px) scale(0.98); }
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-2xl);
  align-items: center;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--space-md);
  position: relative;
  z-index: 2;
  padding-top: var(--nav-h);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: var(--space-lg);
}

.hero-eyebrow i {
  color: var(--warm-accent);
}

.hero-title,
.hero h1 {
  font-family: var(--font-heading);
  color: var(--cream);
  margin-bottom: var(--space-md);
  font-size: clamp(2.5rem, 5.2vw, 4.5rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.hero h1 .accent {
  color: var(--warm-accent);
  font-style: italic;
  background: none;
  -webkit-text-fill-color: inherit;
}

.hero-subtitle,
.hero .subtitle {
  font-family: var(--font-body);
  color: rgba(245, 241, 237, 0.85);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: var(--space-xl);
  max-width: 460px;
}

.hero .btn-group .btn {
  border-radius: 999px;
}

/* Hero CTAs: Browse Plants (solid), Visit The Yard (outline) */
.btn-hero-solid {
  background: var(--teal-light);
  color: var(--teal-primary);
  font-family: var(--font-body);
  font-weight: 600;
  padding: 16px 32px;
  box-shadow: 0 8px 24px rgba(34, 67, 67, 0.25);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), background 0.35s;
}

.btn-hero-solid:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(34, 67, 67, 0.3);
  background: #8fc5c5;
}

.btn-hero-outline {
  background: transparent;
  color: var(--cream);
  border: 2px solid rgba(245, 241, 237, 0.6);
  font-family: var(--font-body);
  font-weight: 600;
  padding: 14px 30px;
  transition: transform 0.35s var(--ease-out), border-color 0.35s, background 0.35s;
}

.btn-hero-outline:hover {
  transform: translateY(-4px);
  border-color: var(--cream);
  background: rgba(245, 241, 237, 0.08);
}

.hero-scroll-indicator {
  position: absolute;
  bottom: var(--space-xl);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(245, 241, 237, 0.7);
  font-size: 0.7rem;
  font-family: var(--font-body);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 0.3s;
  animation: scroll-bounce 2.8s ease-in-out infinite;
}

.hero-scroll-indicator:hover {
  color: var(--cream);
}

.hero-scroll-indicator i {
  font-size: 1.25rem;
  opacity: 0.9;
}

@keyframes scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
  50% { transform: translateX(-50%) translateY(10px); opacity: 0.75; }
}

/* --- 3 overlapping plant product cards (right side), more spread out --- */
.hero-cards-wrap {
  position: relative;
  width: 440px;
  height: 460px;
  flex-shrink: 0;
}

.hero-product-card {
  position: absolute;
  width: 200px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}

.hero-product-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.25);
}

.hero-card-1 {
  top: 0;
  right: 0;
  z-index: 3;
  animation: card-float 6s ease-in-out infinite;
}

.hero-card-2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hero-card-3 {
  bottom: 0;
  left: 0;
  z-index: 1;
  animation: card-float 6s ease-in-out infinite 4s;
}

@keyframes card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes card-float-mid {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, calc(-50% - 6px)); }
}

.hero-card-2 {
  animation: card-float-mid 6s ease-in-out infinite 2s;
}

.hero-card-image {
  aspect-ratio: 1;
  overflow: hidden;
}

.hero-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

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

.hero-card-info {
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(34, 67, 67, 0.4);
}

.hero-card-name {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--cream);
}

.hero-card-price {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--warm-accent);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: var(--r-full);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: var(--space-lg);
  letter-spacing: 0.04em;
}

.hero-badge i {
  color: var(--terracotta-light);
}

/* Page Hero (inner pages) */
.page-hero {
  position: relative;
  min-height: 48vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--yard-green);
}

.page-hero .hero-bg img {
  opacity: 0.4;
}

.page-hero .hero-overlay {
  background: linear-gradient(160deg,
      rgba(34, 67, 67, 0.9) 0%,
      rgba(34, 67, 67, 0.7) 100%);
}

.page-hero .hero-content {
  padding-top: calc(var(--nav-h) + var(--space-xl));
  padding-bottom: var(--space-xl);
}

.page-hero h1 {
  color: var(--white);
  margin-bottom: var(--space-sm);
}

.page-hero .subtitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.15rem;
  max-width: 480px;
}


/* ===========================================
   GLASS CARDS — Deep glassmorphism
   =========================================== */
.glass-card {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
  box-shadow: var(--glass-shadow), var(--glass-inset);
}

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

/* ===========================================
   CATEGORY GRID — Premium cards, glass, generous spacing
   =========================================== */
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.category-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
  background: var(--cream);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.category-card-link {
  display: block;
  position: relative;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.category-card-link:focus {
  outline: none;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease-out);
}

.category-card:hover img {
  transform: scale(1.03);
}

.category-card .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-md) var(--space-md);
  background: linear-gradient(to top,
      rgba(34, 67, 67, 0.85) 0%,
      rgba(34, 67, 67, 0.4) 60%,
      transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 40%;
}

.category-card .card-overlay h3 {
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 700;
}

.category-card .card-overlay span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  margin-top: 4px;
}

/* ===========================================
   PRODUCT GRID
   =========================================== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}

.product-card {
  background: var(--white);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.product-card .card-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.product-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease-out);
}

.product-card:hover .card-image img {
  transform: scale(1.03);
}

.product-card .card-body {
  padding: var(--space-md);
}

.product-card .card-body h4 {
  margin-bottom: 4px;
}

.product-card .price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--terracotta);
  margin-bottom: var(--space-sm);
}

/* ===========================================
   FEATURED STRIP — Premium cards, 1.03 zoom
   =========================================== */
.featured-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}

.featured-item {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.featured-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.featured-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease-out);
}

.featured-item:hover img {
  transform: scale(1.03);
}

.featured-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-md);
  background: linear-gradient(to top, rgba(34, 67, 67, 0.8), transparent);
}

.featured-item .overlay h4 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
}

.featured-item .overlay span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}

/* ===========================================
   TRUST GRID — EXACTLY 4-cols
   =========================================== */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}

.trust-card {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: var(--space-lg) var(--space-md);
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.trust-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r-md);
  background: rgba(34, 67, 67, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-sm);
  color: var(--green-deep);
}

.trust-icon i {
  font-size: 1.35rem;
}

.trust-card h4 {
  margin-bottom: 6px;
  font-size: 1.02rem;
}

.trust-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ===========================================
   GOOGLE REVIEWS SECTION — 4.9 highlight + embed
   =========================================== */
.reviews-section .section-header {
  margin-bottom: var(--space-lg);
}

.google-rating-highlight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-lg);
  margin-bottom: var(--space-xl);
}

.google-rating-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: var(--space-lg) var(--space-xl);
  background: linear-gradient(135deg, rgba(34, 67, 67, 0.06), rgba(125, 184, 184, 0.08));
  border: 1px solid rgba(34, 67, 67, 0.12);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(34, 67, 67, 0.08);
}

.google-rating-number {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--teal-primary);
}

.google-rating-stars {
  display: flex;
  gap: 2px;
  color: var(--warm-accent);
  font-size: 1.25rem;
}

.google-rating-stars i {
  font-size: inherit;
}

.google-rating-label {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

.google-reviews-embed-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(34, 67, 67, 0.08);
}

.google-reviews-embed {
  width: 100%;
  height: 400px;
  display: block;
  border: none;
}

@media (max-width: 768px) {
  .google-reviews-embed {
    height: 320px;
  }
}

/* ===========================================
   DARK SECTION — Deep gradient + glow
   =========================================== */
.dark-section {
  background: var(--green-deep);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.dark-section::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 55%;
  height: 180%;
  background: radial-gradient(ellipse, rgba(201, 123, 99, 0.1) 0%, transparent 65%);
  pointer-events: none;
}

.dark-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 40%;
  height: 140%;
  background: radial-gradient(ellipse, rgba(42, 107, 78, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

.dark-section h2 {
  color: var(--white);
}

.dark-section h3 {
  color: var(--white);
}

.dark-section p {
  color: rgba(255, 255, 255, 0.65);
}

/* ===========================================
   VISIT SECTION — Rounded map, glass info card
   =========================================== */
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: start;
}

.map-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--cream-dark);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#visit {
  background: linear-gradient(180deg, var(--yard-cream) 0%, rgba(245, 243, 238, 0.6) 100%);
}

.visit-details {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: var(--space-xl);
}

.visit-details h3 {
  margin-bottom: var(--space-lg);
}

.detail-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

.detail-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-md);
  background: rgba(34, 67, 67, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--green-deep);
}

.detail-icon i {
  font-size: 1.15rem;
}

.detail-item .info h4 {
  font-size: 0.95rem;
  margin-bottom: 2px;
}

.detail-item .info p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ===========================================
   FILTER TABS
   =========================================== */
.filter-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: var(--space-xl);
}

.filter-tab {
  padding: 10px 20px;
  border-radius: var(--r-full);
  font-size: 0.88rem;
  font-weight: 500;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.35s var(--ease-out);
}

.filter-tab:hover {
  border-color: var(--green-deep);
  color: var(--green-deep);
}

.filter-tab.active {
  background: var(--green-deep);
  color: var(--white);
  border-color: var(--green-deep);
}

/* ===========================================
   SERVICE CARDS
   =========================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
}

.service-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: var(--space-lg) var(--space-md);
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: var(--shadow-sm);
}

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

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, rgba(34, 67, 67, 0.08), rgba(34, 67, 67, 0.04));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-sm);
  color: var(--green-deep);
}

.service-icon i {
  font-size: 1.4rem;
}

.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.service-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: var(--space-sm);
  line-height: 1.6;
}

/* ===========================================
   CARE SECTIONS — Alternating layout
   =========================================== */
.care-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: center;
}

.care-section.reverse {
  direction: rtl;
}

.care-section.reverse>* {
  direction: ltr;
}

.care-content h3 {
  margin-bottom: var(--space-sm);
}

.care-content p {
  margin-bottom: var(--space-sm);
  color: var(--text-muted);
}

.care-content ul {
  list-style: none;
  padding: 0;
}

.care-content ul li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  font-size: 0.92rem;
  color: var(--text-body);
}

.care-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terracotta);
  opacity: 0.6;
}

.care-image {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.care-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* ===========================================
   ABOUT PAGE
   =========================================== */
.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: center;
}

.about-text p {
  margin-bottom: var(--space-sm);
  max-width: none;
}

.about-image {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-image img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

/* ===========================================
   STATS ROW
   =========================================== */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
  text-align: center;
}

.stat-item h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--terracotta-light);
  margin-bottom: 4px;
}

.stat-item p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ===========================================
   CONTACT FORM
   =========================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
}

.form-group {
  margin-bottom: var(--space-md);
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--r-md);
  font-family: var(--font-body);
  font-size: 0.92rem;
  background: var(--white);
  transition: border-color 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
  outline: none;
  color: var(--text-dark);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--green-deep);
  box-shadow: 0 0 0 4px rgba(34, 67, 67, 0.06);
}

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

/* ===========================================
   CTA BANNER
   =========================================== */
.cta-banner {
  background: var(--green-deep);
  border-radius: var(--r-2xl);
  padding: var(--space-2xl) var(--space-xl);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -10%;
  width: 50%;
  height: 160%;
  background: radial-gradient(ellipse, rgba(201, 123, 99, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.cta-banner::after {
  content: '';
  position: absolute;
  bottom: -20%;
  right: -5%;
  width: 35%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(42, 107, 78, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.cta-banner h2 {
  color: var(--white);
  margin-bottom: var(--space-sm);
  position: relative;
  z-index: 1;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.65);
  margin: 0 auto var(--space-lg);
  max-width: 460px;
  position: relative;
  z-index: 1;
}

.cta-banner .btn-group {
  position: relative;
  z-index: 1;
}

/* ===========================================
   GALLERY GRID
   =========================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--r-md);
  transition: transform 0.5s var(--ease-out);
  box-shadow: var(--shadow-sm);
}

.gallery-grid img:hover {
  transform: scale(1.03);
}

/* ===========================================
   FOOTER
   =========================================== */
.footer {
  background: var(--green-deep);
  color: rgba(255, 255, 255, 0.6);
  padding: var(--space-2xl) 0 var(--space-lg);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-xl);
}

.footer-brand h3 {
  color: var(--white);
  font-size: 1.5rem;
  margin-bottom: var(--space-sm);
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand h3 img {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  line-height: 1.65;
}

.footer h4 {
  color: var(--white);
  font-size: 0.95rem;
  margin-bottom: var(--space-sm);
  font-weight: 600;
}

.footer ul {
  list-style: none;
}

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

.footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
  transition: color 0.3s var(--ease-out);
}

.footer ul li a:hover {
  color: var(--terracotta-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: var(--space-md);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
}

/* ===========================================
   STICKY CTA — WhatsApp + Call, subtle pulse every 4s
   =========================================== */
.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sticky-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
  color: var(--white);
  border: none;
}

.sticky-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  animation: none;
}

@keyframes sticky-pulse {
  0%, 90%, 100% { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15); }
  95% { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 0 0 8px rgba(37, 211, 102, 0.2); }
}

.sticky-whatsapp {
  background: #25D366;
  animation: sticky-pulse 4s ease-in-out infinite;
}

.sticky-call {
  background: var(--yard-accent);
  animation: sticky-pulse-call 4s ease-in-out infinite 0.5s;
}

@keyframes sticky-pulse-call {
  0%, 90%, 100% { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15); }
  95% { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 0 0 8px rgba(212, 165, 116, 0.35); }
}

.sticky-btn i {
  font-size: 1.25rem;
}

/* ===========================================
   SCROLL ANIMATIONS — fade-up 30px, 0.6–0.8s ease-out
   =========================================== */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up-d1 {
  transition-delay: 0.06s;
}

.fade-up-d2 {
  transition-delay: 0.12s;
}

.fade-up-d3 {
  transition-delay: 0.18s;
}

.fade-up-d4 {
  transition-delay: 0.24s;
}

.fade-up-d5 {
  transition-delay: 0.3s;
}

/* Scale-in animation */
.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

.scale-in.visible {
  opacity: 1;
  transform: scale(1);
}

/* ===========================================
   MOBILE OVERLAY
   =========================================== */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s var(--ease-out), visibility 0.5s var(--ease-out);
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ===========================================
   RESPONSIVE
   =========================================== */
@media (max-width: 1024px) {
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-grid,
  .services-grid,
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-lg);
  }

  /* Hero luxury: cards still spread out, slightly smaller */
  .hero-inner-luxury {
    gap: var(--space-xl);
  }

  .hero-cards-wrap {
    width: 380px;
    height: 400px;
  }

  .hero-product-card {
    width: 172px;
  }

  .hero-card-info {
    padding: 10px 12px;
  }

  .hero-card-name,
  .hero-card-price {
    font-size: 0.82rem;
  }
}

@media (max-width: 768px) {
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 340px;
    height: 100vh;
    background: var(--cream);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    flex-direction: column;
    padding: calc(var(--nav-h) + var(--space-lg)) var(--space-lg) var(--space-lg);
    gap: 2px;
    transition: right 0.5s var(--ease-out);
    box-shadow: -8px 0 40px rgba(34, 67, 67, 0.1);
  }

  .nav-links.active {
    right: 0;
  }

  .nav-links a {
    font-size: 1.05rem;
    padding: 14px 16px;
    display: block;
    border-radius: var(--r-sm);
    color: var(--teal-primary);
  }

  .menu-toggle {
    display: flex;
  }

  h1 {
    font-size: clamp(2.4rem, 8vw, 3.5rem);
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-sm);
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-sm);
  }

  .featured-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-sm);
  }

  .trust-grid,
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-sm);
  }

  .visit-grid,
  .contact-grid,
  .about-content,
  .care-section {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }

  .care-section.reverse {
    direction: ltr;
  }

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

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

  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }

  .footer-bottom {
    flex-direction: column;
    gap: var(--space-sm);
    text-align: center;
  }

  .section {
    padding: var(--section-padding-mobile) 0;
  }

  .sticky-cta {
    bottom: 20px;
    right: 20px;
  }

  .sticky-btn {
    width: 52px;
    height: 52px;
  }

  .hero h1,
  .hero-title {
    font-size: clamp(2.25rem, 9vw, 3rem);
  }

  .hero-inner,
  .hero-inner-luxury {
    grid-template-columns: 1fr;
    padding-top: calc(var(--nav-h) + var(--space-lg));
    text-align: center;
  }

  .hero-content-luxury {
    max-width: none;
  }

  .hero-subtitle,
  .hero .subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btns {
    justify-content: center;
  }

  /* Hero cards: show below content in a row */
  .hero-cards-wrap {
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-sm);
    position: relative;
  }

  .hero-product-card {
    position: relative;
    width: 100%;
    max-width: 120px;
    justify-self: center;
  }

  .hero-card-1,
  .hero-card-2,
  .hero-card-3 {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: none;
    animation: none;
  }

  .hero-card-2 {
    transform: none;
  }

  .nav-logo img {
    height: 34px;
  }
}

@media (max-width: 480px) {
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .featured-strip {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .btn-group {
    flex-direction: column;
  }

  .btn-group .btn {
    justify-content: center;
  }
}

/* ===========================================
   UTILITIES
   =========================================== */
.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: var(--space-sm);
}

.mb-2 {
  margin-bottom: var(--space-md);
}

.mb-3 {
  margin-bottom: var(--space-lg);
}

.mb-4 {
  margin-bottom: var(--space-xl);
}

.mt-2 {
  margin-top: var(--space-md);
}

.mt-3 {
  margin-top: var(--space-lg);
}