:root {
  --gisada-black: #0F0F0F;
  --gisada-gold: #7F4F39;
  --gisada-gold-light: #A67C52;
  --bg-premium-dark: #1A1A1A;
  --text-on-dark: #FFFFFF;
  --text-on-light: #333333;
  --text-muted-dark: #AAAAAA;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: radial-gradient(circle, #252525 0%, #0a0a0a 100%);
  font-family: 'Optima', 'Helvetica Neue', Arial, sans-serif;
  min-height: 100vh;
}

.desktop-wrapper {
  width: 100%;
  display: block;
}

.gisada-qr-container {
  color: var(--text-on-light);
  background-color: #ffffff;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 0 50px rgba(0,0,0,0.8);
  overflow-x: hidden;
  position: relative;
}

/* 1. HERO STATIC */
.gisada-hero-static {
  position: relative;
  height: 85vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 25px;
  background: linear-gradient(transparent 5%, rgba(15,15,15,0.98) 75%);
  text-align: center;
  color: var(--text-on-dark);
}
.hero-overlay h1 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}
.hero-overlay p {
  font-size: 0.95rem;
  margin-bottom: 25px;
  opacity: 0.85;
  line-height: 1.4;
}

/* 2. STORY SECTION */
.story-section-white {
  padding: 60px 25px;
  text-align: center;
  background-color: #ffffff;
}
.section-badge-gold {
  display: inline-block;
  background: rgba(127, 79, 57, 0.1);
  color: var(--gisada-gold);
  padding: 7px 14px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.story-section-white h2 {
  font-size: 1.7rem;
  margin-bottom: 18px;
  color: var(--gisada-black);
}
.story-section-white p {
  font-size: 0.92rem;
  color: var(--text-on-light);
  line-height: 1.7;
  margin-bottom: 30px;
}
.story-video-premium {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.story-video-premium iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* 3. PRODUCTS SECTION */
.products-section-white {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid #eaeaea;
}
.products-section-white h2 {
  font-size: 1.7rem;
  color: var(--gisada-black);
  margin-bottom: 8px;
}
.products-section-white .section-subtitle {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 30px;
  padding: 0 25px;
}
.products-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 45px;
}
.products-slider {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  will-change: transform;
}
.product-slide {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
}
.product-card-premium {
  background: #fdfdfd;
  border-radius: 4px;
  padding: 25px 15px;
  border: 1px solid #eaeaea;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.product-img {
  width: 100%;
  height: 180px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.product-card-premium h3 {
  font-size: 1.25rem;
  color: var(--gisada-black);
  margin-bottom: 10px;
  font-weight: bold;
}
.product-desc {
  font-size: 0.88rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 80px;
}

/* ENLACES EN PRODUCTOS */
.product-card-link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.product-card-link:hover .product-card-premium {
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.product-link-text {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--gisada-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--gisada-gold);
  padding-bottom: 2px;
  margin-top: 10px;
}
.product-carousel-dots {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 6px;
  background-color: #cccccc;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}
.p-dot.active {
  background-color: var(--gisada-gold);
  width: 18px;
  border-radius: 4px;
}

/* CATALOG CTA CARD */
.catalog-cta-container {
  padding: 0 20px;
  margin-top: 35px;
}
.catalog-cta-card {
  background-color: #FAFAFA;
  border: 1px solid rgba(127, 79, 57, 0.12);
  border-radius: 4px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.catalog-cta-card p {
  font-size: 0.88rem;
  color: #444444;
  line-height: 1.5;
  margin-bottom: 12px;
}
.catalog-link-text {
  display: inline-block;
  color: var(--gisada-gold);
  font-size: 0.82rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}
.catalog-link-text:hover {
  color: var(--gisada-gold-light);
  border-bottom-color: var(--gisada-gold-light);
}

/* 4. AMBASSADORS SECTION */
.ambassadors-section-dark {
  padding: 50px 0 60px 0;
  background-color: var(--bg-premium-dark);
  color: var(--text-on-dark);
  text-align: center;
}
.ambassadors-section-dark h2 {
  font-size: 1.7rem;
  margin-bottom: 8px;
}
.ambassadors-section-dark .section-subtitle {
  font-size: 0.9rem;
  color: var(--text-muted-dark);
  margin-bottom: 30px;
  padding: 0 25px;
}
.ambassadors-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 45px;
}
.ambassadors-slider {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  will-change: transform;
}
.ambassador-slide {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
}
.ambassador-card-dark {
  background: var(--gisada-black);
  border-radius: 4px;
  padding: 30px 20px;
  border: 1px solid #333;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.ambassador-img-circle {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto 20px auto;
  border: 3px solid var(--gisada-gold);
  box-shadow: 0 4px 15px rgba(127, 79, 57, 0.3);
}
.ambassador-card-dark h3 {
  font-size: 1.15rem;
  margin-bottom: 4px;
  color: var(--text-on-dark);
}
.ambassador-card-dark span {
  font-size: 0.75rem;
  color: var(--gisada-gold-light);
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.ambassador-card-dark p {
  font-size: 0.85rem;
  color: var(--text-muted-dark);
  font-style: italic;
  line-height: 1.6;
}
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(15, 15, 15, 0.8);
  border: 1px solid #333;
  color: var(--gisada-gold-light);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
}
.nav-arrow:hover {
  background-color: var(--gisada-gold);
  color: #fff;
  border-color: var(--gisada-gold);
}
.nav-arrow.prev { left: 8px; }
.nav-arrow.next { right: 8px; }

.carousel-dots {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 6px !important;
  background-color: #444444 !important;
  border-radius: 50% !important;
  display: inline-block !important;
  border: none !important;
  transition: all 0.3s ease;
}
.dot.active {
  background-color: var(--gisada-gold-light) !important;
  width: 18px !important;
  border-radius: 4px !important;
}

/* 5. STORES SECTION 2X2 GRID */
.find-us-section-white {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid #eaeaea;
}
.find-us-section-white h2 {
  font-size: 1.7rem;
  color: var(--gisada-black);
  margin-bottom: 8px;
}
.find-us-section-white .section-subtitle {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 35px;
}
.retailers-grid-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
}
.retailer-grid-card {
  background: #fdfdfd;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}
.retailer-grid-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}
.retailer-logo-container {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.retailer-logo-img {
  max-width: 90px;
  max-height: 40px;
  object-fit: contain;
}
.retailer-locations h4 {
  font-size: 0.95rem;
  color: var(--gisada-black);
  margin-bottom: 6px;
  font-weight: bold;
}
.retailer-locations p {
  font-size: 0.78rem;
  color: #555555;
  line-height: 1.4;
  margin: 2px 0;
}

/* 6. FORM SECTION */
.form-section-dark {
  padding: 50px 20px;
  background-color: var(--gisada-black);
}
.form-card-premium {
  background: var(--bg-premium-dark);
  padding: 35px 25px;
  border-radius: 4px;
  border: 1px solid #222222;
  text-align: center;
  color: var(--text-on-dark);
}
.form-card-premium h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: var(--gisada-gold-light);
  letter-spacing: 1px;
}
.form-card-premium p {
  font-size: 0.88rem;
  color: var(--text-muted-dark);
  margin-bottom: 30px;
  line-height: 1.5;
}

/* HubSpot Styles */
.hubspot-form-embed {
  margin-top: 25px;
  text-align: left;
}
.hubspot-form-embed form {
  width: 100% !important;
  max-width: 100% !important;
}
.hubspot-form-embed,
.hubspot-form-embed label,
.hubspot-form-embed span,
.hubspot-form-embed p,
.hubspot-form-embed legend,
.hubspot-form-embed .hs-form-field > label,
.hubspot-form-embed .hs-field-desc,
.hubspot-form-embed .hs-richtext,
.hubspot-form-embed .hs-richtext p {
  color: #FFFFFF !important;
  font-family: 'Optima', 'Helvetica Neue', Arial, sans-serif !important;
}
.hubspot-form-embed .hs-form-required {
  color: #FF4D4D !important;
}
.hubspot-form-embed a {
  color: var(--gisada-gold-light) !important;
  text-decoration: underline !important;
}
.hubspot-form-embed input[type="text"],
.hubspot-form-embed input[type="email"],
.hubspot-form-embed input[type="tel"],
.hubspot-form-embed select,
.hubspot-form-embed textarea {
  width: 100% !important;
  height: auto !important;
  padding: 13px 16px !important;
  background-color: #F8F9FA !important;
  border: 1px solid #CCCCCC !important;
  color: #111111 !important;
  border-radius: 4px !important;
  margin-bottom: 18px !important;
  font-size: 0.95rem !important;
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
}
.hubspot-form-embed input:focus {
  border-color: var(--gisada-gold) !important;
  background-color: #FFFFFF !important;
  outline: none !important;
  box-shadow: 0 0 8px rgba(127, 79, 57, 0.3) !important;
}
.hubspot-form-embed input[type="submit"],
.hubspot-form-embed .hs-button {
  width: 100% !important;
  background-color: var(--gisada-gold) !important;
  color: #FFFFFF !important;
  border: 1px solid var(--gisada-gold) !important;
  padding: 15px !important;
  font-weight: bold !important;
  font-size: 0.9rem !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  border-radius: 2px !important;
  cursor: pointer;
  transition: all 0.3s ease !important;
  margin-top: 10px !important;
  box-shadow: 0 4px 15px rgba(127, 79, 57, 0.3) !important;
}
.hubspot-form-embed input[type="submit"]:hover,
.hubspot-form-embed .hs-button:hover {
  background-color: var(--gisada-gold-light) !important;
  border-color: var(--gisada-gold-light) !important;
}

/* ==========================================================================
   PRODUCT DETAIL PAGE (Layout de Catálogo)
   ========================================================================== */
.product-detail-page {
  background-color: #ffffff;
  min-height: 100vh;
}
.pd-top-nav {
  padding: 25px 25px 10px 25px;
}
.pd-back-btn {
  color: var(--gisada-black);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pd-content {
  padding: 10px 30px 50px 30px;
  color: var(--gisada-black);
}
.pd-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #7b8893;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.pd-divider {
  width: 75px;
  height: 5px;
  background-color: #8c8c8c;
  margin-bottom: 25px;
}
.pd-desc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* Gráficos: Botella e Ingredientes */
.pd-visuals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.pd-bottle-box {
  width: 45%;
  display: flex;
  justify-content: center;
}
.pd-bottle-img {
  max-width: 100%;
  max-height: 250px;
  object-fit: contain;
}

/* Caja gris de Notas */
.pd-notes-box {
  background-color: #F4F4F4;
  padding: 30px 25px;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
}
.pd-badge {
  display: inline-block;
  background-color: #111111;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 10px;
  margin-bottom: 25px;
}
.pd-note-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111111;
}
.pd-note-list {
  list-style: none;
  margin-bottom: 25px;
}
.pd-note-list li {
  font-size: 0.82rem;
  color: #111111;
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
  font-weight: 500;
}
.pd-note-list li::before {
  content: '◎';
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 0.65rem;
  color: #666666;
}

@media (min-width: 501px) {
  body { padding: 40px 0; }
}