@font-face {
  font-family: 'Flowers Kingdom';
  src: url('../fonts/FlowersKingdom.woff2') format('woff2'),
       url('../fonts/FlowersKingdom.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #FDF8F2;
  --cream-dark: #F0E6D8;
  --olive: #5A7A3A;
  --olive-dark: #3D5C24;
  --olive-light: #7A9E5A;
  --olive-deep: #2E4A1E;
  --terracotta: #C25B3A;
  --terracotta-dark: #8C3A1E;
  --terracotta-light: #D97A5A;
  --amber: #D4A04A;
  --amber-dark: #B8842A;
  --burgundy: #7A2E2E;
  --burgundy-dark: #4E1A1A;
  --warm-brown: #6B4E3A;
  --dark: #1A1A1A;
  --charcoal: #2A2A2A;
  --light-earth: #F5EDE0;
  --sand: #EDE0D0;
  --transition: all 0.35s ease;
}

.brand-title {
  font-family: 'Flowers Kingdom', 'Playfair Display', serif;
  font-size: 0.85em;
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

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

body {
  font-family: 'Inter', sans-serif;
  color: var(--dark);
  background-color: var(--cream);
  background-image:
    radial-gradient(rgba(107, 78, 58, 0.04) 1px, transparent 1px),
    repeating-linear-gradient(90deg, rgba(90, 122, 58, 0.01) 0px, rgba(90, 122, 58, 0.01) 1px, transparent 1px, transparent 48px);
  background-size: 24px 24px, 48px 48px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
}

/* Navbar */
.navbar {
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  padding: 14px 0;
  display: flex !important;
  align-items: center !important;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}

.navbar.navbar-scrolled {
  background: rgba(253, 248, 242, 0.82) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}

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

.navbar-brand {
  display: flex;
  align-items: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.5rem;
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: background 0.4s ease, -webkit-text-fill-color 0.4s ease, color 0.4s ease;
}

.navbar.navbar-scrolled .navbar-brand {
  background: linear-gradient(135deg, var(--olive), var(--olive-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navbar-brand .brand-title {
  font-size: 0.5em;
}

.navbar-brand i {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.95);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.95);
  transition: color 0.4s ease, -webkit-text-fill-color 0.4s ease;
}

.navbar.navbar-scrolled .navbar-brand i {
  color: var(--terracotta);
  -webkit-text-fill-color: var(--terracotta);
}

.nav-link {
  color: rgba(255, 255, 255, 0.95) !important;
  margin: 0 24px;
  transition: color 0.3s ease;
}

.navbar.navbar-scrolled .nav-link {
  color: var(--dark) !important;
}

.nav-link:hover,
.nav-link.active {
  color: rgba(255, 255, 255, 1) !important;
}

.navbar.navbar-scrolled .nav-link:hover,
.navbar.navbar-scrolled .nav-link.active {
  color: var(--olive) !important;
}

/* Hero */
.hero {
  height: 100vh;
  min-height: 600px;
  background:
    linear-gradient(160deg, rgba(30,30,30,0.75) 0%, rgba(90,122,58,0.3) 40%, rgba(122,46,46,0.2) 65%, rgba(30,30,30,0.6) 100%),
    url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}

.hero-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero-deco-1 {
  width: 600px;
  height: 600px;
  top: -15%;
  right: -8%;
  background: radial-gradient(circle, rgba(212, 160, 74, 0.12) 0%, transparent 70%);
}

.hero-deco-2 {
  width: 400px;
  height: 400px;
  bottom: -10%;
  left: -5%;
  background: radial-gradient(circle, rgba(194, 91, 58, 0.1) 0%, transparent 70%);
}

.hero-deco-3 {
  width: 200px;
  height: 200px;
  top: 20%;
  left: 15%;
  background: radial-gradient(circle, rgba(90, 122, 58, 0.08) 0%, transparent 70%);
}

.hero-content {
  max-width: 800px;
  padding: 0 20px 40px;
  position: relative;
  z-index: 2;
}

.hero h1 {
  color: #fff;
  font-size: 4.2rem;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
  text-shadow:
    0 2px 40px rgba(0,0,0,0.4),
    0 0 80px rgba(212, 160, 74, 0.15);
}

.hero p {
  color: rgba(255,255,255,0.92);
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 35px;
  line-height: 1.8;
  text-shadow: 0 1px 20px rgba(0,0,0,0.3);
}

/* Buttons */
.btn-primary {
  background: linear-gradient(135deg, var(--amber), var(--amber-dark));
  border: none;
  padding: 15px 42px;
  font-weight: 600;
  border-radius: 50px;
  font-size: 1rem;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
  box-shadow: 0 4px 15px rgba(212, 160, 74, 0.3);
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: left 0.6s;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(194, 91, 58, 0.4), 0 3px 10px rgba(194, 91, 58, 0.15);
}

.btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(212, 160, 74, 0.3);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--amber);
  color: var(--amber);
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 50px;
  font-size: 0.95rem;
  transition: var(--transition);
}

.btn-outline:hover {
  background: linear-gradient(135deg, var(--amber), var(--amber-dark));
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 160, 74, 0.3);
}

/* Secondary button — terracotta accent */
.btn-accent {
  background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
  border: none;
  padding: 15px 42px;
  font-weight: 600;
  border-radius: 50px;
  font-size: 1rem;
  letter-spacing: 0.3px;
  transition: all 0.35s;
  color: #fff;
  box-shadow: 0 4px 15px rgba(194, 91, 58, 0.25);
}

.btn-accent:hover {
  background: linear-gradient(135deg, var(--terracotta-dark), var(--burgundy-dark));
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 12px 35px rgba(194, 91, 58, 0.4);
}

/* Outline variant — olive accent for variety */
.btn-olive {
  background: transparent;
  border: 2px solid var(--olive);
  color: var(--olive);
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 50px;
  font-size: 0.95rem;
  transition: var(--transition);
}

.btn-olive:hover {
  background: linear-gradient(135deg, var(--olive), var(--olive-deep));
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(90, 122, 58, 0.25);
}

/* Section Titles */
.section-title {
  font-size: 2.6rem;
  margin-bottom: 12px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--olive), var(--terracotta), var(--amber));
  border-radius: 2px;
  filter: drop-shadow(0 2px 4px rgba(194, 91, 58, 0.2));
}

.section-subtitle {
  color: #888;
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0 auto;
}

/* Products */
#products {
  background: linear-gradient(160deg, #fff 0%, rgba(245, 237, 224, 0.4) 50%, #fff 100%);
  padding: 100px 0;
  position: relative;
}

#products::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(194, 91, 58, 0.2), var(--terracotta), rgba(194, 91, 58, 0.2), transparent);
}

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

.product-card {
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow:
    0 4px 20px rgba(0,0,0,0.04),
    0 1px 3px rgba(0,0,0,0.02);
  height: 100%;
  transition: var(--transition);
  cursor: pointer;
  position: relative;
  animation: fadeUp 0.6s ease-out both;
}

.product-card:nth-child(1) { animation-delay: 0.05s; }
.product-card:nth-child(2) { animation-delay: 0.1s; }
.product-card:nth-child(3) { animation-delay: 0.15s; }
.product-card:nth-child(4) { animation-delay: 0.2s; }
.product-card:nth-child(5) { animation-delay: 0.25s; }
.product-card:nth-child(6) { animation-delay: 0.3s; }

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--amber), var(--terracotta), var(--burgundy));
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 2;
}

.product-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
  pointer-events: none;
}

.product-card:hover {
  transform: translateY(-16px);
  border-color: transparent;
  box-shadow:
    0 30px 80px rgba(212, 160, 74, 0.15),
    0 10px 30px rgba(212, 160, 74, 0.08),
    0 0 0 1px rgba(212, 160, 74, 0.1);
}

.product-card:hover::before {
  opacity: 1;
}

.product-card .card-img-top {
  height: 280px;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .card-img-top {
  transform: scale(1.12);
}

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

.product-img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 16px 12px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 600;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.35s ease;
}

.product-card:hover .product-img-label {
  opacity: 0;
}

.product-card .card-body {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.product-card:hover .card-body {
  max-height: 280px;
  padding: 22px 24px 24px;
}

.product-card .card-body > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .card-body > * {
  opacity: 1;
  transform: translateY(0);
}

.product-card .card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 6px;
  letter-spacing: -0.2px;
}

.product-card .weight {
  color: #aaa;
  font-size: 0.85rem;
}

.product-card .sizes {
  color: #888;
  font-size: 0.9rem;
  margin: 0;
  display: inline-block;
  padding: 0;
  background: transparent;
  border-radius: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease, margin 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .sizes {
  max-height: 50px;
  opacity: 1;
  padding: 4px 12px;
  margin: 8px 0;
  transform: translateY(0);
}

.product-card .card-body .btn {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  transform: translateY(15px);
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease, margin 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .card-body .btn {
  max-height: 50px;
  opacity: 1;
  padding: 8px 16px;
  margin-top: 10px;
  border: 1px solid;
  transform: translateY(0);
}

/* About Section */
.about-section {
  padding: 100px 0;
  background: linear-gradient(160deg, var(--light-earth), var(--sand) 50%, var(--light-earth));
  position: relative;
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  margin-top: -2%;
  padding-top: 8%;
  padding-bottom: 8%;
}

@media (max-width: 768px) {
  .about-section {
    clip-path: none;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(107, 78, 58, 0.08), transparent);
}

.about-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(212, 160, 74, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(194, 91, 58, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.about-section .row {
  position: relative;
}

.about-section .col-lg-6:first-child {
  position: relative;
  z-index: 2;
}

.about-section img {
  border-radius: 16px;
  box-shadow:
    0 20px 60px rgba(212, 160, 74, 0.15),
    0 5px 15px rgba(0,0,0,0.04);
  width: 100%;
  transition: transform 0.6s, box-shadow 0.6s;
}

@media (min-width: 992px) {
  .about-section img {
    margin-right: -30px;
    max-width: calc(100% + 30px);
  }
}

.about-section img:hover {
  transform: scale(1.01);
  box-shadow:
    0 25px 70px rgba(212, 160, 74, 0.2),
    0 8px 20px rgba(0,0,0,0.05);
}

.about-section h2 {
  font-size: 2.3rem;
  margin-bottom: 20px;
  position: relative;
}

.about-section h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--amber), var(--terracotta));
  margin-top: 12px;
  border-radius: 2px;
}

.about-section p {
  color: #666;
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Page Hero */
.page-hero {
  padding: 160px 0 80px;
  background: linear-gradient(160deg, var(--olive-deep) 0%, var(--burgundy-dark) 30%, var(--olive-dark) 70%, var(--olive-deep) 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  background-size: 150px 150px;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.page-hero::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 160, 74, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.page-hero .hero-glow {
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(194, 91, 58, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.page-hero h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}

.page-hero h1 .brand-title {
  font-size: 0.55em;
  vertical-align: baseline;
}

.page-hero h1 .about-label {
  font-size: 0.55em;
  vertical-align: baseline;
  opacity: 0.85;
}

.page-hero p {
  color: rgba(255,255,255,0.85);
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto;
}

/* About Page Content */
.about-content {
  padding: 80px 0;
  overflow: hidden;
}

.about-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.about-content p {
  color: #666;
  line-height: 1.8;
  font-size: 1.05rem;
}

.about-mission-img {
  opacity: 0;
  transform: translateX(80%);
}

@media (max-width: 991.98px) {
  .about-mission-text {
    text-align: left !important;
  }
}

.about-mission-text {
  will-change: transform;
}

.value-card {
  text-align: center;
  padding: 40px 25px;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 4px 20px rgba(0,0,0,0.04),
    0 1px 3px rgba(0,0,0,0.02);
  height: 100%;
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.03);
  position: relative;
  overflow: hidden;
}

.value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--amber), var(--terracotta));
  opacity: 0;
  transition: opacity 0.35s;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 50px rgba(212, 160, 74, 0.1),
    0 5px 15px rgba(0,0,0,0.04);
  border-color: rgba(212, 160, 74, 0.12);
}

.value-card:hover::before {
  opacity: 1;
}

.value-card .icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--light-earth), var(--sand));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  color: var(--amber);
  transition: transform 0.5s, box-shadow 0.5s;
}

.value-card:hover .icon {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 25px rgba(212, 160, 74, 0.15);
}

.value-card h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}

.value-card p {
  color: #888;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Contact Page */
.contact-section {
  padding: 80px 0;
}

.contact-info .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.contact-info .info-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--light-earth), var(--sand));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--amber);
  margin-right: 18px;
  flex-shrink: 0;
}

.contact-info .info-text h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-info .info-text p {
  color: #888;
  margin: 0;
  font-size: 0.95rem;
}

.contact-form .form-control {
  border-radius: 12px;
  padding: 14px 18px;
  border: 2px solid #eee;
  background: #fff;
  font-size: 0.95rem;
}

.contact-form .form-control:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(212, 160, 74, 0.12);
}

.contact-form .form-control:hover {
  border-color: #ddd;
}

.contact-form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

/* Footer */
.footer {
  background: linear-gradient(160deg, var(--warm-brown) 0%, var(--burgundy-dark) 50%, #3D2A1E 100%);
  color: rgba(255,255,255,0.85);
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--olive), var(--amber), var(--terracotta), var(--burgundy));
  filter: drop-shadow(0 2px 6px rgba(212, 160, 74, 0.3));
}

.footer::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(212, 160, 74, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 90%, rgba(194, 91, 58, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.footer h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 22px;
  color: #fff;
  font-size: 1.1rem;
}

.footer p, .footer a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.8;
}

.footer a:hover {
  color: #fff;
}

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

.footer .footer-links li {
  margin-bottom: 10px;
}

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

.footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
  font-size: 1.15rem;
  transition: var(--transition);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.footer .social-links a:hover {
  background: linear-gradient(135deg, var(--olive), var(--terracotta));
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(194, 91, 58, 0.3);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0;
  margin-top: 50px;
  text-align: center;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.4);
}

/* Product Detail Page */
.product-detail {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(253, 248, 242, 0.3), #fff, rgba(253, 248, 242, 0.3));
}

.product-detail h2 {
  font-size: 2rem;
  margin-bottom: 25px;
}

.product-sticky {
  position: sticky;
  top: 100px;
}

@media (max-width: 991.98px) {
  .product-sticky {
    position: static;
  }
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0 2px 12px rgba(0,0,0,0.04),
    0 1px 3px rgba(0,0,0,0.02);
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.03);
}

.benefit-item:hover {
  transform: translateX(8px);
  box-shadow:
    0 8px 30px rgba(212, 160, 74, 0.08),
    0 2px 8px rgba(0,0,0,0.03);
  border-color: rgba(212, 160, 74, 0.06);
}

.benefit-item .benefit-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--light-earth), var(--sand));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--amber);
  margin-right: 18px;
  flex-shrink: 0;
  transition: transform 0.4s;
}

.benefit-item:hover .benefit-icon {
  transform: scale(1.1) rotate(-5deg);
}

.benefit-item h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
}

.benefit-item p {
  color: #888;
  font-size: 0.92rem;
  margin: 0;
  line-height: 1.5;
}

.size-list {
  background: linear-gradient(135deg, #fff, var(--light-earth));
  border: 1px solid rgba(212, 160, 74, 0.12);
  border-radius: 16px;
  padding: 24px 28px;
  text-align: center;
  font-size: 1.1rem;
  color: var(--dark);
}

.size-list strong {
  color: var(--amber);
  font-weight: 600;
}

.cta-section {
  background: linear-gradient(160deg, var(--light-earth), var(--cream-dark), var(--sand), var(--light-earth));
  text-align: center;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.cta-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(90, 122, 58, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

.cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.cta-section p {
  color: #888;
  font-size: 1.05rem;
  max-width: 500px;
  margin: 0 auto 25px;
}

.product-hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(212, 160, 74, 0.1);
}

@media (max-width: 576px) {
  .product-hero-image {
    height: 250px;
  }
  .product-detail {
    padding: 50px 0;
  }
  .cta-section {
    padding: 40px 0;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .navbar {
    padding: 36px 0 20px;
  }
  .hero {
    padding-top: 100px;
    min-height: calc(100vh - 100px);
  }
  .hero-content {
    margin-top: 0;
  }
  .hero h1 {
    font-size: 2.8rem;
  }
  .hero p {
    font-size: 1.05rem;
  }
  .hero-deco-1,
  .hero-deco-2,
  .hero-deco-3 {
    display: none;
  }
  .product-card .card-img-top {
    height: 220px;
  }
  .product-card {
    animation: none;
  }
  .section-title {
    font-size: 2rem;
  }
  .page-hero {
    padding: 140px 0 60px;
  }
  .page-hero h1 {
    font-size: 2.3rem;
  }
  .page-hero::before,
  .page-hero::after,
  .page-hero .hero-glow {
    display: none;
  }
  .navbar .container {
    position: relative;
  }
  .navbar-logo {
    display: none;
  }
  .navbar-brand {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding-top: 12px;
  }
  .navbar-brand .brand-title {
    font-size: 0.45em;
    line-height: 1;
  }
  .navbar-toggler {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 32px;
    transform: translateY(-3px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Navbar toggler - minimal style */
.navbar-toggler {
  border: none;
  box-shadow: none !important;
  outline: none !important;
  padding: 8px 10px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  box-shadow: none !important;
  outline: none !important;
  border: none;
}

.hamburger-icon {
  display: inline-block;
  width: 22px;
  height: 16px;
  position: relative;
  vertical-align: middle;
}

.hamburger-icon::before,
.hamburger-icon::after,
.hamburger-icon span {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5A7A3A;
  border-radius: 2px;
}

.hamburger-icon::before { top: 0; }
.hamburger-icon span { top: 7px; }
.hamburger-icon::after { bottom: 0; }

.navbar-logo {
  height: 42px;
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}

.footer-logo {
  height: 24px;
  width: auto;
  vertical-align: middle;
}

/* Offcanvas - mobile menu */
.offcanvas {
  background-color: var(--cream);
  border-left: none;
}

.offcanvas .offcanvas-header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.offcanvas .offcanvas-title {
  font-family: 'Playfair Display', serif;
  color: var(--amber);
  font-weight: 600;
}

.offcanvas .btn-close {
  font-size: 0.9rem;
}

.offcanvas .offcanvas-body {
  padding: 20px 24px;
}

.offcanvas .navbar-nav {
  flex-direction: column;
  width: 100%;
}

.offcanvas .nav-link {
  padding: 14px 0;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  color: var(--dark) !important;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link.active {
  color: var(--amber) !important;
}

@media (max-width: 991.98px) {
  .footer .social-links {
    justify-content: center;
  }
  .navbar {
    padding: 10px 0;
  }
}

@media (max-width: 576px) {
  .navbar {
    padding: 40px 0 22px;
  }
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }
  .btn-primary {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .about-section h2 {
    font-size: 1.7rem;
  }
  .page-hero {
    padding: 130px 0 60px;
  }
  .page-hero h1 {
    font-size: 1.8rem;
  }
  .product-card .card-img-top {
    height: 200px;
  }
  .product-card .card-body {
    text-align: center;
  }
  .about-section .col-lg-6 {
    text-align: center;
  }
  .about-section img {
    margin: 0 auto;
  }
  .product-detail .col-lg-6 {
    text-align: center;
  }
  .benefit-item {
    text-align: left;
  }
  .footer {
    text-align: center;
  }
  .offcanvas-body {
    padding: 24px 32px;
  }
  .offcanvas-header {
    padding: 16px 32px;
  }
}

/* ============================================
   Promo Sections
   ============================================ */
.promo-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.promo-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 160, 74, 0.1), transparent);
}

.promo-section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 20px;
}

.promo-section-title .brand-title {
  font-size: 0.7em;
  vertical-align: baseline;
}

.promo-section-title .promo-label {
  font-size: 0.7em;
  vertical-align: baseline;
  opacity: 0.8;
}

.promo-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 4px;
  background: linear-gradient(90deg, var(--amber), var(--terracotta));
  border-radius: 2px;
}

.promo-subtitle {
  font-size: 1.05rem;
  color: var(--amber);
  font-weight: 500;
  margin-bottom: 20px;
}

.promo-description {
  color: #777;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* Horizontal promo card (icon left, text right) */
.promo-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 28px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.03);
  transition: var(--transition);
  margin-bottom: 16px;
}

.promo-card:last-child {
  margin-bottom: 0;
}

.promo-card:hover {
  transform: translateX(6px);
  box-shadow: 0 15px 40px rgba(212, 160, 74, 0.1), 0 4px 12px rgba(0,0,0,0.04);
}

.promo-card .promo-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #fff;
  transition: transform 0.5s;
}

.promo-card:hover .promo-icon {
  transform: scale(1.1) rotate(-5deg);
}

.promo-icon-amber {
  background: linear-gradient(135deg, var(--amber), var(--amber-dark));
}

.promo-icon-terracotta {
  background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
}

.promo-icon-olive {
  background: linear-gradient(135deg, var(--olive), var(--olive-dark));
}

.promo-card-body {
  flex: 1;
  min-width: 0;
}

.promo-card-body h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.promo-card-body p {
  color: #888;
  font-size: 0.93rem;
  line-height: 1.6;
  margin: 0;
}

/* Hero fade — slow dramatic entrance */
@keyframes heroFadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-fade-in {
  opacity: 0;
}

.hero-fade-in.visible {
  animation: heroFadeIn 2.5s cubic-bezier(0.15, 0.85, 0.25, 1) forwards;
}

.fade-in {
  opacity: 0;
}

.slide-in {
  opacity: 0;
}

/* Hero banner promo — full width with background image */
.promo-banner {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--burgundy-dark) 0%, var(--olive-deep) 50%, var(--burgundy) 100%);
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.promo-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(212, 160, 74, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(194, 91, 58, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.promo-banner .promo-banner-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.promo-banner .promo-tag {
  display: inline-block;
  background: rgba(212, 160, 74, 0.15);
  border: 1px solid rgba(212, 160, 74, 0.3);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--amber);
}

.promo-banner h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.2);
}

.promo-banner p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
  margin-bottom: 30px;
}

.promo-banner .btn-promo {
  background: var(--amber);
  border: none;
  padding: 14px 40px;
  font-weight: 600;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0 4px 15px rgba(212, 160, 74, 0.25);
  transition: var(--transition);
}

.promo-banner .btn-promo:hover {
  background: var(--terracotta);
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 30px rgba(194, 91, 58, 0.35);
}

/* ============================================
   Product Carousel
   ============================================ */
.product-carousel-wrapper {
  position: relative;
  margin: 0 -12px;
}

.carousel-container {
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 24px;
  touch-action: pan-y;
}
.carousel-track * {
  touch-action: pan-y;
}

.carousel-slide {
  flex: 0 0 calc(25% - 18px);
  min-width: 0;
}

.carousel-slide .product-card {
  animation: none;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--amber);
  color: var(--amber);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  z-index: 5;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  line-height: 1;
  padding: 0;
}

.carousel-btn:hover {
  background: var(--amber);
  color: #fff;
  box-shadow: 0 6px 20px rgba(212, 160, 74, 0.3);
  border-color: var(--amber);
}

.carousel-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-prev {
  left: -25px;
}

.carousel-next {
  right: -25px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  padding: 0;
}

.carousel-dot.active {
  background: var(--amber);
  transform: scale(1.3);
}

.carousel-dot:hover {
  background: var(--amber-dark);
}

@media (max-width: 991px) {
  .carousel-slide {
    flex: 0 0 calc(50% - 12px);
  }
  .carousel-prev {
    left: -5px;
  }
  .carousel-next {
    right: -5px;
  }
  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .promo-banner h2 {
    font-size: 2rem;
  }
  .promo-banner {
    padding: 70px 0;
  }
}

@media (max-width: 576px) {
  .carousel-slide {
    flex: 0 0 100%;
  }
  .carousel-prev {
    left: 0;
  }
  .carousel-next {
    right: 0;
  }
  .carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  .promo-section {
    padding: 50px 0;
  }
  .promo-section-title {
    font-size: 1.7rem;
  }
  .promo-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .promo-card .promo-icon {
    margin: 0 auto;
  }
  .slide-in {
    transform: translateX(0);
  }
  .promo-banner h2 {
    font-size: 1.6rem;
  }
  .promo-banner {
    padding: 50px 0;
  }
}
