@charset "UTF-8";
.hero-mobile__image-wrapper, .custom-navbar .nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-mobile__title-bottom h2, .hero-mobile__title-top h2, .hero__title {
  font-weight: 700;
  margin: 0;
}

/* ===========================
   Fuentes
=========================== */
/* ===========================
   Colores
=========================== */
/* ===========================
   Layout
=========================== */
/* ===========================
   Breackpoints
=========================== */
/*
Figma Desktop 1280x832		
pantalla Notebook   1366x768 
Montiro Samgung     1920*1080

Monitores grandes:
2K / QHD            2560x1440
Ultrawide 34"       3440x1440
4K                  3840x2160   

**************************

tablet portrait 768x834
table landscape 1024x1180	

**************************

Figma Mobile   320x568
Nexus 5        360*640
IPhone SE      375x812
Iphone X       375*812

**************************

*/
/* forma y posicion del nucleo izquierda y arriba */
/* primer color nucleo luz*/
/* caida y tamanio del blur */
/* residuo de luz */
/* desaparicion total */
/* ======================
   Breakpoint Mixins
====================== */
/* Bootstrap lg-down */
/* reset y generales ********************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #fff;
  scroll-behavior: smooth;
  background-color: #161616;
}

p {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
}

.btn {
  color: #fff;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
  font-weight: 400;
  border: 1.83px solid #fff;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  padding: 0.43rem 1.25rem; /* espacio dentro del boton, alto ancho */
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/****** comienzo header layout DESKTOP *****************************************/
.header {
  position: relative;
  overflow: hidden;
  background-color: #161616;
}

/* grid principal */
.hero-desktop {
  position: relative;
  overflow: hidden;
  display: grid;
  /* columnas texto - imagen - aire derecho */
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.5fr);
  /* filas */
  grid-template-rows: auto 1fr auto;
  padding: 0 clamp(2rem, 6vw, 6rem);
  min-height: 100vh;
  width: 100%;
  /* limite ancho tipo marcas grandes */
  max-width: 1660px;
  margin: 0 auto;
}

/* efectos de fondo del hero */
.hero-desktop::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse at 17% 20%, rgb(229, 223, 204), rgba(229, 223, 204, 0.411) 25%, rgba(229, 223, 204, 0.08) 50%, transparent 70%), radial-gradient(circle at 120% -25%, rgb(229, 223, 204), rgba(229, 223, 204, 0.445) 15%, rgba(229, 223, 204, 0.06) 35%, transparent 50%), radial-gradient(circle at 10% 85%, rgba(0, 0, 0, 0.644), rgba(0, 0, 0, 0.6) 7%, rgba(0, 0, 0, 0.3) 15%, transparent 30%), radial-gradient(circle at 45% 70%, rgba(229, 223, 204, 0.342), rgba(229, 223, 204, 0.267) 10%, rgba(229, 223, 204, 0.08) 25%, transparent 45%), radial-gradient(ellipse at 58% 22%, rgba(60, 60, 60, 0.7), rgba(60, 60, 60, 0.35) 35%, rgba(60, 60, 60, 0.15) 55%, transparent 75%), linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 35%), #161616;
}

/* columna izquierda contenido */
.hero__content {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vh, 2rem);
  align-self: start;
  margin-top: clamp(2rem, 15vh, 10rem);
  z-index: 1;
}

/* columna derecha producto */
.hero__media {
  grid-column: 2;
  grid-row: 2/4; /* ocupa centro y base */
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero__product {
  height: clamp(500px, 75vh, 900px);
  width: auto;
  z-index: 2;
}

/* titulo grande */
.hero__title {
  color: #fff;
  font-size: clamp(5.5rem, 9.7vw, 10rem);
  line-height: 1;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.hero__subtitle {
  color: #fff;
  font-size: clamp(0.8rem, 1.3vw, 1.4rem);
  font-weight: 500;
  margin-top: 2rem;
  margin-left: 2.5rem;
  margin-bottom: 0;
}

.hero__price {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 500;
  margin-left: 2.5rem;
}

.hero__cta {
  font-size: clamp(0.75rem, 1.2vw, 1rem);
  font-weight: 400;
  width: fit-content;
  margin-left: 2.5rem;
  /* espacio dentro del boton, alto ancho */
  padding: clamp(0.35rem, 0.8vh, 1.6rem) clamp(1.5rem, 1.4vw, 2.6rem);
}

.hero__cta:hover {
  border-color: #fff;
  opacity: 0.7;
  transform: translateY(-1px);
}

/* texto vertical mas linea */
.hero__side-label {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: clamp(0.3rem, 0.5vw, 0.8rem);
  z-index: 2;
  /* linea a la derecha del texto */
}
.hero__side-label::after {
  content: "";
  width: 1.5px;
  height: clamp(4rem, 10vw, 12rem);
  background-color: #fff;
}

/* texto */
.hero__side-text {
  display: block;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: clamp(0.7rem, 1.5vh, 1.5rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-top: clamp(2rem, 6vh, 5rem);
}

/* bootstrap navbar personalizada */
.custom-navbar {
  color: #fff !important;
  position: relative;
  z-index: 3 !important;
}
.custom-navbar .container {
  max-width: 1660px;
  margin: 0 auto;
  padding-left: clamp(2rem, 3vw, 6rem);
  padding-right: clamp(2rem, 3vw, 6rem);
}
.custom-navbar {
  /* logo de texto */
}
.custom-navbar .navbar-brand {
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  letter-spacing: clamp(4px, 0.4vw, 8px);
  font-weight: 600 !important;
}
.custom-navbar {
  /* links */
}
.custom-navbar a {
  color: #fff !important;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 350 !important;
}
.custom-navbar a:hover {
  text-decoration: none;
  opacity: 0.7;
  transform: translateY(-1px);
}
.custom-navbar {
  /* link activo navbar */
}
.custom-navbar .nav-link[aria-current=page] {
  color: #fff !important;
  font-weight: 600 !important;
}
.custom-navbar {
  /* contenedor para los dos iconos */
}
.custom-navbar .nav-icons {
  margin-left: auto; /* empuja a la derecha */
  display: flex;
  gap: clamp(0.6rem, 1vw, 1.2rem);
}
.custom-navbar .nav-icon {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.custom-navbar .nav-icon img {
  width: clamp(18px, 1.3vw, 26px);
  height: auto;
}
.custom-navbar .nav-icon:hover {
  opacity: 0.7;
  transform: translateY(-1px);
}

/****** fin header layout DESKTOP *****************************************/
/****** comienzo header layout MOBILE *****************************************/
.hero-mobile {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #161616;
  /* texto vertical mas linea */
}
.hero-mobile .hero__side-label {
  position: absolute;
  bottom: 0;
  left: clamp(1rem, 6vw, 2rem);
  gap: clamp(0.2rem, 1vw, 0.5rem);
  display: flex;
  align-items: flex-end;
}
.hero-mobile .hero__side-label::after {
  content: "";
  width: 1px;
  height: clamp(4rem, 16vh, 6rem);
  background: #fff;
}
.hero-mobile {
  /* texto */
}
.hero-mobile .hero__side-text {
  font-size: clamp(0.5rem, 3.8vw, 1rem);
  letter-spacing: 0.2em;
  padding-top: clamp(0.8rem, 5vh, 1.1rem);
}

/* degrade de fondo mobile */
.hero-mobile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 60% 40% at 20% 8%, rgba(229, 223, 204, 0.6) 0%, rgba(229, 223, 204, 0.35) 35%, rgba(229, 223, 204, 0.1) 60%, transparent 80%), radial-gradient(circle at 0% 95%, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 55%), radial-gradient(ellipse 140% 100% at 12% 52%, rgba(229, 223, 204, 0.9) 0%, rgba(229, 223, 204, 0.5) 30%, rgba(229, 223, 204, 0.2) 55%, transparent 75%), #161616;
}

/* Imagen centrada real */
.hero-mobile__image-wrapper {
  padding-top: clamp(4rem, 17vh, 8rem);
}

.hero__product-mobile {
  height: clamp(220px, 58vh, 470px);
  width: auto;
  display: block;
  z-index: 2;
}

/* Texto superior (NIKE) */
.hero-mobile__title-top {
  position: absolute;
  top: clamp(6rem, 20vh, 10rem);
  left: 50%;
  transform: translateX(35%);
  z-index: 1;
}
.hero-mobile__title-top h2 {
  font-size: clamp(2.6rem, 11vw, 3.2em);
  margin: 0;
}

/* Texto inferior (WIND BREAKER) */
.hero-mobile__title-bottom {
  position: absolute;
  bottom: clamp(4rem, 14vh, 8rem);
  left: 50%;
  transform: translateX(-36%);
  text-align: left;
  z-index: 1;
}
.hero-mobile__title-bottom h2 {
  font-size: clamp(2.6rem, 11vw, 3.2em);
  margin: 0;
  line-height: 1.05;
}

/****** fin header layout MOBILE *****************************************/
/****** main layout *****************************************/
/****** footer layout *****************************************/
/* ========================
   DESKTOP BASE y NOTEBOOKS GRANDES (1200+)
======================== */
/* Por defecto mostramos desktop y escondemos layout mobile */
.hero-mobile {
  display: none;
}

/* ========================
   TABLET PORTRAIT
======================== */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-mobile {
    display: none;
  }
  .hero-desktop {
    height: auto;
    min-height: 100vh;
    background-color: lightseagreen;
  }
  .hero__title {
    font-size: clamp(4.5rem, 9.5vw, 10rem);
  }
  .hero__subtitle {
    font-size: clamp(0.95rem, 2vh, 1.2rem);
  }
  /* linea a la derecha del texto */
  .hero__side-label::after {
    height: clamp(6rem, 16vh, 14rem);
  }
}
/* ========================
   TABLET LANDSCAPE
======================== */
@media (min-width: 1024px) and (max-width: 1199px) {
  .hero-mobile {
    display: none;
  }
  .hero-desktop {
    height: auto;
    min-height: 100vh;
    background-color: lightcoral;
  }
  .hero__content {
    gap: clamp(1rem, 2vh, 2rem);
  }
  .hero__subtitle {
    font-size: clamp(0.75rem, 2.1vh, 1.5rem);
  }
  .hero__price {
    font-size: clamp(1.5rem, 4vw, 3rem);
    margin-left: 2.5rem;
  }
  /* linea a la derecha del texto */
  .hero__side-label::after {
    height: clamp(6rem, 16vh, 14rem);
  }
}
/* ===================================
   MENU HAMBURGUESA tablet/mobile
==================================== */
@media (max-width: 991px) {
  .custom-navbar .container {
    padding-left: clamp(1rem, 2vw, 2rem);
    padding-right: clamp(1rem, 2vw, 2rem);
  }
  .custom-navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    /* navbar hamburguesa desplegada con blur */
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); /* Safari */
  }
  .custom-navbar .navbar-nav {
    gap: clamp(0.5rem, 1vh, 1rem) !important;
  }
  .custom-navbar .navbar-toggler {
    margin-right: auto;
    padding: 0.2rem 0.3rem !important;
    border: none !important;
    outline: none !important;
  }
  .custom-navbar .navbar-toggler:focus,
  .custom-navbar .navbar-toggler:active {
    box-shadow: none !important;
    outline: none !important;
  }
  .custom-navbar {
    /* pone las rayitas del menu hamburguesa en blanco */
  }
  .custom-navbar .navbar-toggler-icon {
    filter: invert(1);
    width: clamp(1.3rem, 8vw, 2rem);
    height: clamp(1.3rem, 8vw, 2rem);
  }
  .custom-navbar .navbar-brand {
    margin: 0 auto !important;
    font-size: clamp(1.5rem, 4vw, 2.8rem) !important;
    letter-spacing: clamp(4px, 1vw, 12px) !important;
  }
  .custom-navbar .nav-icons {
    margin-left: auto !important;
  }
  .custom-navbar {
    /* ocultar icono user */
  }
  .custom-navbar .nav-user {
    display: none;
  }
}
/* ========================
   MOBILE (0–767)
======================== */
@media (max-width: 767px) {
  /* esconde desktop y activo mobile */
  .hero-desktop {
    display: none;
  }
  .hero-mobile {
    display: flex;
  }
}

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