/* ==========================
   RESET Y BASE: Variables globales y estilos normalizados
   ========================== */
:root {
  font-size: 100%;
  font-family: system-ui, sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: #000000;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  display: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

img,
picture,
video,
iframe,
figure,
canvas {
  max-width: 100%;
  display: block;
  width: 100%;
  height: initial;
  object-fit: cover;
  object-position: center center;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  font: inherit;
}

p a {
  display: inline;
}

li,
menu,
summary {
  list-style-type: none;
}

ol {
  counter-reset: revert;
}

h1, h2, h3, h4, h5, h6,
p, span, a, strong, blockquote,
i, b, u, em, pre, code, mark, del {
  font: inherit;
  line-height: 1em;
  text-decoration: none;
  color: inherit;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

mark {
  background-color: transparent;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

form,
input,
textarea,
select,
button,
label {
  font: inherit;
  hyphens: auto;
  background-color: transparent;
  color: inherit;
  display: block;
  appearance: none;
}

fieldset {
  border: none;
}

::placeholder {
  color: unset;
}

button,
label {
  cursor: pointer;
}

table,
tr,
td,
th,
tbody,
thead,
tfoot {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}

svg {
  width: 100%;
  height: initial;
  display: block;
  fill: currentColor;
}

/* =========================
   TIPOGRAFÍA Y FUENTES
   ========================= */
body {
  min-height: 100vh;
  line-height: 1.5em;
  color: inherit;
  hyphens: auto;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

/* =======================================================
 * index.css
 * Interacciones:
 *   - Navegación fija en Header
 *   - Hero con video de fondo y call-to-action animado
 *   - Galería de productos con hover y botón agregar
 *   - Accordion FAQ (mostrar/ocultar respuestas)
 *   - Carrusel Story (galería con transición)
 *   - Sección About Us con hover en bloques
 * Datos:
 *   - Contenedores principales: Header, Intro, Shop, FAQ, Story, About Us
 *   - Elementos interactivos: botones, links, acordeón FAQ, hover de productos, carrusel
 *   - Estados visuales: hover, transform, transition, opacity, show/hide
 * Estructura:
 *   - HEADER:
 *       * Navegación fija
 *   - INTRO:
 *       * Sección Hero
 *       * Video de fondo
 *       * Contenido central (logo, texto, CTA)
 *   - SHOP:
 *       * Grid responsivo de productos
 *       * Artículo con imagen, título, precio y botón
 *       * Hover sobre imagen y botón
 *   - FAQ:
 *       * Contenedor de preguntas
 *       * Accordion: mostrar/ocultar respuesta
 *   - STORY:
 *       * Carrusel de galería
 *       * Contenedor y wrapper para scroll horizontal
 *   - ABOUT US:
 *       * Contenedor principal
 *       * Bloques de historia con hover
 *       * Subtítulos y taglines
 * Funciones / CSS especiales:
 *   - Uso de flex y grid para layouts complejos
 *   - Transiciones y transform para hover y animaciones
 *   - Media queries para responsivo
 *   - clamp() para tamaños adaptativos
 * =======================================================
 */


/* ==========================
   FUENTES PERSONALIZADAS: Tipografías importadas
   ========================== */

.barriecito-regular {
  font-family: "Barriecito", system-ui;
  font-weight: 400;
  font-style: normal;
}

/* ==========================
   HEADER: Navegación fija
   ========================== */
.Header {
  padding: 0 !important;
  position: fixed !important;
}

/* ==========================
   INTRO: Sección Hero con video de fondo
   ========================== */
.Intro {
  position: relative;
  height: 100vh;
}

/* Video de fondo del hero */
.Intro-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Intro-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contenido superpuesto sobre el video */
.Intro-article {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 1s ease;
}

/* Contenedor centralizado del contenido */
.Intro-article--wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

/* Párrafo descriptivo del hero */
.Intro-p {
  line-height: 1.7;
  letter-spacing: .8rem;
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  color: #fcbd1b;
}

/* Logo del hero */
.Intro-logo {
  width: min(35rem, 80vw);
}

/* Span destacado del hero */
.Intro-span {
  font-size: 2rem;
  font-weight: 700;
}

/* Texto en negrita fuerte */
.b {
  font-weight: 800;
  letter-spacing: .2rem;
}

/* Botón call-to-action del hero */
.Intro-button {
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  transform: translateY(100%);
  transition: all .4s ease;
  background-color: #ffdb49aa;
  border-radius: 35px;
  color: rgb(0, 0, 0);
}

/* ==========================
   SHOP: Galería de productos
   ========================== */
.Shop {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: black;
}

/* Título de la sección Shop */
.Shop-title {
  color: #fcbd1b;
  font-size: 3rem;
}

/* Grid responsive de productos */
.Shop-grid {
  width: 80%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.625rem, 1fr));
  gap: 1rem;
  margin: auto;
  padding: 4rem 2rem;
}

/* Artículo individual de producto */
.Shop-article {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}

/* Contenedor de imagen del producto */
.Shop-image {
  position: relative;
  border-radius: .75rem;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15),
    inset 0 -2px 4px rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

/* Imagen del producto con efecto hover */
.Shop-image--img {

  transition: all .3s ease;
}

@media (max-width: 768px) {
  .Shop-grid {
    grid-template-columns: 1fr;
    width: 70%;
  }

}

/* Título del producto */
.Shop-h2 {
  font-size: 1.3rem;
  letter-spacing: .1rem;
  padding: 0 0 0 .5rem;
  color: white;
}

.Shop-h2:hover {
  color: #fcbd1b;
  scale: 1.05;
}

/* Precio del producto */
.Shop-price {
  padding: 0 0 0 .5rem;
  width: 4.5rem;
  font-size: 1.3rem;
  padding: .3rem;
  background-color: #fcbd1b;
}

/* Contenedor del botón agregar */
.Shop-button {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: end;
}

.Shop-button--button {
  background-color: black;
  color: #fcbd1b;
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
  font-size: 3rem;
  transition: all .3s ease;
}

.Shop-button--button:hover {
  background-color: #fcbd1b;
  color: #000000;
  transform: scale(1.15);
}

.Shop-image--img:hover {
  transform: translateY(-5vh);
  scale: 3;
}

/* =========================
   FAQ (Preguntas Frecuentes)
   ========================= */
.Faq {
  width: 100%;
  background-color: black;
  margin: 3rem 0 0 0;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
}

@media (max-width: 500px) {
  .Faq {
    margin: 10rem 0 0 0;
  }
}

/* Título de la sección FAQ */
.Faq-h2 {
  font-size: clamp(1.5rem, 2rem, 2.5rem);
  color: #fcbd1b;
  font-weight: 600;
}

/* Contenedor de las preguntas */
.Faq-questions {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  background-color: #fcbd1b;
  padding: 2rem;
}

/* Pregunta individual del accordion */
.Faq-question {
  display: flex;
  flex-flow: column nowrap;
  gap: .5rem;
  overflow: hidden;
  color: black;
}

/* Título de la pregunta (clickeable) */
.Faq-question--title {
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
}

/* Respuesta de la pregunta (animada) */
.Faq-question--answer {
  line-height: 2;
  max-height: 0;
  opacity: 0;
  transition: all .5s ease;
  color: black;
}

/* Respuesta mostrada del accordion */
.Faq-question--answer.show {
  max-height: fit-content;
  opacity: 1;
}

/* ==========================
   STORY: Carrusel de galería
   ========================== */
.Story {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* Carrousel con sombra de galería */
.Story-Carrousel {
  min-width: 70vh;
  width: 100%;
  box-shadow: 0 0 5rem rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
}

/* Contenedor con transición del carrousel */
.Carrousel-wrapper {
  display: grid;
  transition: all .5s ease;
}

@media (max-width: 1200px) {
  .Story {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .Story-Carrousel {
    min-width: auto;
    border: 0;
  }
}

/* ==========================
   ABOUT US: Sección sobre nosotros
   ========================== */
.Story-About-us {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Contenedor principal de about us */
.About-us-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Encabezado de la sección about us */
.About-us-heading {
  font-family: 'Barriecito';
  font-size: clamp(2rem, 4vw, 4rem);
  text-align: center;
  color: #fcbd1b;
}

/* Tagline descriptivo */
.About-us-tagline {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  text-align: center;
  margin-top: 1rem;
  line-height: 1.6;
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* Contenedor de bloques de historia */
.About-us-story {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}

/* Bloque individual de la historia */
.About-us-block {
  flex: 1 1 300px;
  padding: 2rem;
  background-color: #ee3b37;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.About-us-block p {
  color: black;
  line-height: 1.7rem;
  font-weight: 500;
}

.About-us-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Subtítulo de los bloques about us */
.About-us-subtitle {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #fcbd1b;
  font-weight: 600;
  margin-bottom: 1rem;
}