/* Los Amigos Theme - Premium Cozy Jazzy Coffee Shop */

/* ==================== RESET & BASE ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-primary: #5C6B44;
  --color-secondary: #BA7B48;
  --color-accent: #A0181A;
  --color-dark: #462B20;
  --color-light: #FACFA5;
  
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Lato', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--color-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.2;
}

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

a {
  color: inherit;
  transition: all 0.3s ease;
}

/* ==================== HEADER ==================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--color-light);
  border-bottom: 2px solid var(--color-secondary);
  transition: all 0.3s ease;
}

.site-header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
}

.site-logo {
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: transform 0.3s ease;
}

.site-logo:hover {
  transform: scale(1.05);
}

.logo-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.logo-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-text {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-dark);
  margin: 0;
  letter-spacing: 1.5px;
  line-height: 1.1;
}

.logo-subtitle {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: var(--color-primary);
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--color-dark);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  position: relative;
}

.nav-menu a:hover {
  color: var(--color-accent);
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-accent);
  transition: width 0.3s ease;
}

.nav-menu a:hover::after {
  width: 100%;
}

.cart-link {
  position: relative;
  color: var(--color-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.cart-link:hover {
  color: var(--color-accent);
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--color-accent);
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--color-dark);
  transition: all 0.3s ease;
}

/* ==================== HERO SECTION ==================== */
.hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-dark) 100%);
  overflow: hidden;
}

.hero-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-text {
  color: var(--color-light);
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 5rem;
  font-weight: 700;
  color: var(--color-light);
  margin: 0 0 1rem 0;
  letter-spacing: 4px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1s ease;
}

.hero-subtitle {
  font-family: var(--font-body);
  font-size: 1.5rem;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 0 2rem 0;
  animation: fadeInUp 1s ease 0.2s backwards;
}

.hero-description {
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--color-light);
  margin-bottom: 2.5rem;
  max-width: 500px;
  animation: fadeInUp 1s ease 0.4s backwards;
}

.hero-image {
  position: relative;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><rect fill="%23BA7B48" width="800" height="600"/><circle fill="%23462B20" opacity="0.1" cx="400" cy="300" r="250"/><circle fill="%235C6B44" opacity="0.1" cx="200" cy="200" r="150"/><circle fill="%23A0181A" opacity="0.1" cx="600" cy="400" r="180"/></svg>') center/cover;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: fadeInRight 1s ease 0.6s backwards;
}

.hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(186, 123, 72, 0.3), rgba(92, 107, 68, 0.3));
}

/* ==================== BUTTONS ==================== */
.btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--color-accent);
  color: white;
  box-shadow: 0 4px 15px rgba(160, 24, 26, 0.3);
}

.btn-primary:hover {
  background: var(--color-secondary);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(186, 123, 72, 0.4);
}

.btn-secondary {
  background: transparent;
  color: var(--color-dark);
  border: 2px solid var(--color-dark);
}

.btn-secondary:hover {
  background: var(--color-dark);
  color: var(--color-light);
}

/* ==================== FEATURED PRODUCTS ==================== */
.featured-products {
  padding: 6rem 2rem;
  background: var(--color-light);
}

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

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--color-dark);
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--color-primary);
  letter-spacing: 1px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.product-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(70, 43, 32, 0.1);
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(70, 43, 32, 0.2);
}

.product-link {
  text-decoration: none;
  display: block;
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background: #f5f5f5;
}

.product-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.product-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-light), var(--color-secondary));
}

.product-placeholder svg {
  width: 60%;
  height: 60%;
}

.product-overlay {
  position: absolute;
  inset: 0;
  background: rgba(70, 43, 32, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

.quick-view {
  font-family: var(--font-body);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0.8rem 1.5rem;
  border: 2px solid white;
  border-radius: 4px;
}

.product-card-info {
  padding: 1.5rem;
}

.product-card-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--color-dark);
  margin: 0 0 0.5rem 0;
}

.product-card-price {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--color-accent);
  font-weight: 700;
  margin: 0;
}

.section-cta {
  text-align: center;
  margin-top: 3rem;
}

/* ==================== STORY SECTION ==================== */
.story-section {
  padding: 6rem 2rem;
  background: linear-gradient(to bottom, var(--color-dark), var(--color-primary));
}

.story-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.story-image {
  display: flex;
  justify-content: center;
}

.image-frame {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: floatAnimation 6s ease-in-out infinite;
}

.image-frame svg {
  width: 100%;
  height: auto;
  display: block;
}

.story-text {
  color: var(--color-light);
}

.story-title {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  color: var(--color-light);
  margin: 0 0 1.5rem 0;
  letter-spacing: 2px;
}

.story-divider {
  width: 80px;
  height: 4px;
  background: var(--color-secondary);
  margin-bottom: 2rem;
}

.story-paragraph {
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--color-light);
  margin-bottom: 1.5rem;
  opacity: 0.95;
}

/* ==================== INSTAGRAM SECTION ==================== */
.instagram-section {
  padding: 6rem 2rem;
  background: white;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.instagram-item {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.instagram-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instagram-placeholder svg {
  width: 100%;
  height: 100%;
  display: block;
}

.instagram-overlay {
  position: absolute;
  inset: 0;
  background: rgba(160, 24, 26, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

/* ==================== FOOTER ==================== */
.site-footer {
  background: linear-gradient(135deg, var(--color-dark) 0%, #2a1a14 100%);
  color: var(--color-light);
  padding: 5rem 2rem 2rem;
  margin-top: 0;
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-secondary);
  opacity: 0.6;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--color-light);
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.footer-heading {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.footer-text {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-light);
  opacity: 0.9;
}

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

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  font-family: var(--font-body);
  color: var(--color-light);
  text-decoration: none;
  transition: color 0.3s ease;
  opacity: 0.85;
}

.footer-links a:hover {
  color: var(--color-secondary);
  opacity: 1;
}

.social-links {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.social-links a {
  color: var(--color-light);
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: var(--color-secondary);
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.newsletter-input {
  flex: 1;
  padding: 0.8rem;
  border: 1px solid var(--color-primary);
  background: rgba(250, 207, 165, 0.1);
  color: var(--color-light);
  font-family: var(--font-body);
  border-radius: 4px;
}

.newsletter-input::placeholder {
  color: rgba(250, 207, 165, 0.6);
}

.newsletter-submit {
  padding: 0.8rem 1.5rem;
  background: var(--color-accent);
  color: white;
  border: none;
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 4px;
}

.newsletter-submit:hover {
  background: var(--color-secondary);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(250, 207, 165, 0.2);
  font-family: var(--font-body);
  font-size: 0.9rem;
  opacity: 0.8;
}

.footer-bottom p {
  margin: 0.5rem 0;
}

/* ==================== ANIMATIONS ==================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}

.animate-in {
  animation: fadeInUp 0.8s ease;
}

/* ==================== ENHANCED PRODUCT PAGE ==================== */
.product-page {
  background: linear-gradient(to bottom, #fff 0%, var(--color-light) 100%);
  padding: 1.5rem 2rem 4rem;
  min-height: calc(100vh - 80px);
}

.product-page .container {
  max-width: 1400px;
  margin: 0 auto;
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(70, 43, 32, 0.12);
  margin-bottom: 3rem;
  transition: box-shadow 0.3s ease;
}

.product-layout:hover {
  box-shadow: 0 16px 56px rgba(70, 43, 32, 0.15);
}

.product-images {
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(250, 207, 165, 0.08), rgba(255, 255, 255, 0.02));
}

.product-main-image {
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.6), rgba(250, 207, 165, 0.12));
  padding: 2rem 2.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 400px;
  max-height: 600px;
}

.product-main-image img {
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(70, 43, 32, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 100%;
  height: auto;
}

.product-main-image img:hover {
  transform: scale(1.03) translateY(-8px);
  box-shadow: 0 30px 80px rgba(70, 43, 32, 0.2);
}

.product-thumbnails {
  display: flex;
  gap: 0.75rem;
  padding: 1rem 2.5rem 1.5rem;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(186, 123, 72, 0.15);
}

.thumbnail {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.5;
  position: relative;
}

.thumbnail:hover {
  opacity: 1;
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 10px 25px rgba(70, 43, 32, 0.2);
  border-color: rgba(186, 123, 72, 0.3);
}

.thumbnail.active {
  opacity: 1;
  border-color: var(--color-secondary);
  box-shadow: 0 6px 20px rgba(186, 123, 72, 0.25);
  transform: translateY(-2px);
}

.product-details {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 207, 165, 0.08));
  padding: 2rem 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-details .product-title {
  font-size: 2.75rem;
  margin-bottom: 1rem;
  color: var(--color-dark);
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  padding-bottom: 0.75rem;
}

.product-details .product-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--color-secondary);
  border-radius: 2px;
}

/* Trust Badges - Optimized for Denmark market */
.product-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-top: 0.5rem;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.trust-badge.organic {
  background: linear-gradient(135deg, #5C6B44, #6B7D50);
  color: white;
}

.trust-badge.fair-trade {
  background: linear-gradient(135deg, #A0181A, #B82528);
  color: white;
}

.trust-badge.single-origin {
  background: linear-gradient(135deg, #BA7B48, #C8956A);
  color: white;
}

.trust-badge.premium {
  background: linear-gradient(135deg, #462B20, #5A3A2D);
  color: var(--color-light);
}

.trust-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Short Description - Always visible */
.product-short-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(186, 123, 72, 0.15);
}

.product-short-description strong {
  color: var(--color-dark);
  font-weight: 700;
}

.product-details .product-price {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid rgba(186, 123, 72, 0.2);
  position: relative;
}

.product-details .product-price::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 120px;
  height: 2px;
  background: var(--color-secondary);
}

.product-details .product-price .price {
  color: var(--color-accent);
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.product-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 0;
  letter-spacing: 0.3px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin-bottom 0.4s ease;
}

.product-description.expanded {
  max-height: 2000px;
  margin-bottom: 1.5rem;
}

.product-description-toggle {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.3s ease;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.product-description-toggle:hover {
  color: var(--color-accent);
  border-bottom-color: var(--color-accent);
}

.product-description strong {
  color: var(--color-dark);
  font-weight: 700;
}

.product-description ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: grid;
  gap: 1rem;
}

.product-description ul li {
  position: relative;
  padding: 1.25rem 1.5rem 1.25rem 3rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  color: var(--color-dark);
  font-size: 1.05rem;
  line-height: 1.6;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(186, 123, 72, 0.1);
  box-shadow: 0 2px 8px rgba(70, 43, 32, 0.04);
}

.product-description ul li::before {
  content: '✓';
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--color-secondary), rgba(186, 123, 72, 0.8));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(186, 123, 72, 0.25);
}

.product-description ul li:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 16px rgba(70, 43, 32, 0.08);
  border-color: rgba(186, 123, 72, 0.2);
}

.product-form {
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 28px rgba(70, 43, 32, 0.12);
  margin-top: 1.5rem;
  border: 1px solid rgba(186, 123, 72, 0.15);
  backdrop-filter: blur(10px);
}

.product-options {
  margin-bottom: 1.5rem;
}

.product-options label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  color: var(--color-dark);
}

.product-variant-select {
  width: 100%;
  padding: 1rem;
  font-family: var(--font-body);
  font-size: 1rem;
  border: 2px solid var(--color-light);
  border-radius: 6px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-variant-select:hover,
.product-variant-select:focus {
  border-color: var(--color-secondary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(186, 123, 72, 0.1);
}

.product-quantity {
  margin-bottom: 2rem;
}

.product-quantity input {
  width: 100%;
  padding: 1rem;
  font-size: 1.1rem;
  border: 2px solid var(--color-light);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.product-quantity input:hover,
.product-quantity input:focus {
  border-color: var(--color-secondary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(186, 123, 72, 0.1);
}

.add-to-cart {
  width: 100%;
  padding: 1.4rem 2rem;
  font-size: 1.15rem;
  margin-top: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(160, 24, 26, 0.3);
  transition: all 0.3s ease;
}

.add-to-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(160, 24, 26, 0.4);
}

/* Sticky CTA - Keeps purchase button visible */
.sticky-cta-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(186, 123, 72, 0.2);
  box-shadow: 0 -2px 12px rgba(70, 43, 32, 0.12);
  padding: 0.75rem 2rem;
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
}

.sticky-cta-container.visible {
  transform: translateY(0);
  display: block;
}

.sticky-cta-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.sticky-cta-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.sticky-variant-summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sticky-size {
  font-size: 0.8rem;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.2rem 0.6rem;
  background: rgba(186, 123, 72, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(186, 123, 72, 0.2);
  white-space: nowrap;
}

.sticky-cta-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.sticky-price-label {
  font-size: 0.7rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sticky-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
  font-family: var(--font-heading);
  white-space: nowrap;
}

.sticky-add-to-cart {
  flex: 1;
  max-width: 400px;
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 3px 12px rgba(160, 24, 26, 0.25);
  transition: all 0.3s ease;
  min-height: 44px; /* Minimum touch target */
}

.sticky-add-to-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(160, 24, 26, 0.4);
}

.product-meta {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid var(--color-light);
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.product-tags strong {
  color: var(--color-dark);
  font-size: 1rem;
  margin-right: 0.5rem;
}

.product-tags .tag {
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 10px rgba(92, 107, 68, 0.3);
  transition: all 0.3s ease;
}

.product-tags .tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(92, 107, 68, 0.4);
}

.product-additional-info {
  margin-top: 0;
  margin-bottom: 0;
  padding: 4rem 3.5rem 3.5rem;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(70, 43, 32, 0.1);
  position: relative;
  border-top: 1px solid rgba(186, 123, 72, 0.15);
}

.info-section {
  margin-bottom: 3.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(186, 123, 72, 0.12);
  position: relative;
}

.info-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.info-section h2 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: var(--color-dark);
  margin-bottom: 1.5rem;
  letter-spacing: 1.5px;
  font-weight: 600;
  position: relative;
  padding-bottom: 1rem;
}

.info-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--color-secondary);
  border-radius: 2px;
}

.info-section p {
  margin-bottom: 1rem;
  line-height: 1.9;
  font-size: 1.05rem;
  color: #555;
}

.info-section strong {
  color: var(--color-dark);
  font-weight: 700;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1024px) {
  .hero-content {
    padding: 3rem 2rem;
    gap: 3rem;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-subtitle {
    font-size: 1.3rem;
  }

  .hero-image {
    height: 400px;
  }

  .story-content {
    gap: 4rem;
  }

  .story-title {
    font-size: 3rem;
  }

  .story-paragraph {
    font-size: 1.05rem;
  }

  .nav-menu {
    gap: 1.5rem;
  }

  .nav-menu a {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .header-wrapper {
    padding: 1rem 1.5rem;
  }

  .main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-light);
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .main-navigation.active {
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .logo-image {
    width: 50px;
    height: 50px;
  }

  .logo-text {
    font-size: 1.5rem;
  }

  .logo-subtitle {
    font-size: 0.65rem;
  }

  .hero-section {
    min-height: auto;
    padding: 3rem 0;
  }

  .hero-content,
  .story-content {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
    gap: 2.5rem;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-description {
    font-size: 1rem;
    max-width: 100%;
  }

  .hero-image {
    height: 300px;
  }

  .product-page {
    padding: 2rem 1.5rem 3rem;
  }

  .product-layout {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .product-images {
    order: 1;
  }

  .product-details {
    order: 2;
    padding: 3rem 2rem;
  }


  .product-details .product-title {
    font-size: 2.5rem;
  }

  .product-details .product-price {
    font-size: 2rem;
  }

  .product-main-image {
    padding: 3rem 2rem;
  }

  .product-thumbnails {
    padding: 1.5rem 2rem 2rem;
  }

  .product-additional-info {
    padding: 3rem 2rem;
    border-radius: 12px;
  }

  .product-description ul li {
    padding: 1rem 1.25rem 1rem 2.75rem;
    font-size: 1rem;
  }

  .product-description ul li::before {
    left: 1rem;
    width: 22px;
    height: 22px;
    font-size: 0.7rem;
  }

  .info-section {
    padding-left: 0;
  }

  .info-section h2 {
    font-size: 2rem;
  }

  .story-section {
    padding: 4rem 1.5rem;
  }

  .story-title {
    font-size: 2.5rem;
  }

  .story-paragraph {
    font-size: 1rem;
  }

  .image-frame {
    max-width: 100%;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .newsletter-form {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .header-wrapper {
    padding: 1rem;
  }

  .logo-image {
    width: 45px;
    height: 45px;
  }

  .site-logo {
    gap: 0.75rem;
  }

  .logo-text {
    font-size: 1.3rem;
  }

  .logo-subtitle {
    font-size: 0.6rem;
  }

  .hero-content {
    padding: 2rem 1rem;
  }

  .hero-title {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    letter-spacing: 2px;
  }

  .hero-description {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

  .hero-image {
    height: 250px;
  }

  .story-section {
    padding: 3rem 1rem;
  }

  .story-title {
    font-size: 2rem;
  }

  .story-paragraph {
    font-size: 0.95rem;
  }

  .section-title {
    font-size: 2rem;
  }

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

  .product-page {
    padding: 1.5rem 1rem 2rem;
  }

  .product-layout {
    border-radius: 10px;
  }

  .product-main-image {
    padding: 2rem 1.5rem;
  }

  .product-thumbnails {
    padding: 1rem 1.5rem 1.5rem;
    gap: 0.75rem;
  }

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

  .product-details {
    padding: 2.5rem 1.5rem;
  }

  .product-details .product-title {
    font-size: 2rem;
  }

  .product-details .product-price {
    font-size: 1.75rem;
  }

  .product-form {
    padding: 2rem 1.5rem;
  }

  .product-additional-info {
    padding: 2.5rem 1.5rem;
  }

  .product-description ul li {
    padding: 0.9rem 1rem 0.9rem 2.5rem;
    font-size: 0.95rem;
  }

  .product-description ul li::before {
    left: 0.85rem;
    width: 20px;
    height: 20px;
    font-size: 0.65rem;
  }

  .info-section {
    padding-left: 0;
  }

  .info-section h2 {
    font-size: 1.75rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .sticky-cta-container {
    padding: 0.65rem 1rem;
  }

  .sticky-cta-content {
    flex-direction: column;
    gap: 0.75rem;
  }

  .sticky-cta-info {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
  }

  .sticky-variant-summary {
    order: 2;
  }

  .sticky-cta-price {
    order: 1;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
  }

  .sticky-price-label {
    font-size: 0.65rem;
  }

  .sticky-price {
    font-size: 1.35rem;
  }

  .sticky-size {
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
  }

  .sticky-add-to-cart {
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
  }
}
