@charset "UTF-8";

/* =========================================
   NAV
   ========================================= */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 30px 60px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo img { height: 80px; filter: brightness(0) invert(1); opacity: 0.85; }
.nav-links { display: flex; gap: 42px; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.52); text-decoration: none;
  font-size: 14px; font-weight: 200; letter-spacing: 0.18em;
  text-transform: uppercase; transition: color 0.2s;
}
.nav-links a:hover { color: white; }
.nav-hbg { display: flex; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-hbg span { width: 24px; height: 1px; background: rgba(255,255,255,0.55); display: block; }

/* =========================================
   HERO
   ========================================= */
#hero {
  position: relative;
  height: 100vh; overflow: hidden;
  display: flex; align-items: flex-end;
}
.video-fondo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  filter: brightness(0.65) saturate(0.7);
}
.hero-vig {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to top, rgba(6,14,26,0.85) 0%, rgba(6,14,26,0.35) 40%, transparent 72%),
    linear-gradient(to bottom, rgba(6,14,26,0.45) 0%, transparent 22%);
}
.hero-body {
  position: relative; z-index: 2;
  width: 100%;
  padding: 0 7% 8%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hero-main { max-width: 70%; }
.hero-main h1 {
  font-family: 'Timeless Horizon', serif;
  font-size: clamp(3.2rem, 7.5vw, 8rem);
  font-weight: 300;
  color: white;
  line-height: 0.94;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.hero-main h1 em {
  font-style: italic;
  color: rgba(255,255,255,0.75);
  font-size: 0.82em;
}
.hero-main-meta {
  display: flex; align-items: center; gap: 32px;
}
.hero-eyebrow {
  font-size: 13px; font-weight: 200;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold);
}
.hero-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.2); }
.hero-desc {
  font-size: 16px; font-weight: 200;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
  max-width: 320px; line-height: 1.6;
}
.hero-side {
  display: flex; flex-direction: column;
  align-items: flex-end; gap: 18px;
  padding-bottom: 4px;
}
.hero-cta-btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 28px;
  border: 1px solid rgba(201,169,110,0.45);
  color: var(--gold);
  font-size: 13px; font-weight: 300;
  letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s;
}
.hero-cta-btn:hover { background: rgba(201,169,110,0.1); border-color: var(--gold); }
.hero-scroll-wrap {
  display: flex; flex-direction: column;
  align-items: center; gap: 10px;
  cursor: pointer;
}
.hero-scroll-wrap span {
  font-size: 12px; font-weight: 200;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  writing-mode: vertical-lr;
}
.hero-scroll-line { width: 1px; height: 44px; background: rgba(255,255,255,0.18); }

/* =========================================
   HERO PROMO BAR
   ========================================= */
.hero-promos-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  display: flex;
  border-top: 1px solid rgba(255,255,255,0.12);
  background: rgba(6,14,26,0.68);
  backdrop-filter: blur(14px);
}
.promo-bar-item {
  flex: 1;
  display: flex; align-items: center; gap: 18px;
  padding: 20px 28px;
  text-decoration: none;
  border-right: 1px solid rgba(255,255,255,0.08);
  transition: background 0.25s;
  overflow: hidden;
}
.promo-bar-item:last-child { border-right: none; }
.promo-bar-item:hover { background: rgba(255,255,255,0.07); }
.promo-bar-item img {
  width: 68px; height: 90px;
  object-fit: cover; border-radius: 6px; flex-shrink: 0;
  filter: brightness(0.85) saturate(0.88);
  transition: filter 0.25s, transform 0.3s;
}
.promo-bar-item:hover img { filter: brightness(1) saturate(1); transform: scale(1.04); }
.promo-bar-text { flex: 1; min-width: 0; }
.promo-bar-tag {
  font-family: 'Bendhoel', sans-serif;
  font-size: 12px; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 4px;
}
.promo-bar-name {
  font-family: 'Timeless Horizon', serif;
  font-size: 1.15rem; font-weight: 300;
  color: rgba(255,255,255,0.88);
  margin-bottom: 4px;
}
.promo-bar-detail {
  font-family: 'Bendhoel', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.38);
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promo-bar-arrow {
  color: rgba(255,255,255,0.22); font-size: 17px;
  flex-shrink: 0;
  transition: color 0.2s, transform 0.2s;
}
.promo-bar-item:hover .promo-bar-arrow { color: var(--gold); transform: translateX(3px); }

/* =========================================
   SERVICIOS - BANDAS
   ========================================= */
.banda {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}
.banda-img {
  position: relative; overflow: hidden;
}
.banda-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(0.72) saturate(0.75);
  transition: transform 0.7s, filter 0.5s;
}
.banda:hover .banda-img img {
  transform: scale(1.04);
  filter: brightness(0.85) saturate(1);
}
.banda-img-ov {
  position: absolute; inset: 0;
  background: rgba(6,14,26,0.25);
  transition: opacity 0.4s;
}
.banda:hover .banda-img-ov { opacity: 0; }
.banda-text {
  background: var(--dark);
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 64px 72px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.banda.reverse .banda-img { order: 2; }
.banda.reverse .banda-text { background: #0B1525; order: 1; }
.banda-num {
  font-family: 'Timeless Horizon', serif;
  font-size: 5rem; font-weight: 300;
  color: rgba(255,255,255,0.05);
  line-height: 1; margin-bottom: -16px;
}
.banda-tag {
  font-size: 12px; font-weight: 200;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.banda-title {
  font-family: 'Timeless Horizon', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300; color: var(--cream);
  line-height: 1.1; margin-bottom: 18px;
}
.banda-title em { font-style: italic; color: rgba(248,245,240,0.55); }
.banda-line { width: 36px; height: 1px; background: var(--gold); margin-bottom: 22px; }
.banda-desc {
  font-size: 18.5px; font-weight: 200;
  line-height: 1.8; color: rgba(248,245,240,0.45);
  max-width: 360px;
}

/* =========================================
   PROMOCIONES
   ========================================= */
#promociones {
  background: var(--navy);
  padding: 110px 7% 200px;
  position: relative;
  overflow: hidden;
}
.promos-hdr {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 60px;
}
.promos-hdr-left .eyebrow {
  font-size: 13px; font-weight: 200;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--pastel); margin-bottom: 10px;
}
.promos-hdr-left h2 {
  font-family: 'Timeless Horizon', serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 300; color: var(--cream);
  line-height: 1.0;
}
.promos-hdr-left h2 em { font-style: italic; color: rgba(248,245,240,0.5); }
.promos-hdr-right {
  display: flex; flex-direction: column;
  align-items: flex-end; gap: 18px;
}
.promos-hdr-right p {
  font-size: 16px; font-weight: 200;
  color: rgba(248,245,240,0.38);
  max-width: 280px; text-align: right; line-height: 1.7;
}
.promos-hdr-right a {
  font-size: 13px; font-weight: 200;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  border-bottom: 1px solid rgba(201,169,110,0.3);
  padding-bottom: 2px; transition: border-color 0.2s;
}
.promos-hdr-right a:hover { border-color: var(--gold); }

/* --- Promo cards grid --- */
.promos-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.promo-wrapper { position: relative; }
.promo-wrapper:hover { z-index: 10; }
.promo-card {
  position: relative; overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 3/4;
  text-decoration: none; display: block;
  cursor: pointer; width: 100%;
}
.promo-card img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(0.65) saturate(0.7);
  transition: transform 0.6s, filter 0.45s;
}
.promo-card:hover img { transform: scale(1.08); filter: brightness(0.85) saturate(1); }
.promo-grad {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,14,26,0.9) 0%, rgba(6,14,26,0.2) 55%, transparent 75%);
}
.promo-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 40px 22px 24px;
}
.promo-tag {
  font-size: 11px; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 7px;
}
.promo-name {
  font-family: 'Timeless Horizon', serif;
  font-size: 1.4rem; font-weight: 300;
  color: white; margin-bottom: 6px; line-height: 1.15;
}
.promo-detail {
  font-size: 14px; font-weight: 200;
  color: rgba(255,255,255,0.42); line-height: 1.5;
}
.promo-arrow-badge {
  position: absolute; top: 16px; right: 16px;
  width: 34px; height: 34px;
  border: 1px solid rgba(201,169,110,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 16px;
  opacity: 0; transform: scale(0.85);
  transition: opacity 0.3s, transform 0.3s;
}
.promo-card:hover .promo-arrow-badge { opacity: 1; transform: scale(1); }

/* --- Hover panel slides down below card --- */
.promo-hover-panel {
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: rgba(0,15,50,0.96);
  backdrop-filter: blur(8px);
  display: flex; flex-direction: column;
  align-items: center;
  padding: 18px 20px 20px;
  opacity: 0;
  transform: translateY(-22px);
  transition: opacity 0.45s ease, transform 0.52s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 0 0 14px 14px;
  pointer-events: none;
}
.promo-wrapper:hover .promo-hover-panel {
  opacity: 1; transform: translateY(0); pointer-events: auto;
}
.php-tag {
  font-family: "Bendhoel", sans-serif;
  font-size: 11px; letter-spacing: 0.26em;
  text-transform: uppercase; color: #C9A96E;
  margin-bottom: 5px;
}
.php-title {
  font-family: "Timeless Horizon", serif;
  font-size: 1.05rem; color: white;
  text-align: center; margin-bottom: 9px;
  letter-spacing: 0.03em; font-weight: 300;
}
.php-divider { width: 28px; height: 1px; background: rgba(201,169,110,0.45); margin-bottom: 9px; }
.php-list { list-style: none; padding: 0; margin: 0; text-align: center; width: 100%; }
.php-list li {
  font-family: "Bendhoel", sans-serif;
  font-size: 13.5px; color: rgba(255,255,255,0.68);
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  letter-spacing: 0.03em;
}
.php-list li:last-child { border-bottom: none; }
.php-cta {
  display: inline-block; margin-top: 12px;
  padding: 6px 18px;
  border: 1px solid rgba(201,169,110,0.45);
  color: #C9A96E;
  font-family: "Bendhoel", sans-serif;
  font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase; text-decoration: none;
  transition: background 0.2s;
}
.php-cta:hover { background: rgba(201,169,110,0.15); }

/* =========================================
   CONTACTO
   ========================================= */
#contacto {
  background: var(--dark);
  padding: 130px 7%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.ctc-eyebrow {
  font-size: 13px; font-weight: 200;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.ctc-h {
  font-family: 'Timeless Horizon', serif;
  font-size: clamp(3rem, 6vw, 6rem); font-weight: 300;
  color: var(--cream); line-height: 0.96;
  margin-bottom: 30px;
}
.ctc-h em { font-style: italic; color: rgba(248,245,240,0.45); }
.ctc-line { width: 40px; height: 1px; background: var(--gold); margin-bottom: 28px; }
.ctc-desc {
  font-size: 17px; font-weight: 200;
  line-height: 1.85; color: rgba(248,245,240,0.42);
  margin-bottom: 36px; max-width: 380px;
}
.ctc-tel { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; }
.ctc-tel img { height: 28px; filter: brightness(0) invert(1); opacity: 0.6; }
.ctc-tel-num {
  font-family: 'Timeless Horizon', serif;
  font-size: 1.8rem; font-weight: 300;
  color: var(--cream); letter-spacing: 0.04em;
}
.ctc-redes { display: flex; gap: 16px; margin-bottom: 40px; }
.ctc-redes a img { height: 28px; opacity: 0.38; transition: opacity 0.2s; }
.ctc-redes a img:hover { opacity: 0.8; }
.btn-gold {
  display: inline-block; padding: 15px 40px;
  background: var(--gold); color: var(--dark);
  font-size: 13px; font-weight: 400;
  letter-spacing: 0.22em; text-transform: uppercase;
  text-decoration: none; transition: background 0.2s;
}
.btn-gold:hover { background: #E8C98A; }
.btn-outline-w {
  display: inline-block; margin-left: 12px;
  padding: 15px 28px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.4);
  font-size: 13px; font-weight: 200;
  letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none; transition: border-color 0.2s, color 0.2s;
}
.btn-outline-w:hover { border-color: rgba(255,255,255,0.35); color: rgba(255,255,255,0.65); }
.ctc-right { display: flex; justify-content: center; }
.qr-box {
  display: flex; flex-direction: column;
  align-items: center; gap: 16px;
  padding: 28px 32px;
  border: 1px solid rgba(201,169,110,0.18);
}
.qr-box img { width: 155px; height: 155px; object-fit: cover; display: block; }
.qr-box-line { width: 32px; height: 1px; background: rgba(201,169,110,0.35); }
.qr-box-cap {
  font-size: 13px; font-weight: 200;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
}

/* =========================================
   FOOTER
   ========================================= */
footer {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 28px 7%;
  display: flex; justify-content: space-between; align-items: center;
}
footer img { height: 24px; filter: brightness(0) invert(1); opacity: 0.4; }
footer p { font-size: 13px; font-weight: 200; letter-spacing: 0.1em; color: rgba(255,255,255,0.25); }
footer a {
  font-size: 13px; font-weight: 200;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s;
}
footer a:hover { color: var(--gold); }

/* =========================================
   RESPONSIVE - TABLET  (max-width: 900px)
   ========================================= */
@media (max-width: 900px) {

  /* Nav */
  nav { padding: 20px 28px; }
  .nav-links { gap: 24px; }
  .nav-links a { font-size: 12px; letter-spacing: 0.12em; }

  /* Hero */
  .hero-body {
    padding: 0 6% 10%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
  }
  .hero-main { max-width: 100%; }
  .hero-side { flex-direction: row; align-items: center; gap: 24px; }

  /* Hero promo bar - horizontal scroll */
  .hero-promos-bar { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .hero-promos-bar::-webkit-scrollbar { display: none; }
  .promo-bar-item { min-width: 240px; flex: 0 0 240px; }

  /* Bandas - single column */
  .banda { grid-template-columns: 1fr; min-height: auto; }
  .banda-img { min-height: 300px; }
  .banda.reverse .banda-img { order: 0; }
  .banda.reverse .banda-text { order: 1; background: var(--dark); }
  .banda-text { padding: 48px 40px; }

  /* Promos - 2 columns */
  .promos-row { grid-template-columns: repeat(2, 1fr); }
  #promociones { padding: 80px 6% 160px; }
  .promos-hdr { flex-direction: column; gap: 24px; }
  .promos-hdr-right { align-items: flex-start; }
  .promos-hdr-right p { text-align: left; max-width: 100%; }

  /* Contact - single column */
  #contacto { grid-template-columns: 1fr; gap: 48px; padding: 80px 6%; }
  .ctc-right { justify-content: flex-start; }

  /* Footer */
  footer { flex-direction: column; gap: 14px; text-align: center; padding: 28px 6%; }
}

/* =========================================
   RESPONSIVE - MOBILE  (max-width: 540px)
   ========================================= */
@media (max-width: 540px) {

  /* Nav - hide links */
  nav { padding: 18px 20px; }
  .nav-links { display: none; }

  /* Hero */
  .hero-body { padding: 0 5% 230px; }
  .hero-main-meta { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hero-divider { display: none; }
  .hero-desc { max-width: 100%; font-size: 14px; }
  .hero-side { display: none; }

  /* Hero promo bar - 2x2 grid */
  .hero-promos-bar { flex-wrap: wrap; overflow-x: hidden; }
  .promo-bar-item {
    min-width: 50%; flex: 0 0 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 14px 16px; gap: 12px;
  }
  .promo-bar-item:nth-child(odd)  { border-right: 1px solid rgba(255,255,255,0.08); }
  .promo-bar-item:nth-child(3),
  .promo-bar-item:nth-child(4)    { border-bottom: none; }
  .promo-bar-item img { width: 56px; height: 38px; }
  .promo-bar-name { font-size: 0.95rem; }
  .promo-bar-detail { font-size: 11px; }

  /* Bandas */
  .banda-img { min-height: 240px; }
  .banda-text { padding: 32px 20px; }
  .banda-num { font-size: 3.5rem; }
  .banda-desc { font-size: 15px; max-width: 100%; }

  /* Promos */
  .promos-row { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  #promociones { padding: 56px 5% 100px; }
  .promo-name { font-size: 1.1rem; }

  /* Hover panel - always visible on touch devices */
  .promo-hover-panel {
    position: static;
    opacity: 1; transform: none;
    pointer-events: auto;
    border-radius: 0 0 14px 14px;
    padding: 12px 14px 14px;
  }
  .promo-wrapper:hover .promo-hover-panel { transform: none; }
  .php-list li { font-size: 11px; }
  .php-title { font-size: 0.9rem; }
  .php-cta { font-size: 10px; padding: 5px 12px; margin-top: 8px; }

  /* Contact */
  #contacto { padding: 56px 5%; gap: 36px; }
  .ctc-right { display: none; }
  .ctc-desc { font-size: 15px; }
  .btn-gold { font-size: 11px; padding: 13px 20px; }
  .btn-outline-w { font-size: 11px; padding: 13px 20px; margin-left: 0; margin-top: 10px; display: block; }

  /* Footer */
  footer { padding: 22px 5%; }
  footer img { height: 20px; }
}
