:root {
  --red: #8b1e2d;
  --deep: #151815;
  --cream: #f7f1e8;
  --gold: #c99a54;
  --muted: #6f675f;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--deep);
  font-family: "DM Sans", sans-serif;
  background: #fff;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
.marquee {
  height: 38px;
  overflow: hidden;
  background: var(--deep);
  color: #fff;
}
.marquee div {
  display: flex;
  align-items: center;
  gap: 46px;
  width: max-content;
  height: 100%;
  animation: move 22s linear infinite;
}
.marquee span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
@keyframes move {
  to {
    transform: translateX(-50%);
  }
}
header {
  height: 92px;
  padding: 0 max(24px, calc((100vw - 1200px) / 2));
  display: flex;
  align-items: center;
  gap: 40px;
  background: #fff;
}
header img {
  width: 140px;
  height: 66px;
  object-fit: contain;
}
nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
}
nav a {
  text-decoration: none;
  font-size: 0.85rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}
.dark {
  background: var(--deep);
  color: #fff;
}
.red {
  background: var(--red);
  color: #fff;
}
.light {
  background: #fff;
  color: var(--red);
}
.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
}
.hero > img {
  width: 100%;
  height: 780px;
  object-fit: cover;
  object-position: center 43%;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(14, 16, 13, 0.75),
    rgba(14, 16, 13, 0.08) 65%
  );
}
.hero-card {
  position: absolute;
  z-index: 2;
  left: max(24px, calc((100vw - 1200px) / 2));
  top: 50%;
  max-width: 520px;
  transform: translateY(-50%);
  color: #fff;
}
.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.hero h1,
.intro h2,
.product-copy h2,
.offer h2,
.size h2,
.reviews h2,
.checkout h2 {
  font-family: "Playfair Display", serif;
}
.hero h1 {
  margin: 18px 0;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.88;
}
.hero h1 em {
  color: #f3cf99;
}
.hero-card > p:not(.eyebrow) {
  max-width: 500px;
  line-height: 1.65;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 24px 0;
}
.price strong {
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
}
.price del {
  opacity: 0.65;
}
.price span {
  color: var(--muted);
  font-size: 0.85rem;
}
.trust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 0.78rem;
}
.intro {
  padding: 110px max(24px, calc((100vw - 1100px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
}
.intro h2 {
  margin: 12px 0 0;
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 0.96;
}
.intro > p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}
.variants {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 110px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
  border: 1px solid #ded6cc;
  border-radius: 28px;
}
.gallery {
  padding: 26px;
  background: var(--cream);
}
.gallery > img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 18px;
}
.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.thumbs button {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: none;
  cursor: pointer;
}
.thumbs img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
}
.product-copy h2 {
  margin: 10px 0;
  font-size: 3.5rem;
}
.product-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}
.product-copy label {
  margin: 17px 0 8px;
  font-size: 0.78rem;
  font-weight: 800;
}
.choices {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.choices button {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid #d8d0c5;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
}
.choices button.selected {
  border-color: var(--deep);
  box-shadow: inset 0 0 0 1px var(--deep);
}
.choices i {
  width: 15px;
  height: 15px;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.white {
  background: #fff;
}
.black {
  background: #171717;
}
.navy {
  background: #17243e;
}
.red-dot {
  background: #a4212f;
}
.full {
  width: 100%;
  margin-top: 25px;
}
.offer {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  min-height: 650px;
  padding: 80px max(24px, calc((100vw - 1120px) / 2));
  background: var(--red);
  color: #fff;
}
.offer > div {
  padding-right: 60px;
}
.offer h2 {
  margin: 12px 0 20px;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.95;
}
.offer > div > p:not(.eyebrow) {
  max-width: 560px;
  line-height: 1.7;
  color: #f1dfe1;
}
.offer figure {
  position: relative;
  margin: 0;
}
.offer figure img {
  width: 100%;
  border-radius: 28px;
}
.offer figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--red);
  font-weight: 800;
}
.offer-price {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
}
.offer-price strong {
  font: 700 2.7rem "Playfair Display";
}
.offer-price b {
  padding: 8px 10px;
  border-radius: 999px;
  background: #f3cf99;
  color: #5a1720;
  font-size: 0.75rem;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 100px max(24px, calc((100vw - 1120px) / 2));
  background: var(--cream);
}
.detail-showcase {
  padding: 90px 6%;
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 48px;
  align-items: center;
  background: #f5efe6;
}
.detail-showcase img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 24px 70px #27170e26;
}
.detail-showcase h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  margin: 12px 0 24px;
}
.detail-showcase p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.65;
  color: #564c45;
}
.features article {
  padding: 35px;
  border: 1px solid #ded3c5;
  border-radius: 20px;
  background: #fff;
}
.features b {
  color: var(--red);
  font: 700 2rem "Playfair Display";
}
.features h3 {
  font-size: 1.15rem;
}
.features p {
  color: var(--muted);
  line-height: 1.6;
}
.size {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 100px max(24px, calc((100vw - 1120px) / 2));
}
.size h2 {
  font-size: 4rem;
  margin: 12px 0 25px;
}
.size table {
  width: 100%;
  border-collapse: collapse;
}
.size th,
.size td {
  padding: 14px;
  border: 1px solid #ddd2c6;
  text-align: center;
}
.size thead {
  background: var(--deep);
  color: #fff;
}
.size tbody th {
  background: #e8d1d2;
}
.size small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}
.size > img {
  width: min(100%, 920px);
  border-radius: 24px;
}
.reviews {
  padding: 100px max(24px, calc((100vw - 1120px) / 2));
  text-align: center;
  background: #f8f5ef;
}
.reviews h2 {
  font-size: 4rem;
  margin: 12px 0 35px;
}
.reviews > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.reviews article {
  padding: 28px;
  border: 1px solid #ded6cc;
  border-radius: 18px;
  background: #fff;
  text-align: left;
}
.reviews span {
  color: #c2933d;
}
.reviews p {
  line-height: 1.65;
  color: var(--muted);
}
.reviews > small {
  display: block;
  margin-top: 18px;
  color: #8d847b;
}
.checkout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding: 100px max(24px, calc((100vw - 1120px) / 2));
  background: #efe4d7;
}
.checkout-intro {
  position: sticky;
  top: 30px;
  height: max-content;
}
.checkout h2 {
  font-size: 4.4rem;
  line-height: 0.95;
  margin: 12px 0 20px;
}
.checkout-intro > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.badges span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 800;
}
form {
  padding: 35px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(42, 29, 22, 0.1);
}
fieldset {
  margin: 0 0 22px;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid #e3d8cc;
}
legend {
  font-weight: 800;
}
.offer-buttons,
.payments {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.offer-buttons label,
.payments label {
  display: flex;
  gap: 10px;
  padding: 15px;
  border: 1px solid #ded3c5;
  border-radius: 14px;
}
.offer-buttons span,
.payments span {
  display: flex;
  flex-direction: column;
}
.offer-buttons small,
.payments small {
  color: var(--muted);
}
.payment-logos {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.pay-logo {
  min-height: 25px;
  padding: 4px 7px;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #ded8d0;
  border-radius: 6px;
  background: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.visa {
  color: #1434cb;
  font-style: italic;
}
.mastercard {
  gap: 0;
  padding-inline: 8px;
}
.mastercard i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #eb001b;
}
.mastercard i + i {
  margin-left: -5px;
  background: #f79e1b;
  opacity: 0.92;
}
.pse {
  color: #075ca8;
}
.nequi {
  color: #55106b;
}
.daviplata {
  color: #e31b23;
}
.bancolombia {
  color: #111;
  background: #ffd522;
}
.qr {
  color: #111;
  background: #ffd522;
}
.puntos {
  color: #7b165f;
}
.variant-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 10px;
}
.variant-row label,
.form-grid label {
  display: grid;
  gap: 6px;
  font-size: 0.76rem;
  font-weight: 700;
}
.variant-row select,
.form-grid input {
  min-height: 46px;
  border: 1px solid #d9cfc3;
  border-radius: 10px;
  padding: 0 10px;
  background: #fff;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.wide {
  grid-column: 1/-1;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.75rem;
}
.hp {
  position: absolute;
  left: -9999px;
}
#message {
  color: #a21e2e;
  font-size: 0.8rem;
  font-weight: 700;
}
.carriers {
  padding: 70px 0;
  overflow: hidden;
  text-align: center;
}
.carriers h2 {
  font: 600 2rem "Playfair Display";
}
.carrier-track {
  display: flex;
  align-items: center;
  gap: 70px;
  width: max-content;
  margin-top: 30px;
  animation: move 24s linear infinite;
}
.carrier-track img {
  width: 150px;
  height: 50px;
  object-fit: contain;
}
.whatsapp {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #18b76a;
  color: #fff;
  box-shadow: 0 10px 30px #0003;
}
.whatsapp svg {
  width: 30px;
  fill: currentColor;
}
@media (max-width: 800px) {
  .detail-showcase {
    grid-template-columns: 1fr;
    padding: 70px 18px;
    gap: 28px;
  }
  header {
    height: 78px;
    padding: 0 18px;
  }
  header img {
    width: 105px;
  }
  nav {
    display: none;
  }
  header .btn {
    margin-left: auto;
  }
  .hero {
    min-height: auto;
  }
  .hero > img {
    height: auto;
    aspect-ratio: 4/5;
    object-position: center;
  }
  .hero:after {
    background: linear-gradient(0deg, rgba(14, 16, 13, 0.82), transparent 65%);
  }
  .hero-card {
    left: 22px;
    right: 22px;
    top: auto;
    bottom: 28px;
    transform: none;
  }
  .hero h1 {
    font-size: 3.5rem;
  }
  .hero-card > p:not(.eyebrow) {
    display: none;
  }
  .intro {
    grid-template-columns: 1fr;
    padding: 75px 22px;
    gap: 20px;
  }
  .variants {
    grid-template-columns: 1fr;
    margin-bottom: 75px;
  }
  .product-copy {
    padding: 35px 22px;
  }
  .product-copy h2 {
    font-size: 2.7rem;
  }
  .offer {
    grid-template-columns: 1fr;
    padding: 70px 22px;
    gap: 35px;
  }
  .offer > div {
    padding: 0;
  }
  .offer h2 {
    font-size: 3.4rem;
  }
  .offer-price {
    flex-wrap: wrap;
  }
  .features {
    grid-template-columns: 1fr;
    padding: 70px 18px;
  }
  .size {
    grid-template-columns: 1fr;
    padding: 70px 18px;
  }
  .size h2,
  .reviews h2,
  .checkout h2 {
    font-size: 3rem;
  }
  .size > img {
    order: -1;
  }
  .reviews {
    padding: 70px 18px;
  }
  .reviews > div {
    grid-template-columns: 1fr;
  }
  .checkout {
    grid-template-columns: 1fr;
    padding: 70px 16px;
    gap: 30px;
  }
  .checkout-intro {
    position: static;
  }
  form {
    padding: 24px 16px;
  }
  .offer-buttons,
  .payments,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .wide {
    grid-column: auto;
  }
  .variant-row {
    grid-template-columns: 1fr;
  }
  .marquee div {
    gap: 28px;
  }
  .whatsapp {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }
}
