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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

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

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}

/* Top Banner - classy accent bar like reference */
.top-banner {
  background-color: #c9a227;
  color: #000;
  text-align: center;
  padding: 12px;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 500;
}

/* Header */
header {
  background-color: #1a1a1a;
  padding: 20px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.1);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo:hover {
  opacity: 0.95;
}

.logo:hover .logo-name {
  opacity: 0.95;
}

.logo-img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.logo-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #f4e4a6 0%, #d4af37 25%, #b8860b 60%, #8b6914 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 1px rgba(212, 175, 55, 0.5));
}

.logo-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #8a8a8a;
  text-transform: none;
  -webkit-text-fill-color: initial;
  background: none;
}

nav {
  display: flex;
  gap: 30px;
}

nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  transition: color 0.3s;
  position: relative;
}

nav a:hover {
  color: #d4af37;
}

nav a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #d4af37;
  transition: width 0.3s;
}

nav a:hover::after {
  width: 100%;
}

/* Hamburger - hidden on desktop */
.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.login-btn {
  background: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.login-btn:hover {
  background: #d4af37;
  color: #000;
}

.cart-icon {
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.3s;
}

.cart-icon:hover {
  transform: scale(1.1);
  color: #d4af37;
}

/* Hero Section - classy, refined */
.hero {
  display: flex;
  min-height: 85vh;
  background: #0a0a0a;
  padding: 80px 10% 100px;
  align-items: center;
  gap: 80px;
}

/* Short viewport (e.g. mobile in desktop mode) - avoid huge empty space above/below hero */
@media (max-height: 900px) {
  .hero {
    min-height: auto;
    padding: 52px 10% 72px;
    gap: 48px;
    align-items: flex-start;
  }

  .hero-placeholder {
    height: min(320px, 50vh);
  }
}

.hero-content {
  flex: 1;
  max-width: 560px;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 28px;
  font-weight: 300;
  letter-spacing: 6px;
  font-family: 'Cormorant Garamond', serif;
}

.hero p {
  font-size: 15px;
  color: #9a9a9a;
  margin-bottom: 40px;
  max-width: 380px;
  line-height: 1.9;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.cta-btn {
  display: inline-block;
  background: #c9a227;
  color: #000;
  padding: 14px 36px;
  border: none;
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  transition: opacity 0.25s ease;
  text-decoration: none;
  font-family: inherit;
}

.cta-btn:hover {
  opacity: 0.9;
  color: #000;
}

.hero-image {
  flex: 1;
  max-width: 50%;
}

.hero-placeholder {
  width: 100%;
  height: 520px;
  background: #141414;
  position: relative;
  overflow: hidden;
}

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

.hero-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(212, 175, 55, 0.15);
  pointer-events: none;
}

/* Best Sellers Section - clean, reference style */
.best-sellers {
  padding: 120px 8%;
  background-color: #ffffff;
  text-align: center;
}

.best-sellers h2 {
  font-size: 28px;
  color: #000000 !important;
  margin-bottom: 80px;
  letter-spacing: 10px;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  -webkit-font-smoothing: antialiased;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}

.product-card {
  background: transparent;
  padding: 0;
  position: relative;
  transition: all 0.4s ease;
  border: none;
  text-decoration: none;
  display: block;
  color: #000000;
}

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

.product-card:hover h3 {
  color: #d4af37 !important;
}

.product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #000000;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 500;
  z-index: 10;
  text-transform: uppercase;
}

.product-image {
  width: 100%;
  height: 400px;
  background: #f5f5f5;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

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

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

.product-image::before {
  display: none;
}

.product-image.rose-ombre {
  background: #f5f5f5;
}

.product-image.gift-card {
  background: #f5f5f5;
}

.product-image.peacock-lashes {
  background: #f5f5f5;
}

.product-card h3 {
  color: #000000 !important;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.3s ease;
  -webkit-font-smoothing: antialiased;
}

.product-card .product-price {
  color: #000000 !important;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.product-card .price-strike {
  text-decoration: line-through;
  color: #666 !important;
  font-weight: 500;
  margin-right: 6px;
}

.product-card .price-now {
  color: #000000 !important;
  font-weight: 700;
}

.product-card .price-off {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #fff !important;
  background: #c9a227;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 2px;
}

.product-card .product-size {
  font-weight: 500;
  font-size: 14px;
  color: #444;
}

.add-to-cart {
  display: none;
}

/* About Section - Vision & Mission */
.about-section {
  padding: 100px 10% 120px;
  background: #0a0a0a;
  text-align: center;
}

.about-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: #d4af37;
  letter-spacing: 8px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.about-intro {
  font-size: 16px;
  color: #a8a8a8;
  line-height: 2;
  font-weight: 300;
  max-width: 640px;
  margin: 0 auto 72px;
}

.vision-mission {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.vm-block {
  flex: 1;
  padding: 48px 40px;
  background: #111111;
  border: 1px solid #1f1f1f;
}

.vm-block:first-child {
  border-right: none;
}

.vm-block:last-child {
  border-left: none;
}

.vm-label {
  display: block;
  font-size: 11px;
  color: #d4af37;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.vm-block p {
  font-size: 15px;
  color: #b0b0b0;
  line-height: 1.9;
  font-weight: 300;
  margin: 0;
}

.vm-divider {
  width: 1px;
  background: linear-gradient(to bottom, transparent, #d4af37 20%, #d4af37 80%, transparent);
  opacity: 0.6;
  flex-shrink: 0;
}

.our-values {
  max-width: 900px;
  margin: 48px auto 0;
  padding: 32px 40px;
  background: #111111;
  border: 1px solid #1f1f1f;
  text-align: left;
}

.our-values .vm-label {
  margin-bottom: 16px;
}

.values-list {
  font-size: 15px;
  color: #b0b0b0;
  line-height: 1.9;
  font-weight: 300;
  margin: 0;
}

.company-overview {
  margin-bottom: 48px;
}

/* Careers Hero */
.careers-hero {
  background: #0a0a0a;
  padding: 100px 10% 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 400;
  color: #e8e8e8;
  margin-bottom: 16px;
  letter-spacing: 6px;
}

.careers-hero-content p {
  font-size: 15px;
  color: #9a9a9a;
  max-width: 520px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.8;
}

/* Careers Section */
.careers-section {
  padding: 80px 10% 100px;
  background: #000;
}

.careers-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Policy Page */
.policy-hero {
  padding: 100px 10% 60px;
}

.policy-section {
  padding: 60px 10% 100px;
  background: #000;
}

.policy-container {
  max-width: 720px;
  margin: 0 auto;
}

.policy-block {
  margin-bottom: 56px;
}

.policy-block:last-child {
  margin-bottom: 0;
}

.policy-block h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: #d4af37;
  letter-spacing: 4px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.policy-updated {
  font-size: 13px;
  color: #6a6a6a;
  margin-bottom: 24px;
}

.policy-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  color: #e0e0e0;
  margin-top: 28px;
  margin-bottom: 12px;
}

.policy-block p {
  font-size: 15px;
  color: #a8a8a8;
  line-height: 1.9;
  margin-bottom: 12px;
}

.careers-intro {
  text-align: center;
  margin-bottom: 64px;
}

.careers-intro h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #d4af37;
  margin-bottom: 20px;
  letter-spacing: 6px;
}

.careers-intro > p {
  font-size: 15px;
  color: #b0b0b0;
  max-width: 640px;
  margin: 0 auto 48px;
  line-height: 2;
  font-weight: 300;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 0;
}

.benefit-item {
  background: transparent;
  padding: 28px 20px;
  border-radius: 0;
  border: 1px solid #252525;
  transition: border-color 0.2s;
}

.benefit-item:hover {
  border-color: #d4af37;
  transform: none;
}

.benefit-icon {
  font-size: 24px;
  color: #d4af37;
  display: block;
  margin-bottom: 14px;
}

.benefit-item h4 {
  color: #e0e0e0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

.benefit-item p {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 300;
}

/* Careers Form */
.careers-form-container {
  max-width: 560px;
  margin: 0 auto;
  background: #0a0a0a;
  padding: 48px 40px;
  border-radius: 0;
  border: 1px solid #1f1f1f;
}

.careers-form-container h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #d4af37;
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: 5px;
}

.careers-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

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

.form-group label {
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: #000;
  border: 1px solid #2a2a2a;
  border-radius: 0;
  padding: 12px 14px;
  color: #e8e8e8;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #d4af37;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #5a5a5a;
}

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

.checkbox-group {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.checkbox-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.checkbox-group label {
  color: #8a8a8a;
  font-size: 12px;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.submit-btn {
  background: #c9a227;
  color: #000;
  border: none;
  padding: 14px 32px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 8px;
}

.submit-btn:hover {
  opacity: 0.92;
}

/* Footer - classy three-column */
footer {
  background: #212121;
  padding: 72px 10% 56px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  color: #e8e8e8;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-logo:hover {
  color: #d4af37;
}

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

.footer-social a {
  color: #b0b0b0;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-social a:hover {
  color: #d4af37;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact p {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-legal a {
  color: #b0b0b0;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: #d4af37;
}

.footer-copy {
  color: #b0b0b0;
  font-size: 14px;
  margin: 0;
  margin-top: 4px;
}

/* Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

/* Breadcrumb - minimal, classy */
.breadcrumb {
  padding: 24px 10%;
  background: #000;
  color: #6a6a6a;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 400;
}

.breadcrumb a {
  color: #6a6a6a;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #d4af37;
}

.breadcrumb span {
  color: #9a9a9a;
}

/* Product Detail Page - classy, refined */
.product-detail {
  padding: 80px 10% 100px;
  background: #000;
  min-height: 80vh;
}

.product-detail-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-detail-image {
  position: relative;
}

.product-badge-large {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #000;
  color: #fff;
  padding: 6px 14px;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 500;
  z-index: 10;
  border: 1px solid #333;
}

.product-main-image {
  width: 100%;
  height: 560px;
  background: #0a0a0a;
  margin-bottom: 16px;
  border: none;
  position: relative;
  overflow: hidden;
}

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

.product-main-image::before {
  display: none;
}

.product-main-image.rose-ombre-large,
.product-main-image.gift-card-large,
.product-main-image.peacock-lashes-large {
  background: #0a0a0a;
}

.product-thumbnails {
  display: flex;
  gap: 12px;
}

.thumbnail {
  width: 80px;
  height: 80px;
  background: #0a0a0a;
  border: 1px solid #222;
  border-radius: 0;
  cursor: pointer;
  transition: border-color 0.2s;
  overflow: hidden;
}

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

.thumbnail.active,
.thumbnail:hover {
  border-color: #d4af37;
}

.product-detail-info {
  padding-top: 0;
}

.product-detail-info h1 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 4px;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

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

.rating-text {
  color: #6a6a6a;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.product-sku {
  color: #5a5a5a;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.product-variation {
  color: #b0b0b0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.product-price-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 28px;
}

.product-price-wrap .price-strike-large {
  font-size: 20px;
  color: #888;
  text-decoration: line-through;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
}

.product-price-wrap .product-price-large {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 1px;
}

.product-price-wrap .price-off-badge {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  background: #d4af37;
  padding: 4px 10px;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
}

.product-price-large {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 28px;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 1px;
}

.product-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: #d4af37;
  font-weight: 400;
  margin: -8px 0 20px 0;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.product-description-block {
  margin-bottom: 28px;
}

.product-description-block .product-description {
  margin-bottom: 18px;
}

.product-description-block .product-description:last-child {
  margin-bottom: 0;
}

.content-block {
  margin-bottom: 32px;
}

.content-block h3 {
  margin-bottom: 14px;
}

.content-block.what-makes p {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  font-weight: 300;
}

.ingredients-intro {
  font-size: 14px;
  color: #a8a8a8;
  line-height: 1.8;
  margin-bottom: 14px;
  font-weight: 300;
}

.product-description {
  color: #9a9a9a;
  line-height: 2;
  margin-bottom: 36px;
  font-size: 14px;
  font-weight: 300;
}

.product-options {
  margin-bottom: 36px;
}

.option-group {
  margin-bottom: 20px;
}

.option-group.full-width {
  width: 100%;
}

.option-group label {
  display: block;
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.product-select {
  width: 100%;
  max-width: 280px;
  background: #0a0a0a;
  border: 1px solid #333;
  border-radius: 0;
  padding: 12px 14px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.product-select:focus {
  outline: none;
  border-color: #d4af37;
}

.quantity-selector {
  display: flex;
  align-items: center;
  width: fit-content;
  border: 1px solid #333;
  border-radius: 0;
  overflow: hidden;
}

.qty-btn {
  background: #0a0a0a;
  border: none;
  color: #d4af37;
  width: 44px;
  height: 44px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
}

.qty-btn:hover {
  background: #141414;
}

.quantity-selector input {
  width: 52px;
  height: 44px;
  text-align: center;
  border: none;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  background: #000;
  color: #fff;
  font-size: 14px;
}

.quantity-selector input::-webkit-inner-spin-button,
.quantity-selector input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 48px;
}

.buy-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 280px;
  background: #c9a227;
  color: #000;
  border: none;
  padding: 14px 28px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
  font-family: inherit;
}

.buy-now-btn:hover {
  opacity: 0.92;
  color: #000;
}

.wishlist-btn {
  background: transparent;
  border: 1px solid #333;
  color: #8a8a8a;
  width: 48px;
  height: 48px;
  border-radius: 0;
  font-size: 18px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist-btn:hover {
  border-color: #d4af37;
  color: #d4af37;
}

/* Key Benefits */
.product-benefits {
  margin-bottom: 40px;
}

.product-benefits h3,
.product-ingredients h3,
.how-to-use h3 {
  font-size: 14px;
  color: #d4af37;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
}

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

.benefits-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.benefits-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  background: #d4af37;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

/* Premium Ingredients */
.product-ingredients {
  margin-bottom: 40px;
}

.ingredient-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ingredient-tag {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #d4af37;
  border-radius: 4px;
  color: #e0e0e0;
}

.product-ingredients-tags .ingredient-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.product-ingredients-tags .ingredient-tag {
  border-radius: 8px;
  color: #ffffff;
  border: 1px solid #d4af37;
  font-size: 13px;
  padding: 10px 18px;
}

.ingredients-list {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}

.ingredients-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #e0e0e0;
  font-size: 15px;
}

.ingredients-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d4af37;
}

.ingredients-note {
  font-size: 14px;
  color: #a8a8a8;
  line-height: 1.7;
  margin: 0;
  font-style: italic;
}

.ingredient-tag {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* How to Use */
.how-to-use {
  margin-bottom: 48px;
}

.how-to-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.how-to-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.how-to-step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #d4af37;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

/* Product Accordion - minimal */
.product-accordion {
  border-top: 1px solid #1a1a1a;
}

.accordion-item {
  border-bottom: 1px solid #1a1a1a;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: color 0.2s;
}

.accordion-header:hover {
  color: #d4af37;
}

.accordion-icon {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.2s;
}

.accordion-item:hover .accordion-icon {
  color: #d4af37;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 1.9;
  font-weight: 300;
}

.accordion-item.active .accordion-content {
  padding-bottom: 18px;
}

/* Reviews Section - refined */
.reviews-section {
  padding: 72px 10% 100px;
  background: #000;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #1a1a1a;
}

.reviews-section h2 {
  font-size: 22px;
  color: #d4af37;
  margin-bottom: 28px;
  letter-spacing: 6px;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
}

.reviews-summary {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.rating-stars-large {
  color: #d4af37;
  font-size: 18px;
  letter-spacing: 2px;
}

.rating-score {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.rating-based {
  color: #6a6a6a;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.leave-review-btn {
  background: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
  padding: 10px 24px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-bottom: 40px;
}

.leave-review-btn:hover {
  opacity: 0.9;
}

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

.review-item {
  background: transparent;
  padding: 28px 0;
  border-bottom: 1px solid #1a1a1a;
}

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

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.reviewer-name {
  color: #e0e0e0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.review-date {
  color: #5a5a5a;
  font-size: 11px;
  letter-spacing: 0.5px;
}

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

.review-title {
  color: #d4af37;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
}

.review-text {
  color: #8a8a8a;
  line-height: 1.9;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 16px;
}

.review-helpful {
  display: flex;
  align-items: center;
  gap: 15px;
}

.review-helpful span {
  color: #6a6a6a;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.helpful-btn {
  background: transparent;
  border: 1px solid #333;
  color: #8a8a8a;
  padding: 6px 12px;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.helpful-btn:hover {
  border-color: #d4af37;
  color: #d4af37;
}

/* Responsive Design - all devices */

/* Tablet */
@media (max-width: 992px) {
  header {
    padding: 16px 6%;
  }

  nav {
    gap: 20px;
  }

  nav a {
    font-size: 13px;
  }

  .hero {
    padding: 60px 6% 80px;
    gap: 50px;
  }

  .hero h1 {
    font-size: 42px;
    letter-spacing: 5px;
  }

  .best-sellers {
    padding: 80px 6%;
  }

  .best-sellers h2 {
    font-size: 24px;
    letter-spacing: 8px;
    margin-bottom: 60px;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .product-detail-container {
    gap: 50px;
  }

  .product-main-image {
    height: 480px;
  }

  .footer-content {
    gap: 40px;
    padding: 0 6%;
  }
}

/* Tablet / mobile in "desktop view" (e.g. 980px width) - compact hero, no huge empty space */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero {
    min-height: auto;
    padding: 52px 6% 72px;
    gap: 48px;
    align-items: flex-start;
  }

  .hero-placeholder {
    height: min(320px, 50vh);
  }
}

/* Mobile */
@media (max-width: 768px) {
  header {
    padding: 14px 5%;
    flex-wrap: wrap;
  }

  .logo {
    gap: 10px;
  }

  .logo-img {
    height: 38px;
  }

  .logo-name {
    font-size: 15px;
    letter-spacing: 1.5px;
  }

  .logo-tagline {
    font-size: 8px;
  }

  .nav-toggle-label {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 101;
  }

  .nav-toggle-label span {
    display: block;
    width: 100%;
    height: 2px;
    background: #d4af37;
    border-radius: 1px;
    transition: all 0.3s;
  }

  .nav-toggle:checked ~ .nav-toggle-label span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .nav-toggle:checked ~ .nav-toggle-label span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked ~ .nav-toggle-label span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1a1a1a;
    flex-direction: column;
    gap: 0;
    padding: 20px 5%;
    display: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  }

  .nav-toggle:checked ~ nav {
    display: flex;
  }

  nav a {
    padding: 14px 0;
    font-size: 14px;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2a2a2a;
  }

  nav a:last-child {
    border-bottom: none;
  }

  .hero {
    flex-direction: column;
    padding: 40px 5% 60px;
    min-height: auto;
    gap: 40px;
  }

  .hero-image {
    display: none;
  }

  .hero-placeholder {
    height: 0;
    overflow: hidden;
  }

  .hero h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }

  .hero p {
    font-size: 14px;
  }

  .cta-btn {
    padding: 14px 28px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .best-sellers {
    padding: 60px 5%;
  }

  .best-sellers h2 {
    font-size: 20px;
    letter-spacing: 6px;
    margin-bottom: 40px;
  }

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

  .product-image {
    height: 340px;
  }

  .about-section {
    padding: 60px 5% 80px;
  }

  .about-title {
    font-size: 22px;
    letter-spacing: 5px;
  }

  .about-intro,
  .vm-item p {
    font-size: 15px;
  }

  .vision-mission {
    flex-direction: column;
    text-align: center;
  }

  .vm-block {
    padding: 36px 24px;
    border: 1px solid #1f1f1f;
  }

  .vm-block:first-child {
    border-right: 1px solid #1f1f1f;
  }

  .vm-block:last-child {
    border-left: 1px solid #1f1f1f;
  }

  .vm-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #d4af37, transparent);
    opacity: 0.5;
  }

  .our-values {
    margin-top: 32px;
    padding: 28px 20px;
  }

  .values-list {
    font-size: 14px;
  }

  .careers-hero {
    padding: 60px 5% 50px;
  }

  .careers-hero-content h1 {
    font-size: 28px;
    letter-spacing: 4px;
  }

  .careers-hero-content p {
    font-size: 14px;
  }

  .careers-section {
    padding: 50px 5% 70px;
  }

  .careers-form-container {
    padding: 28px 20px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: left;
  }

  .footer-brand {
    align-items: flex-start;
  }

  footer {
    padding: 50px 5% 40px;
  }

  .breadcrumb {
    padding: 16px 5%;
    font-size: 11px;
  }

  .product-detail {
    padding: 40px 5% 60px;
  }

  .product-detail-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-main-image {
    height: 360px;
  }

  .product-thumbnails {
    flex-wrap: wrap;
  }

  .thumbnail {
    width: 70px;
    height: 70px;
  }

  .product-detail-info h1 {
    font-size: 22px;
    letter-spacing: 3px;
  }

  .product-actions {
    flex-direction: column;
  }

  .buy-now-btn,
  .wishlist-btn {
    max-width: none;
    min-height: 44px;
  }

  .wishlist-btn {
    width: 100%;
  }

  .product-benefits h3,
  .product-ingredients h3,
  .how-to-use h3 {
    font-size: 13px;
  }

  .reviews-section {
    padding: 50px 5% 60px;
  }

  .reviews-section h2 {
    font-size: 20px;
    letter-spacing: 4px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  header {
    padding: 12px 4%;
  }

  .logo-img {
    height: 34px;
  }

  .logo-name {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .logo-tagline {
    font-size: 7px;
  }

  .hero h1 {
    font-size: 26px;
    letter-spacing: 3px;
  }

  .hero p {
    font-size: 13px;
  }

  .best-sellers h2 {
    font-size: 18px;
    letter-spacing: 4px;
  }

  .product-card h3 {
    font-size: 13px;
  }

  .about-title {
    font-size: 18px;
    letter-spacing: 4px;
  }

  .careers-hero-content h1 {
    font-size: 24px;
  }

  .careers-form-container h2 {
    font-size: 18px;
    letter-spacing: 4px;
  }

  .footer-logo {
    font-size: 24px;
  }

  .product-detail-info h1 {
    font-size: 20px;
  }
}
