/* LÍNEA KAOTICA */

.active-link {
  opacity: .6;
}

.lk-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: url("img/linea-kaotica.png") center center / cover no-repeat;
}

.lk-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.62) 45%, rgba(0,0,0,.16) 100%);
}

.lk-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 110px;
}

.lk-eyebrow {
  margin-bottom: 22px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .22em;
}

.lk-hero h1 {
  max-width: 900px;
  font-size: clamp(4.8rem, 12vw, 11rem);
  line-height: .78;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.lk-hero-text {
  max-width: 600px;
  margin: 34px 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.lk-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.lk-btn-light {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.lk-intro {
  padding: 120px 0;
  background: #fff;
}

.lk-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 100px;
  align-items: end;
}

.lk-intro-title span,
.lk-designed-content > span,
.lk-feature-content span,
.lk-cta-content > span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.lk-intro-title h2,
.lk-designed-content h2 {
  font-size: clamp(2.6rem, 6vw, 5.7rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.lk-intro-text {
  display: grid;
  gap: 22px;
}

.lk-intro-text p {
  color: #696970;
  font-size: 1.08rem;
  line-height: 1.7;
}

.lk-feature-banner {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.lk-feature-banner > img {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  max-width: 50%;
  height: auto;
  object-fit: contain;
  z-index: 2;
}

.lk-feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 20%, rgba(0,0,0,.82) 100%);
}

.lk-feature-content {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
  color: #111;
}

.lk-feature-content h2 {
  max-width: 850px;
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: .95;
  letter-spacing: -.055em;
}

.lk-collection {
  background: #f5f5f2;
}

.lk-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.lk-product-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 26px;
  background: #111;
}

.lk-card-large {
  grid-row: span 2;
  min-height: 1140px;
}

.lk-product-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.lk-product-card:hover > img {
  transform: scale(1.035);
}

.lk-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.86) 100%);
}

.lk-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 34px;
  color: #fff;
}

.lk-card-overlay > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.58);
  font-size: .8rem;
}

.lk-card-overlay h3 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin-bottom: 8px;
}

.lk-card-overlay p {
  color: rgba(255,255,255,.72);
}

.lk-designed {
  padding: 120px 0;
  background: #0b0b0d;
  color: #fff;
}

.lk-designed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.lk-designed-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lk-designed-logo {
  width: 280px;
  max-width: 70%;
  height: auto;
  object-fit: contain;
}

.lk-designed-content > p {
  max-width: 630px;
  color: rgba(255,255,255,.66);
  font-size: 1.06rem;
  line-height: 1.7;
  margin-top: 26px;
}

.lk-values {
  margin-top: 44px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.lk-values div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.lk-values strong,
.lk-values span {
  display: block;
}

.lk-values strong {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.lk-values span {
  color: rgba(255,255,255,.58);
}

.lk-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.lk-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 16px;
}

.lk-gallery img:nth-child(2),
.lk-gallery img:nth-child(5) {
  aspect-ratio: 4 / 6;
}

.lk-cta {
  padding: 120px 0;
  background: #151518;
  color: #fff;
  text-align: center;
}

.lk-cta-content {
  max-width: 900px;
}

.lk-cta h2 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: .9;
  letter-spacing: -.06em;
}

.lk-cta p {
  max-width: 650px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,.65);
  font-size: 1.06rem;
}

.lk-cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}


/* CATÁLOGO / ENLACES A PLATAFORMAS */

.lk-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.lk-shop-card {
  overflow: hidden;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 12px 36px rgba(0,0,0,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.lk-shop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(0,0,0,.12);
}

.lk-shop-image-wrap {
  position: relative;
  overflow: hidden;
  background: #e9e9e9;
}

.lk-shop-image-wrap img {
  width: 100%;
  aspect-ratio: 4 / 4.7;
  object-fit: cover;
  transition: transform .4s ease;
}

.lk-shop-card:hover .lk-shop-image-wrap img {
  transform: scale(1.025);
}

.lk-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  background: rgba(10,10,12,.9);
  color: #fff;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.lk-shop-info {
  padding: 28px;
}

.lk-product-type {
  display: inline-block;
  margin-bottom: 9px;
  color: #85858c;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.lk-shop-info h3 {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.05;
}

.lk-product-description {
  color: #696970;
  line-height: 1.6;
}

.lk-product-meta {
  display: grid;
  gap: 5px;
  margin: 20px 0;
  padding-top: 18px;
  border-top: 1px solid #e5e5e5;
  color: #77777e;
  font-size: .88rem;
}

.lk-price {
  margin-bottom: 20px;
  font-size: 1.65rem;
  font-weight: 900;
}

.lk-market-buttons {
  display: grid;
  gap: 10px;
}

.lk-market-btn {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 800;
  transition: transform .2s ease, opacity .2s ease;
}

.lk-market-btn:hover {
  transform: translateY(-2px);
  opacity: .9;
}

.lk-vinted {
  background: #111;
  color: #fff;
}

.lk-wallapop {
  background: #f0f0f0;
  color: #111;
  border: 1px solid #d8d8d8;
}

.lk-whatsapp {
  background: #25d366;
  color: #fff;
}

.lk-platform-note {
  margin-top: 40px;
  padding: 26px 28px;
  background: #111;
  color: #fff;
  border-radius: 20px;
}

.lk-platform-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.lk-platform-note p {
  color: rgba(255,255,255,.66);
}


@media (max-width: 980px) {
  .lk-shop-grid {
    grid-template-columns: 1fr;
  }

  .lk-intro-grid,
  .lk-designed-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .lk-products-grid {
    grid-template-columns: 1fr;
  }

  .lk-card-large,
  .lk-product-card {
    min-height: 650px;
  }

  .lk-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .lk-shop-info {
    padding: 22px;
  }

  .lk-shop-image-wrap img {
    aspect-ratio: 4 / 5;
  }

  .lk-hero {
    min-height: 92vh;
  }

  .lk-hero-overlay {
    background: rgba(0,0,0,.65);
  }

  .lk-hero h1 {
    font-size: clamp(4rem, 20vw, 6.8rem);
  }

  .lk-intro,
  .lk-designed,
  .lk-cta {
    padding: 80px 0;
  }

  .lk-feature-banner {
    min-height: 520px;
  }

  .lk-product-card,
  .lk-card-large {
    min-height: 520px;
  }

  .lk-gallery {
    grid-template-columns: 1fr;
  }

  .lk-gallery img,
  .lk-gallery img:nth-child(2),
  .lk-gallery img:nth-child(5) {
    aspect-ratio: 4 / 5;
  }
}
/* AJUSTE DEFINITIVO LOGO BANNER LINEA KAOTICA */

.lk-feature-banner > img {
  position: absolute !important;
  top: 42% !important;
  left: 50% !important;

  width: 120px !important;
  max-width: 120px !important;
  height: auto !important;

  transform: translate(-50%, -50%) !important;
  object-fit: contain !important;
  z-index: 2 !important;
}