@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: "Lato", Arial, sans-serif;
  background-color: #17120E;
  background-image: radial-gradient(100% 70% at 50% -15%, rgba(192, 83, 47, 0.2), transparent 64%), radial-gradient(75% 55% at 100% 22%, rgba(174, 127, 59, 0.15), transparent 64%), radial-gradient(70% 50% at 0% 62%, rgba(192, 83, 47, 0.12), transparent 64%), radial-gradient(80% 45% at 100% 95%, rgba(174, 127, 59, 0.09), transparent 64%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #EFE4CD;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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

:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
}

::selection {
  background-color: #C0532F;
  color: #FFFFFF;
}

.visually-hidden-focusable:focus {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2000;
  padding: 0.7rem 1.2rem;
  background-color: #C9A45E;
  color: #17120E;
  font-weight: 700;
  border-radius: 6px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
[hidden] {
  display: none !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInZoom {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes latido {
  0%, 100% {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  50% {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45), 0 0 0 12px rgba(37, 211, 102, 0);
  }
}
@keyframes flotar {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.btn-whatsapp, .btn-dorado, .btn-secundario, .btn-principal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 2rem;
  min-height: 48px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .btn-whatsapp, .btn-dorado, .btn-secundario, .btn-principal {
    padding: 1.1rem 2.4rem;
    min-height: 56px;
    font-size: 1.08rem;
  }
}
.btn-whatsapp, .btn-dorado, .btn-secundario, .btn-principal {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-whatsapp:focus-visible, .btn-dorado:focus-visible, .btn-secundario:focus-visible, .btn-principal:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
  border-radius: 6px;
}
.btn-whatsapp:hover, .btn-dorado:hover, .btn-secundario:hover, .btn-principal:hover {
  transform: translateY(-2px);
}
.btn-whatsapp:active, .btn-dorado:active, .btn-secundario:active, .btn-principal:active {
  transform: translateY(0);
  transition-duration: 0.08s;
}

.btn-principal {
  background-color: #C0532F;
  color: #FFFFFF;
  border-color: #C0532F;
  box-shadow: 0 8px 22px rgba(192, 83, 47, 0.35);
}
.btn-principal:hover {
  background-color: rgb(167.4175732218, 72.3732217573, 40.9824267782);
  border-color: rgb(167.4175732218, 72.3732217573, 40.9824267782);
  color: #FFFFFF;
  box-shadow: 0 12px 28px rgba(192, 83, 47, 0.45);
}

.btn-secundario {
  background-color: transparent;
  color: #C9A45E;
  border-color: rgba(201, 164, 94, 0.45);
}
.btn-secundario:hover {
  background-color: #C9A45E;
  border-color: #C9A45E;
  color: #17120E;
  box-shadow: 0 10px 24px rgba(201, 164, 94, 0.25);
}

.btn-dorado {
  background-color: #C9A45E;
  color: #17120E;
  border-color: #C9A45E;
}
.btn-dorado:hover {
  background-color: transparent;
  color: #C9A45E;
}

.btn-whatsapp {
  background-color: #25D366;
  color: #17120E;
  border-color: #25D366;
  text-transform: none;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.28);
}
.btn-whatsapp:hover {
  background-color: #1DA851;
  border-color: #1DA851;
  color: #FFFFFF;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
}

.whatsapp-icono {
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex-shrink: 0;
}

.btn-flotante {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.1rem;
  background-color: #25D366;
  color: #17120E;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
  animation: latido 3.2s ease-in-out 2s infinite;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-flotante:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
  border-radius: 6px;
}
.btn-flotante:hover {
  background-color: #1DA851;
  color: #FFFFFF;
  transform: scale(1.05);
  animation-play-state: paused;
}
.btn-flotante .whatsapp-icono {
  width: 26px;
  height: 26px;
}
.btn-flotante .btn-flotante-texto {
  display: none;
}
@media (min-width: 768px) {
  .btn-flotante .btn-flotante-texto {
    display: inline;
  }
}
@media (min-width: 768px) {
  .btn-flotante {
    right: 2rem;
    bottom: 2rem;
    padding: 0.9rem 1.5rem;
  }
}

.link-acento {
  position: relative;
  color: #CE744E;
  font-weight: 700;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.link-acento:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
  border-radius: 6px;
}
.link-acento::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.link-acento:hover {
  color: #C9A45E;
}
.link-acento:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.page-hero {
  text-align: center;
  padding: 4rem 1rem 2rem;
}
@media (min-width: 992px) {
  .page-hero {
    padding-top: 6rem;
  }
}
.page-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-wrap: balance;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .page-hero h1 {
    background-image: linear-gradient(175deg, #EBD29B 0%, #C9A45E 52%, #AE7F3B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.page-hero h1 {
  font-size: clamp(2rem, 5vw, 4.25rem);
  margin-bottom: 1rem;
  animation: fadeIn 0.7s ease both;
}
.page-hero h1::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 1rem auto 0;
  background: linear-gradient(90deg, transparent, #C9A45E 20%, #C9A45E 80%, transparent);
}
.page-hero p {
  max-width: 62ch;
  margin: 1rem auto 0;
  color: rgba(239, 228, 205, 0.86);
  font-style: italic;
  font-size: 1.05rem;
}
@media (min-width: 1200px) {
  .page-hero p {
    font-size: 1.2rem;
  }
}
.page-hero p {
  animation: fadeIn 0.7s ease 0.15s both;
}

.badge-marca {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border: 1px solid rgba(201, 164, 94, 0.26);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(rgba(192, 83, 47, 0.18), rgba(192, 83, 47, 0.18));
  border-color: rgba(206, 116, 78, 0.5);
  color: #EDA07C;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.badge-marca::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #EDA07C;
}

.seccion-encabezado {
  text-align: center;
  margin-bottom: 4rem;
}
.seccion-encabezado h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-wrap: balance;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .seccion-encabezado h2 {
    background-image: linear-gradient(175deg, #EBD29B 0%, #C9A45E 52%, #AE7F3B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.seccion-encabezado h2 {
  font-size: clamp(1.6rem, 4vw, 3.25rem);
}
.seccion-encabezado h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 1rem auto 0;
  background: linear-gradient(90deg, transparent, #C9A45E 20%, #C9A45E 80%, transparent);
}
.seccion-encabezado p {
  max-width: 58ch;
  margin: 1rem auto 0;
  color: rgba(239, 228, 205, 0.86);
}
@media (min-width: 1200px) {
  .seccion-encabezado p {
    font-size: 1.15rem;
  }
}

.seccion {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .seccion {
    padding-inline: 2rem;
  }
}
@media (min-width: 1500px) {
  .seccion {
    padding-inline: 4rem;
    max-width: 1560px;
  }
}
.seccion {
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .seccion {
    padding-block: 6rem;
  }
}

.seccion--linea {
  border-top: 1px solid rgba(201, 164, 94, 0.26);
}

.cta-franja {
  position: relative;
  text-align: center;
  padding: 4rem 1rem;
  margin-top: 2rem;
  background: radial-gradient(120% 140% at 50% 0%, rgba(192, 83, 47, 0.16), transparent 65%), #17120E;
  border-top: 1px solid rgba(201, 164, 94, 0.26);
}
@media (min-width: 992px) {
  .cta-franja {
    padding-block: 6rem;
  }
}
.cta-franja h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-wrap: balance;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .cta-franja h2 {
    background-image: linear-gradient(175deg, #EBD29B 0%, #C9A45E 52%, #AE7F3B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.cta-franja h2 {
  font-size: clamp(1.5rem, 3.5vw, 3rem);
  margin-bottom: 0.5rem;
}
.cta-franja p {
  max-width: 50ch;
  margin: 0 auto 2rem;
  color: rgba(239, 228, 205, 0.86);
}
.cta-franja .cta-franja-botones {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cta-franja .cta-franja-botones {
    flex-direction: row;
  }
}
.cta-franja .cta-franja-nota {
  margin: 2rem auto 0;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: rgba(239, 228, 205, 0.55);
}

.icono-circulo {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
}
@media (min-width: 1200px) {
  .icono-circulo {
    width: 68px;
    height: 68px;
  }
  .icono-circulo svg {
    width: 32px;
    height: 32px;
  }
}
.icono-circulo {
  border: 1px solid rgba(201, 164, 94, 0.45);
  border-radius: 50%;
  color: #C9A45E;
  transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.icono-circulo svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.confianza {
  max-width: 62ch;
  margin-inline: auto;
  text-align: center;
  animation: fadeIn 0.7s ease 0s both;
}
@supports (animation-timeline: view()) {
  .confianza {
    animation: fadeIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
  }
}
.confianza h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-wrap: balance;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .confianza h2 {
    background-image: linear-gradient(175deg, #EBD29B 0%, #C9A45E 52%, #AE7F3B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.confianza h2 {
  font-size: clamp(1.7rem, 4vw, 3rem);
  margin: 1rem 0 2rem;
}
.confianza .confianza-texto {
  color: rgba(239, 228, 205, 0.86);
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .confianza .confianza-texto {
    font-size: 1.15rem;
  }
}

.nav-acciones {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-carrito {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(201, 164, 94, 0.45);
  border-radius: 6px;
  background-color: transparent;
  color: #C9A45E;
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-carrito:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
  border-radius: 6px;
}
.btn-carrito svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn-carrito:hover {
  border-color: #C9A45E;
  background-color: rgba(201, 164, 94, 0.08);
  transform: translateY(-1px);
}

.btn-carrito-badge {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background-color: #C0532F;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  animation: aparecerBadge 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes aparecerBadge {
  from {
    transform: scale(0);
  }
  60% {
    transform: scale(1.25);
  }
  to {
    transform: scale(1);
  }
}
.variedad {
  display: block;
  cursor: pointer;
}
.variedad input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.variedad input:checked + span {
  border-color: #CE744E;
  background-color: rgba(192, 83, 47, 0.22);
  color: #E08A5C;
  font-weight: 700;
}
.variedad input:focus-visible + span {
  outline: 2px solid #C9A45E;
  outline-offset: 2px;
}

.btn-agregar {
  width: 100%;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(201, 164, 94, 0.45);
  border-radius: 6px;
  background-color: transparent;
  color: #C9A45E;
  font-family: "Lato", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-agregar:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
  border-radius: 6px;
}
.btn-agregar:hover {
  background-color: #C0532F;
  border-color: #C0532F;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.btn-agregar:active {
  transform: translateY(0);
}
.btn-agregar.es-agregado {
  background-color: #25D366;
  border-color: #25D366;
  color: #17120E;
}

.carrito-panel {
  --bs-offcanvas-width: min(90vw, 400px);
}
.carrito-panel::before {
  display: none;
}
.carrito-panel .carrito-titulo {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-wrap: balance;
  font-size: 1.4rem;
}
.carrito-panel .offcanvas-body {
  display: flex;
  flex-direction: column;
}

.carrito-vacio {
  margin: auto 0;
  padding: 4rem 0.5rem;
  text-align: center;
  color: rgba(239, 228, 205, 0.86);
  line-height: 1.8;
}

.carrito-lista {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.carrito-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(201, 164, 94, 0.26);
  animation: fadeIn 0.3s ease both;
}

.carrito-item-info {
  min-width: 0;
}

.carrito-item-nombre {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.carrito-item-variedad {
  color: rgba(239, 228, 205, 0.6);
  font-size: 0.85rem;
  font-style: italic;
}

.carrito-item-precio {
  margin-top: 0.2rem;
  color: #E08A5C;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.carrito-cantidad {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  flex-shrink: 0;
  border: 1px solid rgba(201, 164, 94, 0.26);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.25);
}
.carrito-cantidad button {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #C9A45E;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.carrito-cantidad button:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
  border-radius: 6px;
}
.carrito-cantidad button:hover {
  background-color: rgba(192, 83, 47, 0.3);
  color: #E08A5C;
}
.carrito-cantidad span {
  min-width: 22px;
  text-align: center;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.carrito-pie {
  margin-top: auto;
  padding-top: 2rem;
}

.carrito-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(201, 164, 94, 0.45);
}
.carrito-total span {
  font-family: "Playfair Display", Georgia, serif;
  color: #EFE4CD;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.carrito-total strong {
  font-family: "Playfair Display", Georgia, serif;
  color: #E08A5C;
  font-size: 1.9rem;
  line-height: 1;
}

.carrito-envio {
  margin-bottom: 1rem;
}

.carrito-envio-texto {
  margin-bottom: 0.45rem;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.4;
  color: #EDA07C;
}

.carrito-envio-barra {
  height: 6px;
  border-radius: 999px;
  background-color: rgba(239, 228, 205, 0.12);
  overflow: hidden;
}
.carrito-envio-barra span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #C0532F, #EDA07C);
  transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.carrito-envio.es-logrado .carrito-envio-texto {
  color: #7EE2A8;
}
.carrito-envio.es-logrado .carrito-envio-barra span {
  background: linear-gradient(90deg, #1DA851, #25D366);
}

.carrito-enviar {
  width: 100%;
}

/* ------------------------------------------------------------
   VACIAR TODO
   Antes era un link chiquito subrayado y casi nadie lo veia: para
   dejar el pedido en cero habia que ir restando de a uno. Ahora es
   un boton con tacho, con area de toque de 44px, y el primer clic
   pregunta antes de borrar (clase .es-confirmando).
   ------------------------------------------------------------ */
.carrito-vaciar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 44px;
  margin-top: 0.5rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(206, 116, 78, 0.35);
  border-radius: 999px;
  background: transparent;
  color: rgba(239, 228, 205, 0.72);
  font-family: "Lato", Arial, sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.carrito-vaciar:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
  border-radius: 6px;
}
.carrito-vaciar:hover, .carrito-vaciar:focus-visible {
  border-color: #CE744E;
  background: rgba(192, 83, 47, 0.12);
  color: #CE744E;
}
.carrito-vaciar.es-confirmando {
  border-color: #C0532F;
  background: rgba(192, 83, 47, 0.22);
  color: #EDA07C;
  font-weight: 600;
}

.carrito-vaciar-icono {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: currentColor;
}

.carrito-nota {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.6;
  color: rgba(239, 228, 205, 0.45);
}

.agregado-aviso {
  margin-top: 0.5rem;
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  background-color: rgba(37, 211, 102, 0.14);
  color: #7EE2A8;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.4;
  animation: fadeIn 0.25s ease both;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: rgba(23, 18, 14, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 164, 94, 0.26);
}

.navbar {
  padding-block: 0.5rem;
}
.navbar > .container-fluid {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .navbar > .container-fluid {
    padding-inline: 2rem;
  }
}
@media (min-width: 1500px) {
  .navbar > .container-fluid {
    padding-inline: 4rem;
    max-width: 1560px;
  }
}
.navbar > .container-fluid {
  gap: 1rem;
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar .navbar-brand:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
  border-radius: 6px;
}
.navbar .navbar-brand img {
  height: 58px;
  width: auto;
}
@media (min-width: 768px) {
  .navbar .navbar-brand img {
    height: 62px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand img {
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-brand img {
    height: 72px;
  }
}
@media (min-width: 1500px) {
  .navbar .navbar-brand img {
    height: 82px;
  }
}
.navbar .navbar-brand:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
.navbar .navbar-toggler {
  border: 1px solid rgba(201, 164, 94, 0.45);
  border-radius: 6px;
  padding: 0.45rem 0.65rem;
  transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar .navbar-toggler:hover {
  border-color: #C9A45E;
  background-color: rgba(201, 164, 94, 0.08);
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(72%) sepia(31%) saturate(618%) hue-rotate(1deg) brightness(93%) contrast(88%);
}

.nav-desktop {
  flex-direction: row;
  align-items: center;
  gap: 1.4rem;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .nav-desktop {
    gap: 2rem;
  }
}
.nav-desktop .nav-link {
  position: relative;
  font-family: "Playfair Display", Georgia, serif;
  color: #EFE4CD;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  padding: 0.35rem 0;
}
@media (min-width: 1200px) {
  .nav-desktop .nav-link {
    font-size: 1.2rem;
  }
}
@media (min-width: 1500px) {
  .nav-desktop .nav-link {
    font-size: 1.3rem;
  }
}
.nav-desktop .nav-link {
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-desktop .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #C9A45E;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-desktop .nav-link:hover, .nav-desktop .nav-link:focus-visible {
  color: #C9A45E;
}
.nav-desktop .nav-link:hover::after, .nav-desktop .nav-link:focus-visible::after {
  transform: scaleX(1);
}
.nav-desktop .nav-link.active {
  color: #C9A45E;
}
.nav-desktop .nav-link.active::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1rem;
  padding: 0.7rem 1.4rem;
  background-color: #C0532F;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  border-radius: 999px;
  white-space: nowrap;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-cta:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
  border-radius: 6px;
}
.nav-cta:hover {
  background-color: #CE744E;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(192, 83, 47, 0.35);
}
.nav-cta .whatsapp-icono {
  width: 20px;
  height: 20px;
}
@media (min-width: 1500px) {
  .nav-cta {
    padding: 0.85rem 1.7rem;
    font-size: 1.05rem;
  }
}

.offcanvas {
  --bs-offcanvas-width: min(86vw, 340px);
  background-color: #17120E;
  color: #EFE4CD;
  border-left: 1px solid rgba(201, 164, 94, 0.45);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.6);
}
.offcanvas::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(180deg, rgba(23, 18, 14, 0.93) 0%, rgba(23, 18, 14, 0.91) 45%, rgba(23, 18, 14, 0.96) 100%), url("../images/ravioles.webp");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.offcanvas > * {
  position: relative;
  z-index: 1;
}
.offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(201, 164, 94, 0.26);
  padding: 1rem;
}
.offcanvas .offcanvas-title img {
  height: 44px;
  width: auto;
}
.offcanvas .btn-close {
  filter: invert(72%) sepia(31%) saturate(618%) hue-rotate(1deg) brightness(93%) contrast(88%);
  opacity: 0.9;
}
.offcanvas .btn-close:focus {
  box-shadow: none;
}
.offcanvas .offcanvas-body {
  padding: 2rem 1rem;
}
.offcanvas .nav-item {
  border-bottom: 1px solid rgba(201, 164, 94, 0.12);
}
.offcanvas .nav-link {
  font-family: "Playfair Display", Georgia, serif;
  color: #EFE4CD;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  padding: 0.9rem 0.25rem;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1), padding-left 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.offcanvas .nav-link:hover, .offcanvas .nav-link:focus-visible {
  color: #C9A45E;
  padding-left: 0.75rem;
}
.offcanvas .nav-link.active {
  color: #C9A45E;
}
.offcanvas .nav-link.active::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.6rem;
  border-radius: 50%;
  background-color: #C0532F;
  vertical-align: middle;
}
.offcanvas .offcanvas-cta {
  margin-top: 2rem;
  width: 100%;
}
.offcanvas .offcanvas-nota {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: rgba(239, 228, 205, 0.5);
}

.footer {
  flex-shrink: 0;
  background-color: #17120E;
  border-top: 1px solid rgba(201, 164, 94, 0.26);
  padding-block: 4rem 1rem;
  padding-bottom: calc(1rem + 60px);
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 1rem;
  }
}

.footer-contenido {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .footer-contenido {
    padding-inline: 2rem;
  }
}
@media (min-width: 1500px) {
  .footer-contenido {
    padding-inline: 4rem;
    max-width: 1560px;
  }
}
.footer-contenido {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-contenido {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2rem;
    text-align: left;
  }
}

.footer-marca .footer-marca-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer-marca .footer-marca-logo {
    flex-direction: row;
    align-items: center;
  }
}
.footer-marca .footer-marca-logo img {
  width: 72px;
  height: 72px;
}
.footer-marca .footer-marca-nombre {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  font-size: 1.15rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.3;
}
.footer-marca .footer-marca-nombre span {
  display: block;
  color: #D98457;
  font-size: 1.45rem;
  letter-spacing: 0.22em;
}
.footer-marca p {
  max-width: 34ch;
  margin-inline: auto;
  color: rgba(239, 228, 205, 0.86);
  font-size: 0.92rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .footer-marca p {
    margin-inline: 0;
  }
}

.footer-columna h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-wrap: balance;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-columna ul {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-columna ul {
    align-items: flex-start;
  }
}
.footer-columna li {
  color: rgba(239, 228, 205, 0.86);
  font-size: 0.92rem;
}
.footer-columna a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(239, 228, 205, 0.86);
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer-columna a:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
  border-radius: 6px;
}
.footer-columna a:hover {
  color: #C9A45E;
  transform: translateX(2px);
}
.footer-columna a svg:not(.whatsapp-icono) {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-columna a .whatsapp-icono {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.footer-columna li > svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: none;
  stroke: #C9A45E;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-columna li:has(> svg) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-copy {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .footer-copy {
    padding-inline: 2rem;
  }
}
@media (min-width: 1500px) {
  .footer-copy {
    padding-inline: 4rem;
    max-width: 1560px;
  }
}
.footer-copy {
  border-top: 1px solid rgba(201, 164, 94, 0.12);
  margin-top: 4rem;
  padding-top: 1rem;
  text-align: center;
}
.footer-copy p {
  color: rgba(239, 228, 205, 0.45);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 88svh;
  padding: 6rem 1rem 4rem;
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 768px) {
  .hero {
    align-items: center;
    grid-template-columns: minmax(2rem, 1fr) minmax(0, calc(1560px * 0.5)) minmax(0, calc(1560px * 0.5)) minmax(2rem, 1fr);
    padding-block: 6rem;
    padding-inline: 0;
    min-height: min(90svh, 800px);
  }
}
@media (min-width: 1500px) {
  .hero {
    grid-template-columns: minmax(4rem, 1fr) minmax(0, calc(1560px * 0.5)) minmax(0, calc(1560px * 0.5)) minmax(4rem, 1fr);
    min-height: min(92svh, 900px);
  }
}

.hero-foto {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .hero-foto {
    left: auto;
    width: 45%;
  }
}
@media (min-width: 992px) {
  .hero-foto {
    width: 50%;
  }
}
.hero-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 40%;
}
@media (min-width: 768px) {
  .hero-foto img {
    object-position: 50% 50%;
  }
}
.hero-foto::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 18, 14, 0.3) 0%, rgba(23, 18, 14, 0.7) 36%, rgba(23, 18, 14, 0.93) 66%, #17120E 100%);
}
@media (min-width: 768px) {
  .hero-foto::after {
    background: linear-gradient(90deg, #17120E 0%, rgba(23, 18, 14, 0.72) 14%, rgba(23, 18, 14, 0.28) 38%, rgba(23, 18, 14, 0) 64%, rgba(23, 18, 14, 0.12) 100%);
  }
}

.hero-contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-contenido {
    grid-column: 2;
    align-items: flex-start;
    text-align: left;
    max-width: 34rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .hero-contenido {
    max-width: 40rem;
  }
}
@media (min-width: 1500px) {
  .hero-contenido {
    max-width: 44rem;
  }
}
.hero-contenido .badge-marca {
  animation: fadeIn 0.7s ease both;
}
.hero-contenido h1 {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-wrap: balance;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .hero-contenido h1 {
    background-image: linear-gradient(175deg, #EBD29B 0%, #C9A45E 52%, #AE7F3B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.hero-contenido h1 {
  font-size: clamp(2.2rem, 6vw, 5rem);
  margin: 1rem 0 0.5rem;
  animation: fadeIn 0.8s ease 0.1s both;
}
.hero-contenido .hero-subtitulo {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  color: #D98457;
  font-size: clamp(1.2rem, 3vw, 2.1rem);
  line-height: 1.3;
  margin-bottom: 1rem;
  animation: fadeIn 0.8s ease 0.25s both;
}
.hero-contenido .hero-bajada {
  max-width: 44ch;
  color: rgba(239, 228, 205, 0.86);
  font-size: 1.05rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .hero-contenido .hero-bajada {
    font-size: 1.15rem;
  }
}
.hero-contenido .hero-bajada {
  animation: fadeIn 0.8s ease 0.4s both;
}
.hero-contenido .hero-envio {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 2rem;
  padding: 0.55rem 1.1rem;
  border: 1px solid rgba(37, 211, 102, 0.45);
  border-radius: 999px;
  background-color: rgba(37, 211, 102, 0.12);
  color: #7EE2A8;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  animation: fadeIn 0.8s ease 0.5s both;
}
.hero-contenido .hero-envio svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-contenido .hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
  max-width: 340px;
  animation: fadeIn 0.8s ease 0.55s both;
}
@media (min-width: 768px) {
  .hero-contenido .hero-buttons {
    flex-direction: row;
    align-items: center;
    width: auto;
    max-width: none;
  }
}
.hero-contenido .hero-datos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  margin-top: 2rem;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: rgba(239, 228, 205, 0.65);
  animation: fadeIn 0.8s ease 0.7s both;
}
@media (min-width: 768px) {
  .hero-contenido .hero-datos {
    justify-content: flex-start;
  }
}
.hero-contenido .hero-datos li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.hero-contenido .hero-datos li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #C9A45E;
}

.valores {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .valores {
    padding-inline: 2rem;
  }
}
@media (min-width: 1500px) {
  .valores {
    padding-inline: 4rem;
    max-width: 1560px;
  }
}
.valores {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-block: 4rem;
  border-top: 1px solid rgba(201, 164, 94, 0.26);
}
@media (min-width: 768px) {
  .valores {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.valor {
  text-align: center;
  padding: 2rem 1rem;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  animation: fadeIn 0.7s ease 0s both;
}
@supports (animation-timeline: view()) {
  .valor {
    animation: fadeIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
  }
}
.valor:hover {
  border-color: rgba(201, 164, 94, 0.26);
  background-color: rgba(201, 164, 94, 0.04);
  transform: translateY(-4px);
}
.valor:hover .icono-circulo {
  border-color: #C9A45E;
  background-color: rgba(201, 164, 94, 0.08);
  transform: scale(1.06);
}
.valor h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-wrap: balance;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  letter-spacing: 0.08em;
}
@media (min-width: 1200px) {
  .valor h2 {
    font-size: 1.45rem;
  }
}
.valor p {
  color: rgba(239, 228, 205, 0.86);
  font-size: 0.95rem;
  font-style: italic;
}
@media (min-width: 1200px) {
  .valor p {
    font-size: 1.05rem;
  }
}

.pasos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  counter-reset: paso;
}
@media (min-width: 768px) {
  .pasos {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}

.paso {
  position: relative;
  text-align: center;
  padding: 0 0.5rem;
  animation: fadeIn 0.7s ease 0s both;
}
@supports (animation-timeline: view()) {
  .paso {
    animation: fadeIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
  }
}
.paso::before {
  counter-increment: paso;
  content: counter(paso);
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  border: 1px solid rgba(201, 164, 94, 0.45);
  border-radius: 50%;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
  color: #C9A45E;
  background-color: rgba(201, 164, 94, 0.06);
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .paso:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 26px;
    left: calc(50% + 40px);
    width: calc(100% - 80px + 4rem);
    border-top: 1px dashed rgba(201, 164, 94, 0.25);
  }
}
.paso:hover::before {
  background-color: rgba(192, 83, 47, 0.15);
  border-color: #CE744E;
  color: #CE744E;
  transform: translateY(-3px);
}
.paso h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-wrap: balance;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}
.paso p {
  max-width: 32ch;
  margin-inline: auto;
  color: rgba(239, 228, 205, 0.86);
  font-size: 0.95rem;
}

.adelanto-pie {
  text-align: center;
  margin-top: 4rem;
}

.productos-grid {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .productos-grid {
    padding-inline: 2rem;
  }
}
@media (min-width: 1500px) {
  .productos-grid {
    padding-inline: 4rem;
    max-width: 1560px;
  }
}
.productos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .productos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .productos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .productos-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1500px) {
  .productos-grid {
    max-width: 1560px;
    gap: 4rem;
  }
}

.productos-grid--adelanto {
  padding-bottom: 0;
  max-width: none;
  padding-inline: 0;
}
@media (min-width: 992px) {
  .productos-grid--adelanto {
    grid-template-columns: repeat(4, 1fr);
  }
}

.producto-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #241A13;
  border: 1px solid rgba(201, 164, 94, 0.26);
  border-radius: 14px;
  transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  animation: fadeIn 0.7s ease 0s both;
}
@supports (animation-timeline: view()) {
  .producto-card {
    animation: fadeIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
  }
}
.producto-card:hover {
  border-color: rgba(201, 164, 94, 0.45);
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}
.producto-card:hover .producto-img {
  transform: scale(1.06);
}
.producto-card:hover :is(h2, h3)::after {
  width: 48px;
}
.producto-card :is(h2, h3) {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-wrap: balance;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1200px) {
  .producto-card :is(h2, h3) {
    font-size: 1.55rem;
  }
}
.producto-card :is(h2, h3) {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.producto-card :is(h2, h3)::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 0.55rem auto 0;
  background-color: #C0532F;
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.producto-marco {
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.25);
}

.producto-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.producto-cuerpo {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .producto-cuerpo {
    padding: 2rem 1rem;
  }
}

.producto-formato {
  color: rgba(239, 228, 205, 0.55);
  font-size: 0.85rem;
  font-style: italic;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}

.producto-precios {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  gap: 0.35rem 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(201, 164, 94, 0.26);
}
.producto-precios li {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.producto-precio {
  font-family: "Playfair Display", Georgia, serif;
  color: #E08A5C;
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .producto-precio {
    font-size: 1.9rem;
  }
}
.producto-precio {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.producto-precio-detalle {
  color: rgba(239, 228, 205, 0.5);
  font-size: 0.8rem;
  font-style: italic;
}

.producto-variedades {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}
.producto-variedades span {
  display: block;
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(201, 164, 94, 0.26);
  border-radius: 999px;
  color: rgba(239, 228, 205, 0.86);
  font-size: 0.82rem;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .producto-variedades span {
    font-size: 0.9rem;
    padding: 0.4rem 0.95rem;
  }
}
.producto-variedades span {
  transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.producto-variedades li:hover span {
  border-color: rgba(201, 164, 94, 0.45);
  background-color: rgba(201, 164, 94, 0.08);
  color: #C9A45E;
}

.productos-nota {
  width: 100%;
  max-width: 70ch;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .productos-nota {
    padding-inline: 2rem;
  }
}
@media (min-width: 1500px) {
  .productos-nota {
    padding-inline: 4rem;
  }
}
.productos-nota {
  text-align: center;
  padding-bottom: 2rem;
  color: rgba(239, 228, 205, 0.6);
  font-size: 0.9rem;
  font-style: italic;
}

.nosotros-bloque {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .nosotros-bloque {
    padding-inline: 2rem;
  }
}
@media (min-width: 1500px) {
  .nosotros-bloque {
    padding-inline: 4rem;
    max-width: 1560px;
  }
}
.nosotros-bloque {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "imagen" "texto";
  gap: 2rem;
  padding-block: 4rem;
  border-bottom: 1px solid rgba(201, 164, 94, 0.26);
  animation: fadeIn 0.7s ease 0s both;
}
@supports (animation-timeline: view()) {
  .nosotros-bloque {
    animation: fadeIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
  }
}
.nosotros-bloque:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .nosotros-bloque {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "imagen texto";
    align-items: center;
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .nosotros-bloque--invertido {
    grid-template-areas: "texto imagen";
  }
}

.nosotros-img {
  grid-area: imagen;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(201, 164, 94, 0.26);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}
.nosotros-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .nosotros-img img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .nosotros-img img {
    height: 360px;
  }
}
.nosotros-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 55%, rgba(23, 18, 14, 0.55));
  pointer-events: none;
}
.nosotros-img:hover img {
  transform: scale(1.06);
}

.nosotros-txt {
  grid-area: texto;
  text-align: center;
}
@media (min-width: 768px) {
  .nosotros-txt {
    text-align: left;
  }
}
.nosotros-txt h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-wrap: balance;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .nosotros-txt h2 {
    background-image: linear-gradient(175deg, #EBD29B 0%, #C9A45E 52%, #AE7F3B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.nosotros-txt h2 {
  font-size: clamp(1.4rem, 3.5vw, 2.15rem);
  margin-bottom: 1rem;
}
.nosotros-txt h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  margin: 1rem auto 0;
  background-color: #C0532F;
}
@media (min-width: 768px) {
  .nosotros-txt h2::after {
    margin-inline: 0;
  }
}
.nosotros-txt p {
  max-width: 58ch;
  margin-inline: auto;
  color: rgba(239, 228, 205, 0.86);
  line-height: 1.75;
  font-size: 1.02rem;
}
@media (min-width: 768px) {
  .nosotros-txt p {
    margin-inline: 0;
    font-size: 1.08rem;
  }
}

.nosotros-img--bajo img {
  object-position: center 68%;
}

.faq-contenido {
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .faq-contenido {
    padding-inline: 2rem;
  }
}
@media (min-width: 1500px) {
  .faq-contenido {
    padding-inline: 4rem;
  }
}
.faq-contenido {
  padding-bottom: 4rem;
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-color: #EFE4CD;
  --bs-accordion-border-color: rgba(201, 164, 94, 0.26);
  --bs-accordion-border-radius: 14px;
  --bs-accordion-inner-border-radius: 14px;
  --bs-accordion-btn-color: #C9A45E;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: rgba(201, 164, 94, 0.07);
  --bs-accordion-active-color: #C9A45E;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-padding-y: 1.15rem;
}

.accordion-item {
  margin-bottom: 1rem;
  border: 1px solid rgba(201, 164, 94, 0.26);
  border-radius: 14px;
  overflow: hidden;
  background-color: #241A13;
  transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  animation: fadeIn 0.7s ease 0s both;
}
@supports (animation-timeline: view()) {
  .accordion-item {
    animation: fadeIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
  }
}
.accordion-item:hover {
  border-color: rgba(201, 164, 94, 0.45);
}

.accordion-button {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
  gap: 0.5rem;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button::after {
  filter: invert(72%) sepia(31%) saturate(618%) hue-rotate(1deg) brightness(93%) contrast(88%);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.accordion-button:focus-visible {
  outline: 2px solid #C9A45E;
  outline-offset: 3px;
  border-radius: 6px;
}

.accordion-body {
  color: rgba(239, 228, 205, 0.86);
  line-height: 1.75;
  font-size: 0.98rem;
  border-top: 1px solid rgba(201, 164, 94, 0.26);
  padding-top: 1rem;
}

.faq-dato {
  color: #CE744E;
  font-weight: 700;
}

.contacto-contenido {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .contacto-contenido {
    padding-inline: 2rem;
  }
}
@media (min-width: 1500px) {
  .contacto-contenido {
    padding-inline: 4rem;
  }
}
.contacto-contenido {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .contacto-contenido {
    grid-template-columns: 1.15fr 1fr;
    align-items: start;
  }
}

.contacto-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
  background-color: #241A13;
  border: 1px solid rgba(201, 164, 94, 0.26);
  border-radius: 14px;
  animation: fadeIn 0.7s ease 0s both;
}
@supports (animation-timeline: view()) {
  .contacto-form {
    animation: fadeIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
  }
}
@media (min-width: 768px) {
  .contacto-form {
    padding: 2rem;
  }
}
.contacto-form button {
  margin-top: 0.5rem;
  width: 100%;
}

.form-grupo {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.form-grupo label {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.form-grupo input,
.form-grupo select,
.form-grupo textarea {
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(201, 164, 94, 0.26);
  color: #EFE4CD;
  padding: 0.8rem 1rem;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1rem;
  border-radius: 6px;
  transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.form-grupo input:hover,
.form-grupo select:hover,
.form-grupo textarea:hover {
  border-color: rgba(201, 164, 94, 0.45);
}
.form-grupo input:focus,
.form-grupo select:focus,
.form-grupo textarea:focus {
  outline: none;
  border-color: #C9A45E;
  background-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 3px rgba(201, 164, 94, 0.18);
}
.form-grupo input::placeholder,
.form-grupo select::placeholder,
.form-grupo textarea::placeholder {
  color: rgba(239, 228, 205, 0.35);
}
.form-grupo select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C9A45E'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 14px;
  padding-right: 2.5rem;
}
.form-grupo select option {
  background-color: #17120E;
  color: #EFE4CD;
}
.form-grupo textarea {
  resize: vertical;
  min-height: 120px;
}

.campo-opcional {
  color: rgba(239, 228, 205, 0.45);
  font-family: "Lato", Arial, sans-serif;
  font-size: 0.82rem;
  font-style: italic;
  letter-spacing: 0;
}

.contacto-datos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: fadeIn 0.7s ease 0.15s both;
}
@supports (animation-timeline: view()) {
  .contacto-datos {
    animation: fadeIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
  }
}

.contacto-datos-bloque {
  padding: 2rem 1rem;
  background-color: #241A13;
  border: 1px solid rgba(201, 164, 94, 0.26);
  border-radius: 14px;
  text-align: center;
  transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.contacto-datos-bloque:hover {
  border-color: rgba(201, 164, 94, 0.45);
}
.contacto-datos-bloque h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: #C9A45E;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-wrap: balance;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.contacto-datos-bloque p {
  color: rgba(239, 228, 205, 0.86);
  font-size: 0.95rem;
  line-height: 1.7;
}
.contacto-datos-bloque .btn-whatsapp {
  margin-top: 1rem;
  width: 100%;
}

.contacto-datos-bloque--destacado {
  border-color: rgba(192, 83, 47, 0.4);
  background: radial-gradient(120% 100% at 50% 0%, rgba(192, 83, 47, 0.12), transparent 70%), #241A13;
}
.contacto-datos-bloque--destacado:hover {
  border-color: #C0532F;
}

.contacto-lista {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
  text-align: left;
}
.contacto-lista li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(239, 228, 205, 0.86);
  font-size: 0.95rem;
}
.contacto-lista li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none;
  stroke: #C9A45E;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-aviso {
  margin-top: 1rem;
  padding: 0.7rem 0.9rem;
  border-radius: 6px;
  background-color: rgba(37, 211, 102, 0.14);
  color: #7EE2A8;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  animation: fadeIn 0.25s ease both;
}

/* ------------------------------------------------------------
   MAPA — "Donde estamos"
   El iframe de Google viene con fondo claro y bordes duros, asi que
   lo metemos en un marco con el borde dorado de la marca y lo
   bajamos un poco de brillo para que no le pegue un flash al que
   navega de noche. Al pasar el mouse vuelve a su color real.
   ------------------------------------------------------------ */
.mapa {
  padding-top: 0;
}

.mapa-marco {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 94, 0.26);
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  aspect-ratio: 16/11;
}
@media (min-width: 768px) {
  .mapa-marco {
    max-width: 560px;
    margin-inline: auto;
    aspect-ratio: 4/3;
  }
}
.mapa-marco iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.85) brightness(0.92);
  transition: filter 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.mapa-marco:hover iframe, .mapa-marco:focus-within iframe {
  filter: none;
}

.mapa-pie {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  text-align: center;
}

.mapa-coords {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: rgba(239, 228, 205, 0.5);
}

/*# sourceMappingURL=styles.css.map */
