:root {
  --dark:#080605;
  --dark2:#120c0b;
  --cream:#fff7ed;
  --paper:#f5ede0;
  --ink:#211915;
  --gold:#f2d69a;
  --gold2:#c9a96e;
  --red:#b5352a;
  --wine:#7f211c;
  --muted:rgba(255,247,237,.72);
  --line:rgba(242,214,154,.18)
}
* {
  box-sizing:border-box;
  margin:0;
  padding:0
}
html {
  scroll-behavior:smooth
}
body {
  background:var(--dark);
  color:var(--cream);
  overflow-x:hidden
}
a {
  color:inherit;
  text-decoration:none
}
img {
  display:block;
  width:100%
}
.container {
  width:min(1160px,calc(100% - 36px));
  margin:auto
}
.nav {
  position:fixed;
  inset:0 0 auto;
  z-index:50;
  background:transparent!important;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
  border-bottom:1px solid transparent!important;
  transition:background-color .24s ease,border-color .24s ease,backdrop-filter .24s ease
}
.nav.scrolled {
  background:rgba(8,6,5,.78)!important;
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  border-bottom-color:rgba(242,214,154,.10)!important
}
.nav-inner {
  width:min(1160px,calc(100% - 36px));
  min-height:56px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px
}
.nav-links {
  display:flex;
  gap:20px;
  align-items:center;
  font-size:10px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,247,237,.72)
}
.nav-links a:hover {
  color:var(--gold)
}
.menu-toggle {
  display:none;
  background:transparent;
  color:var(--cream);
  border:1px solid var(--line);
  border-radius:999px;
  padding:9px 13px;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase
}
.eyebrow,.kicker {
  color:var(--gold);
  font-size:10px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase
}
.section-actions {
  display:flex;
  flex-wrap:wrap;
  gap:11px;
  margin-top:30px
}
.btn {
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 21px;
  border:1px solid rgba(242,214,154,.32)!important;
  border-radius:999px!important;
  font-size:10px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase
}
.btn-red {
  background:linear-gradient(135deg,var(--red),var(--wine))!important;
  color:#fff
}
.btn-gold {
  color:var(--gold)!important;
  background:rgba(242,214,154,.05)!important
}
section {
  padding:clamp(76px,8.5vw,118px) 0;
  border-top:1px solid var(--line)!important
}
.section-head {
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:40px;
  align-items:start;
  margin-bottom:40px
}
.section-head>* {
  min-width:0
}
.section-title {
  font-size:clamp(46px,6.6vw,88px);
  line-height:.94;
  letter-spacing:-.018em;
  text-transform:uppercase
}
.lead {
  margin-top:16px;
  color:var(--muted);
  font-size:clamp(17px,1.9vw,22px);
  max-width:780px
}
.spectacles {
  background:linear-gradient(180deg,#100c0a,#080605)
}
.show-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}
.show-card {
  overflow:hidden;
  border:1px solid var(--line)!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,rgba(26,20,16,.96),rgba(12,9,8,.96))!important;
  box-shadow:0 26px 78px rgba(0,0,0,.28)!important;
  display:flex;
  flex-direction:column
}
.show-media {
  height:320px;
  overflow:hidden;
  background:#0c0908
}
.show-media img {
  height:100%;
  object-fit:cover
}
.portrait-strip {
  height:100%;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:1px;
  background:rgba(242,214,154,.12)
}
.portrait-strip img {
  height:100%;
  object-fit:cover;
  background:#100c0a
}
.show-card.tango .show-media img {
  object-position:center 28%
}
.show-body {
  padding:30px;
  display:flex;
  flex-direction:column;
  flex:1
}
.show-type {
  color:var(--gold);
  font-size:9px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase
}
.show-card h3 {
  font-size:clamp(38px,4.5vw,60px);
  line-height:.94;
  letter-spacing:-.01em;
  text-transform:uppercase;
  margin-top:14px
}
.show-card p {
  margin:16px 0 26px;
  color:var(--muted);
  font-size:14px;
  max-width:560px
}
.show-card .btn {
  margin-top:auto;
  width:max-content
}
.identity {
  background:radial-gradient(circle at 0% 50%,rgba(181,53,42,.12),transparent 28%),linear-gradient(180deg,#080605,#110c0a)
}
.identity-grid {
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:64px;
  align-items:center
}
.identity-visual {
  height:auto;
  max-height:650px;
  aspect-ratio:4/5;
  border-radius:2px;
  overflow:hidden;
  background:#100c0a
}
.identity-visual img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 48%
}
.identity-copy h2 {
  max-width:760px;
  font-size:clamp(48px,5.3vw,76px);
  line-height:.94;
  letter-spacing:-.018em;
  text-transform:uppercase;
  margin:16px 0 24px
}
.identity-copy p {
  color:var(--muted);
  font-size:17px;
  max-width:690px
}
.identity-copy p+p {
  margin-top:16px
}
.identity-show {
  color:var(--cream);
  font-weight:500
}
.instrument-line {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px
}
.instrument-line span {
  padding:8px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--gold);
  font-size:9px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase
}
.identity-meta {
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.identity-meta strong {
  display:block;
  font-family:var(--serif);
  font-size:24px;
  font-weight:400
}
.identity-meta span {
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:11px
}
.current-video {
  background:linear-gradient(180deg,#0e0a09,#080605)
}
.video-grid {
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:42px;
  align-items:center
}
.video-copy h2 {
  font-size:clamp(48px,6vw,82px);
  line-height:.94;
  letter-spacing:-.018em;
  text-transform:uppercase;
  margin:15px 0 22px
}
.video-copy p {
  color:var(--muted);
  font-size:15px
}
.video-wrap {
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  background:#000;
  box-shadow:0 30px 90px rgba(0,0,0,.38)
}
.video-wrap iframe {
  display:block;
  width:100%;
  aspect-ratio:16/9;
  border:0
}
.video-caption {
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:16px 20px;
  background:#100c0a;
  color:rgba(255,247,237,.58);
  font-size:11px
}
.video-caption strong {
  color:var(--cream);
  font-weight:600
}
.av-journey {
  background:radial-gradient(circle at 88% 0%,rgba(181,53,42,.12),transparent 28%),linear-gradient(180deg,#080605,#100c0a)
}
.journey-head {
  max-width:900px;
  margin-bottom:42px
}
.journey-head h2 {
  font-size:clamp(52px,7vw,92px);
  line-height:.94;
  letter-spacing:-.018em;
  text-transform:uppercase;
  margin:14px 0 20px
}
.journey-head p {
  color:var(--muted);
  font-size:18px
}
.av-list {
  position:relative;
  display:grid;
  gap:16px
}
.av-list::before {
  content:"";
  position:absolute;
  left:80px;
  top:0;
  bottom:0;
  width:1px;
  background:linear-gradient(var(--gold),rgba(242,214,154,.08))
}
.av-item {
  position:relative;
  display:grid;
  grid-template-columns:62px 220px 1fr;
  gap:28px;
  align-items:center;
  padding:18px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,247,237,.025)
}
.av-year {
  font-family:var(--serif);
  font-size:24px;
  color:var(--gold);
  text-align:center;
  position:relative;
  z-index:1;
  background:var(--dark)
}
.av-thumb {
  aspect-ratio:16/9;
  border-radius:16px;
  overflow:hidden;
  background:#000
}
.av-thumb img {
  height:100%;
  object-fit:cover
}
.av-content span {
  display:block;
  color:var(--gold);
  font-size:9px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:6px
}
.av-content h3 {
  font-family:var(--serif);
  font-size:32px;
  font-weight:500;
  letter-spacing:-.01em;
  line-height:.94
}
.av-content p {
  margin-top:8px;
  color:var(--muted);
  font-size:13px
}
.av-item:hover {
  border-color:rgba(242,214,154,.42);
  transform:translateY(-2px)
}
.milestones {
  background:var(--paper)!important;
  color:var(--ink)
}
.milestones .kicker {
  color:var(--wine)
}
.milestones .section-title {
  color:var(--ink)
}
.milestones .lead {
  color:#675a53
}
.milestone-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}
.milestone {
  padding:24px;
  border:1px solid rgba(127,33,28,.16)!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.24)!important;
  box-shadow:none!important
}
.milestone strong {
  display:block;
  font-family:var(--serif);
  font-size:34px;
  font-weight:400;
  color:var(--wine)
}
.milestone span {
  display:block;
  margin-top:7px;
  color:#685a53;
  font-size:13px;
  line-height:1.48
}
.choice {
  background:linear-gradient(180deg,#100c0a,#080605);
  text-align:center
}
.choice h2 {
  font-size:clamp(52px,7vw,94px);
  line-height:.94;
  letter-spacing:-.018em;
  text-transform:uppercase;
  max-width:940px;
  margin:0 auto
}
.choice> .container>p {
  max-width:720px;
  margin:22px auto 0;
  color:var(--muted);
  font-size:18px
}
.choice-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:36px
}
.choice-card {
  padding:30px;
  border:1px solid var(--line)!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(181,53,42,.12),rgba(255,247,237,.025))!important;
  box-shadow:none!important;
  text-align:left
}
.choice-card h3 {
  font-family:var(--serif);
  font-size:38px;
  font-weight:500;
  letter-spacing:-.01em;
  line-height:.94;
  text-transform:uppercase
}
.choice-card p {
  margin:12px 0 22px;
  color:var(--muted);
  font-size:13px
}
.programming {
  text-align:center;
  background:radial-gradient(circle at 50% 0%,rgba(181,53,42,.16),transparent 36%),#080605
}
.programming h2 {
  font-size:clamp(50px,6.8vw,88px);
  line-height:.94;
  letter-spacing:-.018em;
  text-transform:uppercase
}
.programming p {
  max-width:760px;
  margin:20px auto 0;
  color:var(--muted);
  font-size:17px
}
.programming .section-actions {
  justify-content:center
}
.footer {
  padding:30px 0;
  border-top:1px solid var(--line);
  color:rgba(255,247,237,.48);
  font-size:11px
}
.footer .container {
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap
}
.footer-links {
  display:flex;
  flex-wrap:wrap;
  gap:14px
}
.footer a:hover {
  color:var(--gold)
}
@media(max-width:980px) {
  .nav-links {
    display:none
  }
  .menu-toggle {
    display:block
  }
  .nav.open .nav-links {
    display:grid;
    position:absolute;
    top:62px;
    left:18px;
    right:18px;
    padding:12px;
    background:rgba(8,6,5,.98);
    border:1px solid var(--line);
    border-radius:20px
  }
  .nav.open .nav-links a {
    padding:12px
  }
  .section-head,.identity-grid,.video-grid {
    grid-template-columns:1fr
  }
  .show-grid,.choice-grid {
    grid-template-columns:1fr
  }
  .identity-visual {
    height:clamp(460px,68vw,620px);
    max-height:none;
    aspect-ratio:auto
  }
  .milestone-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .av-item {
    grid-template-columns:54px 180px 1fr
  }
  .av-list::before {
    left:72px
  }
}
@media(max-width:680px) {
  .container,.nav-inner {
    width:min(100% - 24px,1160px)
  }
  .section-actions .btn,.show-card .btn {
    width:100%
  }
  .show-media {
    height:240px
  }
  .identity-visual {
    height:480px
  }
  .identity-copy h2 {
    font-size:clamp(42px,13vw,54px);
    line-height:.9
  }
  .identity-meta {
    grid-template-columns:1fr
  }
  .video-caption {
    flex-direction:column
  }
  .av-list {
    gap:12px
  }
  .av-list::before {
    left:31px
  }
  .av-item {
    grid-template-columns:44px 1fr;
    gap:14px;
    padding:14px
  }
  .av-year {
    font-size:18px
  }
  .av-thumb {
    grid-column:2
  }
  .av-content {
    grid-column:2
  }
  .av-content h3 {
    font-size:28px
  }
  .milestone-grid {
    grid-template-columns:1fr
  }
  .choice-grid {
    grid-template-columns:1fr
  }
  .footer .container {
    display:grid
  }
  .footer-links {
    gap:10px
  }
  section {
    padding:68px 0
  }
}
@media(prefers-reduced-motion:no-preference) {
  .show-card,.av-item,.milestone,.choice-card {
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease
  }
  .show-card:hover,.choice-card:hover {
    transform:translateY(-4px);
    border-color:rgba(242,214,154,.4)!important;
    box-shadow:0 30px 88px rgba(0,0,0,.34)!important
  }
}

/* Etapa 5 · Presentación de los dos espectáculos en el Home */
.spectacles{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 12%,rgba(181,53,42,.13),transparent 24%),
    radial-gradient(circle at 88% 88%,rgba(242,214,154,.08),transparent 26%),
    linear-gradient(180deg,#100c0a 0%,#080605 100%)!important;
}
.spectacles .section-head{
  margin-bottom:48px;
}
.spectacles .section-title{
  max-width:900px;
}
.show-grid{
  gap:22px!important;
  align-items:stretch;
}
.show-card{
  position:relative;
  min-height:100%;
  overflow:hidden;
  border-radius:30px!important;
  background:#0d0908!important;
}
.show-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:3;
  border-radius:inherit;
  border:1px solid rgba(242,214,154,.10);
}
.show-card-las4{
  background:linear-gradient(145deg,rgba(92,27,22,.34),rgba(12,9,8,.98))!important;
}
.show-card-tango{
  background:linear-gradient(145deg,rgba(73,18,22,.42),rgba(10,8,8,.98))!important;
}
.show-media-link{
  position:relative;
  display:block;
  height:410px;
  overflow:hidden;
  background:#090706;
}
.show-media-link img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease,filter .55s ease;
}
.show-card-las4 .show-media-link img{
  object-position:center 45%;
}
.show-card-tango .show-media-link img{
  object-position:60% 52%;
}
.show-media-link::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(8,6,5,.02) 36%,rgba(8,6,5,.78) 100%);
}
.show-media-topline{
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  top:18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.show-number,.show-format{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 10px;
  border:1px solid rgba(255,247,237,.22);
  border-radius:999px;
  background:rgba(8,6,5,.58);
  backdrop-filter:blur(10px);
  color:rgba(255,247,237,.82);
  font-size:8px;
  font-weight:600;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.show-number{
  color:var(--gold);
}
.show-body{
  padding:30px 30px 32px!important;
}
.show-facts{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:18px;
}
.show-facts span{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  border:1px solid rgba(242,214,154,.14);
  color:rgba(255,247,237,.58);
  font-size:8px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.show-card h3{
  max-width:560px;
  font-size:clamp(42px,4.8vw,66px);
  line-height:.94;
  margin:0!important;
}
.show-card .show-description{
  margin:18px 0 0!important;
  max-width:590px;
  color:rgba(255,247,237,.72)!important;
  font-size:15px;
  line-height:1.65;
}
.show-concept{
  margin-top:18px;
  padding-top:17px;
  border-top:1px solid rgba(242,214,154,.13);
  font-family:var(--serif);
  font-size:23px;
  line-height:1.12;
  color:var(--gold);
}
.show-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:13px 18px;
  margin-top:26px;
}
.show-actions .btn{
  margin-top:0!important;
  width:auto!important;
}
.show-secondary-link{
  color:rgba(255,247,237,.62);
  font-size:9px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.show-secondary-link:hover{
  color:var(--gold);
}
.show-card:hover .show-media-link img{
  transform:scale(1.025);
  filter:brightness(1.04);
}

/* Apertura responsive · jerarquía, rendimiento y movimiento accesible */
.skip-link{
  position:fixed;
  top:8px;
  left:8px;
  z-index:100;
  padding:10px 14px;
  border-radius:999px;
  background:var(--cream);
  color:var(--dark);
  font-size:11px;
  font-weight:600;
  transform:translateY(-160%);
  transition:transform .2s ease;
}
.skip-link:focus{
  transform:translateY(0);
}
.nav-inner{
  justify-content:space-between;
}
.nav-brand{
  color:rgba(255,247,237,.84);
  font-family:var(--font-display);
  font-size:21px;
  font-weight:500;
  letter-spacing:.01em;
  line-height:1;
  transition:color .2s ease,opacity .2s ease;
}
.nav:not(.scrolled) .nav-brand{
  opacity:.72;
}
.nav-brand:hover{
  color:var(--gold);
}
.menu-toggle{
  min-height:44px;
}
:where(a,button):focus-visible{
  outline:2px solid var(--gold);
  outline-offset:4px;
}
.hero-opening{
  position:relative;
  display:flex;
  min-height:100vh;
  min-height:100svh;
  padding:clamp(86px,10vh,120px) clamp(28px,4.5vw,72px) clamp(30px,5vh,54px);
  overflow:clip;
  isolation:isolate;
  border:0!important;
  background:
    radial-gradient(circle at 76% 34%,rgba(181,53,42,.15),transparent 28%),
    radial-gradient(circle at 18% 78%,rgba(242,214,154,.07),transparent 24%),
    linear-gradient(135deg,#080605 0%,#0d0807 58%,#080605 100%)!important;
}
.hero-opening::before{
  content:"";
  position:absolute;
  display:block!important;
  z-index:0;
  width:min(48vw,720px);
  aspect-ratio:1;
  right:clamp(-180px,-7vw,-60px);
  top:50%;
  border:1px solid rgba(242,214,154,.1);
  border-radius:50%;
  background:radial-gradient(circle,rgba(181,53,42,.12),rgba(181,53,42,.025) 48%,transparent 70%);
  transform:translateY(-50%);
  pointer-events:none;
}
.hero-opening::after{
  content:"";
  position:absolute;
  z-index:0;
  top:0;
  bottom:0;
  left:52%;
  width:1px;
  background:linear-gradient(transparent,rgba(242,214,154,.12) 28%,rgba(181,53,42,.22) 68%,transparent);
  pointer-events:none;
}
.hero-opening-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  align-items:center;
  gap:clamp(30px,5vw,78px);
  width:min(1320px,100%);
  min-height:calc(100svh - clamp(150px,17vh,210px));
  margin:0 auto;
}
.hero-copy{
  position:relative;
  z-index:2;
  justify-self:start;
  width:100%;
  max-width:570px;
}
.hero-title{
  max-width:100%;
  margin:0;
  color:var(--cream);
  font-family:var(--font-display);
  font-size:clamp(78px,7.5vw,122px);
  font-weight:400;
  line-height:.82;
  letter-spacing:-.03em;
  text-align:left;
  text-transform:uppercase;
  text-shadow:none;
}
.hero-title .hero-word{
  display:block;
  width:max-content;
  max-width:100%;
}
.hero-title .hero-word-piazzolla{
  color:var(--cream);
}
.hero-title .hero-mente{
  color:var(--red);
}
.hero-context{
  margin:24px 0 0;
  color:rgba(255,247,237,.62);
  font-family:var(--font-sans);
  font-size:10px;
  font-weight:600;
  line-height:1.5;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.hero-show-links{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  margin-top:24px;
  border-bottom:1px solid rgba(242,214,154,.22);
}
.hero-show-links a{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 22px;
  align-items:center;
  gap:12px;
  min-height:58px;
  padding:12px 2px;
  border-top:1px solid rgba(242,214,154,.22);
  color:rgba(255,247,237,.88);
  transition:color .24s ease,border-color .24s ease,transform .24s ease;
}
.hero-link-index{
  color:var(--gold2);
  font-family:var(--font-sans);
  font-size:9px;
  font-weight:600;
  letter-spacing:.14em;
}
.hero-link-title{
  font-family:var(--font-display);
  font-size:clamp(21px,1.65vw,25px);
  font-weight:500;
  line-height:1.05;
  letter-spacing:-.01em;
}
.hero-link-arrow{
  color:var(--red);
  font-family:var(--font-sans);
  font-size:17px;
  transition:transform .24s ease,color .24s ease;
}
.hero-photo{
  position:relative;
  display:grid;
  place-items:center;
  align-self:stretch;
  min-width:0;
  min-height:440px;
  margin:0;
}
.hero-photo::before{
  content:"";
  position:absolute;
  width:min(84%,630px);
  aspect-ratio:.8;
  border:1px solid rgba(242,214,154,.13);
  border-radius:50%;
  background:radial-gradient(circle at 52% 45%,rgba(181,53,42,.16),rgba(8,6,5,.02) 62%,transparent 72%);
  transform:rotate(8deg);
}
.hero-photo img{
  position:relative;
  z-index:1;
  display:block;
  width:auto;
  height:min(76vh,780px);
  height:min(76svh,780px);
  max-height:100%;
  max-width:100%;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 32px 38px rgba(0,0,0,.42));
}
.hero-scroll{
  position:absolute;
  left:0;
  bottom:0;
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:rgba(255,247,237,.48);
  font-size:8px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.hero-scroll-line{
  position:relative;
  display:block;
  width:54px;
  height:1px;
  overflow:hidden;
  background:rgba(242,214,154,.18);
}
.hero-scroll-line::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  transform:translateX(-100%);
}
.group-intro{
  padding:clamp(72px,7vw,100px) 0!important;
  background:linear-gradient(180deg,#080605 0%,#100a09 100%)!important;
}
.group-intro .container{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(48px,6vw,88px);
  width:min(1120px,calc(100% - 48px));
  align-items:start;
}
.group-intro p{
  margin:0;
  font-family:var(--font-sans);
  font-size:clamp(20px,calc(2.5vw - 4px),32px);
  font-weight:300;
  line-height:1.38;
  letter-spacing:-.01em;
  color:rgba(255,247,237,.84);
}
.group-intro strong{
  color:rgba(242,214,154,.92);
  font-weight:500;
}

@media(hover:hover){
  .hero-show-links a:hover{
    color:var(--gold);
    border-top-color:rgba(181,53,42,.72);
    transform:translateX(4px);
  }
  .hero-show-links a:hover .hero-link-arrow{
    color:var(--gold);
    transform:translate(2px,-2px);
  }
}

@keyframes hero-rise{
  from{opacity:0;transform:translateY(28px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes hero-photo-enter{
  from{opacity:0;transform:translate3d(28px,12px,0) scale(.985)}
  to{opacity:1;transform:translate3d(0,0,0) scale(1)}
}
@keyframes hero-line-travel{
  0%{transform:translateX(-100%)}
  55%,100%{transform:translateX(100%)}
}
@media(prefers-reduced-motion:no-preference){
  .hero-word-piazzolla{animation:hero-rise .78s cubic-bezier(.22,.72,.16,1) .08s backwards}
  .hero-mente{animation:hero-rise .78s cubic-bezier(.22,.72,.16,1) .2s backwards}
  .hero-context{animation:hero-rise .68s cubic-bezier(.22,.72,.16,1) .38s backwards}
  .hero-show-links a:first-child{animation:hero-rise .68s cubic-bezier(.22,.72,.16,1) .5s backwards}
  .hero-show-links a:last-child{animation:hero-rise .68s cubic-bezier(.22,.72,.16,1) .6s backwards}
  .hero-photo{animation:hero-photo-enter 1s cubic-bezier(.22,.72,.16,1) .18s backwards}
  .hero-scroll{animation:hero-rise .6s ease .8s backwards}
  .hero-scroll-line::after{animation:hero-line-travel 2.4s ease-in-out 1.2s infinite}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

@media(max-width:1100px){
  .hero-opening{padding-inline:clamp(24px,3.5vw,44px)}
  .hero-opening-inner{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(24px,3.5vw,44px)}
  .hero-title{font-size:clamp(72px,8.6vw,98px)}
  .hero-photo img{height:min(68svh,690px)}
}

@media(max-width:980px){
  .show-media-link{height:380px}
}

@media(max-width:860px){
  .hero-opening{
    min-height:100svh;
    padding:82px 20px 24px;
  }
  .hero-opening::before{
    width:min(84vw,650px);
    right:-28vw;
    top:65%;
  }
  .hero-opening::after{
    top:54%;
    right:20px;
    bottom:auto;
    left:20px;
    width:auto;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(242,214,154,.1),transparent);
  }
  .hero-opening-inner{
    grid-template-columns:1fr;
    grid-template-rows:auto minmax(270px,1fr) auto;
    align-items:center;
    gap:20px;
    width:min(620px,100%);
    min-height:calc(100svh - 106px);
  }
  .hero-copy{
    justify-self:center;
    max-width:560px;
  }
  .hero-title{
    font-size:clamp(58px,14.4vw,86px);
  }
  .hero-photo{
    min-height:270px;
  }
  .hero-photo::before{
    width:min(76vw,470px);
    aspect-ratio:1.08;
  }
  .hero-photo img{
    height:min(42svh,470px);
  }
  .hero-scroll{
    position:static;
    justify-self:center;
  }
}

@media(max-width:680px){
  .nav-brand{font-size:19px}
  .spectacles .section-head{margin-bottom:30px}
  .spectacles .section-title{font-size:clamp(35px,9.4vw,46px)}
  .show-grid{gap:16px!important}
  .show-media-link{height:310px}
  .show-body{padding:24px 20px 24px!important}
  .show-card h3{font-size:clamp(38px,12vw,52px)}
  .show-card .show-description{font-size:14px}
  .show-concept{font-size:21px}
  .show-actions{display:grid;gap:12px}
  .show-actions .btn{width:100%!important}
  .show-secondary-link{text-align:center;padding:8px 0}
  .show-media-topline{left:12px;right:12px;top:12px}
  .show-card-tango .show-media-link img{object-fit:contain;object-position:center}
  .hero-opening{padding:76px 16px 18px}
  .hero-opening-inner{grid-template-rows:auto minmax(230px,1fr) auto;gap:16px;min-height:calc(100svh - 94px)}
  .hero-copy{width:min(100%,520px)}
  .hero-title{font-size:clamp(52px,16.4vw,72px);line-height:.82}
  .hero-context{margin-top:16px;font-size:8.5px;letter-spacing:.12em}
  .hero-show-links{margin-top:16px}
  .hero-show-links a{grid-template-columns:30px minmax(0,1fr) 20px;gap:9px;min-height:52px;padding:9px 2px}
  .hero-link-title{font-size:clamp(18px,5.2vw,22px)}
  .hero-photo{min-height:230px}
  .hero-photo img{height:min(40svh,400px);max-width:94vw}
  .hero-scroll{font-size:7.5px}
  .group-intro{padding:64px 0 72px!important}
  .group-intro .container{display:block;width:min(100% - 36px,620px)}
  .group-intro p{font-size:clamp(17px,calc(6vw - 4px),24px);line-height:1.5;letter-spacing:0}
  .group-intro p + p{margin-top:1.45em}
}

@media(max-width:860px) and (orientation:landscape){
  .hero-opening{padding:64px 24px 18px}
  .hero-opening-inner{
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
    grid-template-rows:1fr;
    gap:24px;
    width:min(1120px,100%);
    min-height:calc(100svh - 82px);
  }
  .hero-title{font-size:clamp(46px,8.8vw,74px)}
  .hero-context{margin-top:12px;font-size:8px}
  .hero-show-links{margin-top:12px}
  .hero-show-links a{min-height:44px;padding:7px 2px}
  .hero-link-title{font-size:18px}
  .hero-photo{min-height:0;height:calc(100svh - 82px)}
  .hero-photo img{height:100%;max-width:100%}
  .hero-scroll{display:none}
}

@media(max-width:860px) and (orientation:portrait) and (max-height:700px){
  .hero-opening{padding-top:70px}
  .hero-opening-inner{grid-template-rows:auto minmax(180px,1fr);gap:10px;min-height:calc(100svh - 88px)}
  .hero-title{font-size:clamp(50px,15.4vw,66px)}
  .hero-context{margin-top:10px}
  .hero-show-links{margin-top:10px}
  .hero-show-links a{min-height:46px;padding-block:6px}
  .hero-photo{min-height:180px}
  .hero-photo img{height:min(30svh,220px)}
  .hero-scroll{display:none}
}

@media(min-width:861px) and (max-height:720px){
  .hero-opening{padding-top:70px;padding-bottom:22px}
  .hero-opening-inner{min-height:calc(100svh - 92px)}
  .hero-title{font-size:clamp(64px,6.6vw,94px)}
  .hero-context{margin-top:14px}
  .hero-show-links{margin-top:14px}
  .hero-show-links a{min-height:48px;padding-block:8px}
  .hero-photo{min-height:360px}
  .hero-photo img{height:calc(100svh - 94px)}
  .hero-scroll{display:none}
}

/* Revisión de apertura · fotografía enmarcada y flujo natural */
.hero-opening{
  min-height:100vh;
  min-height:100svh;
  padding:88px clamp(28px,4vw,64px) 42px;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 18%,rgba(181,53,42,.12),transparent 28%),
    linear-gradient(135deg,#080605 0%,#0d0908 56%,#080605 100%)!important;
}
.hero-opening::before,
.hero-opening::after{
  content:none!important;
}
.hero-opening-inner{
  grid-template-columns:minmax(0,.96fr) minmax(360px,1.04fr);
  gap:clamp(40px,5vw,76px);
  width:min(1260px,100%);
  min-height:calc(100svh - 130px);
}
.hero-copy{
  max-width:590px;
}
.hero-title{
  font-size:clamp(76px,7.1vw,114px);
  line-height:.83;
}
.hero-context{
  margin-top:22px;
}
.hero-show-links{
  margin-top:22px;
}
.hero-photo{
  display:block;
  justify-self:end;
  align-self:center;
  width:min(100%,500px);
  height:auto;
  min-height:0;
  margin:0;
  padding:9px 9px 0;
  overflow:hidden;
  border:1px solid rgba(242,214,154,.24);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(28,20,17,.98),rgba(10,8,7,.98));
  box-shadow:
    0 0 0 1px rgba(242,214,154,.04),
    0 34px 90px rgba(0,0,0,.46);
}
.hero-photo::before{
  content:none;
}
.hero-photo-frame{
  position:relative;
  aspect-ratio:4/5;
  overflow:hidden;
  border:1px solid rgba(242,214,154,.14);
  border-radius:18px;
  background:#090706;
}
.hero-photo-frame::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 0 70px rgba(0,0,0,.16);
}
.hero-photo img{
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  object-position:50% 30%;
  filter:none;
}
.hero-photo figcaption{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:13px 5px 12px;
  color:rgba(255,247,237,.54);
  font-family:var(--font-sans);
  font-size:8px;
  font-weight:600;
  letter-spacing:.14em;
  line-height:1.35;
  text-transform:uppercase;
}

@media(max-width:1100px){
  .hero-opening-inner{
    grid-template-columns:minmax(0,.94fr) minmax(340px,1.06fr);
    gap:36px;
  }
  .hero-title{font-size:clamp(70px,8.2vw,96px)}
  .hero-photo{width:min(100%,450px)}
}

@media(max-width:980px){
  .hero-opening{
    min-height:0;
    padding:92px 24px 64px;
  }
  .hero-opening-inner{
    grid-template-columns:1fr;
    grid-template-rows:auto auto;
    gap:40px;
    width:min(640px,100%);
    min-height:0;
  }
  .hero-copy{
    justify-self:stretch;
    max-width:none;
  }
  .hero-title{
    font-size:clamp(68px,12vw,92px);
  }
  .hero-photo{
    justify-self:center;
    width:min(100%,520px);
  }
}

@media(max-width:680px){
  .hero-opening{
    padding:78px 16px 48px;
  }
  .hero-opening-inner{
    display:grid;
    grid-template-rows:auto auto;
    gap:30px;
    min-height:0;
  }
  .hero-title{
    font-size:clamp(52px,16.4vw,72px);
  }
  .hero-context{
    margin-top:16px;
    font-size:8.5px;
  }
  .hero-show-links{
    margin-top:16px;
  }
  .hero-show-links a{
    min-height:54px;
    padding-block:9px;
  }
  .hero-photo{
    width:min(100%,480px);
    min-height:0;
    padding:7px 7px 0;
    border-radius:22px;
  }
  .hero-photo-frame{
    border-radius:15px;
  }
  .hero-photo figcaption{
    gap:10px;
    padding:11px 4px 10px;
    font-size:7.2px;
    letter-spacing:.11em;
  }
}

@media(max-width:980px) and (orientation:landscape) and (max-height:620px){
  .hero-opening{
    min-height:100svh;
    padding:66px 24px 22px;
  }
  .hero-opening-inner{
    grid-template-columns:minmax(0,.96fr) minmax(280px,1.04fr);
    grid-template-rows:1fr;
    gap:28px;
    width:min(1040px,100%);
    min-height:calc(100svh - 88px);
  }
  .hero-title{font-size:clamp(46px,8.2vw,68px)}
  .hero-context{margin-top:10px;font-size:8px}
  .hero-show-links{margin-top:10px}
  .hero-show-links a{min-height:43px;padding-block:6px}
  .hero-link-title{font-size:17px}
  .hero-photo{width:min(100%,350px)}
  .hero-photo figcaption{display:none}
}

@media(min-width:981px) and (max-height:760px){
  .hero-opening{padding-top:72px;padding-bottom:24px}
  .hero-opening-inner{min-height:calc(100svh - 96px)}
  .hero-title{font-size:clamp(64px,6.4vw,90px)}
  .hero-context{margin-top:12px}
  .hero-show-links{margin-top:12px}
  .hero-show-links a{min-height:47px;padding-block:7px}
  .hero-photo{width:min(100%,420px)}
}
