 /* 
  =========================================
  PREMIUM LIGHT THEME FOR VEENIQUE STORE
  Thangavel Veenai Manufacturer
  =========================================
*/

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

/* Disable transitions on initial load to prevent FOUC / transition flashes */
.preload * {
  transition: none !important;
}

:root {
  /* Base Colors — Pure White Theme */
  --ink:          #1A1F1A;          /* Rich charcoal text */
  --muted:        #5C6A5C;          /* Sage muted text */
  --paper:        #FFFFFF;          /* Pure white */
  --bg:           #FFFFFF;
  --surface:      rgba(255,255,255,0.75);
  --surface-hover:rgba(255,255,255,0.95);
  --line:         #EAEDE8;          /* Soft sage border */

  /* Brand Colors - product card palette */
  --teal:         #31C7A5;
  --teal-rgb:     49, 199, 165;
  --coral:        #FF4B36;
  --coral-rgb:    255, 75, 54;
  --amber:        #F6AA1C;
  --amber-rgb:    246, 170, 28;
  --wood:         #8A6F52;
  --brass:        var(--amber);
  --brass-rgb:    var(--amber-rgb);
  --brass-dark:   var(--coral);
  --brass-light:  var(--teal);
  --copper:       var(--teal);

  /* Glass & Shadow System */
  --shadow:       0 8px 24px rgba(62,74,62,0.06);
  --shadow-hover: 0 20px 40px rgba(62,74,62,0.10), 0 0 24px rgba(49,199,165,0.14);
  --shadow-glow:  0 0 28px rgba(49,199,165,0.22);
  --glass-bg:     rgba(255,255,255,0.95);
  --glass-border: rgba(234,237,232,0.90);
  --radius:       16px;
  --radius-sm:    10px;

  /* Gradients */
  --gold-gradient: linear-gradient(110deg, var(--teal) 0%, var(--coral) 48%, var(--amber) 100%);
  --dark-gradient: linear-gradient(180deg, #FFFFFF 0%, #F7F7F5 100%);
}

/* Global resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #8B2D2D;
}

body {
  background: #8B2D2D;
  background-image: none;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  background: var(--line);
  border-radius: 99px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--brass-dark);
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Navbar — Fruitkha 3-column: logo | links | icons, always transparent */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}

/* Nav links — horizontal centred row */
.nav-links-horizontal {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-link {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  display: flex;
  align-items: center;
  color: var(--ink) !important;
}

.nav-icon {
  color: var(--ink) !important;
  font-size: 1.1rem;
  margin: 0 10px;
  transition: color 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-icon:hover {
  color: var(--copper) !important;
}

@media (max-width: 950px) {
  .nav-links-horizontal {
    display: none !important; /* Hide on mobile/tablet */
  }
}

/* Homepage Navbar — white on dark red hero */
.navbar-homepage .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.navbar-homepage .nav-link:hover,
.navbar-homepage .nav-link.active {
  color: #fff !important;
}

.navbar-homepage .nav-icon {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.navbar-homepage .nav-icon:hover {
  color: #fff !important;
}

.navbar-homepage .logo-title,
.navbar-homepage .logo span:first-child {
  background: none !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.navbar-homepage .logo-subtitle,
.navbar-homepage .logo span:last-child {
  color: rgba(255, 255, 255, 0.65) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.65) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

/* =========================================
   ✈️ UIVERSE PAYMENT NAV BUTTON STYLE
   ========================================= */

.pay-nav-button {
  text-decoration: none;
  line-height: 1;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  background-color: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
}

.pay-nav-button .button-decor {
  position: absolute;
  inset: 0;
  background-color: var(--clr);
  transform: translateX(-100%);
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.pay-nav-button .button-content {
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pay-nav-button .button__icon {
  width: 36px;
  height: 32px;
  background-color: var(--clr);
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}

.pay-nav-button .button__icon svg {
  transition: transform 0.3s ease;
  fill: #fff;
}

.pay-nav-button .button__text {
  display: inline-block;
  transition: color .2s, transform 0.2s;
  padding: 2px 1rem 2px 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--ink);
}

.pay-nav-button:hover .button__text {
  color: #090807 !important;
}

:root[data-theme="light"] .pay-nav-button:hover .button__text {
  color: var(--paper) !important;
}

.pay-nav-button.active .button__text {
  color: var(--copper) !important;
}

.pay-nav-button:hover .button__icon svg {
  transform: scale(1.1);
  fill: #090807 !important;
}

:root[data-theme="light"] .pay-nav-button:hover .button__icon svg {
  fill: var(--paper) !important;
}

.pay-nav-button:hover .button-decor {
  transform: translate(0);
}

.nav-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.theme-toggle-btn {
  background: transparent;
  border: 1px solid rgba(var(--brass-rgb), 0.3);
  color: var(--brass);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.1rem;
}

.theme-toggle-btn:hover {
  background: rgba(var(--brass-rgb), 0.1);
  border-color: var(--brass);
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(var(--brass-rgb), 0.2);
}

.nav-icon-link {
  color: var(--brass);
  background: transparent;
  border: 1px solid rgba(var(--brass-rgb), 0.3);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.1rem;
  text-decoration: none;
}

.nav-icon-link:hover {
  background: rgba(var(--brass-rgb), 0.1);
  border-color: var(--brass);
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(var(--brass-rgb), 0.2);
}

.logo {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  align-items: flex-start;
  cursor: pointer;
}

.logo span:first-child, .logo-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: opacity 0.3s ease;
  display: inline-block;
}

.logo span:last-child, .logo-subtitle {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 1px;
  transition: color 0.3s ease;
  display: inline-block;
}

.logo:hover span:first-child, .logo:hover .logo-title {
  opacity: 0.85;
}

.logo:hover span:last-child, .logo:hover .logo-subtitle {
  color: var(--copper) !important;
}

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

.nav-links li a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
  position: relative;
  padding: 6px 0;
  letter-spacing: 0.03em;
}

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

.nav-links li a:hover,
.nav-links li a.active {
  color: var(--copper) !important;
}

.nav-links li a:hover::after,
.nav-links li a.active::after {
  display: none;
}

/* Menu Toggle Button for Mobile */


/* 📱 Floating Social Icons */
.floating-socials {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 90;
}

.floating-socials a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid rgba(226, 230, 226, 0.95);
  background: #ffffff;
  backdrop-filter: blur(8px);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(62, 74, 62, 0.16);
}

.floating-socials a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(62, 74, 62, 0.22);
}

.floating-socials a.whatsapp {
  color: #25d366;
}

.floating-socials a.whatsapp:hover {
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.36);
}

.floating-socials a.instagram {
  color: #d6249f;
}

.floating-socials a.instagram:hover {
  box-shadow: 0 8px 24px rgba(214, 36, 159, 0.34);
}

/* About Us Section */
.about-section {
  padding: 100px 6%;
  max-width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-left {
  display: flex;
  justify-content: center;
}

.img-box {
  position: relative;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.img-box::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--radius);
  padding: 1px;
  background: linear-gradient(135deg, var(--line), var(--brass), var(--line));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.img-main {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 8px;
  filter: brightness(0.85);
}

.about-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-right h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--brass);
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-right p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.chill-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 24px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brass);
  background: transparent;
  border: 1px solid var(--brass);
  border-radius: var(--radius);
  cursor: pointer;
}

.chill-btn:hover {
  background: var(--gold-gradient);
  color: #090807;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(var(--brass-rgb), 0.25);
}

/* 🎵 Product Section */
.product-page {
  padding: 100px 48px;
  margin-top: 0;
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
}

.product-page h4 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 3rem !important;
  font-weight: 500 !important;
  color: var(--ink);
  margin-bottom: 24px;
}

.product-page > p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  color: var(--muted);
  font-size: 1.05rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1280px;
  margin: 48px auto 0 auto;
}

.product-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-item-wrapper:hover {
  transform: translateY(-8px);
}

.product-image-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
  transition: all 0.4s ease;
}

.product-image-box img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-item-wrapper:hover .product-image-box img {
  transform: scale(1.05);
}

.product-item-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  margin: 0 0 6px 0 !important;
  text-align: center;
}

.product-item-price {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--copper);
  margin: 0;
  text-align: center;
}

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

@media (max-width: 576px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 6px;
  text-align: center;
}

.view-btn:hover {
  background: var(--gold-gradient);
  color: #090807;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(var(--brass-rgb), 0.2);
}

/* 🎼 Services Section */
.services-section {
  padding: 100px 48px;
  background-color: #FFFFFF;
  border-top: 1px solid var(--line);
  text-align: center;
}

.services-header {
  margin-bottom: 60px;
}

.services-badge {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--brass);
  text-transform: uppercase;
  border: 1px solid var(--line);
  padding: 6px 16px;
  border-radius: 99px;
  display: inline-block;
  margin-bottom: 16px;
}

.services-main-heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 2.8rem !important;
  font-weight: 500 !important;
  color: var(--ink);
  margin-bottom: 16px;
}

.services-intro-text {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.services-grid-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

/* Left Overlapping Frame */
.why-choose-image-wrapper {
  position: relative;
  width: 100%;
}

.why-choose-bg-frame {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.why-choose-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Veena overlay popup effect */
.why-choose-popout-veena {
  position: absolute;
  bottom: -60px;
  right: -15px;
  width: 48%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  mix-blend-mode: multiply;
  pointer-events: none;
  transform: rotate(-10deg);
  transition: all 0.4s ease;
}

/* Light Theme multiply blending keeps transparent feel */
:root[data-theme="light"] .why-choose-popout-veena {
  mix-blend-mode: multiply;
  filter: none;
}

/* Dark Theme structural support to avoid black washout */
:root[data-theme="dark"] .why-choose-popout-veena {
  mix-blend-mode: normal;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 12px;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4)) brightness(0.95);
  bottom: -40px;
  right: 10px;
}

/* Right Details Column */
.why-choose-details-list {
  display: flex;
  flex-direction: column;
}

.why-choose-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.why-choose-item:last-child {
  border-bottom: none;
}

.why-choose-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--brass);
  background-color: var(--surface);
  flex-shrink: 0;
}

.why-choose-text-box h3 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  margin: 0 0 8px 0 !important;
}

.why-choose-text-box p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

@media (max-width: 900px) {
  .services-grid-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .why-choose-popout-veena {
    bottom: -20px;
    width: 35%;
  }
}

/* 🪕 Contact/Location Section */
.contact-section {
  padding: 100px 6%;
  background-color: #FFFFFF;
  border-top: 1px solid var(--line);
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.8fr 1.2fr;
  gap: 48px;
  align-items: flex-start;
}

.footer-col h3 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
  margin: 0 0 10px 0 !important;
}

.footer-title-line {
  width: 35px;
  height: 2px;
  background-color: var(--copper);
  margin-bottom: 24px;
}

.footer-col p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 16px 0;
}

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

.footer-col ul li {
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.6;
}

.footer-col ul li i {
  color: var(--copper);
  font-size: 0.9rem;
  margin-top: 4px;
}

.footer-col ul li a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: var(--copper);
}

/* Copyright Bar */
.copyright-bar {
  border-top: 1px solid var(--line);
  padding-top: 35px;
  margin-top: 50px;
}

.copyright-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright-content p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}

.brand-accent {
  color: var(--copper);
  font-weight: 700;
}

.footer-socials {
  display: flex;
  gap: 16px;
}

.footer-socials a {
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  transform: translateY(-3px);
}

.footer-socials a.whatsapp {
  color: #25d366;
}

.footer-socials a.instagram i {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 12%, #fd5949 38%, #d6249f 62%, #285aeb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

iframe {
  width: 100%;
  height: 250px;
  border-radius: var(--radius);
  border: 1px solid var(--line) !important;
  box-shadow: var(--shadow);
  transition: filter 0.4s ease;
}

:root[data-theme="light"] iframe {
  filter: grayscale(0.1) contrast(1.0);
}

:root[data-theme="dark"] iframe {
  filter: grayscale(0.8) invert(0.9) contrast(1.2);
}

/* ⚡ Keyframes */
@keyframes zoomSlow {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 📱 Responsive Viewports */

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

@media (max-width: 768px) {
  .navbar {
    padding: 16px 20px;
  }

  .nav-links {
    position: fixed;
    top: 95px;
    left: -105%;
    width: calc(100% - 40px);
    height: auto;
    max-height: 70vh;
    background: rgba(15, 12, 10, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 20px;
    gap: 25px;
    z-index: 99;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  :root[data-theme="light"] .nav-links {
    background: rgba(251, 249, 244, 0.95);
    border-color: rgba(128, 117, 99, 0.15);
    box-shadow: 0 20px 40px rgba(128, 117, 99, 0.1);
  }

  .nav-links.show {
    left: 20px;
  }

  .about-section,
  .contact-container,
  .service-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .about-left {
    order: 2;
  }

  .about-right {
    order: 1;
    align-items: center;
  }

  .img-main {
    height: 300px;
  }
}

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

  .content h2 {
    font-size: 2.2rem;
  }

  .content p {
    font-size: 1rem;
  }

  .floating-socials a {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

/* =========================================
   💳 SECURE WALLET & PAYMENT GATEWAY STYLES
   ========================================= */

.payments-section {
  padding: 100px 6%;
  background: rgba(22, 19, 17, 0.25);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.payments-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

.payments-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.payments-left h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 600;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.payments-left p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 620px;
}

.payments-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}

.pay-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-weight: 500;
  font-size: 1rem;
}

.pay-feature-item i {
  color: var(--brass);
  font-size: 1.2rem;
  background: rgba(var(--brass-rgb), 0.08);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--brass-rgb), 0.15);
}

.payments-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Wallet Widget */
.wallet {
  position: relative;
  width: 280px;
  height: 230px;
  cursor: pointer;
  perspective: 1000px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: transform 0.4s ease;
}

.wallet::after {
  content: "Hover to see Payment Options";
  position: absolute;
  bottom: -32px;
  font-style: italic;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.wallet:hover::after {
  opacity: 0.4;
}

@keyframes slideIntoPocket {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.wallet-back {
  position: absolute;
  bottom: 0;
  width: 280px;
  height: 200px;
  background: #181412;
  border: 1px solid var(--line);
  border-radius: 22px 22px 60px 60px;
  z-index: 5;
  box-shadow:
    inset 0 25px 35px rgba(0, 0, 0, 0.4),
    inset 0 5px 15px rgba(0, 0, 0, 0.5);
}

:root[data-theme="light"] .wallet-back {
  background: #eae2d5;
  border-color: var(--line);
}

.wallet .card {
  position: absolute;
  width: 260px;
  height: 140px;
  left: 10px;
  border-radius: 16px;
  padding: 18px;
  color: white;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.2),
    0 -4px 15px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
    z-index 0s;
  animation: slideIntoPocket 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) backwards;
  border: none !important;
}

.wallet .card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.wallet .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wallet .chip {
  width: 32px;
  height: 24px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.wallet .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.wallet .label {
  font-size: 7px;
  opacity: 0.8;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
}

.wallet .value {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.wallet .card-number-wrapper {
  text-align: right;
}

.wallet .hidden-stars {
  font-size: 14px;
  letter-spacing: 2px;
}

.wallet .card-number {
  display: none;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: monospace;
}

/* Card variants */
.wallet .stripe {
  background: linear-gradient(135deg, #635bff 0%, #4339ca 100%);
  bottom: 90px;
  z-index: 10;
  animation-delay: 0.1s;
}

.wallet .upi {
  background: linear-gradient(135deg, #097969 0%, #00563b 100%);
  bottom: 65px;
  z-index: 20;
  animation-delay: 0.2s;
}

.wallet .paypal {
  background: #ffffff;
  color: #003087;
  bottom: 40px;
  z-index: 30;
  animation-delay: 0.3s;
}

.wallet .paypal .chip {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.05);
}

.wallet .paypal .label {
  color: #8c979d;
}

.wallet .pocket {
  position: absolute;
  bottom: 0;
  width: 280px;
  height: 160px;
  z-index: 40;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.5));
}

.wallet .pocket-svg path {
  fill: #1c1715;
}

.wallet .pocket-svg path:nth-child(2) {
  stroke: var(--brass-dark);
}

:root[data-theme="light"] .wallet .pocket-svg path {
  fill: #e3d9cc;
}

.wallet .pocket-content {
  position: absolute;
  top: 45px;
  width: 100%;
  text-align: center;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.wallet .balance-stars {
  color: var(--muted);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.3s;
}

.wallet .balance-real {
  color: var(--brass);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10px);
  transition: 0.3s;
}

/* Eye Logic */
.wallet .eye-icon-wrapper {
  margin-top: 8px;
  height: 20px;
  width: 20px;
  position: relative;
  opacity: 0.4;
  transition: 0.3s;
}

.wallet .eye-icon {
  position: absolute;
  top: 0;
  left: 0;
  stroke: var(--brass);
  transition: 0.3s;
}

/* Hover behaviors */
.wallet:hover {
  transform: translateY(-5px);
}

.wallet:hover .eye-icon-wrapper {
  opacity: 1;
}

.wallet:hover .stripe {
  transform: translateY(-75px) rotate(-3deg);
}

.wallet:hover .upi {
  transform: translateY(-45px) rotate(2deg);
}

.wallet:hover .paypal {
  transform: translateY(-10px);
}

/* Individual card hover */
.wallet .card:hover {
  z-index: 100 !important;
  transition-delay: 0s !important;
}

.wallet:hover .stripe:hover {
  transform: translateY(-90px) scale(1.05) rotate(0);
}

.wallet:hover .upi:hover {
  transform: translateY(-90px) scale(1.05) rotate(0);
}

.wallet:hover .paypal:hover {
  transform: translateY(-90px) scale(1.05) rotate(0);
}

.wallet .card:hover .hidden-stars {
  display: none;
}

.wallet .card:hover .card-number {
  display: block;
}

.wallet:hover .balance-stars {
  opacity: 0;
}

.wallet:hover .balance-real {
  opacity: 1;
  transform: translate(-50%, 0);
}

.wallet:hover .eye-slash {
  opacity: 0;
  transform: scale(0.5);
}

.wallet:hover .eye-open {
  opacity: 1;
  transform: scale(1.1);
}

/* Responsive adjustment for payments layout */
@media (max-width: 768px) {
  .payments-container {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  .payments-left p {
    margin: 0 auto;
  }
  .pay-feature-item {
    justify-content: center;
  }
  .payments-right {
    margin-top: 10px;
  }
}


/* =========================================
   3D TILTING ABOUT US CARD (Uiverse.io)
   ========================================= */

.about-card-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 320px;
  margin: 40px auto;
  transition: 200ms;
}

.about-card-container:active {
  height: 310px;
}

#aboutCard {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: 700ms;
  background: rgba(22, 19, 17, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(var(--brass-rgb), 0.15);
  box-shadow: var(--shadow);
  padding: 30px;
}

#aboutCard::before {
  content: "";
  background: var(--gold-gradient);
  opacity: 0%;
  width: 104%;
  height: 104%;
  border-radius: 24px;
  position: absolute;
  z-index: -1;
  transition: 200ms;
  filter: blur(15px);
}

.about-card-container:hover #aboutCard::before {
  transition: 200ms;
  opacity: 25%;
}

#aboutPrompt {
  z-index: 20;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: 300ms ease-in-out;
  color: var(--brass);
  text-shadow: 0 0 10px rgba(var(--brass-rgb), 0.2);
  pointer-events: none;
}

.about-card-container:hover #aboutCard #aboutPrompt {
  opacity: 0;
  transform: scale(0.9);
}

.about-title-details {
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  transition-delay: 100ms;
  position: absolute;
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: center;
  color: var(--ink);
  padding: 0 24px;
  pointer-events: none;
}

.about-card-container:hover #aboutCard .about-title-details {
  opacity: 1;
}

.tracker:hover ~ #aboutCard {
  transition: 300ms;
  filter: brightness(1.15);
  border-color: var(--brass);
}

.canvas {
  perspective: 800px;
  inset: 0;
  z-index: 200;
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "tr-1 tr-2 tr-3 tr-4 tr-5"
    "tr-6 tr-7 tr-8 tr-9 tr-10"
    "tr-11 tr-12 tr-13 tr-14 tr-15"
    "tr-16 tr-17 tr-18 tr-19 tr-20"
    "tr-21 tr-22 tr-23 tr-24 tr-25";
}

.tr-1 { grid-area: tr-1; }
.tr-2 { grid-area: tr-2; }
.tr-3 { grid-area: tr-3; }
.tr-4 { grid-area: tr-4; }
.tr-5 { grid-area: tr-5; }
.tr-6 { grid-area: tr-6; }
.tr-7 { grid-area: tr-7; }
.tr-8 { grid-area: tr-8; }
.tr-9 { grid-area: tr-9; }
.tr-10 { grid-area: tr-10; }
.tr-11 { grid-area: tr-11; }
.tr-12 { grid-area: tr-12; }
.tr-13 { grid-area: tr-13; }
.tr-14 { grid-area: tr-14; }
.tr-15 { grid-area: tr-15; }
.tr-16 { grid-area: tr-16; }
.tr-17 { grid-area: tr-17; }
.tr-18 { grid-area: tr-18; }
.tr-19 { grid-area: tr-19; }
.tr-20 { grid-area: tr-20; }
.tr-21 { grid-area: tr-21; }
.tr-22 { grid-area: tr-22; }
.tr-23 { grid-area: tr-23; }
.tr-24 { grid-area: tr-24; }
.tr-25 { grid-area: tr-25; }

.tr-1:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(20deg) rotateY(-10deg) rotateZ(0deg); }
.tr-2:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(20deg) rotateY(-5deg) rotateZ(0deg); }
.tr-3:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(20deg) rotateY(0deg) rotateZ(0deg); }
.tr-4:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(20deg) rotateY(5deg) rotateZ(0deg); }
.tr-5:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(20deg) rotateY(10deg) rotateZ(0deg); }
.tr-6:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(10deg) rotateY(-10deg) rotateZ(0deg); }
.tr-7:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(10deg) rotateY(-5deg) rotateZ(0deg); }
.tr-8:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg); }
.tr-9:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(10deg) rotateY(5deg) rotateZ(0deg); }
.tr-10:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(10deg) rotateY(10deg) rotateZ(0deg); }
.tr-11:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(0deg) rotateY(-10deg) rotateZ(0deg); }
.tr-12:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(0deg) rotateY(-5deg) rotateZ(0deg); }
.tr-13:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
.tr-14:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(0deg) rotateY(5deg) rotateZ(0deg); }
.tr-15:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(0deg) rotateY(10deg) rotateZ(0deg); }
.tr-16:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(-10deg) rotateY(-10deg) rotateZ(0deg); }
.tr-17:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(-10deg) rotateY(-5deg) rotateZ(0deg); }
.tr-18:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(-10deg) rotateY(0deg) rotateZ(0deg); }
.tr-19:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(-10deg) rotateY(5deg) rotateZ(0deg); }
.tr-20:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(-10deg) rotateY(10deg) rotateZ(0deg); }
.tr-21:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(-20deg) rotateY(-10deg) rotateZ(0deg); }
.tr-22:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(-20deg) rotateY(-5deg) rotateZ(0deg); }
.tr-23:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg); }
.tr-24:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(-20deg) rotateY(5deg) rotateZ(0deg); }
.tr-25:hover ~ #aboutCard { transition: 125ms ease-in-out; transform: rotateX(-20deg) rotateY(10deg) rotateZ(0deg); }

/* =========================================
   HERO — Stacked: subtitle → image → VEENIQUE text → buttons
   ========================================= */
.Home-page {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: #8B2D2D !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  overflow: hidden;
  gap: 0;
  padding: 80px 24px 60px;
}

.Home-page::before,
.Home-page::after { display: none; }

/* ─── Jumping subtitle right above image ─── */
.Home-page > .hero-subtitle {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 24px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.5);
}

.hero-bounce {
  animation: heroBounce 2.8s ease-in-out infinite;
}

@keyframes heroBounce {
  0%, 100% { transform: translateY(0); }
  20%      { transform: translateY(-14px); }
  40%      { transform: translateY(0); }
  55%      { transform: translateY(-7px); }
  70%      { transform: translateY(0); }
}

/* ─── Center: Image (smaller) ─── */
.hero-image-layer {
  width: 42%;
  max-width: 520px;
  margin: 0 auto;
  filter: drop-shadow(0 16px 50px rgba(0, 0, 0, 0.5));
}

.hero-image-layer img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

/* ─── Below image: VEENIQUE text with overlay shadow ─── */
.hero-title-below {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.5rem, 10vw, 8rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin-top: -30px; /* overlap slightly into the image */
  position: relative;
  z-index: 2;
  text-shadow:
    0 4px 30px rgba(0, 0, 0, 0.6),
    0 1px 0 rgba(139, 45, 45, 0.5),
    0 8px 60px rgba(0, 0, 0, 0.35);
  line-height: 1;
}

/* ─── Buttons ─── */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.hero-btn-primary {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.95);
  color: #8B2D2D !important;
  padding: 14px 34px;
  border-radius: 99px;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.hero-btn-primary:hover {
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.hero-btn-secondary {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: transparent;
  color: rgba(255,255,255,0.9) !important;
  padding: 14px 34px;
  border-radius: 99px;
  border: 2px solid rgba(255,255,255,0.4);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.hero-btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.7);
  color: #fff !important;
  transform: translateY(-3px);
}

/* ─── Hero responsive ─── */
@media (max-width: 768px) {
  .Home-page { padding: 0 16px 40px !important; }
  .hero-image-layer { width: 75%; }
  .hero-title-below {
    font-size: clamp(2.2rem, 14vw, 4rem);
    margin-top: -16px;
  }
  .Home-page > .hero-subtitle {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    margin-top: 80px;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  .hero-btn-primary,
  .hero-btn-secondary {
    padding: 12px 28px;
    font-size: 0.75rem;
  }
}

@keyframes trackingIn {
  from { letter-spacing: 0.05em; opacity: 0; }
  to { letter-spacing: 0.25em; opacity: 1; }
}

/* =========================================
   🧠 SMOOTH THEME CROSSFADE TRANSITIONS
   ========================================= */

body, .navbar, .login-box, .gallery-card, .product-card, .pay-nav-button {
  transition: background-color 0.6s ease, color 0.6s ease, border-color 0.6s ease, background 0.6s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 768px) {
  .slide-title {
    font-size: 3rem;
  }
  .slide-tagline {
    font-size: 0.8rem;
  }
  .slide-desc {
    font-size: 0.95rem;
  }
}

.changing-desc-container {
  position: relative;
  min-height: 80px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.changing-desc-container .slide-desc {
  position: absolute;
  width: 100%;
  max-width: 600px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.changing-desc-container .slide-desc.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* =========================================
   🌿 MINIMALIST LINGGUH STYLE OVERRIDES
   ========================================= */

/* Elegant Serif Font for Headings */
h1, h2, h3, h4, h5, h6, .logo span, .slide-title, .about-title, .title, .portal-tab-header h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
}

/* Glassmorphic Cards Design System across all storefront & portal components */
.card, 
.blog-card, 
.image-card, 
.image-card2, 
.product-card, 
.service-card, 
.login-box, 
.gallery-card, 
.truck-widget-card, 
.cart-items, 
.cart-summary,
.why-choose-item,
.review-item,
.reviews-card,
.about-video-card,
.auth-card,
.profile-card,
.info-card {
  border: 1px solid rgba(226, 230, 226, 0.85) !important;
  box-shadow: 0 10px 30px rgba(62, 74, 62, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Elegant lifting glass hover */
.card:hover, 
.blog-card:hover, 
.image-card:hover, 
.image-card2:hover, 
.product-card:hover, 
.service-card:hover, 
.gallery-card:hover, 
.login-box:hover,
.why-choose-item:hover,
.review-item:hover,
.reviews-card:hover {
  transform: translateY(-6px) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(193, 154, 107, 0.5) !important;
  box-shadow: 0 20px 40px rgba(62, 74, 62, 0.08), 0 0 25px rgba(193, 154, 107, 0.15) !important;
}

/* Rectangular minimal buttons */
.chill-btn, .view-btn, .Back-btn, .Back-btn2, .back-btn, .download-button {
  border: 1px solid var(--line) !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  padding: 10px 24px !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.85rem;
  background-color: var(--brass) !important;
  color: #fff !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.chill-btn:hover, .view-btn:hover, .Back-btn:hover, .download-button:hover {
  transform: translateY(-2px) !important;
  background-color: var(--brass-dark) !important;
  border-color: var(--brass-dark) !important;
  box-shadow: 0 6px 20px rgba(var(--brass-rgb), 0.15) !important;
}

.chill-btn:active, .view-btn:active, .download-button:active {
  transform: translateY(0) !important;
}

/* =========================================
   🌿 LINGGUH STYLE ABOUT SECTION GRID
   ========================================= */
.about-section {
  padding: 100px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #FFFFFF;
}

.about-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px;
  max-width: 1280px;
  width: 100%;
  align-items: flex-start;
}

/* Left Column */
.about-col-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.about-title-large {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 3rem !important;
  font-weight: 500 !important;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 8px;
}

.about-subtitle-uppercase {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--brass);
  margin-bottom: 32px;
  text-transform: uppercase;
}

.about-paragraph {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 40px;
}

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

.about-list-item {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
  text-align: left;
}

.about-list-item span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.about-list-item:hover span {
  transform: translateX(8px);
  color: var(--brass);
}

/* Middle Column */
.about-col-middle {
  display: flex;
  justify-content: center;
}

.about-middle-img {
  width: 100%;
  max-width: 380px;
  border-radius: 6px;
  border: 1px solid var(--line);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background-color: var(--surface);
}

/* Right Column */
.about-col-right {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.about-video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 24px;
}

.about-video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.about-video-thumb::-webkit-media-controls,
.about-video-thumb::-webkit-media-controls-panel,
.about-video-thumb::-webkit-media-controls-play-button,
.about-video-thumb::-webkit-media-controls-volume-slider,
.about-video-thumb::-webkit-media-controls-timeline {
  display: none !important;
  opacity: 0 !important;
}

.about-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.about-video-overlay:hover {
  background: rgba(0, 0, 0, 0.15);
}

.play-btn-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #121512;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.about-video-overlay:hover .play-btn-circle {
  transform: scale(1.15);
}

.about-stats-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ink);
}

.about-paragraph-short {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 32px;
}

.about-cta-wrapper {
  margin-top: auto;
}

@media (max-width: 1024px) {
  .about-container {
    grid-template-columns: 1fr 1fr;
  }
  .about-col-middle {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 60px 24px;
  }
  .about-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* =========================================
   🌿 LINGGUH PRODUCT CATEGORIES LAYOUT
   ========================================= */
.categories-section {
  padding: 80px 24px 80px 24px;
  background: #8B2D2D !important;
  background-image: none !important;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
}

.categories-content {
  max-width: 800px;
  width: 100%;
  z-index: 2;
}

.categories-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 3.5rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  margin-bottom: 32px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.categories-badge-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  padding: 10px 0;
  max-width: 760px;
  margin: 0 auto;
}

.category-pill {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  padding: 14px 32px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
  display: inline-block;
  cursor: default;
  margin: 6px;
}

.category-pill:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2) !important;
}

/* =========================================
   🌿 LINGGUH REVIEWS LAYOUT
   ========================================= */
.reviews-section {
  padding: 100px 48px;
  background-color: #FFFFFF;
  border-top: 1px solid var(--line);
}

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  gap: 32px;
}

.reviews-header-left {
  max-width: 700px;
  text-align: left;
}

.reviews-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 3rem !important;
  font-weight: 500 !important;
  color: var(--ink);
  margin-bottom: 12px;
}

.reviews-subtitle {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
}

.categories-btn {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #FFFFFF !important;
  color: #2C352C !important;
  padding: 14px 32px;
  border-radius: 99px;
  border: 1px solid rgba(255,255,255,0.3) !important;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.categories-btn:hover {
  background: #FFFFFF !important;
  color: #8B2D2D !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.3);
}

.reviews-grid-container {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

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

.customer-live-reviews {
  display: flex;
  flex-direction: column;
}

.customer-live-reviews:empty {
  display: none;
}

.customer-live-reviews:empty + .review-item {
  padding-top: 0;
}

.review-item {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.review-item:first-child {
  padding-top: 0;
}

.review-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.quote-mark {
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  color: var(--brass);
  display: block;
  margin-bottom: -10px;
  height: 24px;
}

.review-heading {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  margin: 12px 0 8px 0 !important;
}

.review-text {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.review-author-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author-rating-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brass);
}

.author-info h4 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  margin: 0 0 4px 0 !important;
}

.author-info p {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0;
}

.reviews-image-container {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.reviews-display-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-side-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.review-form {
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(62, 74, 62, 0.08);
}

.review-form-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
  color: var(--ink) !important;
  margin: 0 0 20px 0 !important;
}

.review-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 14px;
}

.review-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.review-field span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.review-field input,
.review-field select,
.review-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfaf7;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.review-field textarea {
  resize: vertical;
  min-height: 110px;
}

.review-field input:focus,
.review-field select:focus,
.review-field textarea:focus {
  background: #ffffff;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(11, 128, 128, 0.12);
}

.review-submit {
  width: 100%;
  border: 1px solid var(--teal);
  border-radius: 99px;
  background: var(--teal);
  color: #ffffff;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 20px;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.review-submit:hover {
  background: var(--coral);
  border-color: var(--coral);
  box-shadow: 0 12px 24px rgba(201, 94, 77, 0.18);
  transform: translateY(-1px);
}

.review-form-status {
  min-height: 20px;
  margin: 12px 0 0 0;
  color: var(--teal);
  font-size: 0.85rem;
  font-weight: 600;
}

.customer-review-item {
  background: linear-gradient(135deg, rgba(11, 128, 128, 0.06), rgba(242, 169, 80, 0.08));
  border: 1px solid rgba(226, 230, 226, 0.9);
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 28px;
}

.customer-review-item:first-child {
  padding-top: 28px;
}

.review-item-new {
  animation: reviewFreshIn 0.48s ease both;
}

@keyframes reviewFreshIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .reviews-grid-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .review-form-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   🌿 LINGGUH INFINITE MARQUEE CAROUSEL
   ========================================= */
.gallery-marquee-section {
  padding: 100px 24px;
  background-color: #FFFFFF;
  border-top: 1px solid var(--line);
  text-align: center;
  overflow: hidden;
}

.marquee-header {
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.marquee-main-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 3rem !important;
  font-weight: 500 !important;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 20px;
}

.marquee-subtitle {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 32px;
}

.marquee-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.marquee-btn-primary {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: var(--copper);
  color: #fff;
  padding: 14px 36px;
  border-radius: 99px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(193, 154, 107, 0.2);
}

.marquee-btn-primary:hover {
  background-color: var(--brass);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(193, 154, 107, 0.35);
}

.marquee-btn-secondary {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #222522;
  color: #FAF8F5;
  padding: 14px 36px;
  border-radius: 99px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

:root[data-theme="dark"] .marquee-btn-secondary {
  background-color: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
}

.marquee-btn-secondary:hover {
  background-color: var(--brass);
}

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

.review-item {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.review-item:first-child {
  padding-top: 0;
}

.review-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.quote-mark {
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  color: var(--brass);
  display: block;
  margin-bottom: -10px;
  height: 24px;
}

.review-heading {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  margin: 12px 0 8px 0 !important;
}

.review-text {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.review-author-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author-rating-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brass);
}

.author-info h4 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  margin: 0 0 4px 0 !important;
}

.author-info p {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0;
}

.reviews-image-container {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.reviews-display-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .reviews-grid-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

/* =========================================
   🌿 LINGGUH INFINITE MARQUEE CAROUSEL
   ========================================= */
.gallery-marquee-section {
  padding: 100px 24px;
  background-color: #FFFFFF;
  border-top: 1px solid var(--line);
  text-align: center;
  overflow: hidden;
}

.marquee-header {
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.marquee-main-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 3rem !important;
  font-weight: 500 !important;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 20px;
}

.marquee-subtitle {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 32px;
}

.marquee-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.marquee-btn-primary {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: var(--copper);
  color: #fff;
  padding: 14px 36px;
  border-radius: 99px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(193, 154, 107, 0.2);
}

.marquee-btn-primary:hover {
  background-color: var(--brass);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(193, 154, 107, 0.35);
}

.marquee-btn-secondary {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #222522;
  color: #FAF8F5;
  padding: 14px 36px;
  border-radius: 99px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

:root[data-theme="dark"] .marquee-btn-secondary {
  background-color: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
}

.marquee-btn-secondary:hover {
  background-color: var(--brass);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Continuous scrolling track elements */
.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

/* Left & Right gradient overlays for smooth fade edges */
.marquee-container::before,
.marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-container::before {
  left: 0;
  background: linear-gradient(to right, #8B2D2D, transparent) !important;
}

.marquee-container::after {
  right: 0;
  background: linear-gradient(to left, #8B2D2D, transparent) !important;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 45s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-card {
  flex-shrink: 0;
  width: 320px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin-right: 28px;
  background-color: var(--surface);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.marquee-card:hover {
  transform: translateY(-5px);
  border-color: var(--brass);
}

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

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

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-348px * 10));
  }
}

/* =========================================
   🌿 CATEGORY SHOWCASE OVERLAP
   ========================================= */
.category-showcase-section {
  padding: 0 48px;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  text-align: center;
}

.category-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.category-showcase-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  border: 1px solid rgba(226, 230, 226, 0.85) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(62, 74, 62, 0.04) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer;
}

.category-showcase-card:hover {
  transform: translateY(-8px) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(193, 154, 107, 0.5) !important;
  box-shadow: 0 20px 40px rgba(62, 74, 62, 0.08), 0 0 25px rgba(193, 154, 107, 0.15) !important;
}

.category-showcase-image-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: rgba(247, 245, 240, 0.6) !important;
  border: 1px solid rgba(226, 230, 226, 0.5) !important;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
  transition: all 0.4s ease;
}

.category-showcase-card:hover .category-showcase-image-box {
  background: rgba(247, 245, 240, 0.9) !important;
  border-color: rgba(193, 154, 107, 0.3) !important;
}

.category-showcase-image-box img {
  width: 85%;
  height: 85%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.category-showcase-card:hover .category-showcase-image-box img {
  transform: scale(1.06);
}

.category-showcase-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  margin: 0 !important;
  text-align: center;
}

@media (max-width: 768px) {
  .category-showcase-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .category-showcase-section {
    margin-top: 20px;
  }
}


/* =====================================================
   "SELECTED WORK" PRODUCT SECTION STYLES
   ===================================================== */

.product-page {
  padding: 72px 4% 64px;
  background: #FFFFFF;
}

/* Two-column header */
.sw-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 40px;
  margin-bottom: 32px;
}

.sw-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
}

.sw-desc {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
  padding-top: 8px;
}

/* Filter Tabs */
.sw-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.sw-tab {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  margin-right: 36px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
  position: relative;
  bottom: -1px;
}

.sw-tab:hover { color: var(--ink); }

.sw-tab.active {
  color: var(--ink);
  border-bottom-color: var(--copper);
  font-weight: 700;
}

/* 2-column masonry grid */
.sw-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1160px;
  margin: 0 auto;
  gap: 24px 32px;
}

/* Individual card */
.sw-card {
  cursor: pointer;
  transition: opacity 0.35s ease, transform 0.35s ease;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
}

.sw-img-wrap {
  width: 100%;
  overflow: visible;
  border-radius: 0;
  margin-bottom: 10px;
  background: transparent;
  border: none !important;
}

.sw-img-wrap img {
  width: 100%;
  height: clamp(220px, 27vw, 300px);
  object-fit: contain;
  display: block;
  filter: none !important;
  border: none !important;
  transition: transform 0.5s ease;
}

.sw-card:hover .sw-img-wrap img {
  transform: scale(1.04);
}

.sw-cat-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: capitalize;
  margin-bottom: 6px;
}

.sw-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  transition: color 0.2s ease;
}

.sw-card:hover .sw-card-title { color: var(--copper); }

@media (max-width: 768px) {
  .sw-header { grid-template-columns: 1fr; gap: 16px; }
  .sw-grid { grid-template-columns: 1fr; gap: 24px; }
  .sw-img-wrap img { height: 260px; }
}


/* ═══════════════════════════════════════════════════════
   GLASSMORPHISM CARD SYSTEM — ALL CARDS SITE-WIDE
   ═══════════════════════════════════════════════════════ */

/* Base glass card */
.card,
.blog-card,
.image-card,
.image-card2,
.product-card,
.service-card,
.login-box,
.gallery-card,
.truck-widget-card,
.cart-items,
.cart-summary,
.why-choose-item,
.review-item,
.about-video-card,
.auth-card,
.profile-card,
.info-card {
  background: var(--glass-bg) !important;
  backdrop-filter: blur(18px) saturate(190%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(190%) !important;
  border: 1px solid var(--glass-border) !important;
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow) !important;
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1) !important;
}

/* Glass card hover lift */
.card:hover,
.blog-card:hover,
.image-card:hover,
.image-card2:hover,
.product-card:hover,
.service-card:hover,
.gallery-card:hover,
.login-box:hover,
.why-choose-item:hover {
  transform: translateY(-6px) !important;
  background: rgba(255,255,255,0.96) !important;
  border-color: rgba(193,154,107,0.45) !important;
  box-shadow: var(--shadow-hover) !important;
}

/* SW product cards (selected-work grid) */
.sw-card {
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
}

.sw-img-wrap {
  width: 100%;
  overflow: visible;
  border-radius: 0;
  margin-bottom: 10px;
  background: transparent;
  border: none !important;
}

.sw-img-wrap img {
  width: 100%;
  height: clamp(220px, 27vw, 300px);
  object-fit: contain;
  display: block;
  filter: none !important;
  border: none !important;
  transition: transform 0.5s ease;
}

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

.sw-cat-label,
.sw-card-title {
  padding-left: 20px;
  padding-right: 20px;
}

.sw-cat-label {
  display: block;
  padding-top: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sw-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  padding-bottom: 8px;
  transition: color 0.2s ease;
}

.sw-card:hover .sw-card-title { color: var(--copper); }

/* Category showcase glassmorphic cards */
.category-showcase-section {
  padding: 60px 48px 80px;
  background: #FFFFFF;
}

.category-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.category-showcase-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1) !important;
  cursor: pointer;
}

.category-showcase-card:hover {
  transform: translateY(-8px) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.category-showcase-image-box {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  margin-bottom: 18px !important;
  transition: all 0.4s ease !important;
}

.category-showcase-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none !important;
  border: none !important;
  transition: transform 0.5s ease;
}

.category-showcase-card:hover .category-showcase-image-box img {
  transform: scale(1.06);
}

.category-showcase-title {
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  margin: 0 !important;
  text-align: center;
}

@media (max-width: 768px) {
  .category-showcase-grid { grid-template-columns: 1fr; gap: 20px; }
  .category-showcase-section { padding: 40px 24px; }
}

/* Why-choose items glassmorphic padding */
.why-choose-item {
  padding: 28px 24px !important;
  border-radius: var(--radius) !important;
  border: 1px solid var(--glass-border) !important;
  margin-bottom: 16px;
}

.why-choose-item:last-child { margin-bottom: 0; }

/* Review items glassmorphic */
.review-item {
  padding: 28px 24px !important;
  border-radius: var(--radius) !important;
  border: 1px solid var(--glass-border) !important;
  margin-bottom: 16px;
  border-bottom: none !important;
}

/* ─── Logo — gradient text on white bg ─── */
.logo-title, .logo span:first-child {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  background: var(--gold-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
}

.logo-subtitle, .logo span:last-child {
  color: var(--muted) !important;
  text-shadow: none !important;
  font-size: 0.62rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  -webkit-text-fill-color: var(--muted) !important;
}

/* hero-subtitle override removed — handled in hero section */

.Home-page .hero-subtitle .hero-subtitle-letter {
  display: inline-block;
  color: var(--muted) !important;
  -webkit-text-fill-color: var(--muted) !important;
  transform-origin: center bottom;
  animation: heroSubtitleJump 1.65s ease-in-out infinite !important;
  animation-delay: calc(var(--letter-index, 0) * 0.055s) !important;
  will-change: transform;
}

.Home-page .hero-subtitle .hero-subtitle-space {
  display: inline-block;
  width: 0.42em;
}

@keyframes heroSubtitleJump {
  0%, 76%, 100% {
    transform: translateY(0);
  }
  12% {
    transform: translateY(-0.34em);
  }
  24% {
    transform: translateY(0);
  }
}

/* Consultation CTA inspired by the provided reference */
.consultation-section {
  position: relative;
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 7vw, 120px);
  padding: clamp(78px, 10vw, 132px) clamp(28px, 8vw, 170px) clamp(42px, 5vw, 72px);
  overflow: hidden;
  background: #ffffff;
  border-top: 1px solid rgba(26, 31, 26, 0.06);
  border-bottom: 1px solid rgba(26, 31, 26, 0.08);
}

.consultation-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.consultation-ambient > span {
  position: absolute;
  left: clamp(24px, 14vw, 270px);
  bottom: clamp(130px, 22vw, 250px);
  color: rgba(26, 31, 26, 0.08);
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: clamp(3.4rem, 9vw, 9.5rem);
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  filter: blur(3px);
}

.consultation-ambient img {
  position: absolute;
  right: clamp(18px, 12vw, 230px);
  top: 22px;
  width: min(44vw, 620px);
  height: min(38vw, 520px);
  object-fit: contain;
  opacity: 0.24;
  filter: saturate(85%) contrast(1.04);
}

.consultation-word-rotator {
  display: none;
  position: absolute;
  left: clamp(22px, 10vw, 180px);
  right: clamp(22px, 10vw, 180px);
  top: 44%;
  z-index: 0;
  height: clamp(5rem, 11vw, 10rem);
  transform: translateY(-50%);
  pointer-events: none;
}

.consultation-word-rotator span {
  position: absolute !important;
  inset: 0 auto auto 0;
  color: #1a1f1a;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4.5rem, 11vw, 10rem);
  font-weight: 700;
  line-height: 0.9;
  white-space: nowrap;
  opacity: 0;
  filter: blur(1px);
  transform: translateY(22px);
  animation: consultationWordReveal 15s ease-in-out infinite;
}

.consultation-word-rotator span:nth-child(2) { animation-delay: 3s; }
.consultation-word-rotator span:nth-child(3) { animation-delay: 6s; }
.consultation-word-rotator span:nth-child(4) { animation-delay: 9s; }
.consultation-word-rotator span:nth-child(5) { animation-delay: 12s; }

@keyframes consultationWordReveal {
  0%, 100% {
    opacity: 0;
    transform: translateY(22px);
  }
  8%, 18% {
    opacity: 0.26;
    transform: translateY(0);
  }
  26% {
    opacity: 0;
    transform: translateY(-18px);
  }
}

.consultation-copy {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.consultation-kicker {
  margin: 0 0 4px;
  color: #090909;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: clamp(2.35rem, 5.2vw, 5rem);
  font-weight: 700;
  line-height: 1.02;
}

.consultation-title-rotator {
  position: relative;
  display: block;
  min-height: 1.08em;
  width: min(100%, 880px);
}

.consultation-title-rotator span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  white-space: nowrap;
  transform: translateY(0.24em);
  animation: consultationTitleReveal 9s ease-in-out infinite;
}

.consultation-title-rotator span:nth-child(2) { animation-delay: 3s; }
.consultation-title-rotator span:nth-child(3) { animation-delay: 6s; }

@keyframes consultationTitleReveal {
  0%, 100% {
    opacity: 0;
    transform: translateY(0.24em);
  }
  8%, 26% {
    opacity: 1;
    transform: translateY(0);
  }
  34% {
    opacity: 0;
    transform: translateY(-0.2em);
  }
}

.consultation-copy h2 {
  margin: 0;
  color: rgba(26, 31, 26, 0.46);
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: clamp(1.75rem, 3.3vw, 3.1rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.consultation-copy h2 span {
  color: #090909;
}

.consultation-copy > p:not(.consultation-kicker) {
  max-width: 640px;
  margin: 36px 0 0;
  color: rgba(26, 31, 26, 0.58);
  font-size: clamp(0.95rem, 1.15vw, 1.1rem);
  line-height: 1.55;
}

.consultation-trigger {
  position: relative;
  z-index: 1;
  min-width: 220px;
  min-height: 74px;
  padding: 0 36px;
  color: #ffffff;
  background: #070707;
  border: 1px solid #070707;
  border-radius: 999px;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, background 0.2s ease;
}

.consultation-trigger:hover {
  transform: translateY(-2px);
  background: #2b2926;
}

.consultation-action-stage {
  position: relative;
  z-index: 1;
  width: min(36vw, 430px);
  min-width: 340px;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.consultation-action-stage .consultation-trigger {
  animation: consultationButtonDemo 5.6s ease-in-out infinite;
}

.consultation-demo-card {
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
  width: min(100%, 430px);
  padding: 24px;
  color: #111111;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(26, 31, 26, 0.08);
  border-radius: 24px;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.14);
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  transform-origin: 82% 100%;
  pointer-events: none;
  animation: consultationCardDemo 5.6s ease-in-out infinite;
}

.consultation-demo-tabs {
  display: flex;
  gap: 8px;
  margin: 22px 0 18px;
}

.consultation-demo-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  color: #1a1f1a;
  background: #f5f5f5;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
}

.consultation-demo-tabs span:first-child {
  color: #ffffff;
  background: #111111;
}

.consultation-demo-field {
  min-height: 44px;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #f6f6f6 0%, #ececec 48%, #f6f6f6 100%);
  border: 1px solid rgba(26, 31, 26, 0.09);
  border-radius: 10px;
}

.consultation-demo-area {
  min-height: 86px;
}

.consultation-demo-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.consultation-demo-submit {
  min-height: 48px;
  margin-top: 2px;
  background: var(--copper);
  border-radius: 999px;
}

.consultation-demo-cursor {
  position: absolute;
  right: 16px;
  bottom: 52px;
  z-index: 4;
  width: 18px;
  height: 18px;
  background: #050505;
  border-radius: 999px;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.04);
  pointer-events: none;
  animation: consultationCursorDemo 5.6s ease-in-out infinite;
}

@keyframes consultationCursorDemo {
  0% {
    opacity: 0;
    transform: translate(-210px, -156px) scale(0.7);
  }
  12% {
    opacity: 1;
  }
  34% {
    transform: translate(-6px, -8px) scale(1);
  }
  41% {
    transform: translate(-6px, -8px) scale(0.72);
  }
  48% {
    transform: translate(-6px, -8px) scale(1);
  }
  78% {
    opacity: 1;
    transform: translate(-6px, -8px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-6px, -8px) scale(0.9);
  }
}

@keyframes consultationButtonDemo {
  0%, 32%, 48%, 100% {
    transform: translateY(0);
    background: #070707;
  }
  40% {
    transform: translateY(2px) scale(0.97);
    background: #4f4c5a;
  }
}

@keyframes consultationCardDemo {
  0%, 42% {
    opacity: 0;
    transform: translateY(24px) scale(0.97);
  }
  52%, 84% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
}

.consultation-modal[hidden] {
  display: none !important;
}

.consultation-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center end;
  padding: clamp(16px, 4vw, 72px);
}

.consultation-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(7px);
}

.consultation-card {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  padding: 28px;
  color: #111111;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(26, 31, 26, 0.08);
  border-radius: 24px;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.16);
}

.consultation-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #111111;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
}

.consultation-card-head {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-right: 36px;
}

.consultation-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--copper);
  border-radius: 50%;
  font-weight: 800;
}

.consultation-card-head h3 {
  margin: 0 0 2px;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.consultation-card-head p {
  margin: 0;
  color: rgba(26, 31, 26, 0.58);
  font-size: 0.74rem;
}

.consultation-tabs {
  display: flex;
  gap: 8px;
  margin: 24px 0 22px;
}

.consultation-tabs label {
  cursor: pointer;
}

.consultation-tabs input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.consultation-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: #1a1f1a;
  background: #f5f5f5;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.consultation-tabs input:checked + span {
  color: #ffffff;
  background: #111111;
}

.consultation-field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.consultation-field span {
  color: #1a1f1a;
  font-size: 0.78rem;
  font-weight: 800;
}

.consultation-field input,
.consultation-field select,
.consultation-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  color: #151515;
  background: #ffffff;
  border: 1px solid rgba(26, 31, 26, 0.14);
  border-radius: 10px;
  font: inherit;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.consultation-field textarea {
  resize: vertical;
  min-height: 98px;
}

.consultation-field input:focus,
.consultation-field select:focus,
.consultation-field textarea:focus {
  border-color: var(--copper);
  box-shadow: 0 0 0 3px rgba(193, 154, 107, 0.16);
}

.consultation-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.consultation-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
  color: #ffffff;
  background: var(--copper);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-weight: 800;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.consultation-submit:hover {
  transform: translateY(-1px);
  filter: brightness(0.95);
}

@media (max-width: 900px) {
  .consultation-section {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .consultation-trigger {
    width: fit-content;
    min-height: 60px;
    font-size: 1.05rem;
  }

  .consultation-action-stage {
    width: min(100%, 430px);
    min-width: 0;
    min-height: 540px;
    justify-content: flex-start;
  }

  .consultation-demo-card {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
  }

  .consultation-demo-cursor {
    left: 164px;
    right: auto;
  }

  .consultation-modal {
    place-items: end center;
  }
}

@media (max-width: 560px) {
  .consultation-section {
    padding: 64px 20px 44px;
  }

  .consultation-ambient > span {
    left: 20px;
    bottom: 200px;
  }

  .consultation-ambient img {
    width: 84vw;
    height: 250px;
    right: -44px;
    opacity: 0.2;
  }

  .consultation-word-rotator {
    top: 34%;
    left: 20px;
    right: 20px;
  }

  .consultation-title-rotator span {
    white-space: normal;
    line-height: 1.02;
  }

  .consultation-field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .consultation-action-stage {
    min-height: 500px;
  }

  .consultation-demo-card {
    width: 100%;
    padding: 18px;
    border-radius: 20px;
  }

  .consultation-demo-cursor {
    left: 154px;
    bottom: 48px;
  }

  .consultation-card {
    padding: 24px 18px;
    border-radius: 20px 20px 0 0;
  }
}

/* =====================================================
   MOBILE APP RESPONSIVE POLISH
   Desktop stays unchanged; this layer only handles phones.
   ===================================================== */
@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 76px;
    background: #ffffff;
  }

  .navbar {
    height: 62px !important;
    padding: 8px 14px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border-bottom: 1px solid rgba(226, 230, 226, 0.86) !important;
    box-shadow: 0 10px 28px rgba(62, 74, 62, 0.08) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }

  .logo-title,
  .logo span:first-child {
    font-size: 1.12rem !important;
    line-height: 1 !important;
  }

  .logo-subtitle,
  .logo span:last-child {
    max-width: 140px;
    font-size: 0.43rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.04em !important;
    white-space: normal;
  }

  /* Hide header action controls on mobile since we have the bottom navigation bar */
  .nav-controls {
    display: none !important;
  }

  .nav-links-horizontal {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    z-index: 1002 !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    gap: 0 !important;
    padding: 6px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(226, 230, 226, 0.95) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 36px rgba(62, 74, 62, 0.16) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }

  .nav-links-horizontal .nav-link {
    height: 42px !important;
    min-width: 54px !important;
    justify-content: center !important;
    padding: 0 7px !important;
    border-radius: 14px !important;
    color: #4f584f !important;
    font-size: 0.62rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
  }

  .nav-links-horizontal .nav-link.active,
  .nav-links-horizontal .nav-link:hover {
    color: var(--ink) !important;
    background: transparent !important;
  }

  /* .Home-page mobile override removed — handled in hero section */

  /* .Home-page .content override removed */

  /* hero-subtitle mobile override removed */

  /* hero-title mobile override removed */

  .hero-buttons {
    width: min(100%, 320px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .hero-btn-primary,
  .hero-btn-secondary,
  .marquee-btn-primary,
  .marquee-btn-secondary,
  .categories-btn {
    width: 100%;
    min-height: 46px;
    padding: 13px 18px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem !important;
    letter-spacing: 0.06em !important;
    text-align: center;
  }

  /* hero-btn-secondary mobile override removed */

  .category-showcase-section {
    padding: 28px 12px 24px !important;
    margin-top: 0 !important;
  }

  .category-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .category-showcase-card {
    padding: 10px 8px !important;
    background: #ffffff !important;
    border: 1px solid rgba(226, 230, 226, 0.9) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 24px rgba(62, 74, 62, 0.08) !important;
  }

  .category-showcase-image-box {
    aspect-ratio: 1 / 0.84 !important;
    margin-bottom: 8px !important;
  }

  .category-showcase-title {
    font-size: 0.66rem !important;
    line-height: 1.25 !important;
  }

  .product-page {
    padding: 36px 12px 40px !important;
  }

  .sw-header {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-bottom: 18px !important;
  }

  .sw-title,
  .services-main-heading,
  .reviews-title,
  .marquee-title {
    font-size: clamp(2.1rem, 12vw, 3.1rem) !important;
    line-height: 0.96 !important;
    text-align: left !important;
  }

  .sw-desc,
  .services-intro-text,
  .reviews-subtitle,
  .marquee-subtitle {
    font-size: 0.84rem !important;
    line-height: 1.62 !important;
  }

  .sw-tabs {
    margin: 0 -12px 18px !important;
    padding: 0 12px 8px !important;
    overflow-x: auto !important;
    gap: 8px !important;
    border-bottom: 0 !important;
    scrollbar-width: none;
  }

  .sw-tabs::-webkit-scrollbar {
    display: none;
  }

  .sw-tab {
    flex: 0 0 auto;
    min-height: 34px;
    margin: 0 !important;
    padding: 0 13px !important;
    border: 1px solid var(--line) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    font-size: 0.72rem !important;
  }

  .sw-tab.active {
    color: #ffffff !important;
    background: var(--copper) !important;
    border-color: var(--copper) !important;
  }

  body:not(.product-catalog-page) .product-page .sw-grid {
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 0 0 12px !important;
  }

  body:not(.product-catalog-page) .product-page .sw-card {
    min-width: 0 !important;
  }

  .services-section,
  .reviews-section,
  .gallery-marquee-section,
  .categories-section,
  .contact-section {
    padding: 42px 14px !important;
  }

  .services-header,
  .reviews-header,
  .marquee-header {
    margin-bottom: 22px !important;
    text-align: left !important;
  }

  .services-grid-container,
  .reviews-grid-container,
  .contact-container {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .why-choose-bg-frame,
  .reviews-image-container {
    min-height: 230px !important;
    border-radius: 18px !important;
  }

  .why-choose-popout-veena {
    width: 42% !important;
  }

  .why-choose-item,
  .review-item,
  .footer-col {
    padding: 18px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 1px solid rgba(226, 230, 226, 0.9) !important;
    box-shadow: 0 12px 28px rgba(62, 74, 62, 0.07) !important;
  }

  .why-choose-text-box h3,
  .review-heading,
  .footer-col h3 {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  .why-choose-text-box p,
  .review-text,
  .footer-col p,
  .footer-col ul li {
    font-size: 0.84rem !important;
    line-height: 1.58 !important;
  }

  .marquee-container {
    margin-inline: -14px;
    padding: 12px 0;
  }

  .marquee-container::before,
  .marquee-container::after {
    width: 40px;
  }

  .marquee-card {
    width: 148px !important;
    margin-right: 12px !important;
    border-radius: 14px !important;
  }

  .contact-section {
    border-top: 1px solid var(--line);
  }

  .footer-title-line {
    margin-bottom: 14px;
  }

  iframe {
    height: 220px !important;
    border-radius: 16px !important;
  }

  .copyright-bar {
    margin-top: 22px !important;
    padding-top: 20px !important;
  }

  .copyright-content {
    justify-content: center !important;
    text-align: center !important;
  }

  .footer-socials {
    justify-content: center;
  }

  .floating-socials {
    right: 10px !important;
    bottom: 88px !important;
    gap: 10px !important;
  }

  .floating-socials a {
    width: 42px !important;
    height: 42px !important;
    font-size: 18px !important;
  }

  .consultation-section {
    padding: 52px 14px 38px !important;
  }

  .consultation-copy {
    max-width: 100%;
  }

  .consultation-kicker,
  .consultation-title-rotator {
    font-size: clamp(2.8rem, 15vw, 4.5rem) !important;
    line-height: 0.92 !important;
  }

  .consultation-copy > p:not(.consultation-kicker) {
    font-size: 0.92rem !important;
    line-height: 1.62 !important;
  }

  .consultation-action-stage {
    width: 100% !important;
    min-height: 430px !important;
  }
}

/* =====================================================
   VEENIQUE COLOR SYSTEM - teal, coral, amber accents
   ===================================================== */
.consultation-submit,
.marquee-btn-primary,
.categories-btn,
.pay-button-primary,
.download-button {
  background: var(--teal) !important;
  border-color: var(--teal) !important;
}

.consultation-submit:hover,
.marquee-btn-primary:hover,
.categories-btn:hover,
.pay-button-primary:hover,
.download-button:hover {
  background: var(--coral) !important;
  border-color: var(--coral) !important;
}

.marquee-btn-secondary,
.Back-btn,
.Back-btn2,
.back-btn {
  border-color: var(--amber) !important;
}

.marquee-btn-secondary {
  color: #ffffff !important;
}

.Back-btn,
.Back-btn2,
.back-btn {
  color: var(--ink) !important;
}

.marquee-btn-secondary:hover,
.Back-btn:hover,
.Back-btn2:hover,
.back-btn:hover {
  color: #ffffff !important;
  background: var(--amber) !important;
  border-color: var(--amber) !important;
}

.sw-tab.active {
  color: #ffffff !important;
  background: var(--teal) !important;
  border-color: var(--teal) !important;
}

.navbar .nav-link,
.navbar .nav-link.active,
.navbar .nav-link:hover,
.about-navbar .nav-link,
.about-navbar .nav-link.active,
.about-navbar .nav-link:hover {
  color: var(--ink) !important;
  background: transparent !important;
  border-color: transparent !important;
}

.footer-title-line,
.services-badge,
.categories-badge,
.review-badge,
.marquee-badge,
.sw-tab.active::after {
  background: var(--teal) !important;
}

.footer-col:nth-child(2) .footer-title-line,
.why-choose-item:nth-child(3n + 2) .why-choose-icon-circle,
.review-item:nth-child(3n + 2) .review-number {
  background: var(--coral) !important;
}

.footer-col:nth-child(3) .footer-title-line,
.why-choose-item:nth-child(3n + 3) .why-choose-icon-circle,
.review-item:nth-child(3n + 3) .review-number {
  background: var(--amber) !important;
}

.footer-col:nth-child(4) .footer-title-line {
  background: var(--wood) !important;
}

.why-choose-icon-circle,
.review-number,
.consultation-logo {
  color: #ffffff !important;
  background: var(--teal) !important;
}

.floating-socials a.whatsapp {
  background: #ffffff !important;
  color: #25d366 !important;
  border: 1px solid rgba(226, 230, 226, 0.95) !important;
  box-shadow: 0 12px 28px rgba(62, 74, 62, 0.14) !important;
}

.floating-socials a.instagram {
  background: #ffffff !important;
  color: #d6249f !important;
  border: 1px solid rgba(226, 230, 226, 0.95) !important;
  box-shadow: 0 12px 28px rgba(62, 74, 62, 0.14) !important;
}

.floating-socials a.instagram i {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 12%, #fd5949 38%, #d6249f 62%, #285aeb 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

.sw-card:nth-child(3n + 1) .catalog-card-cart {
  --catalog-accent: var(--teal);
}

.sw-card:nth-child(3n + 2) .catalog-card-cart {
  --catalog-accent: var(--coral);
}

.sw-card:nth-child(3n + 3) .catalog-card-cart {
  --catalog-accent: var(--amber);
}

.consultation-form-status {
  min-height: 1.2em;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}


/* =====================================================
   DARK RED SITE-WIDE THEME OVERRIDES
   ===================================================== */

/* Section titles - white on dark red */
.section-title,
.section-heading,
.about-title,
.sw-section-title,
.category-showcase-section h2,
.why-choose-title,
.reviews-section h2,
.consultation-title,
.location-title,
.marquee-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* Section subtitles - soft white */
.section-subtitle,
.section-desc,
.about-desc,
.sw-section-subtitle,
.why-choose-desc,
.consultation-desc {
  color: rgba(255, 255, 255, 0.75) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.75) !important;
}

/* White cards with strong shadow on dark bg */
.card,
.blog-card,
.image-card,
.image-card2,
.product-card,
.service-card,
.login-box,
.gallery-card,
.truck-widget-card,
.cart-items,
.cart-summary,
.sw-card,
.why-choose-item,
.review-item,
.about-video-card,
.product-item-wrapper,
.auth-card,
.profile-card,
.info-card,
.category-showcase-card {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255,255,255,0.1) !important;
}

/* Card hover */
.card:hover,
.blog-card:hover,
.image-card:hover,
.image-card2:hover,
.product-card:hover,
.service-card:hover,
.gallery-card:hover,
.sw-card:hover,
.why-choose-item:hover,
.product-item-wrapper:hover,
.category-showcase-card:hover {
  background: #FFFFFF !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3), 0 0 24px rgba(193,154,107,0.15) !important;
  transform: translateY(-6px) !important;
}

/* Card inner text stays dark */
.sw-card-title,
.sw-cat-label,
.category-showcase-title,
.why-choose-item h3,
.review-item h4,
.product-card h3 {
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
}

/* Footer deeper red */
.footer,
footer {
  background: #6B1F1F !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.footer a, footer a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.footer a:hover, footer a:hover {
  color: #FFFFFF !important;
}

/* Mobile body bg */
@media (max-width: 640px) {
  body { background: #8B2D2D !important; }
}


/* =====================================================
   NUCLEAR DARK RED THEME — EVERY SECTION, EVERY PAGE
   ===================================================== */

/* Force dark red on ALL sections */
section:not(.hero),
.about-section,
.product-page,
.services-section,
.category-showcase-section,
.categories-section,
.why-choose-section,
.reviews-section,
.consultation-section,
.location-section,
.marquee-section,
.marquee-strip-section,
.sw-section,
.about-video-section,
.category-grid-section,
.product-grid-section,
.gallery-section,
.faq-section,
.support-section,
.checkout-section,
.cart-section,
.auth-section,
.profile-section,
.search-section,
.order-section,
.payment-section,
.admin-section,
main,
.main-content,
.page-content {
  background: #8B2D2D !important;
  background-image: none !important;
}

/* ALL headings on dark bg — white */
section h1,
section h2,
section h3,
section h4,
main h1,
main h2,
main h3,
.section-title,
.section-heading,
.about-title,
.sw-section-title,
.sw-section-subtitle,
.category-showcase-section h2,
.why-choose-title,
.why-choose-section h2,
.reviews-section h2,
.consultation-title,
.location-title,
.marquee-title,
.marquee-heading,
.categories-title,
.product-page h2,
.gallery-section h2,
.faq-section h2,
.support-section h2 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

/* ALL paragraph/description text on dark bg */
section p,
section span:not(.hero-subtitle):not(.logo-title):not(.logo-subtitle):not(.sw-cat-label):not(.sw-card-title),
main p,
.section-subtitle,
.section-desc,
.about-desc,
.sw-section-subtitle,
.why-choose-desc,
.why-choose-section p,
.consultation-desc,
.marquee-desc,
.reviews-section p,
.product-page > p,
.categories-section p {
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
}

/* Links on dark bg */
section a:not(.nav-link):not(.nav-icon):not(.hero-btn-primary):not(.hero-btn-secondary):not(.categories-btn):not(.sw-card):not(.marquee-btn-primary):not(.marquee-btn-secondary) {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* SW tabs on dark bg */
.sw-tab {
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.sw-tab.active,
.sw-tab:hover {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* ─── WHITE CARDS with shadow on dark red ─── */
.card,
.blog-card,
.image-card,
.image-card2,
.product-card,
.service-card,
.login-box,
.gallery-card,
.truck-widget-card,
.cart-items,
.cart-summary,
.sw-card,
.why-choose-item,
.review-item,
.about-video-card,
.product-item-wrapper,
.auth-card,
.profile-card,
.info-card,
.category-showcase-card,
.consultation-form,
.review-form-card,
.faq-item {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22) !important;
  color: var(--ink) !important;
}

/* Card text — keep dark */
.sw-card-title,
.sw-cat-label,
.sw-card h3,
.sw-card h4,
.sw-card p,
.category-showcase-title,
.why-choose-item h3,
.why-choose-item p,
.review-item h4,
.review-item p,
.review-item span,
.product-card h3,
.product-card p,
.product-item-wrapper h3,
.product-item-wrapper p,
.service-card h3,
.service-card p,
.consultation-form label,
.consultation-form input,
.consultation-form textarea,
.review-form-card label,
.review-form-card input,
.review-form-card textarea,
.faq-item h3,
.faq-item p {
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
}

/* Card hover — brighter */
.card:hover,
.blog-card:hover,
.product-card:hover,
.service-card:hover,
.gallery-card:hover,
.sw-card:hover,
.why-choose-item:hover,
.product-item-wrapper:hover,
.category-showcase-card:hover,
.review-item:hover {
  background: #FFFFFF !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.32), 0 0 20px rgba(193,154,107,0.12) !important;
  transform: translateY(-6px) !important;
}

/* ─── Navbar on non-homepage (other pages) — dark text on white bar ─── */
.navbar:not(.navbar-homepage) {
  background: rgba(139, 45, 45, 0.95) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}

.navbar:not(.navbar-homepage) .nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
}

.navbar:not(.navbar-homepage) .nav-link:hover,
.navbar:not(.navbar-homepage) .nav-link.active {
  color: #FFFFFF !important;
}

.navbar:not(.navbar-homepage) .nav-icon {
  color: rgba(255, 255, 255, 0.85) !important;
}

.navbar:not(.navbar-homepage) .nav-icon:hover {
  color: #FFFFFF !important;
}

.navbar:not(.navbar-homepage) .logo-title,
.navbar:not(.navbar-homepage) .logo span:first-child {
  background: none !important;
  -webkit-text-fill-color: #FFFFFF !important;
  color: #FFFFFF !important;
}

.navbar:not(.navbar-homepage) .logo-subtitle,
.navbar:not(.navbar-homepage) .logo span:last-child {
  color: rgba(255,255,255,0.6) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.6) !important;
}

/* ─── Footer — deeper dark red ─── */
footer,
.footer,
.footer-section {
  background: #6B1F1F !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

footer a,
.footer a {
  color: rgba(255, 255, 255, 0.7) !important;
}

footer a:hover,
.footer a:hover {
  color: #FFFFFF !important;
}

footer h3,
footer h4,
.footer h3,
.footer h4 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* ─── Buttons — white on dark red ─── */
.marquee-btn-primary,
.consultation-submit {
  background: #FFFFFF !important;
  color: #8B2D2D !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25) !important;
}

.marquee-btn-primary:hover,
.consultation-submit:hover {
  background: #FFFFFF !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 28px rgba(0,0,0,0.35) !important;
}

.marquee-btn-secondary {
  background: transparent !important;
  color: rgba(255,255,255,0.9) !important;
  border: 2px solid rgba(255,255,255,0.4) !important;
}

.marquee-btn-secondary:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.7) !important;
  color: #FFFFFF !important;
}

/* ─── Floating social icons ─── */
.floating-socials a {
  box-shadow: 0 4px 16px rgba(0,0,0,0.3) !important;
}

/* ─── Mobile override ─── */
@media (max-width: 640px) {
  body,
  html {
    background: #8B2D2D !important;
  }

  .navbar {
    background: rgba(139, 45, 45, 0.95) !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  }

  .navbar .nav-link,
  .navbar .nav-icon {
    color: rgba(255,255,255,0.85) !important;
  }
  
  .navbar .logo-title {
    background: none !important;
    -webkit-text-fill-color: #FFFFFF !important;
  }
}

/* ─── ADDITIONAL SUBPAGE OVERRIDES (Category pages & Shop panels) ─── */
.product-gallery .card,
.product-gallery .image-card,
.product-gallery .image-card2,
.product-purchase-panel {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22) !important;
  color: var(--ink) !important;
}

.product-gallery .card:hover,
.product-gallery .image-card:hover,
.product-gallery .image-card2:hover {
  background: #FFFFFF !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.32), 0 0 20px rgba(193,154,107,0.12) !important;
  transform: translateY(-6px) !important;
}

/* Subpage main titles & description text */
.product-hero h1 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: none !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3) !important;
}

.product-hero p {
  color: rgba(255, 255, 255, 0.85) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
}

.back-btn-container .back-btn {
  background: #FFFFFF !important;
  color: #8B2D2D !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2) !important;
}

.back-btn-container .back-btn:hover {
  background: #FFFFFF !important;
  color: #8B2D2D !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
}

/* Ensure all titles and paragraphs on categories pages are visible */
.product-gallery .card h3,
.product-gallery .card p,
.product-gallery .image-card h3,
.product-gallery .image-card p,
.product-gallery .image-card2 h3,
.product-gallery .image-card2 p,
.product-purchase-panel div,
.product-purchase-panel span {
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
}

/* ─── CARD INNER TEXT COLOR SYSTEM ─── */
.card h1, .card h2, .card h3, .card h4, .card p, .card span:not(.wishlist-btn):not(.add-to-cart-btn), .card div, .card a,
.blog-card h1, .blog-card h2, .blog-card h3, .blog-card h4, .blog-card p, .blog-card span, .blog-card div, .blog-card a,
.image-card h1, .image-card h2, .image-card h3, .image-card h4, .image-card p, .image-card span, .image-card div, .image-card a,
.image-card2 h1, .image-card2 h2, .image-card2 h3, .image-card2 h4, .image-card2 p, .image-card2 span, .image-card2 div, .image-card2 a,
.product-card h1, .product-card h2, .product-card h3, .product-card h4, .product-card p, .product-card span:not(.wishlist-btn):not(.add-to-cart-btn), .product-card div, .product-card a,
.service-card h1, .service-card h2, .service-card h3, .service-card h4, .service-card p, .service-card span, .service-card div, .service-card a,
.gallery-card h1, .gallery-card h2, .gallery-card h3, .gallery-card h4, .gallery-card p, .gallery-card span, .gallery-card div, .gallery-card a,
.sw-card h1, .sw-card h2, .sw-card h3, .sw-card h4, .sw-card p, .sw-card span, .sw-card div, .sw-card a,
.why-choose-item h1, .why-choose-item h2, .why-choose-item h3, .why-choose-item h4, .why-choose-item p, .why-choose-item span, .why-choose-item div, .why-choose-item a,
.review-item h1, .review-item h2, .review-item h3, .review-item h4, .review-item p, .review-item span, .review-item div, .review-item a,
.product-item-wrapper h1, .product-item-wrapper h2, .product-item-wrapper h3, .product-item-wrapper h4, .product-item-wrapper p, .product-item-wrapper span, .product-item-wrapper div, .product-item-wrapper a,
.category-showcase-card h1, .category-showcase-card h2, .category-showcase-card h3, .category-showcase-card h4, .category-showcase-card p, .category-showcase-card span, .category-showcase-card div, .category-showcase-card a {
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
}

/* ─── OPEN TO EXPLORE BUTTON OVERHAUL ─── */
.catalog-card-cart {
  width: 86% !important;
  min-height: 48px !important;
  margin: 14px auto 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: var(--catalog-accent, var(--teal)) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  border-radius: 99px !important; /* Premium rounded pill shape */
  border: none !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
}

.catalog-card-cart:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
  filter: brightness(1.08) !important;
}

/* Ensure the button text is bright white and not overridden by card text system */
.catalog-card-cart,
.catalog-card-cart span,
.catalog-card-cart div {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* Mobile responsive button sizing */
@media (max-width: 640px) {
  .catalog-card-cart {
    width: 90% !important;
    min-height: 40px !important;
    font-size: 0.7rem !important;
    margin: 10px auto 14px !important;
  }
}

/* ─── CATEGORY SHOWCASE CARD OVERHAUL (HOMEPAGE) ─── */
.category-showcase-card {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 22px !important; /* Nicely curved borders */
  display: flex !important;
  flex-direction: column !important;
  background: #FFFFFF !important; /* White card */
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.category-showcase-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32) !important;
}

/* Remove grey box around the image */
.category-showcase-image-box {
  width: 100% !important;
  margin-bottom: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  display: block !important;
}

.category-showcase-image-box img {
  width: 100% !important;
  height: 360px !important; /* Centered image height */
  object-fit: cover !important; /* Seamlessly fills the card width */
  display: block !important;
  transition: transform 0.5s ease !important;
}

.category-showcase-card:hover .category-showcase-image-box img {
  transform: scale(1.05) !important;
}

/* Text container at the bottom */
.category-showcase-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  color: #1A1F1A !important;
  -webkit-text-fill-color: #1A1F1A !important;
  padding: 18px 20px !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
  background: #FFFFFF !important;
  border-top: 1px solid rgba(234, 237, 232, 0.6) !important;
}

/* Mobile responsive sizing for cards */
@media (max-width: 768px) {
  .category-showcase-image-box img {
    height: 280px !important;
  }
}

/* ─── MAIN PRODUCT CARD & INNER IMAGE BORDER OVERHAUL ─── */
.sw-card,
.catalog-product-card {
  border-radius: 22px !important; /* Beautiful curved borders */
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  overflow: hidden !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.sw-card:hover,
.catalog-product-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3) !important;
  background: #FFFFFF !important;
}

/* Style the inner image wrapper to be clean and slightly rounded */
.catalog-card-image {
  background: rgba(247, 245, 240, 0.6) !important;
  border-radius: 14px !important; /* Curved inner corners */
  border: 1px solid rgba(226, 230, 226, 0.5) !important;
  margin: 20px 20px 0 !important;
  overflow: hidden !important;
}

.catalog-card-image > img {
  border-radius: 12px !important;
}

/* ─── STROKE TEXT ANIMATION BRAND TITLE (HOMEPAGE HERO) ─── */
.hero-title-below-container {
  width: min(90%, 960px) !important;
  margin-top: -55px !important; /* Larger negative margin for triptych overlay */
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  line-height: 1 !important;
}

.stroke-text-svg {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 180px !important;
  overflow: visible !important;
  filter: none !important;
}

.stroke-text-svg text {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 106px !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  user-select: none !important;
}

.stroke-text__stroke {
  stroke: #FFFFFF !important;
  stroke-width: 1.5 !important;
}

.stroke-text__fill {
  fill: #FFFFFF !important;
}

@media (max-width: 768px) {
  .hero-title-below-container {
    margin-top: -16px !important;
  }
}

/* ─── BODY & CATALOG PAGE SPECIFICITY BACKGROUND OVERRIDES ─── */
body,
html,
body.product-catalog-page,
.product-catalog-page,
main,
.product-catalog-page main,
.product-catalog-page body {
  background: #8B2D2D !important;
  background-image: none !important;
  color: #FFFFFF !important;
}

/* Ensure subpage hero sections are transparent so body background shows through */
.product-hero,
.product-catalog-page .product-hero {
  background: transparent !important;
  background-image: none !important;
  margin-bottom: 20px !important;
}

/* ─── SCROLLABLE CUSTOMER LIVE REVIEWS CONTAINER ─── */
.customer-live-reviews {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  max-height: 540px !important; /* Fixed height for 2-3 reviews */
  overflow-y: auto !important; /* Enable vertical scrolling */
  padding-right: 10px !important; /* Spacing for custom scrollbar */
  padding-bottom: 10px !important;
}

/* Premium custom scrollbar for reviews container */
.customer-live-reviews::-webkit-scrollbar {
  width: 6px !important;
}

.customer-live-reviews::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 99px !important;
}

.customer-live-reviews::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35) !important;
  border-radius: 99px !important;
  transition: background 0.3s ease !important;
}

.customer-live-reviews::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.55) !important;
}

/* Ensure review items have a margin bottom inside the scroll box */
.customer-live-reviews .review-item {
  margin-bottom: 2px !important;
  flex-shrink: 0 !important; /* Prevent collapsing */
}

/* ─── REVIEW CARD ACTIONS & FORM BUTTONS ─── */
.review-item {
  position: relative !important;
}

.review-card-actions {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  display: flex !important;
  gap: 10px !important;
}

.review-action-btn {
  background: transparent !important;
  border: none !important;
  color: #6e736d !important;
  cursor: pointer !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 600 !important;
  padding: 6px 10px !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.review-action-btn:hover {
  background: rgba(139, 45, 45, 0.08) !important;
}

.review-action-btn.edit-btn:hover {
  color: #31C7A5 !important; /* Teal */
}

.review-action-btn.delete-btn:hover {
  color: #FF4B36 !important; /* Coral Red */
}

.review-form-buttons {
  display: flex !important;
  gap: 12px !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.review-form-buttons .review-submit {
  flex-grow: 1 !important;
}

.review-form-buttons .review-cancel-btn {
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 99px !important;
  color: #1A1F1A !important; /* Ink dark text inside white card */
  -webkit-text-fill-color: #1A1F1A !important;
  cursor: pointer !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 14px 28px !important;
  transition: all 0.2s ease !important;
}

.review-form-buttons .review-cancel-btn:hover {
  background: rgba(0, 0, 0, 0.06) !important;
  border-color: rgba(0, 0, 0, 0.4) !important;
}

@media (max-width: 640px) {
  .review-card-actions {
    position: static !important;
    margin-top: 16px !important;
    justify-content: flex-end !important;
  }
}

/* =====================================================
   🌿 MOBILE APP-STYLE BOTTOM NAVIGATION BAR
   ===================================================== */
.mobile-bottom-nav {
  display: none;
}

@media (max-width: 768px) {
  /* Show bottom nav on mobile */
  .mobile-bottom-nav {
    display: flex !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 66px !important;
    background: rgba(107, 31, 31, 0.98) !important; /* Deeper brand red */
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25) !important;
    z-index: 99999 !important;
    justify-content: space-around !important;
    align-items: center !important;
    padding: 0 10px !important;
  }

  .mobile-nav-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    font-size: 0.62rem !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    width: 20% !important;
    height: 100% !important;
    transition: all 0.2s ease !important;
    gap: 4px !important;
  }

  .mobile-nav-item i {
    font-size: 1.25rem !important;
    transition: transform 0.2s ease !important;
  }

  .mobile-nav-item.active {
    color: #FFFFFF !important;
  }

  .mobile-nav-item.active i {
    transform: translateY(-2px) !important;
    color: #E5C158 !important; /* Gold active color icon */
  }

  /* Add space at bottom of body so nav doesn't cover footer content */
  body {
    padding-bottom: 78px !important;
  }

  /* Push floating socials up so they sit above the bottom nav */
  .floating-socials {
    bottom: 84px !important;
  }

  /* Hide top navbar menus on mobile to keep header clean */
  .nav-menu, 
  .navbar nav,
  .about-navbar nav {
    display: none !important;
  }

  /* Bottom nav cart count badge style */
  .mobile-bottom-nav a[href="cart.html"] {
    position: relative !important;
  }

  .mobile-bottom-nav a[href="cart.html"][data-cart-count]:not([data-cart-count="0"])::after {
    content: attr(data-cart-count) !important;
    position: absolute !important;
    top: 4px !important;
    right: calc(50% - 20px) !important;
    background: #FF4B36 !important; /* premium coral red badge */
    color: #FFFFFF !important;
    font-size: 0.65rem !important;
    font-weight: 800 !important;
    min-width: 16px !important;
    height: 16px !important;
    border-radius: 99px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 4px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
    border: 1px solid #8B2D2D !important;
    line-height: 1 !important;
    z-index: 10 !important;
  }
}

/* =====================================================
   📱 APP-STYLE MOBILE RESPONSIVE LAYOUT UPGRADES
   ===================================================== */
@media (max-width: 768px) {
  /* Hero buttons aligned horizontally on mobile */
  .hero-buttons {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 24px !important;
    width: 100% !important;
    padding: 0 16px !important;
  }

  .hero-btn-primary,
  .hero-btn-secondary {
    padding: 10px 14px !important;
    font-size: 0.7rem !important;
    flex: 1 !important;
    max-width: 150px !important;
    text-align: center !important;
    white-space: nowrap !important;
    border-radius: 20px !important;
  }

  /* Why Veenique features list to 3-column app-style grid */
  .why-choose-details-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
    padding: 0 8px !important;
    margin-top: 24px !important;
  }

  .why-choose-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 16px 8px !important;
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15) !important;
  }

  .why-choose-icon-circle {
    width: 44px !important;
    height: 44px !important;
    font-size: 1rem !important;
    margin-bottom: 8px !important;
    background: #8B2D2D !important;
    color: #FFFFFF !important;
    border: none !important;
  }

  .why-choose-text-box h3 {
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
    color: #1A1F1A !important; /* Dark ink inside white card */
  }

  .why-choose-text-box p {
    font-size: 0.6rem !important;
    line-height: 1.3 !important;
    color: #555555 !important;
  }

  /* Hide the why choose side image on mobile to focus on the 3-column grid */
  .why-choose-image-wrapper {
    display: none !important;
  }
  
  .why-choose-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

/* =====================================================
   🎨 SPECIFICITY COLOR FIXES FOR BUTTON CONTENT
   ===================================================== */
/* Force wishlist cards buttons to have dark text when background is light grey */
.catalog-card-wishlist,
.sw-card .catalog-card-wishlist,
.catalog-product-card .catalog-card-wishlist {
  background: #f4f2ee !important;
  color: #3a322d !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.catalog-card-wishlist *,
.sw-card .catalog-card-wishlist *,
.catalog-product-card .catalog-card-wishlist * {
  color: inherit !important;
}

/* Hover/Active states */
.catalog-card-wishlist:hover,
.catalog-card-wishlist.is-active,
.sw-card .catalog-card-wishlist:hover,
.sw-card .catalog-card-wishlist.is-active,
.catalog-product-card .catalog-card-wishlist:hover,
.catalog-product-card .catalog-card-wishlist.is-active {
  background: #8B2D2D !important;
  color: #ffffff !important;
}

/* Enquire / Cart buttons inside cards - force white text */
.catalog-card-cart,
.sw-card .catalog-card-cart,
.catalog-product-card .catalog-card-cart,
.catalog-card-cart *,
.sw-card .catalog-card-cart *,
.catalog-product-card .catalog-card-cart * {
  color: #ffffff !important;
}

/* Review action buttons (edit / delete) - force icons to match button color */
.review-action-btn,
.review-action-btn * {
  color: #6e736d !important;
}

.review-action-btn.edit-btn:hover,
.review-action-btn.edit-btn:hover * {
  color: #31C7A5 !important; /* Teal */
}

.review-action-btn.delete-btn:hover,
.review-action-btn.delete-btn:hover * {
  color: #FF4B36 !important; /* Coral Red */
}

/* =====================================================
   📱 COMPACT HERO IMAGE & PRODUCT CATEGORIES FOR MOBILE
   ===================================================== */
@media (max-width: 768px) {
  /* Shrink header margin and pull hero section up */
  .Home-page > .hero-subtitle {
    margin-top: 32px !important; /* Pull subtitle closer to header */
    font-size: 0.62rem !important;
    letter-spacing: 0.22em !important;
  }

  .hero-image-layer {
    width: 68% !important; /* Slightly smaller image to fit screen */
    margin: 8px auto 0 !important; /* Pull image up close to subtitle */
    max-width: 320px !important;
  }

  .hero-title-below {
    font-size: clamp(2rem, 12vw, 3.2rem) !important;
    margin-top: -12px !important; /* Pull text overlapping the image */
  }

  /* Compact Product Categories Section */
  .categories-title {
    font-size: 1.85rem !important; /* Clean, smaller heading */
    margin-bottom: 16px !important;
  }

  .categories-badge-grid {
    gap: 8px !important; /* Tighten gaps between pills */
    padding: 2px 0 !important;
    max-width: 96% !important;
  }

  .category-pill {
    font-size: 0.72rem !important; /* Smaller text size */
    padding: 8px 16px !important; /* Smaller, elegant padding */
    margin: 3px !important; /* Closer margins */
    border-radius: 20px !important; /* Clean rounded edges */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
  }
}

/* =====================================================
   📱 3-COLUMN CONTACT GRID FOR MOBILE (CARDS ROW + MAP)
   ===================================================== */
@media (max-width: 768px) {
  .contact-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
  }

  /* Columns 1, 2, 3 sit side by side */
  .contact-container .footer-col:nth-child(1),
  .contact-container .footer-col:nth-child(2),
  .contact-container .footer-col:nth-child(3) {
    grid-column: span 1 !important;
    padding: 14px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  /* Column 4 (Google Maps Find Us) spans across all 3 columns at the bottom */
  .contact-container .footer-col:nth-child(4) {
    grid-column: span 3 !important;
    padding: 14px !important;
  }

  /* Adjust typography inside the 3 columns to fit nicely */
  .contact-container .footer-col h3 {
    font-size: 0.8rem !important;
    margin-bottom: 8px !important;
  }

  .contact-container .footer-col p,
  .contact-container .footer-col ul li,
  .contact-container .footer-col ul li a {
    font-size: 0.65rem !important;
    line-height: 1.35 !important;
    word-break: break-word !important; /* Ensure emails and phone numbers wrap instead of breaking grid */
  }

  /* Make sure icons inside get in touch fit */
  .contact-container .footer-col ul li i {
    font-size: 0.72rem !important;
    margin-right: 4px !important;
  }

  /* Reduce cartoon 3D badge size so it fits column 1 */
  .contact-container .cartoon-3d-badge-wrapper {
    margin-top: 10px !important;
    transform: scale(0.65) !important;
    transform-origin: center top !important;
  }
}

/* =====================================================
   🎨 MOBILE CONTACT GRID TEXT VISIBILITY & CONTRAST FIX
   ===================================================== */
@media (max-width: 768px) {
  /* Force dark contrast text inside footer cards on mobile */
  .contact-container .footer-col,
  .contact-container .footer-col h3,
  .contact-container .footer-col p,
  .contact-container .footer-col ul li,
  .contact-container .footer-col ul li i {
    color: #1A1F1A !important;
    -webkit-text-fill-color: #1A1F1A !important;
  }

  /* Specific color override for links in footer cards on mobile */
  .contact-container .footer-col ul li a {
    color: #8B2D2D !important; /* Brand red for links */
    -webkit-text-fill-color: #8B2D2D !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: color 0.2s ease !important;
  }

  .contact-container .footer-col ul li a:hover {
    color: var(--teal) !important;
    -webkit-text-fill-color: var(--teal) !important;
  }

  /* Make map card background solid white with correct border shadows */
  .contact-container .footer-col:nth-child(4) {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid rgba(226, 230, 226, 0.9) !important;
    box-shadow: 0 12px 28px rgba(62, 74, 62, 0.07) !important;
    margin-top: 10px !important;
  }

  /* Fix list item icon color in footer */
  .contact-container .footer-col ul li i {
    color: #8B2D2D !important; /* Brand red for icons */
  }

  /* Pull text line height and spacing inside cards */
  .contact-container .footer-col p {
    margin-top: 8px !important;
  }
}

/* =====================================================
   📱 2-COLUMN CONSULTATION GRID ON MOBILE VIEWPORTS
   ===================================================== */
@media (max-width: 768px) {
  .consultation-section {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* Balanced 50/50 split */
    align-items: center !important;
    gap: 16px !important;
    padding: 40px 14px !important;
    min-height: auto !important;
  }

  .consultation-copy {
    text-align: left !important;
    z-index: 5 !important;
  }

  .consultation-copy h2 {
    font-size: 1.15rem !important;
    line-height: 1.35 !important;
    margin-top: 6px !important;
    color: #FFFFFF !important;
  }

  .consultation-copy p {
    font-size: 0.72rem !important;
    line-height: 1.42 !important;
    margin-top: 6px !important;
    color: rgba(255, 255, 255, 0.85) !important;
  }

  .consultation-title-rotator {
    font-size: 0.75rem !important;
  }

  /* Center the stage as a vertical stack with natural alignments */
  .consultation-action-stage {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: auto !important;
    transform: none !important; /* Remove scaling container to prevent clipping */
    margin: 0 !important;
    z-index: 5 !important;
    gap: 14px !important;
  }

  /* Compact and non-clipped demo card with animation restored */
  .consultation-demo-card {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 215px !important; /* Very compact width to fit screen */
    padding: 12px !important;
    border-radius: 14px !important;
    pointer-events: auto !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
    animation: consultationCardDemo 5.6s ease-in-out infinite !important; /* Restored animation */
  }

  /* Compact inner details of demo card for mobile screen */
  .consultation-card-head {
    gap: 8px !important;
  }
  .consultation-logo {
    width: 22px !important;
    height: 22px !important;
    font-size: 0.7rem !important;
  }
  .consultation-card-head h3 {
    font-size: 0.7rem !important;
  }
  .consultation-card-head p {
    font-size: 0.55rem !important;
  }
  .consultation-demo-tabs {
    margin: 10px 0 8px !important;
    gap: 6px !important;
  }
  .consultation-demo-tabs span {
    min-height: 22px !important;
    padding: 0 8px !important;
    font-size: 0.6rem !important;
  }
  .consultation-demo-field {
    min-height: 22px !important;
    margin-bottom: 6px !important;
    border-radius: 6px !important;
  }
  .consultation-demo-area {
    min-height: 44px !important;
  }
  .consultation-demo-field-row {
    gap: 6px !important;
  }
  .consultation-demo-submit {
    min-height: 24px !important;
  }

  /* Adjust trigger button to sit nicely below card with animation restored */
  .consultation-trigger {
    width: 100% !important;
    max-width: 180px !important;
    min-width: 0 !important;
    min-height: 40px !important;
    padding: 0 16px !important;
    font-size: 0.88rem !important;
    border-radius: 999px !important;
    animation: consultationButtonDemo 5.6s ease-in-out infinite !important; /* Restored animation */
    margin: 0 !important;
  }

  /* Show and position simulated cursor on mobile to match the animation loop */
  .consultation-demo-cursor {
    display: block !important;
    position: absolute !important;
    right: 48px !important;
    bottom: 12px !important;
    z-index: 10 !important;
  }

  /* Keep ambient typography subtle and pushed back */
  .consultation-ambient > span {
    font-size: 2.8rem !important;
    left: 10px !important;
    bottom: 40px !important;
    opacity: 0.15 !important;
    color: rgba(255, 255, 255, 0.12) !important;
  }

  .consultation-ambient img {
    display: none !important; /* Hide background image to clear up space on mobile grid */
  }
}

/* Extra adjustments for smaller mobile viewports */
@media (max-width: 480px) {
  .consultation-section {
    grid-template-columns: 1.2fr 0.8fr !important;
    gap: 4px !important;
    padding: 32px 10px !important;
  }

  .consultation-action-stage {
    gap: 10px !important;
  }
  .consultation-demo-card {
    max-width: 180px !important;
  }
  .consultation-trigger {
    max-width: 160px !important;
    min-height: 36px !important;
    font-size: 0.8rem !important;
  }

  .consultation-copy h2 {
    font-size: 1.1rem !important;
  }
}

