@font-face {
  font-family: "AT Local";
  src:
    url("/tipo/AmericanTypewriter.ttf") format("truetype"),
    url("/tipo/AmericanTypewriter.ttc") format("truetype-collection"),
    url("/tipo/AmericanTypewriter.ttc") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AT Condensed Local";
  src:
    url("/tipo/AmericanTypewriterCondensed.ttf") format("truetype"),
    url("/tipo/American Typewriter Condensed.ttf") format("truetype"),
    url("/tipo/AmericanTypewriterCondensed.woff2") format("woff2"),
    url("/tipo/AmericanTypewriterCondensed.woff") format("woff");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akzidenz Medium";
  src:
    url("/tipo/AkzidenzGrotesk-Medium.ttf") format("truetype"),
    url("/tipo/Akzidenz-Grotesk BQ Mediana.ttf") format("truetype"),
    url("/tipo/Akzidenz-GroteskBQMediana.ttf") format("truetype"),
    url("/tipo/AkzidenzGroteskBQ-Mediana.ttf") format("truetype"),
    url("/tipo/AkzidenzGroteskBQMediana.ttf") format("truetype");
  font-weight: 500 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --red: #ff1f19;
  --blue: #0000ff;
  --gray: #9d9d9d;
  --footer-gray: #2f2f2f;

  --page-width: 775px;
  --brand-width: 680px;
  --top-space: 56px;
  --hero-gap: 52px;
  --hero-width: 900px;
  --hero-height: 820px;
  --eye-width: 900px;
  --title-width: 682px;
  --title-aspect-ratio: 682 / 320;
  --title-offset-x: 31px;
  --hero-center-y: 365px;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  background: var(--black);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "AT Local", "Courier New", monospace;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page {
  width: min(var(--page-width), calc(100vw - 32px));
  max-width: 100%;
  margin: 0 auto;
  padding-top: var(--top-space);
  padding-bottom: 64px;
  overflow-x: clip;
}

.site-header {
  position: relative;
  z-index: 40;
  width: 100%;
}

.brand {
  display: block;
  width: min(var(--brand-width), 100%);
  margin: 0 auto;
  text-decoration: none;
}

.brand img {
  width: 100%;
}

.hero {
  --title-render-width: min(var(--title-width), calc(100vw - 32px));
  --eye-render-width: min(var(--eye-width), calc(100vw - 24px));

  position: relative;
  width: min(var(--hero-width), calc(100vw - 24px));
  height: var(--hero-height);
  margin-top: var(--hero-gap);
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  max-width: 100vw;
  overflow: visible;
}

.hero__eye,
.hero__title {
  position: absolute;
  top: var(--hero-center-y);
  left: 50%;
  margin: 0;
  will-change: transform;
}

.hero__eye {
  width: var(--eye-render-width);
  z-index: 1;
  transform: translate3d(-50%, calc(-50% + var(--parallax-y, 0px)), 0);
}

.hero__title {
  width: var(--title-render-width);
  aspect-ratio: var(--title-aspect-ratio);
  z-index: 2;
  line-height: 0;
  transform: translate3d(calc(-50% + var(--title-offset-x)), calc(-50% + var(--parallax-y, 0px)), 0);
}

.hero__eye img,
.hero__title img,
.hero__lottie {
  width: 100%;
}

.hero__lottie {
  display: block;
  height: 100%;
}

.menu {
  width: 100%;
  position: relative;
  z-index: 30;
  margin-top: 16px;
  padding-left: 7.15%;
  font-family: "AT Local", "Courier New", monospace;
  font-size: clamp(27px, 5vw, 39px);
  line-height: 1.42;
}

.menu__link {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.25em;
  width: fit-content;
  color: var(--white);
  font-family: "AT Local", "Courier New", monospace;
  font-weight: 900;
  letter-spacing: -0.015em;
  text-decoration: none;
  transition: color 180ms ease;
}

.menu__link::before {
  content: "";
  flex: 0 0 auto;
  width: 0.45em;
  height: 0.45em;
  margin-right: 0.27em;
  border-radius: 999px;
  background: var(--red);
  transform: translateY(-0.06em);
}

.menu__link span {
  transition: color 180ms ease, transform 180ms ease;
}

.menu__link:hover,
.menu__link:focus-visible,
.menu__link:hover span,
.menu__link:focus-visible span {
  color: var(--red);
}

.menu__link:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 6px;
}

.menu__muted,
.menu__muted2,
.menu__light {
  font-family: "AT Condensed Local", "Courier New", monospace;
}

.menu__muted {
  color: var(--gray);
  font-weight: 200;
}

.menu__muted2 {
  font-weight: 600;
}

.menu__light {
  color: var(--gray);
  font-weight: 100;
  letter-spacing: -0.055em;
}

.menu__strong {
  color: var(--white);
  font-family: "AT Local", "Courier New", monospace;
  font-weight: 800;
}

.menu__dropdown {
  width: fit-content;
  max-width: 100%;
  margin: 0;
}

.menu__dropdown--las,
.menu__dropdown--argument,
.menu__dropdown--comisiones,
.menu__dropdown--bares {
  width: 100%;
}

.menu__dropdown > summary.menu__link {
  cursor: pointer;
  list-style: none;
}

.menu__dropdown > summary.menu__link::-webkit-details-marker {
  display: none;
}

.submenu {
  display: grid;
  gap: 0.03em;
  margin: -0.02em 0 0.22em 1.4em;
  font-size: 0.66em;
  line-height: 1.22;
}

.submenu__link,
.submenu__disabled {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.42em;
  width: fit-content;
  font-family: "AT Local", "Courier New", monospace;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-decoration: none;
}

.submenu__link {
  color: var(--white);
  transition: color 180ms ease;
}

.submenu__link::before,
.submenu__disabled::before {
  content: "";
  flex: 0 0 auto;
  width: 0.34em;
  height: 0.34em;
  border-radius: 999px;
  transform: translateY(-0.05em);
}

.submenu__link::before {
  background: var(--red);
}

.submenu__link:hover,
.submenu__link:focus-visible {
  color: var(--red);
}

.submenu__link:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}

.submenu__disabled {
  color: var(--gray);
  opacity: 0.65;
  cursor: default;
  user-select: none;
}

.submenu__disabled::before {
  background: var(--gray);
}

.argument-panel,
.info-panel {
  width: min(690px, calc(100% - 1.42em));
  max-width: calc(100vw - 32px);
  margin: 0.36em 0 0.82em 1.42em;
  color: var(--white);
  font-family: "Akzidenz Medium", Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 2.25vw, 23px);
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: -0.018em;
  text-align: left;
  hyphens: none;
  overflow-wrap: break-word;
}

.argument-section {
  margin: 0 0 1.05em;
}

.argument-heading,
.info-heading {
  position: relative;
  margin: 0.9em 0 0.55em;
  padding: 0.18em 0 0.24em 1.78em;
  border-top: 4px solid var(--blue);
  border-bottom: 4px solid var(--blue);
  color: var(--white);
  font-family: "AT Condensed Local", "AT Local", "Courier New", monospace;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-align: left;
}

.argument-heading::before,
.info-heading::before {
  content: "";
  position: absolute;
  left: 0.72em;
  top: 50%;
  width: 0.28em;
  height: 0.28em;
  background: var(--blue);
  transform: translateY(-50%);
}

.argument-panel p {
  margin: 0;
  text-indent: 1.42em;
}

.argument-ref {
  color: var(--red);
  font-size: 0.52em;
  line-height: 0;
  vertical-align: super;
  font-family: "Akzidenz Medium", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-indent: 0;
}

.argument-references {
  margin: 2.2em 0 0;
  color: var(--white);
  font-size: 0.67em;
  line-height: 1.62;
  text-align: left;
  letter-spacing: -0.01em;
}

.argument-references__title {
  margin: 0 0 1.25em;
  color: var(--red);
  font-family: "Akzidenz Medium", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.argument-references__list {
  display: grid;
  gap: 1.1em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.argument-references__list li {
  margin: 0;
  padding: 0;
}

.argument-references__number {
  color: var(--red);
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.68em;
  line-height: 0;
  font-weight: 700;
  vertical-align: super;
}

.argument-references em {
  font-style: italic;
}

.info-panel {
  line-height: 1.34;
}

.info-panel p {
  margin: 0 0 0.72em;
}

.info-panel strong {
  font-weight: 800;
}

.places-list {
  margin-top: 0.85em;
}

.info-panel--las,
.info-panel--comisiones {
  line-height: 1.34;
}

.info-heading--plain {
  font-family: "Akzidenz Medium", Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.info-section {
  margin: 0 0 1.15em;
}

.info-section h3,
.info-section h4 {
  margin: 0 0 0.22em;
  color: var(--white);
  font-family: "Akzidenz Medium", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  text-transform: none;
}

.info-section h3 {
  font-size: 1.08em;
}

.info-section h4 {
  font-size: 1em;
}

.info-section p {
  margin: 0 0 0.72em;
}

.info-section em {
  font-style: italic;
}

.site-footer {
  width: 100%;
  margin-top: 2.1em;
  padding-left: 7.15%;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 38px;
  padding: 9px 12px;
  background: var(--footer-gray);
  color: var(--white);
}

.footer-text {
  margin: 0;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 700;
}

.footer-text a {
  color: var(--white);
  text-decoration: none;
}

.footer-text a:hover,
.footer-text a:focus-visible {
  color: var(--red);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.footer-social {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: var(--white);
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-social svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-social:hover,
.footer-social:focus-visible {
  color: var(--red);
  transform: translateY(-1px);
}

.footer-social:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .hero {
    --eye-render-width: min(var(--eye-width), calc(100vw - 24px));
    width: 100vw;
  }
}

@media (max-width: 860px) {
  :root {
    --top-space: 38px;
    --hero-gap: 44px;
    --hero-height: clamp(580px, 108vw, 780px);
    --hero-width: 100vw;
    --title-width: min(682px, 88vw);
    --title-offset-x: clamp(0px, 3.5vw, 31px);
    --eye-width: 900px;
    --hero-center-y: clamp(300px, 55vw, 360px);
  }

  .hero {
    --eye-render-width: min(var(--eye-width), 130.5vw);
    overflow: hidden;
  }

  .page {
    width: min(100% - 32px, var(--page-width));
    padding-bottom: 58px;
  }

  .menu {
    margin-top: 18px;
    padding-left: 6.5%;
    font-size: clamp(23px, 7.5vw, 35px);
    line-height: 1.32;
  }

  .submenu {
    margin-left: 1.35em;
    font-size: 0.68em;
    line-height: 1.18;
  }

  .argument-panel,
  .info-panel {
    width: calc(100% - 1.35em);
    margin-left: 1.35em;
    font-size: clamp(15px, 4.25vw, 19px);
    line-height: 1.48;
  }

  .argument-heading,
  .info-heading {
    border-top-width: 3px;
    border-bottom-width: 3px;
    font-size: 1.5em;
  }

  .site-footer {
    padding-left: 6.5%;
  }

  .footer-bar {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  :root {
    --top-space: 28px;
    --hero-gap: 36px;
    --hero-height: clamp(520px, 145vw, 680px);
    --title-width: 94vw;
    --title-offset-x: 0px;
    --eye-width: 900px;
    --hero-center-y: clamp(270px, 72vw, 335px);
  }

  .hero {
    --eye-render-width: min(var(--eye-width), 130.5vw);
    overflow: hidden;
  }

  .page {
    width: calc(100% - 24px);
  }

  .menu {
    padding-left: 4px;
    font-size: clamp(21px, 7.8vw, 31px);
  }

  .submenu {
    margin-left: 1.28em;
    font-size: 0.72em;
  }

  .argument-panel,
  .info-panel {
    width: calc(100% - 1.22em);
    margin-left: 1.22em;
    font-size: clamp(14px, 4.35vw, 17px);
    line-height: 1.44;
  }

  .argument-heading,
  .info-heading {
    padding-left: 1.52em;
    font-size: 1.5em;
    letter-spacing: -0.04em;
  }

  .argument-heading::before,
  .info-heading::before {
    left: 0.58em;
  }

  .argument-panel p {
    text-indent: 1.2em;
  }

  .argument-references {
    font-size: 0.72em;
    line-height: 1.58;
  }

  .menu__link--mixed {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .site-footer {
    padding-left: 4px;
  }

  .footer-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@supports not (overflow: clip) {
  .page {
    overflow-x: hidden;
  }
}


/* Correcciones v14 */
.argument-panel {
  text-align: justify;
  text-align-last: left;
}

.argument-heading {
  text-align: left;
}

.info-panel--las .info-section h3,
.info-panel--las .info-section h4,
.info-panel--comisiones .info-section h3,
.info-panel--comisiones .info-section h4 {
  color: var(--red);
}

.places-list {
  display: grid;
  gap: 0.72em;
  margin-top: 0.15em;
}

.places-list p {
  position: relative;
  margin: 0;
  padding-left: 1.15em;
}

.places-list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 0.44em;
  height: 0.44em;
  border-radius: 999px;
  background: var(--red);
}

.site-footer {
  width: 100%;
  margin-top: 2.6em;
  padding-left: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  min-height: auto;
  padding: 18px 0 0;
  background: transparent;
  border-top: 1px solid var(--white);
  color: var(--white);
  text-align: center;
}

.footer-text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 700;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  flex: 0 0 auto;
}

.footer-social {
  width: 22px;
  height: 22px;
}

@media (max-width: 860px) {
  .argument-panel {
    text-align: left;
  }

  .site-footer {
    padding-left: 0;
  }

  .footer-bar {
    align-items: center;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding-left: 0;
  }

  .footer-bar {
    align-items: center;
  }

  .footer-text {
    font-size: 9px;
  }
}

/* Correcciones finales v15 */
.menu__link--inactive {
  color: var(--blue);
  cursor: default;
  pointer-events: none;
}

.menu__link--inactive span,
.menu__link--inactive .menu__light {
  color: var(--blue);
}

.menu__link--inactive::before {
  background: var(--blue);
}

.submenu__disabled {
  color: var(--blue) !important;
}

.submenu__disabled::before {
  background: var(--blue) !important;
}

.footer-social img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-social svg {
  display: none;
}


/* Ajustes raíz v16 */
.footer-social {
  width: 30px !important;
  height: 30px !important;
}

.footer-social img {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain;
}
