/* =========================================================
   KYRIOS PARAGUAY — demo estética
   Escala: 1rem = 10px del canvas de diseño
   Desktop: canvas 1920px  ·  Mobile: canvas 1080px
   ========================================================= */

:root {
  --negro: #1d1d1b;
  --negro-footer: #111111;
  --gris-1: #e5e5e5;
  --gris-2: #f2f2f2;
  --gris-texto: #878787;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  font-size: calc(100vw / 192);
  overflow-x: hidden;
}
@media (min-width: 1920px) { html { font-size: 10px; } }

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--negro);
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

img { display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; background: none; border: none; cursor: pointer; }

.chev { width: .9em; height: .6em; fill: none; stroke: currentColor; stroke-width: 1.8; flex: none; }

.only-mobile { display: none !important; }

/* ---------- Barra anuncio ---------- */
.announce {
  background: #000;
  color: #fff;
  font-weight: 300;
  font-size: 1.59rem;
  height: 4.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ---------- Navbar ---------- */
.navbar {
  background: #fff;
  height: 9.33rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 50;
}
.navbar__logo { margin-left: 18.38rem; }
.navbar__logo img { width: 10.31rem; height: auto; }

.navbar__menu {
  display: flex;
  align-items: center;
  margin-left: 6rem;
  gap: 3.55rem;
}
.navbar__menu > a, .navbar__drop > a {
  font-size: 1.94rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: .55rem;
  white-space: nowrap;
}
.navbar__drop { position: relative; }
.navbar__dropmenu {
  display: none;
  position: absolute;
  top: 100%;
  left: -2.2rem;
  padding-top: 2.9rem;
  background: #fff;
  width: 22.82rem;
  box-shadow: 0 .8rem 2rem rgba(0,0,0,.08);
}
.navbar__drop:hover .navbar__dropmenu { display: block; }
.navbar__dropmenu a {
  display: block;
  font-size: 1.94rem;
  font-weight: 500;
  padding: .65rem 2.2rem;
}
.navbar__dropmenu a:last-child { padding-bottom: 2.2rem; }
.navbar__dropmenu a:hover { color: #000; text-decoration: underline; }

.navbar__right {
  margin-left: auto;
  margin-right: 18.38rem;
  display: flex;
  align-items: center;
}
.navbar__search {
  position: relative;
  width: 16.65rem;
  height: 3.92rem;
}
.navbar__search input {
  width: 100%;
  height: 100%;
  border: none;
  background: var(--gris-1);
  border-radius: .6rem;
  padding: 0 3.6rem 0 1.4rem;
  font-family: inherit;
  font-size: 1.6rem;
  outline: none;
}
.navbar__search svg {
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9rem;
  height: 1.9rem;
  fill: none;
  stroke: var(--negro);
  stroke-width: 2;
}
.navbar__icon {
  margin-left: 1.7rem;
  display: flex;
}
.navbar__icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: none;
  stroke: var(--negro);
  stroke-width: 1.8;
}
.navbar__contact {
  margin-left: 2rem;
  background: var(--negro);
  color: #fff;
  font-size: 1.94rem;
  font-weight: 500;
  width: 13.36rem;
  height: 3.92rem;
  border-radius: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar__burger { display: none; }
.mobilemenu { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  height: 78.4rem;
  overflow: hidden;
}
.hero__img,
.hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Claim ---------- */
.claim {
  background: var(--gris-2);
  text-align: center;
  padding: 4.2rem 0 0;
}
.claim__title {
  font-size: 2.71rem;
  font-weight: 800;
  font-style: italic;
}
.claim__sub {
  font-size: 2.09rem;
  font-weight: 400;
  margin-top: 1.4rem;
}

/* ---------- Chips ---------- */
.chip {
  background: var(--negro);
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.chip--center {
  font-size: 1.94rem;
  width: 19.46rem;
  height: 3.92rem;
  border-radius: .6rem;
}
.chip--sm {
  font-size: 1.17rem;
  height: 2.4rem;
  padding: 0 1.1rem;
  border-radius: .4rem;
  letter-spacing: .02em;
}

/* ---------- Lanzamientos ---------- */
.launch {
  background: var(--gris-2);
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 8.7rem 0 11.4rem;   /* chip y=1119 (hero end 918 + claim) / cards end 1861 → section end 1974 */
}
.launch__wm {
  position: absolute;
  right: 0;
  top: 38.9rem;
  width: 85.4rem;
  height: auto;
  pointer-events: none;
}
.launch__title {
  font-size: 4.87rem;
  font-weight: 700;
  margin-top: .8rem;
}
.cards--launch {
  margin-top: 4rem;   /* cards y=1265 */
  display: flex;
  gap: 4.32rem;
  position: relative;
  width: 134.19rem;   /* 3 cards + 2 gaps */
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.cards--launch::-webkit-scrollbar { display: none; }

/* ---------- Cards ---------- */
.card {
  background: #fff;
  cursor: pointer;
  width: 41.85rem;
  height: 59.59rem;
  flex: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}
.card__img {
  height: 46.3rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2.2rem 2rem 0;
}
.card__body h3 {
  font-size: 1.94rem;
  font-weight: 500;
  line-height: 1.05;
}
.card__brand {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--gris-texto);
  margin-top: .5rem;
}
.card__price {
  font-size: 3rem;
  font-weight: 700;
  margin-top: .5rem;
}
.card__buy { display: none; }
.br-m { display: none; }

/* ---------- Colecciones ---------- */
.collection {
  position: relative;
  height: 86.84rem;
  overflow: hidden;
}
.collection--hombres, .collection--infantil { background: var(--gris-1); }
.collection--mujeres { background: var(--gris-2); }

.collection__model {
  position: absolute;
  overflow: hidden;
}
.collection--hombres .collection__model {
  left: 6.7rem;
  top: 5.34rem;
  width: 72rem;
  height: 72rem;
}
.collection--infantil .collection__model {
  left: -3.1rem;
  top: -12.72rem;
  width: 91.6rem;
  height: 91.6rem;
}
.collection--mujeres .collection__model--right {
  left: auto;
  right: 0;
  top: 5.35rem;
  width: 35.11rem;
  height: 71.3rem;
}
.collection__model img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection--mujeres .collection__model--right img { object-position: 65% top; }

.collection__head {
  position: absolute;
  left: 69.3rem;
  top: 6.9rem;
}
.collection--mujeres .collection__head { left: 18.38rem; top: 7.3rem; }
.collection__title {
  font-size: 1.96rem;
  font-weight: 500;
  font-style: italic;
  margin-top: .55rem;
}

.collection__arrows {
  position: absolute;
  right: 18.38rem;
  top: 8.2rem;
  display: flex;
  gap: 1.6rem;
  z-index: 5;
}
.collection--mujeres .collection__arrows { right: 46rem; }
.arrow svg {
  width: 1.1rem;
  height: 1.65rem;
  fill: none;
  stroke: var(--negro);
  stroke-width: 1.6;
}

.cards--carousel {
  position: absolute;
  left: 49.83rem;
  top: 13.39rem;
  display: flex;
  gap: 4.32rem;
  width: 134.19rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.cards--carousel::-webkit-scrollbar { display: none; }
.card--first-mobile { order: 0; }
.collection--mujeres .cards--carousel { left: 18.38rem; }

/* ---------- FAQ ---------- */
.faq {
  background: #fff;
  padding: 4.3rem 0 11.6rem;
  text-align: center;
}
.faq__title {
  font-size: 4.87rem;
  font-weight: 700;
}
.faq__list {
  width: 113.62rem;
  margin: 7.2rem auto 0;
  text-align: left;
}
.faq__item { margin-bottom: 1.9rem; }
.faq__q {
  width: 100%;
  height: 6.76rem;
  background: var(--gris-1);
  border-radius: .8rem;
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.6rem;
  text-align: left;
}
.faq__q .chev { width: 2.6rem; height: 1.5rem; transition: transform .25s; }
.faq__item.open .faq__q {
  background: var(--negro);
  color: #fff;
}
.faq__item.open .faq__q .chev { transform: rotate(180deg); }
.faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.faq__a p {
  font-size: 2.17rem;
  font-weight: 300;
  padding: 1.5rem 4.6rem 0.5rem;
}
.faq__item.open .faq__a { max-height: 20rem; }

/* ---------- Footer ---------- */
.footer {
  background: var(--negro-footer);
  color: #fff;
  padding: 12.2rem 18.38rem 0;
}
.footer__grid {
  display: flex;
  align-items: flex-start;
}
.footer__logo { width: 14.37rem; height: auto; }
.footer__social {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  margin-top: 7.5rem;
}
.footer__social img { height: 3.24rem; width: auto; }

.footer__col { font-size: 1.94rem; }
.footer__col h4 {
  font-weight: 500;
  font-size: 1.94rem;
  margin-bottom: 3.2rem;
}
.footer__col a, .footer__col p {
  display: block;
  font-weight: 500;
  line-height: 1.5;
}
.footer__col--nosotros { margin-left: 26.35rem; }
.footer__col--menu { margin-left: 25.4rem; }
.footer__col--news { margin-left: 21rem; }
.footer .footer__register { display: none; }

.footer__bottom {
  margin-top: 9rem;
  border-top: 1px solid rgba(255,255,255,.25);
  padding: 2.6rem 0 2.7rem;
  text-align: center;
  font-size: 1.94rem;
  font-weight: 300;
}

/* =========================================================
   MOBILE — canvas 1080px  (1rem = 10px del diseño mobile)
   ========================================================= */
@media (max-width: 767px) {
  html { font-size: calc(100vw / 108); }

  .only-mobile { display: flex !important; }
  .only-desktop { display: none !important; }
  .br-m { display: inline; }

  /* Barra anuncio: 2 líneas */
  .announce {
    font-size: 2.16rem;
    height: 7.47rem;
    line-height: 1.45;
    padding: 0 9rem;
  }

  /* Navbar */
  .navbar { height: 15.51rem; }
  .navbar__logo { margin-left: 6.62rem; }
  .navbar__logo img { width: 17.07rem; }
  .navbar__menu { display: none; }
  .navbar__right { margin-right: 2.5rem; }
  .navbar__search { width: auto; height: auto; }
  .navbar__search input { display: none; }
  .navbar__search svg {
    position: static;
    transform: none;
    width: 4.6rem;
    height: 4.6rem;
    stroke-width: 1.6;
  }
  .navbar__icon { margin-left: 4.6rem; }
  .navbar__icon svg { width: 5rem; height: 5rem; stroke-width: 1.5; }
  .navbar__contact { display: none; }
  .navbar__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.05rem;
    margin: 0 6.6rem 0 4.6rem;
  }
  .navbar__burger span {
    display: block;
    width: 5.6rem;
    height: .55rem;
    background: var(--negro);
    border-radius: .3rem;
  }

  .mobilemenu {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0; right: 0;
    background: #fff;
    box-shadow: 0 1.2rem 3rem rgba(0,0,0,.12);
    padding: 2rem 6.62rem 4rem;
  }
  .mobilemenu.open { display: block; }
  .mobilemenu a {
    display: block;
    font-size: 3.2rem;
    font-weight: 500;
    padding: 2.2rem 0;
    border-bottom: 1px solid var(--gris-1);
  }
  .mobilemenu__contact { border-bottom: none; font-weight: 700; }

  /* Hero */
  .hero { height: 130.3rem; }
  .hero__img { object-position: 45% top; }

  /* Claim */
  .claim { padding-top: 6.3rem; }
  .claim__title { font-size: 4.82rem; }
  .claim__sub { font-size: 3.71rem; margin-top: 1.6rem; }

  /* Lanzamientos */
  .launch { padding: 8.9rem 0 12.8rem; }
  .chip--center {
    font-size: 3.1rem;
    width: 31.15rem;
    height: 6.27rem;
    border-radius: 1rem;
  }
  .launch__title { font-size: 7.17rem; margin-top: .6rem; }
  .launch__wm {
    top: 110.6rem;   /* 2526.8 - 1420 (inicio sección ~ hero end 1530 aprox) */
    width: 64.5rem;
  }
  .cards--launch {
    margin-top: 12.2rem;
    justify-content: flex-start;
    gap: 3.96rem;
    padding-left: 6.62rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .cards--launch::-webkit-scrollbar { display: none; }

  /* Cards */
  .card--first-mobile { order: -1; }
  .card {
    width: 43.71rem;
    height: 75.4rem;
  }
  .card__img { height: 52rem; }
  .card__body { padding: 3.75rem 2rem 0; }
  .card__body h3 { font-size: 2.15rem; line-height: 1.2; }
  .card__brand { font-size: 1.33rem; margin-top: .2rem; }
  .card__price { font-size: 3.33rem; margin-top: .2rem; }
  .card__buy {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--negro);
    color: #fff;
    font-size: 2.47rem;
    font-weight: 500;
    width: 22.33rem;
    height: 5rem;
    margin-top: auto;
    margin-bottom: 2.4rem;
  }

  /* Colecciones: banner full-width + carrusel */
  .collection { height: auto; overflow: visible; }
  .collection--hombres, .collection--infantil { background: var(--gris-1); }
  .collection--mujeres { background: var(--gris-2); }

  .collection__model,
  .collection--hombres .collection__model,
  .collection--infantil .collection__model,
  .collection--mujeres .collection__model--right {
    position: static;
    top: auto; left: auto; right: auto;
  }
  /* banners: geometría exacta del PDF (offset superior + recorte inferior) */
  .collection--hombres .collection__model {
    width: 94.5rem;
    height: 86.96rem;
    margin: 7.12rem auto 0;
  }
  .collection--mujeres .collection__model--right {
    width: 100%;
    height: 86.99rem;
    margin-top: 7rem;
  }
  .collection--mujeres .collection__model--right img {
    width: 107.6%;
    max-width: none;
    margin-left: -3.8%;
    height: auto;
    object-fit: unset;
  }
  .collection--infantil .collection__model {
    width: 100.1rem;
    height: 89.71rem;
    margin: 4.38rem auto 0;
  }
  .collection--hombres .collection__model img,
  .collection--infantil .collection__model img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
  .collection--mujeres .collection__model--right { order: -1; }
  .collection--mujeres { display: flex; flex-direction: column; }

  .collection__head {
    position: static;
    padding: 0 6.62rem;
  }
  .chip--sm {
    font-size: 2.88rem;
    height: 5.82rem;
    padding: 0 2.6rem;
    border-radius: .9rem;
  }
  .collection__title {
    font-size: 4.84rem;
    margin-top: .5rem;
  }
  .collection__arrows { display: none; }

  .cards--carousel {
    position: static;
    margin-top: 6.15rem;
    padding: 0 0 6.95rem 6.62rem;
    gap: 3.96rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .cards--carousel::-webkit-scrollbar { display: none; }

  /* FAQ */
  .faq { padding: 11.26rem 0 10.4rem; }
  .faq__title { font-size: 7.17rem; }
  .faq__list { width: 94.76rem; margin-top: 12.1rem; }
  .faq__item { margin-bottom: 4.27rem; }
  .faq__q {
    height: 11.67rem;
    border-radius: 1.4rem;
    font-size: 3.56rem;
    padding: 0 3.4rem 0 2.4rem;
  }
  .faq__q .chev { width: 3.4rem; height: 2rem; }
  .faq__a p { font-size: 2.73rem; font-weight: 500; padding: 3.4rem 2.4rem 2rem; }

  /* Footer */
  .footer { padding: 14.3rem 6.62rem 0; }
  .footer__grid { display: block; position: relative; }
  .footer__logo { width: 17.07rem; }
  .footer__social { gap: 6.4rem; margin-top: 10.19rem; }
  .footer__social img { height: 6.08rem; }

  .footer__col--news {
    position: absolute;
    top: -1.8rem;
    right: 0;
    margin: 0;
    text-align: right;
  }
  .footer__col--news h4 {
    font-weight: 800;
    font-size: 3.56rem;
    margin-bottom: 1.6rem;
  }
  .footer__col--news p {
    font-weight: 400;
    font-size: 3.56rem;
    line-height: 1.31;
  }
  .footer .footer__register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #111;
    font-size: 3.1rem;
    font-weight: 500;
    width: 31.15rem;
    height: 6.27rem;
    margin-top: 2.2rem;
  }

  .footer__col--nosotros, .footer__col--menu { margin: 0; }
  .footer__col--nosotros { margin-top: 10.43rem; }
  .footer__col--menu {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
  }
  .footer__col h4 { font-weight: 800; font-size: 3.56rem; margin-bottom: 3.4rem; }
  .footer__col a { font-weight: 400; font-size: 3.56rem; margin-bottom: 0; line-height: 1.32; }

  .footer__bottom {
    margin-top: 9.4rem;
    padding: 4.2rem 0 5.4rem;
    font-size: 3.13rem;
  }
  .br-m-wrap { display: block; }
}
