
:root {
  --black: #080604;
  --black-2: #0e0a07;
  --cream: #f1e5cf;
  --paper: #f6eedf;
  --ink: #1d140f;
  --gold: #d5a449;
  --rust: #7f262b;
  --rust-hover: #913139;
  --muted: #b8a58f;
  --line: rgba(241, 229, 207, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; }
figure { margin: 0; }

body, p, li, dt, dd, small, nav a, .age-note, .menu-btn,
.eyebrow, .section-kicker, figcaption {
  font-family: "Inter", Arial, sans-serif;
  font-style: italic;
}

h1, h2, .hero-title, .year, .footer-phrase {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.age-note {
  min-height: 32px;
  display: grid;
  place-items: center;
  padding: 8px 4vw;
  background: var(--paper);
  color: var(--ink);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
}

/* Header */
.site-header {
  position: absolute;
  z-index: 20;
  top: 32px;
  left: 0;
  right: 0;
  height: 92px;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand-logo img {
  width: 176px;
  height: auto;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-header nav a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  text-decoration: none;
}
.nav-buy {
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
}
.menu-btn {
  display: none;

  width: 42px;
  height: 42px;

  padding: 9px;

  border: 0;
  background: transparent;

  flex-direction: column;
  justify-content: center;
  gap: 5px;

  cursor: pointer;
}
.menu-btn span {
  display: block;

  width: 24px;
  height: 1.5px;

  margin-left: auto;

  background: #f1e5cf;

  transition:
    transform .25s ease,
    opacity .25s ease;
}

/* Hero */
.hero {
  position: relative;
  min-height: 780px;
  height: min(940px, calc(100vh - 32px));
  display: flex;
  align-items: center;
  padding: 140px 8vw 70px;
  overflow: hidden;
}
.hero-media, .hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media {
  background: url("assets/producto-horizontal.webp") center 54% / cover no-repeat;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5,3,2,.25) 0%, rgba(5,3,2,.10) 35%, rgba(5,3,2,.05) 68%, rgba(5,3,2,.40) 100%),
    linear-gradient(0deg, rgba(5,3,2,.60), transparent 48%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(650px, 52vw);
}
.eyebrow, .section-kicker {
  margin: 0 0 18px;
  color: var(--rust);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .20em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--gold); }
.hero h1 {
  margin: 0 0 25px;
  font-size: clamp(50px, 6vw, 80px);
  line-height: .72;
  font-weight: 700;
  letter-spacing: -.035em;
}
.hero h1 span {
  font-weight: 600;
  font-style: italic;
}
.edition-rule {
  width: min(440px, 90%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 13px;
  align-items: center;
  margin: 0 0 24px;
}
.edition-rule span { height: 1px; background: rgba(213,164,73,.75); }
.edition-rule b {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .18em;
}
.hero-title {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 600;
  font-style: italic;
}
.hero-copy {
  max-width: 560px;
  margin: 0;
  color: #dbc9b2;
  font-size: 14px;
  line-height: 1.75;
}

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  margin-top: 28px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Inter", Arial, sans-serif;
  font-style: italic;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.button span { transition: transform .28s ease; }
.button-primary {
  background: var(--rust);
  border: 1px solid var(--rust);
  color: #fff;
}
.button-light {
  background: var(--cream);
  border: 1px solid var(--cream);
  color: var(--ink);
}

/* Statement directly after hero */
.statement {
  position: relative;
  padding: 58px 0 0;
  background: var(--black);
  text-align: center;
  border-top: 1px solid rgba(213,164,73,.45);
  border-bottom: 1px solid rgba(213,164,73,.28);
  overflow: hidden;
}

.statement-inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 6vw 52px;
}
.statement p {
  margin: 0;
  font: 600 italic clamp(34px, 4vw, 54px)/1 "Cormorant Garamond", Georgia, serif;
}
.statement h2 {
  margin: 5px 0 0;
  color: var(--gold);
  font-size: clamp(42px, 5vw, 68px);
  line-height: .95;
  font-weight: 600;
  font-style: italic;
}
.statement-rule {
  width: 120px;
  height: 1px;
  margin: 25px auto 0;
  background: var(--gold);
}
.statement-photo {
  width: 100%;
  height: clamp(420px, 52vw, 650px);
  overflow: hidden;
}
.statement-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 52%;
}

/* History */
.section { padding: 110px 8vw; }
.history {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 720px;
  padding: 0;
  background: #000000;
  color: #ffffff;
}
.history-copy {
  padding: 110px 7vw 95px 8vw;
  align-self: center;
}
.history h2, .editions h2, .edition-2026 h2, .purchase h2 {
  margin: 0 0 30px;
  font-size: clamp(54px, 6vw, 82px);
  line-height: .88;
  font-weight: 600;
}
.history-copy p {
  max-width: 650px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.85;
}
.history-copy strong { color: #ffffff; }
.history-emphasis {
  margin: 24px 0;
  color: #ffffff !important;
  font-weight: 500;
}
.history .history-photo {
  min-height: 650px;
  overflow: hidden;
}
.history .history-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Editions */
.section-dark {
  background: var(--black-2);
  color: var(--cream);
}
.editions { padding: 105px 8vw 115px; }
.editions-top {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 7vw;
  align-items: start;
}
.editions-heading h2 { margin-bottom: 22px; }
.editions-intro {
  max-width: 470px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.gold { color: var(--gold); }
.editions-photo {
  overflow: hidden;
  background: transparent;
  max-height: 85vh;
  display: flex;
}
.editions-photo img {
 
  width: 100%;
  height: 100%;
  object-fit: contain;
 /* object-fit: contain;
  object-position: center 42%;*/
}
.editions-photo figcaption {
  padding: 9px 0 0;
  color: #867562;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Timeline desktop horizontal */
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 80px;
  padding-top: 34px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2%;
  right: 2%;
  height: 1px;
  background: linear-gradient(90deg, rgba(213,164,73,.35), var(--gold), rgba(213,164,73,.35));
}
.timeline-item { position: relative; }
.dot {
  position: absolute;
  top: -32px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--black-2);
}
.timeline-item.current .dot {
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(213,164,73,.10);
}
.year {
  display: block;
  margin-bottom: 15px;
  color: #e6c47d;
  font-size: 32px;
  font-weight: 600;
}
.timeline-item p {
  margin: 0;
  color: #bba995;
  font-size: 12px;
  line-height: 1.72;
}
.timeline-item small {
  display: block;
  margin-top: 11px;
  color: #7e6c5c;
  font-size: 8px;
  letter-spacing: .06em;
}
.timeline-item.current .year { color: var(--gold); }

/* Edition 2026 */
.edition-2026 {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 760px;
  background: var(--paper);
  color: var(--ink);
}
.edition-photo {
  overflow: hidden;
  min-height: 760px;
}
.edition-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.edition-copy {
  align-self: center;
  padding: 95px 8vw 85px 7vw;
}
.edition-copy p {
  color: #5b493e;
  font-size: 14px;
  line-height: 1.82;
}
.edition-copy strong { color: var(--ink); }
.edition-lead {
  margin-top: 0;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-style: italic !important;
  font-size: 23px !important;
  font-weight: 600;
  line-height: 1.35 !important;
  color: #3d291f !important;
}
.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 35px 0 6px;
  border-top: 1px solid #c8b79f;
}
.facts div {
  padding: 17px 18px 17px 0;
  border-bottom: 1px solid #c8b79f;
}
.facts div:nth-child(odd) { border-right: 1px solid #c8b79f; }
.facts div:nth-child(even) { padding-left: 18px; }
.facts dt {
  margin-bottom: 6px;
  color: #8a7564;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.facts dd {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  color: #2c1d16;
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #000;
}
.gallery figure {
  height: 540px;
  overflow: hidden;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Purchase */
.purchase {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}
.purchase-media, .purchase-overlay {
  position: absolute;
  inset: 0;
}
.purchase-media {
  background: url("assets/producto-horizontal.webp") center / cover no-repeat;
}
.purchase-overlay {
  background: linear-gradient(180deg, rgba(5,3,2,.45), rgba(5,3,2,.88));
}
.purchase-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 80px 7vw;
}
.purchase h2 {
  margin-bottom: 22px;
  font-weight: 500;
}
.purchase h2 em {
  color: var(--gold);
  font-weight: 600;
  font-style: italic;
}
.purchase-content > p {
  color: #d4c0a8;
  font-size: 14px;
}
.purchase small {
  display: block;
  margin-top: 18px;
  color: #a7927d;
  font-size: 8px;
}

/* footer*/
.site-footer {
  min-height: 190px;
  padding: 45px 6vw;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;

  background: #050403;
  border-top: 1px solid rgba(213, 164, 73, .35);
}

/* LOGO */

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-logo {
  width: 180px;
  height: auto;
}


/* REDES SOCIALES */

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.footer-social a {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(213, 164, 73, .65);
  border-radius: 50%;

  color: #d5a449;

  transition:
    transform .25s ease,
    background-color .25s ease,
    border-color .25s ease;
}

.footer-social svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}


/* LEGALES */

.footer-legal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;

  gap: 9px;

  text-align: right;
}

.footer-legal span {
  color: #d8c4a5;

  font-family: "Inter", Arial, sans-serif;
  font-style: italic;

  font-size: 10px;
  font-weight: 500;

  letter-spacing: .08em;
  line-height: 1.5;

  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {

  .footer-social a:hover {
    transform: translateY(-2px);

    background: rgba(213, 164, 73, .10);
    border-color: #d5a449;
  }

}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* Subtle hover animations — desktop/pointer devices only */
.photo-hover {
  position: relative;
  overflow: hidden;
}
.photo-hover img {
  transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .65s ease;
}
@media (hover: hover) and (pointer: fine) {
  .photo-hover:hover img {
    transform: scale(1.018);
    filter: brightness(1.035);
  }
  .button:hover,
  .nav-buy:hover {
    transform: translateY(-2px);
  }
  .button-primary:hover {
    background: var(--rust-hover);
    box-shadow: 0 10px 28px rgba(127,38,43,.18);
  }
  .button-light:hover {
    background: #fff7e9;
    box-shadow: 0 10px 28px rgba(0,0,0,.18);
  }
  .button:hover span { transform: translateX(3px); }
  .nav-buy {
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
  }
  .nav-buy:hover {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.70);
  }
}


@@media (min-width: 901px) {

  .site-header {
    position: absolute;
    z-index: 1000;

    background: rgba(5, 4, 3, .88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .hero {
    position: relative;

    min-height: 780px;
    height: min(940px, calc(100vh - 32px));

    display: flex;
    align-items: center;

    padding: 140px 8vw 70px;

    overflow: hidden;
  }

  .hero-media {
    position: absolute;
    inset: 0;

    background:
      url("assets/producto-horizontal.webp")
      center 54% / cover
      no-repeat;
  }

  .hero-content {
    position: relative;
    z-index: 2;

    width: min(650px, 52vw);
    margin-left: 0;

    transform: none;
  }

}

/* Tablet & Mobile */
@media (max-width: 900px) {
  .site-header {
    height: 74px;
    padding: 0 5vw;
  }
  .brand-logo img { width: 142px; }
  .menu-btn { display: flex; }

  .menu-btn[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  .menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-btn[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .site-header nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    padding: 25px 5vw 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    background: rgba(7,5,3,.98);
    border-top: 1px solid var(--line);
  }
  .site-header nav.open { display: flex; }

  .hero {
    position: relative;
    min-height: 760px;
    height: 92vh;
    padding: 0;
  }
   .hero-media {
    background-position: center center;
  }
  
  .hero-content {
    position: absolute;

    /* Zona negra izquierda */
    left: 5vw;
    top: 34%;

    width: 31%;
    max-width: 145px;

    margin: 0;
    padding: 0;

    transform: none;
    text-align: left;

    z-index: 3;
  }
  .hero h1 {
    margin: 0 0 14px;

    font-size: clamp(25px, 7vw, 34px);
    line-height: .86;

    word-break: normal;
    overflow-wrap: normal;
  }
    .hero h1 span {
    display: block;
  }
  
  .hero-title, .hero-copy { display: none; }

  .edition-rule {
    width: 100%;
    max-width: 140px;
    grid-template-columns: 1fr;
    margin: 0 0 18px;
  }

  .edition-rule span {
    display: none;
  }

  .edition-rule b {
    font-size: 7px;
    letter-spacing: .12em;
    white-space: nowrap;
  }

  .hero .button {
    width: auto;
    min-width: 0;
    max-width: 140px;
    min-height: 38px;
    margin-top: 14px;
    padding: 0 13px;
    font-size: 7px;
    letter-spacing: .07em;
    white-space: nowrap;
  }
  .statement { padding-top: 48px; }
  .statement-inner { padding-bottom: 42px; }
  .statement-photo {
    height: 58vh;
    min-height: 420px;
  }

  .history {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .history-copy { padding: 80px 7vw 65px; }
  .history .history-photo {
    min-height: 0;
    height: 60vh;
  }

  .editions { padding: 80px 7vw 90px; }
  .editions-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .editions-photo img {
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 65px;
    padding: 0 0 0 34px;
  }
  .timeline::before {
    top: 0;
    bottom: 0;
    left: 6px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--gold), rgba(213,164,73,.25));
  }
  .timeline-item { padding: 0 0 36px 22px; }
  .timeline-item:last-child { padding-bottom: 0; }
  .dot { top: 5px; left: -34px; }
  .year { margin-bottom: 8px; font-size: 30px; }

  .edition-2026 {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .edition-copy { padding: 75px 7vw 70px; }
  .edition-photo {
    min-height: 0;
    height: 70vh;
  }

  .gallery { grid-template-columns: 1fr; }
  .gallery figure {
    height: 62vh;
    min-height: 430px;
  }
  .purchase { min-height: 650px; }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 45px 7vw;
    justify-items: center;
    text-align: center;
  }
  .footer-brand { justify-content: center; }
  .footer-logo { width: 160px; }
  .footer-social { justify-content: center; }
  .footer-legal {
    align-items: center;
    text-align: center;
  }
  .footer-legal span { font-size: 9px; }
}

@media (max-width: 420px) {

  .hero-content {
    left: 4vw;
    top: 32%;

    width: 30%;
    max-width: 118px;
  }

  .hero h1 {
    font-size: 24px;
    line-height: .88;
  }

  .edition-rule b {
    font-size: 6.5px;
  }

  .hero .button {
    width: 145px;
    min-width: 145px;
    max-width: 145px;

    min-height: 42px;

    padding: 0 10px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 6.2px;
    letter-spacing: .03em;

    white-space: nowrap;
    text-align: center;
  }
  .hero .button span {
  margin-left: 4px;
  flex-shrink: 0;
}
}

/* Compact hero button on all screen sizes */
.hero .button {
  width: auto;
  min-width: 210px;
  max-width: max-content;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 520px) {
  .age-note { font-size: 8px; letter-spacing: .07em; }

  .hero {
    min-height: 700px;
    align-items: flex-end;
    padding-bottom: 85px;
  }
  .hero-media { background-position: 36% center; }
  /*.hero-content {
    width: 50%;
    margin-left: auto;
    margin-right: 1vw;
  }*/
  .hero-content {
    left: 4%;
    max-width: 50%; /* Le da un poco más de margen si es necesario */
  }

  .hero-content h1 {
    font-size: 1.5rem; /* Reduce el tamaño del título en celular si es muy grande */
  }
  .hero h1 {
    font-size: clamp(35px, 9.5vw, 48px);
    line-height: .83;
  }
  .hero .button {
    min-width: 0;
    width: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 9px;
  }

  .edition-rule { width: 100%; }
  .edition-rule b { font-size: 11px; }

  .statement p { font-size: 31px; }
  .statement h2 { font-size: 42px; }
  .statement-photo {
    min-height: 360px;
    height: 52vh;
  }

  .history h2, .editions h2, .edition-2026 h2, .purchase h2 {
    font-size: 48px;
  }
  .history .history-photo {
    min-height: 390px;
    height: 55vh;
  }

  .editions-photo img {
    aspect-ratio: auto;
    height: auto;
  }

  .edition-photo {
    min-height: 470px;
    height: 62vh;
  }
  .facts { grid-template-columns: 1fr; }
  .facts div,
  .facts div:nth-child(even) {
    padding: 15px 0;
    border-right: 0;
  }

  .gallery figure {
    min-height: 390px;
    height: 55vh;
  }

  .footer-logo { width: 150px; }
  .footer-phrase { font-size: 25px; }
}

/* Accessibility: honor reduced motion preferences */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
.btn-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: bold;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  
  /* Nuevas propiedades para alinear el ícono SVG */
  display: flex;
  align-items: center;
  gap: 8px; /* Espacio entre el ícono y el texto */
  transition: transform 0.2s ease-in-out; /* Efecto suave al pasar el mouse */
}

/* Efecto opcional al pasar el cursor */
.btn-whatsapp:hover {
  transform: scale(1.05); /* El botón crece ligeramente */
}