:root {
  --ink: #151515;
  --cream: #f4f3f1;
  --yellow: #f3d100;
  --footer: #202020;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Avenir Next", "Century Gothic", Arial, sans-serif;
  line-height: 1.5;
}

body.menu-is-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #111;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  min-height: 44px;
  padding: 11px 18px;
  color: #111;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.hero {
  position: relative;
  min-height: clamp(610px, 58.3vw, 900px);
  height: clamp(610px, 58.3vw, 900px);
  max-height: 900px;
  overflow: hidden;
  color: #fff;
  background: #1d2428 var(--hero-background-image) center 48% / cover no-repeat;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 18, 25, .72) 0, rgba(7, 18, 25, .16) 29%, rgba(7, 18, 25, .14) 48%, rgba(7, 18, 25, .78) 100%),
    rgba(2, 12, 18, .12);
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  padding: 0 clamp(30px, 5.2vw, 78px);
  background: rgba(7, 20, 27, .56);
}

.brand img {
  display: block;
  width: clamp(172px, 13.8vw, 200px);
  height: auto;
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.menu-trigger {
  display: flex;
  min-width: 72px;
  min-height: 44px;
  align-items: center;
  gap: 25px;
  border: 0;
  padding: 13px 0 13px 16px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font: 500 11px/1 "Avenir Next", "Century Gothic", Arial, sans-serif;
}

.menu-trigger i {
  display: grid;
  gap: 5px;
  width: 26px;
}

.menu-trigger b {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.hero-content {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 42.8%;
  width: min(90%, 1060px);
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-content p {
  margin: 0 0 43px;
  color: var(--yellow);
  font-size: clamp(11px, .75vw, 12px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .025em;
}

.hero-content h1 {
  max-width: 1180px;
  margin: 0 auto;
  font-size: clamp(40px, 4.1vw, 63px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -.03em;
}

.hero-content h1 span {
  display: block;
}

.hero-content h1 span:last-child {
  margin-top: 8px;
  font-size: .68em;
  letter-spacing: -.015em;
}

.outline-button {
  display: inline-flex;
  min-width: 171px;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .015em;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.outline-button:hover {
  color: #161616;
  border-color: #fff;
  background: #fff;
}

.hero-button {
  min-width: 217px;
  min-height: 52px;
  margin-top: 27px;
  border-color: var(--yellow);
}

.menu-backdrop {
  position: fixed;
  z-index: 50;
  inset: 0;
  visibility: hidden;
  background: rgba(2, 12, 18, .72);
  opacity: 0;
  transition: opacity .42s ease, visibility .42s;
}

.menu-backdrop.is-visible {
  visibility: visible;
  opacity: 1;
}

.menu-panel {
  position: fixed;
  z-index: 51;
  top: 0;
  right: 0;
  display: flex;
  width: 50%;
  min-width: 600px;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  background: var(--cream);
  transform: translateX(101%);
  transition: transform .48s cubic-bezier(.77, 0, .18, 1);
}

.menu-panel.is-open {
  transform: translateX(0);
}

.menu-close {
  position: absolute;
  top: 43px;
  right: clamp(45px, 4.6vw, 78px);
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.menu-close span {
  position: absolute;
  top: 19px;
  left: 7px;
  width: 27px;
  height: 2px;
  background: #111;
}

.menu-close span:first-child { transform: rotate(45deg); }
.menu-close span:last-child { transform: rotate(-45deg); }

.menu-panel nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(38px, 5.3vh, 58px);
  margin-top: -65px;
}

.menu-panel nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 400;
  line-height: 1;
  transition: color .2s ease;
}

.menu-panel nav a:hover { color: #77736b; }

.menu-socials {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: clamp(72px, 8vh, 92px);
  color: #7f7c74;
}

.menu-socials span {
  margin-right: 5px;
  font-size: 22px;
}

.menu-socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
}

.menu-socials svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.about-section {
  background: var(--cream);
  padding: clamp(30px, 2.2vw, 34px) clamp(24px, 3.8vw, 58px) clamp(67px, 5.5vw, 85px);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
  gap: clamp(58px, 6.3vw, 98px);
  max-width: 1380px;
  margin: 0 auto;
}

.about-copy {
  padding-top: clamp(55px, 4vw, 70px);
}

.eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .04em;
}

.about-copy h2,
.venues-heading h2 {
  margin: 17px 0 20px;
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.about-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 0 8px;
  font-size: clamp(13px, .9vw, 14px);
  line-height: 1.6;
}

.dark-button {
  min-width: 155px;
  min-height: 47px;
  margin-top: 24px;
  border-color: #171717;
}

.dark-button:hover {
  color: #fff;
  border-color: #171717;
  background: #171717;
}

.lounge-image,
.moto-image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.lounge-image {
  height: clamp(275px, 24.7vw, 380px);
  margin-top: 31px;
}

.moto-image {
  height: clamp(610px, 50vw, 770px);
  object-position: center;
}

.venues-heading {
  padding: clamp(44px, 3.2vw, 52px) 24px clamp(88px, 7.8vw, 120px);
  text-align: center;
}

.venues-heading h2 {
  margin-bottom: 0;
}

.venues-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #171717;
}

.venue-card {
  position: relative;
  min-height: clamp(350px, 25.4vw, 490px);
  overflow: hidden;
  color: #fff;
  background: #171717;
}

.venue-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.venue-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 14, .16), rgba(8, 12, 14, .64));
  transition: background-color .3s ease;
}

.venue-card:hover .venue-shade {
  background-color: rgba(3, 10, 14, .12);
}

.venue-card:hover .venue-image,
.venue-card:focus-within .venue-image {
  transform: scale(1.025);
}

.venue-card:focus-within .venue-shade {
  background-color: rgba(3, 10, 14, .18);
}

.venue-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 18px;
  text-align: center;
}

.venue-content h3 {
  min-height: 66px;
  margin: 0 0 34px;
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 400;
  line-height: 1.17;
}

.venue-button {
  min-width: clamp(126px, 11.5vw, 176px);
  min-height: 44px;
  color: #fff;
}

.site-footer {
  position: relative;
  min-height: 572px;
  padding: 49px clamp(45px, 5.2vw, 80px) 34px;
  color: #fff;
  background: var(--footer);
}

.footer-logo-wrap {
  display: flex;
  justify-content: center;
}

.footer-logo-wrap img {
  width: 169px;
  height: 118px;
  object-fit: contain;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 220px 1fr;
  align-items: center;
  margin-top: 20px;
}

.footer-contact,
.footer-address,
.footer-nav {
  font-size: 12px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-contact a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.footer-contact a:last-child { color: #c5c5c5; }

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}

.footer-nav a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  font-size: 11px;
  transition: color .2s ease;
}

.footer-nav a:hover,
.footer-contact a:hover,
.footer-legal a:hover { color: var(--yellow); }

.footer-address {
  justify-self: end;
  text-align: right;
}

.footer-address address {
  font-style: normal;
  line-height: 1.75;
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 21px;
  color: #bdbdb8;
}

.footer-socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
}

.footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  margin-top: 58px;
  font-size: 11px;
}

.footer-legal > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-legal a,
.footer-legal button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.footer-legal button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.footer-legal button:hover {
  color: var(--yellow);
}

.footer-credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.footer-legal small {
  color: #b8b8b8;
  font-size: 11px;
}

.footer-credits a {
  color: #d0d0d0;
  text-transform: none;
}

html.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity .78s cubic-bezier(.2, .7, .2, 1),
    transform .78s cubic-bezier(.2, .7, .2, 1);
  will-change: opacity, transform;
}

html.reveal-ready [data-reveal="left"] {
  transform: translateX(-42px);
}

html.reveal-ready [data-reveal="right"] {
  transform: translateX(42px);
}

html.reveal-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: translate(0, 0);
  will-change: auto;
}

html.reveal-ready .venue-card:nth-child(2) { transition-delay: 70ms; }
html.reveal-ready .venue-card:nth-child(3) { transition-delay: 140ms; }
html.reveal-ready .venue-card:nth-child(4) { transition-delay: 210ms; }
html.reveal-ready .venue-card:nth-child(5) { transition-delay: 280ms; }
html.reveal-ready .venue-card:nth-child(6) { transition-delay: 350ms; }
html.reveal-ready .venue-card:nth-child(7) { transition-delay: 420ms; }

.cookie-banner {
  position: fixed;
  z-index: 45;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  max-width: 1260px;
  margin: 0 auto;
  border-top: 3px solid var(--yellow);
  padding: 25px 28px;
  color: #fff;
  background: rgba(29, 29, 29, .98);
  box-shadow: 0 16px 54px rgba(0, 0, 0, .34);
}

.cookie-banner-copy {
  max-width: 690px;
}

.cookie-banner h2 {
  margin: 0 0 7px;
  font-size: 19px;
  font-weight: 500;
}

.cookie-banner p {
  margin: 0;
  color: #e2e2e2;
  font-size: 13px;
  line-height: 1.6;
}

.cookie-banner p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner-actions,
.cookie-modal-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.cookie-button {
  min-height: 44px;
  border: 1px solid #fff;
  padding: 10px 17px;
  cursor: pointer;
  font: 600 10px/1.2 "Avenir Next", "Century Gothic", Arial, sans-serif;
  letter-spacing: .025em;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.cookie-button-primary {
  border-color: var(--yellow);
  color: #111;
  background: var(--yellow);
}

.cookie-button-secondary {
  color: #fff;
  background: transparent;
}

.cookie-button-primary:hover,
.cookie-button-secondary:hover {
  border-color: #fff;
  color: #111;
  background: #fff;
}

body.cookie-preferences-open {
  overflow: hidden;
}

.cookie-modal-backdrop {
  position: fixed;
  z-index: 110;
  inset: 0;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 24px;
  background: rgba(4, 10, 13, .78);
}

.cookie-modal {
  position: relative;
  width: min(100%, 650px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border-top: 4px solid var(--yellow);
  padding: 38px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38);
}

.cookie-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  color: #111;
  background: transparent;
  cursor: pointer;
  font: 300 34px/1 Arial, sans-serif;
}

.cookie-modal-eyebrow {
  margin: 0 0 9px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.cookie-modal h2 {
  margin: 0 0 13px;
  padding-right: 38px;
  font-size: clamp(27px, 4vw, 37px);
  font-weight: 400;
  line-height: 1.1;
}

.cookie-modal > p:not(.cookie-modal-eyebrow) {
  margin: 0 0 25px;
  color: #454545;
  font-size: 13px;
  line-height: 1.6;
}

.cookie-category {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #cac8c3;
  padding: 18px 0;
}

.cookie-category h3,
.cookie-category strong {
  display: block;
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 650;
}

.cookie-category p,
.cookie-category small {
  display: block;
  margin: 0;
  color: #565656;
  font-size: 12px;
  line-height: 1.45;
}

.cookie-status {
  flex: 0 0 auto;
  color: #3e3e3e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
}

.cookie-category-toggle {
  position: relative;
  cursor: pointer;
}

.cookie-category-toggle > span:first-child {
  padding-right: 70px;
}

.cookie-category-toggle input {
  position: absolute;
  right: 1px;
  width: 52px;
  height: 30px;
  margin: 0;
  opacity: 0;
}

.cookie-switch {
  position: absolute;
  right: 1px;
  width: 52px;
  height: 30px;
  border: 1px solid #777;
  border-radius: 30px;
  background: #767676;
  transition: background .2s ease, border-color .2s ease;
}

.cookie-switch::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition: transform .2s ease;
}

.cookie-category-toggle input:checked + .cookie-switch {
  border-color: #6f6100;
  background: #8f7b00;
}

.cookie-category-toggle input:checked + .cookie-switch::after {
  transform: translateX(22px);
}

.cookie-category-toggle input:focus-visible + .cookie-switch {
  outline: 3px solid #111;
  outline-offset: 3px;
}

.cookie-modal-actions {
  justify-content: flex-end;
  border-top: 1px solid #cac8c3;
  padding-top: 24px;
}

.cookie-modal .cookie-button-secondary {
  border-color: #202020;
  color: #202020;
}

.cookie-modal .cookie-button-primary {
  border-color: #202020;
  color: #fff;
  background: #202020;
}

.cookie-modal .cookie-button:hover {
  border-color: #202020;
  color: #202020;
  background: transparent;
}

/* Quiénes somos */
.internal-hero {
  position: relative;
  min-height: clamp(560px, 66.75vw, 960px);
  overflow: hidden;
  color: #fff;
  background-color: #172026;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.internal-hero-about {
  background-image: var(--about-background-image);
}

.internal-hero-establishments {
  min-height: clamp(560px, 64vw, 920px);
  background-image: var(--establishments-background-image);
  background-position: center 48%;
}

.internal-hero-establishments .internal-hero-shade {
  background:
    linear-gradient(180deg, rgba(5, 15, 22, .78) 0, rgba(5, 15, 22, .27) 32%, rgba(5, 15, 22, .38) 63%, rgba(5, 15, 22, .9) 100%),
    rgba(3, 11, 16, .16);
}

.internal-hero-establishments .internal-hero-content {
  top: 46.5%;
}

.internal-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 16, 23, .74) 0, rgba(5, 16, 23, .2) 31%, rgba(5, 16, 23, .34) 62%, rgba(5, 16, 23, .88) 100%),
    rgba(3, 12, 17, .16);
}

.internal-hero-content {
  position: absolute;
  z-index: 1;
  top: 43.2%;
  left: 50%;
  width: min(calc(100% - 40px), 960px);
  transform: translate(-50%, -50%);
  text-align: center;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
  color: var(--yellow);
  font-size: clamp(9px, .67vw, 11px);
  font-weight: 650;
  letter-spacing: .13em;
}

.breadcrumbs a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
}

.breadcrumbs a:hover {
  color: #fff;
}

.internal-hero-content h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.who-page {
  background: var(--cream);
}

.who-container {
  width: min(calc(100% - 64px), 1320px);
  margin: 0 auto;
}

.who-intro {
  padding: clamp(78px, 7.9vw, 114px) 0 clamp(130px, 14vw, 202px);
}

.who-heading {
  text-align: center;
}

.who-heading h2,
.trajectory-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(29px, 2.85vw, 41px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -.025em;
}

.who-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .9fr);
  align-items: center;
  gap: clamp(42px, 5vw, 72px);
  margin-top: clamp(65px, 7.1vw, 102px);
}

.who-intro-grid img,
.trajectory-image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.who-intro-grid img {
  aspect-ratio: 1.54 / 1;
}

.who-intro-grid > p {
  margin: 0;
  color: #77736c;
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 500;
  line-height: 1.78;
}

.who-trajectory {
  padding: 0 0 clamp(25px, 2.3vw, 34px);
}

.trajectory-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(58px, 8vw, 116px);
  margin-top: clamp(31px, 3.25vw, 47px);
}

.trajectory-copy p {
  margin: 0;
  font-size: clamp(12px, .84vw, 14px);
  line-height: 1.75;
}

.trajectory-image {
  aspect-ratio: 2.85 / 1;
  margin-top: clamp(67px, 7.3vw, 105px);
}

/* Establecimientos */
.establishments-page {
  padding: clamp(82px, 8.2vw, 118px) 0 clamp(54px, 6vw, 86px);
  background: var(--cream);
}

.establishments-container {
  width: min(calc(100% - 76px), 1320px);
  margin: 0 auto;
}

.establishments-heading {
  padding-bottom: clamp(62px, 6.6vw, 95px);
  text-align: center;
}

.establishments-heading h2 {
  margin: 11px 0 0;
  font-size: clamp(31px, 3vw, 43px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.establishments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 3.1vw, 46px);
  row-gap: clamp(50px, 5.1vw, 74px);
}

.establishment-card {
  min-width: 0;
}

.establishment-image-link {
  display: block;
  aspect-ratio: 1.596 / 1;
  overflow: hidden;
  background: #ddd9d2;
}

.establishment-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.establishment-image-link:hover img,
.establishment-image-link:focus-visible img {
  filter: brightness(1.04);
  transform: scale(1.025);
}

.establishment-meta {
  display: grid;
  min-height: 82px;
  grid-template-columns: minmax(0, 1fr) minmax(110px, 180px);
  align-items: start;
  gap: 22px;
  padding-top: 18px;
}

.establishment-meta h3 {
  margin: 0;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -.015em;
}

.establishment-logo-link {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: flex-start;
  justify-content: flex-end;
}

.establishment-logo-link img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  transition: opacity .2s ease, transform .2s ease;
}

.establishment-logo-link:hover img,
.establishment-logo-link:focus-visible img {
  opacity: .7;
  transform: translateY(-2px);
}

.establishment-logo-link.logo-picaro img { width: 145px; }
.establishment-logo-link.logo-roneria img { width: 138px; }
.establishment-logo-link.logo-sibuya img { width: 58px; max-height: 64px; }
.establishment-logo-link.logo-directo img { width: 126px; }
.establishment-logo-link.logo-piola img { width: 62px; height: 62px; }
.establishment-logo-link.logo-hoteles img { width: 50px; max-height: 64px; }
.establishment-logo-link.logo-burro img { width: 148px; }

html.reveal-ready .establishment-card:nth-child(even) { transition-delay: 90ms; }

/* Contacto */
.internal-hero-contact {
  min-height: clamp(520px, 50.2vw, 720px);
  background-image: var(--contact-background-image);
  background-position: center 51%;
}

.internal-hero-contact .internal-hero-shade {
  background:
    linear-gradient(180deg, rgba(4, 14, 21, .72) 0, rgba(5, 14, 20, .24) 34%, rgba(5, 14, 20, .2) 60%, rgba(5, 14, 20, .8) 100%),
    rgba(3, 11, 16, .14);
}

.internal-hero-contact .internal-hero-content {
  top: 47%;
}

.contact-page {
  color: #111;
  background: var(--cream);
}

.contact-map-section {
  padding: clamp(82px, 8vw, 116px) 0 0;
}

.contact-heading {
  margin-bottom: clamp(67px, 7vw, 100px);
  text-align: center;
}

.contact-heading h2,
.contact-details h2 {
  margin: 10px 0 0;
  font-size: clamp(29px, 2.85vw, 41px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -.025em;
}

.contact-map {
  width: min(calc(100% - 84px), 1320px);
  aspect-ratio: 2.17 / 1;
  min-height: 420px;
  margin: 0 auto;
  background: #e7e7e7;
}

.map-fallback {
  margin: 14px 0 0;
  text-align: center;
  text-decoration: underline;
}

.contact-map.map-load-error {
  display: grid;
  place-items: center;
  padding: 30px;
  text-align: center;
}

.contact-map.map-load-error a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-details {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
  width: min(calc(100% - 150px), 1160px);
  margin: clamp(82px, 8vw, 116px) auto 0;
  padding-bottom: clamp(105px, 10vw, 148px);
}

.contact-form-column {
  padding-right: clamp(50px, 7vw, 96px);
}

.contact-address-column {
  border-left: 1px solid #a9a7a1;
  padding-left: clamp(50px, 8vw, 112px);
}

.contact-details h2 {
  margin: 0 0 clamp(42px, 4.3vw, 62px);
}

.contact-form {
  position: relative;
}

.form-field {
  margin-bottom: 12px;
}

.form-field input,
.form-field textarea {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 16px 15px;
  color: #181818;
  background: #fff;
  font: 400 13px/1.45 "Avenir Next", "Century Gothic", Arial, sans-serif;
  appearance: none;
}

.form-field input {
  min-height: 54px;
}

.form-field textarea {
  min-height: 112px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #5f5d58;
  opacity: 1;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #1c1c1c;
  outline: 3px solid rgba(28, 28, 28, .18);
  outline-offset: 1px;
}

.form-field input[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: #a32222;
}

.field-error {
  display: block;
  min-height: 0;
  margin: 5px 0 0;
  color: #8f1717;
  font-size: 12px;
  line-height: 1.35;
}

.field-error:empty {
  display: none;
}

.privacy-field {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  margin: 17px 0 18px;
  font-size: 12px;
  line-height: 1.45;
}

.privacy-field input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #222;
}

.privacy-field a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.privacy-field .field-error {
  grid-column: 2;
}

.contact-submit,
.legal-cookie-button {
  display: inline-flex;
  min-width: 132px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #171717;
  padding: 11px 22px;
  color: #171717;
  background: transparent;
  cursor: pointer;
  font: 600 10px/1.2 "Avenir Next", "Century Gothic", Arial, sans-serif;
  letter-spacing: .02em;
  transition: color .2s ease, background .2s ease;
}

.contact-submit:hover,
.legal-cookie-button:hover {
  color: #fff;
  background: #171717;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: .66;
}

.contact-submit.is-sending span::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  border: 1px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
  vertical-align: -1px;
  animation: contact-spin .7s linear infinite;
}

@keyframes contact-spin {
  to { transform: rotate(360deg); }
}

.form-status {
  min-height: 22px;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.5;
}

.form-status.is-success { color: #22652b; }
.form-status.is-error { color: #8f1717; }

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-address-column address {
  font-style: normal;
  font-size: 12px;
  line-height: 1.6;
}

.contact-address-column address p {
  margin: 0 0 8px;
}

.contact-address-column address a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-socials {
  margin-top: clamp(78px, 8vw, 112px);
}

.contact-socials > p {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 550;
  letter-spacing: .03em;
}

.contact-socials > div {
  display: flex;
  gap: 16px;
}

.contact-socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #77746d;
}

.contact-socials svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

/* Páginas legales */
.legal-hero {
  position: relative;
  min-height: 360px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(5, 16, 23, .66), rgba(5, 16, 23, .9)),
    var(--contact-background-image) center 45% / cover no-repeat;
}

.legal-hero-content {
  position: absolute;
  top: 58%;
  left: 50%;
  width: min(calc(100% - 44px), 1100px);
  transform: translate(-50%, -50%);
  text-align: center;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(34px, 4.3vw, 62px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.legal-page {
  padding: clamp(72px, 7vw, 104px) 0 clamp(90px, 9vw, 132px);
  background: var(--cream);
}

.legal-container {
  width: min(calc(100% - 52px), 940px);
  margin: 0 auto;
}

.legal-updated {
  margin: 0 0 48px;
  color: #6f6c66;
  font-size: 12px;
}

.legal-container h2 {
  margin: 48px 0 15px;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 450;
  line-height: 1.25;
}

.legal-container p,
.legal-container li {
  color: #4f4c47;
  font-size: 15px;
  line-height: 1.78;
}

.legal-container a {
  color: #161616;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-container ul {
  padding-left: 22px;
}

.legal-table-wrap {
  overflow-x: auto;
  margin: 25px 0;
}

.legal-table-wrap table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #383632;
  font-size: 13px;
}

.legal-table-wrap th,
.legal-table-wrap td {
  border: 1px solid #c8c5bf;
  padding: 13px 12px;
  text-align: left;
  vertical-align: top;
}

.legal-table-wrap th {
  background: #e8e6e1;
}

.legal-cookie-button {
  text-decoration: none !important;
}

.menu-panel a[aria-current="page"],
.footer-nav a[aria-current="page"] {
  color: #77736b;
}

@media (max-width: 1100px) {
  .venues-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .venue-card {
    min-height: 53vw;
  }

  .who-intro-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(290px, .88fr);
  }

  .contact-details {
    width: min(calc(100% - 80px), 1020px);
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 680px;
    max-height: none;
    background-position: 45% center;
  }

  .site-header {
    height: 68px;
    padding: 0 22px;
  }

  .brand img { width: 132px; }
  .menu-trigger { gap: 13px; }
  .menu-trigger span { display: none; }

  .hero-content {
    top: 48%;
    width: calc(100% - 34px);
  }

  .hero-content p {
    margin-bottom: 20px;
    font-size: 11px;
  }

  .hero-content h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .hero-content h1 span:last-child {
    margin-top: 10px;
    font-size: .58em;
    line-height: 1.18;
  }

  .hero-button { margin-top: 34px; }

  .menu-panel {
    width: 100%;
    min-width: 0;
  }

  .menu-close {
    top: 19px;
    right: 18px;
  }

  .menu-panel nav {
    gap: 37px;
    margin-top: -35px;
  }

  .menu-panel nav a {
    font-size: clamp(21px, 6.7vw, 28px);
  }

  .menu-socials {
    margin-top: 64px;
    gap: 8px;
  }

  .about-section {
    padding: 64px 22px 72px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-copy { padding-top: 0; }
  .about-copy h2 { font-size: 30px; }
  .about-copy > p:not(.eyebrow) { font-size: 13px; }

  .lounge-image {
    height: auto;
    margin-top: 35px;
  }

  .moto-image {
    height: min(129vw, 620px);
  }

  .venues-heading {
    padding: 82px 22px 72px;
  }

  .venues-heading h2 { font-size: 29px; }

  .venues-grid {
    grid-template-columns: 1fr 1fr;
  }

  .venue-card {
    min-height: 105vw;
  }

  .venue-content h3 {
    min-height: 61px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .venue-button {
    min-width: 122px;
  }

  .internal-hero {
    min-height: 660px;
    background-position: 46% center;
  }

  .internal-hero-content {
    top: 47%;
  }

  .breadcrumbs {
    margin-bottom: 15px;
  }

  .internal-hero-content h1 {
    font-size: clamp(37px, 11vw, 54px);
  }

  .internal-hero-establishments {
    min-height: 620px;
    background-position: 48% center;
  }

  .internal-hero-establishments .internal-hero-content {
    top: 47%;
  }

  .internal-hero-contact {
    min-height: 620px;
    background-position: 53% center;
  }

  .contact-map-section {
    padding-top: 76px;
  }

  .contact-heading {
    margin-bottom: 54px;
  }

  .contact-heading h2,
  .contact-details h2 {
    font-size: 30px;
  }

  .contact-map {
    width: calc(100% - 44px);
    aspect-ratio: 1.45 / 1;
    min-height: 430px;
  }

  .contact-details {
    grid-template-columns: 1fr;
    width: min(calc(100% - 44px), 620px);
    margin-top: 70px;
    padding-bottom: 92px;
  }

  .contact-form-column {
    padding-right: 0;
  }

  .contact-address-column {
    margin-top: 68px;
    border-top: 1px solid #a9a7a1;
    border-left: 0;
    padding-top: 64px;
    padding-left: 0;
  }

  .contact-socials {
    margin-top: 55px;
  }

  .legal-hero {
    min-height: 390px;
  }

  .legal-container {
    width: calc(100% - 44px);
  }

  .who-container {
    width: min(calc(100% - 44px), 620px);
  }

  .who-intro {
    padding: 76px 0 100px;
  }

  .who-heading h2,
  .trajectory-heading h2 {
    font-size: 30px;
  }

  .who-intro-grid {
    grid-template-columns: 1fr;
    gap: 31px;
    margin-top: 50px;
  }

  .who-intro-grid img {
    aspect-ratio: 1.48 / 1;
  }

  .who-intro-grid > p {
    font-size: 15px;
  }

  .trajectory-copy {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 29px;
  }

  .trajectory-copy p {
    font-size: 13px;
  }

  .trajectory-image {
    aspect-ratio: 1.72 / 1;
    margin-top: 55px;
  }

  .who-trajectory {
    padding-bottom: 22px;
  }

  .establishments-page {
    padding: 74px 0 62px;
  }

  .establishments-container {
    width: min(calc(100% - 44px), 660px);
  }

  .establishments-heading {
    padding-bottom: 55px;
  }

  .establishments-heading h2 {
    font-size: 30px;
  }

  .establishments-grid {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }

  .establishment-meta {
    grid-template-columns: minmax(0, 1fr) minmax(105px, 165px);
  }

  .establishment-meta h3 {
    font-size: 16px;
  }

  .site-footer {
    min-height: 0;
    padding: 48px 25px 34px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 47px;
    margin-top: 40px;
  }

  .footer-contact,
  .footer-address {
    justify-self: center;
    align-items: center;
    text-align: center;
  }

  .footer-contact { order: 2; }
  .footer-nav { order: 1; }
  .footer-address { order: 3; }
  .footer-socials { justify-content: center; }
  .footer-legal { margin-top: 57px; }

  .footer-legal > div:first-child {
    flex-direction: column;
    gap: 2px;
  }

  .footer-legal > div:first-child > span {
    display: none;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 19px;
    padding: 22px 20px 20px;
  }

  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-banner-actions .cookie-button-primary {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .cookie-modal {
    padding: 32px 22px 24px;
  }

  .cookie-modal-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .cookie-modal-actions .cookie-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .venues-grid { grid-template-columns: 1fr; }
  .venue-card { min-height: 158vw; }

  .establishments-container {
    width: calc(100% - 30px);
  }

  .establishment-meta {
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) minmax(88px, 125px);
    gap: 12px;
  }

  .establishment-logo-link.logo-picaro img,
  .establishment-logo-link.logo-roneria img,
  .establishment-logo-link.logo-directo img,
  .establishment-logo-link.logo-burro img { width: 112px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  html.reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .hero-shade,
  .venue-shade {
    forced-color-adjust: none;
  }

  button:focus-visible,
  a:focus-visible {
    outline: 3px solid CanvasText;
    box-shadow: none;
  }
}
