@import url("https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500&f[]=clash-display@300,400,500&f[]=cabinet-grotesk@300,400,500&display=swap");

:root {
  --bg: #060706;
  --ink: #f4f0e7;
  --muted: rgba(244, 240, 231, 0.68);
  --quiet: rgba(244, 240, 231, 0.4);
  --line: rgba(244, 240, 231, 0.11);
  --green: #bdd86b;
  --blue: #168fd4;
  --max: 1180px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --final-image: #060706;
  --story-competi-image: linear-gradient(160deg, #141812, #060706 70%);
  --tournament-image: linear-gradient(160deg, #141812, #060706 70%);
  --story-entrena-image:
    linear-gradient(135deg, rgba(109, 133, 143, 0.18), transparent 48%),
    linear-gradient(160deg, #101815, #060706 70%);
  --story-conecta-image:
    linear-gradient(135deg, rgba(244, 240, 231, 0.1), transparent 44%),
    linear-gradient(160deg, #17120f, #060706 70%);
  --story-quedate-image:
    linear-gradient(135deg, rgba(189, 216, 107, 0.12), transparent 48%),
    linear-gradient(150deg, #17120f, #070807 62%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: "Satoshi", system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

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

img,
iframe {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

.gpc-container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.gpc-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.gpc-header {
  position: fixed;
  inset: 1rem 0 auto;
  z-index: 40;
  pointer-events: none;
}

.gpc-nav {
  width: min(100% - 2rem, var(--max));
  min-height: 4.2rem;
  margin-inline: auto;
  padding: 0.55rem 0.7rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(244, 240, 231, 0.1);
  border-radius: 0.92rem;
  background: rgba(6, 7, 6, 0.56);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  transition: background 240ms ease, transform 240ms ease;
}

.gpc-header.is-scrolled .gpc-nav {
  background: rgba(6, 7, 6, 0.76);
  transform: translateY(-0.15rem);
}

.gpc-logo img {
  width: 6.2rem;
  height: auto;
  object-fit: contain;
}

.gpc-logo {
  display: inline-flex;
  align-items: center;
  margin-left: 0.9rem;
  padding-inline: 0.18rem;
}

.gpc-menu {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}

.gpc-menu a,
.gpc-nav-cta,
.gpc-button {
  font-size: 0.88rem;
  font-weight: 300;
}

.gpc-menu a {
  padding: 0.7rem 0.82rem;
  color: var(--muted);
}

.gpc-menu a:hover {
  color: var(--ink);
}

.gpc-nav-cta,
.gpc-button {
  min-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.76rem 1rem;
  border: 1px solid rgba(244, 240, 231, 0.16);
  border-radius: 0.92rem;
  background: rgba(244, 240, 231, 0.035);
  color: var(--ink);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.gpc-button-primary,
.gpc-nav-cta {
  border-color: rgba(189, 216, 107, 0.5);
  background: rgba(189, 216, 107, 0.11);
}

.gpc-button:hover,
.gpc-nav-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(189, 216, 107, 0.66);
}

.gpc-menu-button {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(244, 240, 231, 0.14);
  border-radius: 999px;
  background: transparent;
}

.gpc-menu-button span {
  display: block;
  width: 1.2rem;
  height: 1px;
  margin: 5px auto;
  background: var(--ink);
}

.scene {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.scene-bg,
.bar-bg {
  position: absolute;
  inset: -8%;
  z-index: -3;
  background-position: center;
  background-size: cover;
  transform: translate3d(0, var(--parallax, 0px), 0) scale(1.06);
  will-change: transform;
}

.scene-hero .scene-bg {
  inset: 0;
  background-image: image-set(
    url("./assets/optimized/hero-global-hero-desktop.avif") type("image/avif"),
    url("./assets/optimized/hero-global-hero-desktop.webp") type("image/webp"),
    url("./assets/optimized/hero-global-hero-desktop.jpg") type("image/jpeg")
  );
  background-color: #060706;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 84%;
  filter: saturate(0.98) contrast(1.1);
  transform: translate3d(0, calc(var(--parallax, 0px) * 0.35), 0);
}

.scene-final .scene-bg {
  background-image: var(--final-image);
}

.scene-final .scene-shade {
  background:
    linear-gradient(90deg, rgba(6, 7, 6, 0.9), rgba(6, 7, 6, 0.42) 30%, rgba(6, 7, 6, 0.22) 56%, rgba(6, 7, 6, 0.76)),
    linear-gradient(180deg, #060706, rgba(6, 7, 6, 0.3) 18%, rgba(6, 7, 6, 0.28) 58%, #060706),
    radial-gradient(circle at 52% 44%, rgba(6, 7, 6, 0) 0%, rgba(6, 7, 6, 0.24) 48%, rgba(6, 7, 6, 0.78) 100%);
}

.scene-final.is-bg-loaded .scene-bg {
  background-image: image-set(
    url("./assets/optimized/hero-dsc0291-desktop.avif") type("image/avif"),
    url("./assets/optimized/hero-dsc0291-desktop.webp") type("image/webp"),
    url("./assets/optimized/hero-dsc0291-desktop.jpg") type("image/jpeg")
  );
}

.scene-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 7, 6, 0.82), rgba(6, 7, 6, 0.26) 54%, rgba(6, 7, 6, 0.74)),
    linear-gradient(180deg, rgba(6, 7, 6, 0.46), rgba(6, 7, 6, 0.2) 45%, rgba(6, 7, 6, 0.82));
}

.scene-hero .scene-shade {
  background:
    linear-gradient(90deg, #060706 0%, rgba(6, 7, 6, 0.98) 20%, rgba(6, 7, 6, 0.82) 44%, rgba(6, 7, 6, 0.26) 72%, rgba(6, 7, 6, 0.44) 100%),
    linear-gradient(180deg, rgba(6, 7, 6, 0.58) 0%, rgba(6, 7, 6, 0.06) 45%, rgba(6, 7, 6, 0.94) 100%);
}

@media (min-width: 981px) {
  .scene-hero .scene-bg {
    background-position: calc(100% + 34vw) center;
    background-size: auto 118%;
  }

  .scene-hero .scene-shade {
    background:
      linear-gradient(90deg, #060706 0%, rgba(6, 7, 6, 0.99) 27%, rgba(6, 7, 6, 0.9) 52%, rgba(6, 7, 6, 0.3) 75%, rgba(6, 7, 6, 0.38) 100%),
      linear-gradient(180deg, rgba(6, 7, 6, 0.5) 0%, rgba(6, 7, 6, 0.04) 48%, rgba(6, 7, 6, 0.95) 100%);
  }

  .story-chapter-alt .story-chapter-inner > span {
    margin-right: 0.8rem;
    margin-bottom: 1.85rem;
  }
}

.scene-hero::before {
  content: none;
}

.scene-hero::after {
  content: none;
}

.scene-inner {
  min-height: 100svh;
  padding: 8.4rem 0 3.4rem;
  display: grid;
  align-content: end;
}

.gpc-kicker,
.story-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: var(--blue);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.2;
}

.gpc-kicker::before,
.story-eyebrow::before {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: currentColor;
}

h1,
h2 {
  font-family: "Clash Display", "Satoshi", system-ui, sans-serif;
  font-weight: 300;
  letter-spacing: -0.045em;
}

.scene h1 {
  max-width: 9.8ch;
  margin-top: 1.05rem;
  font-size: clamp(5rem, 13.4vw, 14.5rem);
  line-height: 0.76;
  text-transform: uppercase;
}

.scene-hero h1 {
  font-family: "Cabinet Grotesk", "Clash Display", "Satoshi", system-ui, sans-serif;
  font-weight: 300;
  max-width: min(100%, 10.6ch);
  margin-top: 1.2rem;
  font-size: clamp(5.8rem, 12.9vw, 14.8rem);
  line-height: 0.735;
  letter-spacing: -0.068em;
  text-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.62);
}

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

.scene-hero h1 span:last-child {
  color: var(--green);
}

.scene-hero .gpc-kicker {
  color: var(--green);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  gap: 0.64rem;
}

.scene-hero .gpc-kicker::before {
  width: 1.9rem;
}

.hero-bottom {
  width: min(100%, 900px);
  margin-top: 2.2rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(2rem, 6vw, 5rem);
}

.hero-copy {
  max-width: 37rem;
}

.hero-lead {
  color: rgba(244, 240, 231, 0.82);
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  line-height: 1.26;
}

.hero-description {
  max-width: 34rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  color: rgba(244, 240, 231, 0.66);
  font-size: clamp(1rem, 1.16vw, 1.16rem);
  line-height: 1.52;
  border-top: 1px solid rgba(109, 133, 143, 0.42);
}

.gpc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.scene-hero .gpc-actions {
  gap: 1rem;
}

.scene-hero .gpc-button {
  min-width: 10.2rem;
  min-height: 3rem;
  padding: 0.72rem 1.35rem;
  border-radius: 0.92rem;
  letter-spacing: 0.01em;
}

.scene-hero .gpc-button-primary {
  border-color: rgba(189, 216, 107, 0.88);
  background: var(--green);
  color: #081008;
  box-shadow: none;
}

.scene-hero .gpc-button:not(.gpc-button-primary) {
  border-color: rgba(244, 240, 231, 0.34);
  background: rgba(6, 7, 6, 0.16);
}

.hero-facts {
  width: min(100%, 900px);
  margin-top: 2.6rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(244, 240, 231, 0.14);
  counter-reset: hero-fact;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
}

.hero-fact {
  position: relative;
  min-height: 2.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.66rem;
  padding-right: clamp(1.15rem, 2.9vw, 2.2rem);
  margin-right: clamp(1.15rem, 2.9vw, 2.2rem);
  color: rgba(244, 240, 231, 0.86);
  font-size: clamp(0.78rem, 0.86vw, 0.88rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-fact::before {
  counter-increment: hero-fact;
  content: "0" counter(hero-fact);
  color: var(--green);
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.hero-fact:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.25rem;
  background: rgba(244, 240, 231, 0.22);
  transform: translateY(-50%);
}

.gpc-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(244, 240, 231, 0.08);
  background: #070807;
}

.marquee-track,
.sponsor-track {
  width: max-content;
  display: flex;
  gap: 2.2rem;
  animation: marquee 30s linear infinite;
}

.marquee-track {
  gap: 0;
  padding: 1rem 0;
  animation: marquee-infinite 24s linear infinite;
}

.marquee-group {
  flex: 0 0 auto;
  display: flex;
  gap: 0;
}

.marquee-track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: rgba(244, 240, 231, 0.78);
  font-size: clamp(0.74rem, 1.15vw, 1rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.marquee-track span::after {
  content: "";
  width: 1px;
  height: 1.05em;
  margin-inline: clamp(1.1rem, 2.5vw, 2rem);
  background: rgba(244, 240, 231, 0.22);
}

.marquee-track .marquee-accent {
  color: var(--green);
}

.story {
  position: relative;
  background: #060706;
}

.story-intro {
  position: relative;
  min-height: 82svh;
  display: grid;
  align-content: end;
  padding-top: 10rem;
  padding-bottom: clamp(5rem, 9vw, 9rem);
}

.story-intro h2 {
  max-width: 9.4ch;
  margin-top: 1.25rem;
  font-size: clamp(4rem, 9.4vw, 10.8rem);
  line-height: 0.78;
  text-transform: uppercase;
}

.story-intro h2 span {
  color: var(--green);
}

.story-intro > p:not(.story-eyebrow) {
  max-width: 25rem;
  margin-top: 1.35rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.story-chapters {
  position: relative;
}

.story-chapter {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background-color: #060706;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-top: -1px;
}

.story-chapter::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 7, 6, 0.82) 0%, rgba(6, 7, 6, 0.36) 46%, rgba(6, 7, 6, 0.72) 100%),
    linear-gradient(180deg, rgba(6, 7, 6, 0.08) 0%, rgba(6, 7, 6, 0.22) 52%, rgba(6, 7, 6, 0.82) 100%);
}

.story-chapter::after {
  content: "";
  position: absolute;
  inset: -1px 0 auto;
  height: clamp(7rem, 14vw, 14rem);
  background: linear-gradient(180deg, #060706, rgba(6, 7, 6, 0));
  pointer-events: none;
}

.story-chapter-competi {
  background-image: var(--story-competi-image);
  background-position: 44% center;
}

.story-chapter-competi.is-bg-loaded {
  background-image:
    image-set(
      url("./assets/optimized/story-competi-desktop.avif") type("image/avif"),
      url("./assets/optimized/story-competi-desktop.webp") type("image/webp"),
      url("./assets/optimized/story-competi-desktop.jpg") type("image/jpeg")
    ),
    var(--story-competi-image);
}

.story-chapter-entrena {
  background-image: var(--story-entrena-image);
  background-position: center;
}

.story-chapter-entrena.is-bg-loaded {
  background-image:
    image-set(
      url("./assets/optimized/story-entrena-desktop.avif") type("image/avif"),
      url("./assets/optimized/story-entrena-desktop.webp") type("image/webp"),
      url("./assets/optimized/story-entrena-desktop.jpg") type("image/jpeg")
    ),
    var(--story-entrena-image);
}

.story-chapter-conecta {
  background-image: var(--story-conecta-image);
  background-position: 58% center;
}

.story-chapter-conecta.is-bg-loaded {
  background-image:
    image-set(
      url("./assets/optimized/story-conecta-desktop.avif") type("image/avif"),
      url("./assets/optimized/story-conecta-desktop.webp") type("image/webp"),
      url("./assets/optimized/story-conecta-desktop.jpg") type("image/jpeg")
    ),
    var(--story-conecta-image);
}

.story-chapter-quedate {
  background-image: var(--story-quedate-image);
  background-position: center 38%;
}

.story-chapter-quedate.is-bg-loaded {
  background-image:
    image-set(
      url("./assets/optimized/story-quedate-desktop.avif") type("image/avif"),
      url("./assets/optimized/story-quedate-desktop.webp") type("image/webp"),
      url("./assets/optimized/story-quedate-desktop.jpg") type("image/jpeg")
    ),
    var(--story-quedate-image);
}

.story-chapter-inner {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: clamp(4rem, 8vw, 8rem);
  display: grid;
  align-content: end;
  justify-items: start;
}

.story-chapter-alt .story-chapter-inner {
  justify-items: end;
  text-align: right;
}

.story-chapter-inner > span {
  display: block;
  margin-bottom: 1.25rem;
  color: var(--green);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
}

.story-chapter h3 {
  max-width: 7ch;
  margin-top: 0;
  font-family: "Cabinet Grotesk", "Clash Display", "Satoshi", system-ui, sans-serif;
  font-size: clamp(4.4rem, 12vw, 13rem);
  font-weight: 300;
  line-height: 0.76;
  letter-spacing: -0.066em;
  text-transform: uppercase;
  text-shadow: 0 1.3rem 4rem rgba(0, 0, 0, 0.66);
}

.story-chapter p {
  max-width: 19rem;
  margin-top: 1.25rem;
  color: rgba(244, 240, 231, 0.82);
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.28;
}

.training-note {
  max-width: 22rem;
  margin-top: 1.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 240, 231, 0.2);
}

.training-note p {
  max-width: none;
  margin-top: 0;
  color: rgba(244, 240, 231, 0.72);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.48;
}

.training-note a {
  display: inline-flex;
  margin-top: 0.9rem;
  color: var(--green);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.experience-gallery {
  margin-top: -1px;
  padding: clamp(4.8rem, 7vw, 7rem) 0 clamp(5.2rem, 7.5vw, 7.5rem);
  background:
    linear-gradient(180deg, #080908 0%, #060706 18%, #060706 72%, #080908 100%);
}

.gallery-head {
  margin-bottom: clamp(2.8rem, 5vw, 5.2rem);
}

.gallery-head h2 {
  max-width: 10ch;
  margin-top: 1.25rem;
  font-size: clamp(3.2rem, 8vw, 9.2rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.gallery-hint {
  display: none;
}

.gallery-composition {
  width: min(100% - 2.6rem, 1400px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.68fr) minmax(0, 0.68fr);
  grid-template-rows:
    minmax(19rem, clamp(22rem, 28vw, 31rem))
    minmax(19rem, clamp(22rem, 28vw, 31rem))
    minmax(13rem, clamp(15rem, 18vw, 20rem))
    minmax(13rem, clamp(15rem, 18vw, 20rem))
    minmax(13rem, clamp(15rem, 18vw, 20rem));
  grid-template-areas:
    "community community trophy"
    "community community coffee"
    "handshake handshake match"
    "handshake handshake court"
    "lounge architecture architecture";
  gap: clamp(1.25rem, 2vw, 2.25rem);
  align-items: stretch;
}

.gallery-photo {
  margin: 0;
  min-height: 0;
  height: 100%;
  background-color: #070807;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.24);
}

.gallery-photo-wide {
  min-height: 0;
}

.gallery-photo-vertical {
  min-height: 0;
}

.gallery-photo-horizontal {
  min-height: 0;
}

.gallery-photo-tall {
  min-height: 0;
}

.gallery-photo-community {
  grid-area: community;
  background-position: center 38%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #071111;
}

.gallery-photo-community.is-bg-loaded {
  background-image: image-set(
    url("./assets/optimized/gallery-gallery-community-desktop.avif") type("image/avif"),
    url("./assets/optimized/gallery-gallery-community-desktop.webp") type("image/webp"),
    url("./assets/optimized/gallery-gallery-community-desktop.jpg") type("image/jpeg")
  );
}

.gallery-photo-trophy {
  grid-area: trophy;
  background-position: 50% 32%;
}

.gallery-photo-trophy.is-bg-loaded {
  background-image: image-set(
    url("./assets/optimized/gallery-gallery-trophy-desktop.avif") type("image/avif"),
    url("./assets/optimized/gallery-gallery-trophy-desktop.webp") type("image/webp"),
    url("./assets/optimized/gallery-gallery-trophy-desktop.jpg") type("image/jpeg")
  );
}

.gallery-photo-match {
  grid-area: match;
  background-position: center;
}

.gallery-photo-match.is-bg-loaded {
  background-image: image-set(
    url("./assets/optimized/gallery-gallery-match-desktop.avif") type("image/avif"),
    url("./assets/optimized/gallery-gallery-match-desktop.webp") type("image/webp"),
    url("./assets/optimized/gallery-gallery-match-desktop.jpg") type("image/jpeg")
  );
}

.gallery-photo-coffee {
  grid-area: coffee;
  background-position: 50% 58%;
}

.gallery-photo-coffee.is-bg-loaded {
  background-image: image-set(
    url("./assets/optimized/gallery-gallery-coffee-desktop.avif") type("image/avif"),
    url("./assets/optimized/gallery-gallery-coffee-desktop.webp") type("image/webp"),
    url("./assets/optimized/gallery-gallery-coffee-desktop.jpg") type("image/jpeg")
  );
}

.gallery-photo-court {
  grid-area: court;
  background-position: 50% center;
}

.gallery-photo-court.is-bg-loaded {
  background-image: image-set(
    url("./assets/optimized/gallery-gallery-court-desktop.avif") type("image/avif"),
    url("./assets/optimized/gallery-gallery-court-desktop.webp") type("image/webp"),
    url("./assets/optimized/gallery-gallery-court-desktop.jpg") type("image/jpeg")
  );
}

.gallery-photo-lounge {
  grid-area: lounge;
  background-position: 50% center;
}

.gallery-photo-lounge.is-bg-loaded {
  background-image: image-set(
    url("./assets/optimized/gallery-gallery-lounge-desktop.avif") type("image/avif"),
    url("./assets/optimized/gallery-gallery-lounge-desktop.webp") type("image/webp"),
    url("./assets/optimized/gallery-gallery-lounge-desktop.jpg") type("image/jpeg")
  );
}

.gallery-photo-handshake {
  grid-area: handshake;
  background-position: 50% 22%;
}

.gallery-photo-handshake.is-bg-loaded {
  background-image: image-set(
    url("./assets/optimized/gallery-gallery-handshake-desktop.avif") type("image/avif"),
    url("./assets/optimized/gallery-gallery-handshake-desktop.webp") type("image/webp"),
    url("./assets/optimized/gallery-gallery-handshake-desktop.jpg") type("image/jpeg")
  );
}

.gallery-photo-architecture {
  grid-area: architecture;
  background-position: 50% 42%;
}

.gallery-photo-architecture.is-bg-loaded {
  background-image: image-set(
    url("./assets/optimized/gallery-gallery-architecture-desktop.avif") type("image/avif"),
    url("./assets/optimized/gallery-gallery-architecture-desktop.webp") type("image/webp"),
    url("./assets/optimized/gallery-gallery-architecture-desktop.jpg") type("image/jpeg")
  );
}

.bar-story h2,
.sponsors h2,
.location h2,
.contact h2,
.events-tournaments h2 {
  margin-top: 1.25rem;
  font-size: clamp(2.8rem, 5.4vw, 5.8rem);
  line-height: 0.9;
}

.bar-story h2 {
  max-width: 10.8ch;
  font-size: clamp(3.6rem, 5vw, 5.3rem);
  line-height: 0.86;
}

.bar-story h2 span,
.sponsors h2 span {
  color: var(--green);
}

.location h2 span {
  color: var(--green);
}

.bar-story {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  isolation: isolate;
}

.events-tournaments {
  position: relative;
  min-height: 100svh;
  padding: 8rem 0;
  overflow: hidden;
  background-image: var(--tournament-image);
  background-position: center 46%;
  background-size: cover;
  background-attachment: fixed;
  isolation: isolate;
}

.events-tournaments.is-bg-loaded {
  background-image:
    image-set(
      url("./assets/optimized/torneo-desktop.avif") type("image/avif"),
      url("./assets/optimized/torneo-desktop.webp") type("image/webp"),
      url("./assets/optimized/torneo-desktop.jpg") type("image/jpeg")
    ),
    var(--tournament-image);
}

.events-tournaments::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(6, 7, 6, 0.9) 0%, rgba(6, 7, 6, 0.58) 48%, rgba(6, 7, 6, 0.84) 100%),
    linear-gradient(180deg, rgba(6, 7, 6, 0.2), rgba(6, 7, 6, 0.86));
}

.events-grid {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 16rem);
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.54fr);
  gap: clamp(1.3rem, 3.6vw, 3.5rem);
  align-items: end;
}

.events-grid p {
  max-width: 28rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
}

.events-copy {
  max-width: 30rem;
  display: grid;
  gap: 0.9rem;
}

.events-copy article {
  display: grid;
  gap: 0.85rem;
  padding: 1.05rem;
  border: 1px solid rgba(244, 240, 231, 0.14);
  border-radius: 0.92rem;
  background: rgba(6, 7, 6, 0.38);
}

.events-copy p {
  max-width: 27rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
}

.events-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.events-actions .gpc-button,
.events-grid .gpc-button {
  width: fit-content;
}

.bar-bg {
  background-image:
    linear-gradient(90deg, rgba(6, 7, 6, 0.22), rgba(6, 7, 6, 0.5) 48%, rgba(6, 7, 6, 0.82));
  background-position: center 42%;
  filter: saturate(1.05) contrast(1.02) brightness(0.95);
}

.bar-story.is-bg-loaded .bar-bg {
  background-image:
    linear-gradient(90deg, rgba(6, 7, 6, 0.22), rgba(6, 7, 6, 0.5) 48%, rgba(6, 7, 6, 0.82)),
    image-set(
      url("./assets/optimized/bar-gastronomia-desktop.avif") type("image/avif"),
      url("./assets/optimized/bar-gastronomia-desktop.webp") type("image/webp"),
      url("./assets/optimized/bar-gastronomia-desktop.jpg") type("image/jpeg")
    );
}

.bar-story::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 7, 6, 0.2), rgba(6, 7, 6, 0.42) 48%, rgba(6, 7, 6, 0.78)),
    linear-gradient(180deg, rgba(6, 7, 6, 0.12), rgba(6, 7, 6, 0.78));
}

.bar-content {
  min-height: 92svh;
  padding: 7rem 0;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(300px, 0.42fr);
  gap: clamp(2.4rem, 7vw, 6rem);
  align-content: center;
  align-items: end;
}

.bar-copy {
  max-width: 26rem;
  display: grid;
  gap: 1rem;
  align-self: end;
  margin-bottom: 1.15rem;
  padding: 1.05rem;
  border: 1px solid rgba(244, 240, 231, 0.12);
  border-radius: 0.92rem;
  background: rgba(6, 7, 6, 0.28);
}

.bar-content p:not(.gpc-kicker),
.bar-copy p {
  max-width: 24rem;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.08vw, 1.05rem);
  line-height: 1.45;
}

.bar-copy .gpc-button {
  width: fit-content;
  min-height: 2.65rem;
  padding-inline: 1rem;
}

.sponsors {
  padding: clamp(6.4rem, 8.5vw, 8.6rem) 0 clamp(3.6rem, 5.5vw, 5.6rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, #080908 0%, #080908 74%, #060706 100%);
}

.sponsors-head {
  margin-bottom: clamp(2.4rem, 4.2vw, 4.2rem);
}

.sponsor-marquee {
  overflow: hidden;
}

.sponsor-track {
  gap: 0;
  animation: sponsor-infinite 42s linear infinite;
}

.sponsor-group {
  flex: 0 0 auto;
  display: flex;
  gap: clamp(1.5rem, 3.2vw, 2.9rem);
  padding-right: clamp(1.5rem, 3.2vw, 2.9rem);
}

.sponsor-logo {
  width: clamp(12.2rem, 15.5vw, 14.7rem);
  min-height: clamp(5rem, 6.6vw, 6.2rem);
  display: grid;
  place-items: center;
  border-top: 1px solid rgba(244, 240, 231, 0.1);
  border-bottom: 1px solid rgba(244, 240, 231, 0.1);
}

.sponsor-logo img {
  width: min(92%, var(--logo-width, 11rem));
  max-height: var(--logo-height, 4rem);
  object-fit: contain;
  opacity: 0.82;
}

.location {
  margin-top: -1px;
  padding: clamp(5.4rem, 7.2vw, 7.2rem) 0 clamp(7.2rem, 9vw, 9.4rem);
  background:
    linear-gradient(180deg, #080908 0%, #090a09 24%, #090a09 100%);
}

.location-grid,
.contact-grid,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: clamp(2rem, 5vw, 4.2rem);
  align-items: center;
}

.location-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.12fr);
  gap: clamp(2.8rem, 6vw, 5.8rem);
  align-items: end;
}

.location-grid > div:first-child {
  max-width: 36rem;
}

.location p:not(.gpc-kicker),
.contact p:not(.gpc-kicker) {
  max-width: 32rem;
  margin-top: 1.5rem;
  color: var(--muted);
}

.location-details {
  max-width: 24rem;
  margin-top: 2rem;
  display: grid;
  gap: 0.72rem;
}

.location-details span {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(244, 240, 231, 0.64);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-details span::before {
  content: "->";
  color: var(--green);
  font-size: 0.75rem;
  letter-spacing: 0;
}

.location-details .location-parking {
  color: rgba(244, 240, 231, 0.86);
}

.location-details .location-parking::before {
  color: var(--blue);
}

.location .gpc-actions {
  margin-top: 2.35rem;
}

.map-wrap {
  position: relative;
  min-height: 36rem;
  padding: clamp(0.58rem, 1vw, 0.82rem);
  overflow: hidden;
  border: 1px solid rgba(244, 240, 231, 0.12);
  border-radius: 1.15rem;
  background:
    linear-gradient(135deg, rgba(244, 240, 231, 0.08), rgba(244, 240, 231, 0.025)),
    #070807;
  box-shadow: 0 1.9rem 5rem rgba(0, 0, 0, 0.38);
}

.map-wrap::after {
  content: "";
  position: absolute;
  inset: 0.58rem;
  pointer-events: none;
  border-radius: 0.76rem;
  background:
    linear-gradient(90deg, rgba(6, 7, 6, 0.08), transparent 38%, rgba(6, 7, 6, 0.08)),
    linear-gradient(180deg, rgba(6, 7, 6, 0.08), transparent 46%, rgba(6, 7, 6, 0.16));
}

.map-wrap iframe {
  width: 100%;
  min-height: calc(36rem - 1.4rem);
  border: 0;
  border-radius: 0.78rem;
  filter: saturate(0.95) contrast(0.92) brightness(1);
  opacity: 0.88;
}

.map-enable {
  display: none;
}

.contact-grid {
  min-height: 100svh;
  padding: 8rem 0;
  align-items: center;
}

.contact-kicker {
  color: var(--blue);
}

.contact-kicker span {
  color: var(--green);
}

.contact-actions {
  display: grid;
  gap: 0.75rem;
  align-self: center;
  justify-items: stretch;
}

.contact-actions .gpc-button {
  width: 100%;
  min-height: 4.45rem;
  padding: 0.92rem 1.05rem;
  display: grid;
  justify-content: stretch;
  gap: 0.32rem;
  text-align: left;
  border-radius: 0.92rem;
}

.contact-actions .contact-main {
  font-size: 1.05rem;
}

.contact-actions .gpc-button-primary {
  border-color: rgba(189, 216, 107, 0.78);
  background: rgba(189, 216, 107, 0.16);
}

.contact-actions .gpc-button span {
  color: var(--ink);
}

.contact-actions .gpc-button-primary span,
.contact-actions .gpc-button-primary small {
  color: var(--ink);
}

.contact-actions .gpc-button small {
  color: rgba(244, 240, 231, 0.68);
  font-size: 0.86rem;
  line-height: 1.28;
}

.gpc-footer {
  padding: 0.9rem 0 0.65rem;
  border-top: 1px solid rgba(244, 240, 231, 0.08);
  background: #060706;
}

.footer-grid {
  grid-template-columns: minmax(12rem, 1fr) minmax(10rem, 1fr) minmax(20rem, 1fr);
  align-items: stretch;
  gap: clamp(1.5rem, 5vw, 5.2rem);
}

.footer-brand,
.footer-links,
.footer-newsletter {
  min-height: 6.25rem;
}

.footer-brand img {
  width: 5.2rem;
  height: auto;
}

.footer-brand p {
  max-width: 20rem;
  margin-top: 0.55rem;
  color: rgba(244, 240, 231, 0.72);
  font-size: 0.8rem;
  line-height: 1.32;
}

.footer-brand p > span {
  display: block;
}

.footer-brand p > span:first-child {
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.footer-brand p > span + span {
  margin-top: 0.22rem;
  color: rgba(244, 240, 231, 0.56);
}

.footer-links,
.footer-newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-links,
.footer-newsletter {
  gap: 0.28rem;
}

.footer-links > span,
.footer-newsletter label {
  margin-bottom: 0.08rem;
  color: var(--green);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-newsletter label {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
}

.footer-newsletter label::before {
  content: none;
}

.footer-newsletter h3 {
  max-width: 16rem;
  margin: 0 0 0.26rem;
  color: rgba(244, 240, 231, 0.72);
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
}

.gpc-footer a,
.gpc-footer p,
.footer-newsletter input,
.footer-newsletter button {
  color: var(--muted);
  font-size: 0.82rem;
}

.gpc-footer a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 180ms ease;
}

.gpc-footer a:hover {
  color: var(--ink);
}

.footer-link-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-newsletter {
  width: 100%;
}

.footer-newsletter > div {
  width: min(100%, 20.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.24rem;
  padding: 0.2rem;
  border: 1px solid rgba(244, 240, 231, 0.13);
  border-radius: 0.78rem;
  background: rgba(244, 240, 231, 0.035);
}

.footer-newsletter input,
.footer-newsletter button {
  min-width: 0;
  border: 0;
  border-radius: 0.72rem;
  background: transparent;
}

.footer-newsletter input {
  width: 100%;
  padding: 0.44rem 0.58rem;
  outline: 0;
}

.footer-newsletter input::placeholder {
  color: rgba(244, 240, 231, 0.34);
}

.footer-newsletter button {
  min-height: 2.75rem;
  padding: 0 0.62rem;
  border: 1px solid rgba(189, 216, 107, 0.42);
  background: rgba(189, 216, 107, 0.11);
  color: var(--ink);
  font-size: 0.76rem;
  cursor: pointer;
}

.footer-bottom {
  margin-top: 0.7rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(244, 240, 231, 0.08);
}

.footer-bottom a {
  color: rgba(244, 240, 231, 0.44);
  font-size: 0.72rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 800ms var(--ease), transform 800ms var(--ease);
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-infinite {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.3333%);
  }
}

@keyframes sponsor-infinite {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.3333%);
  }
}

@media (max-width: 980px) {
  .gpc-menu-button {
    display: block;
    justify-self: end;
    order: 3;
  }

  .gpc-menu {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.55rem;
    border: 1px solid rgba(244, 240, 231, 0.1);
    border-radius: 1.2rem;
    background: rgba(6, 7, 6, 0.92);
  }

  .gpc-menu.is-open {
    display: flex;
  }

  .gpc-menu a {
    text-align: center;
  }

  .bar-content,
  .events-grid,
  .location-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .gallery-composition {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows:
      minmax(28rem, 58vw)
      minmax(28rem, 58vw)
      minmax(20rem, 36vw)
      minmax(20rem, 36vw)
      minmax(18rem, 32vw)
      minmax(18rem, 32vw);
    grid-template-areas:
      "community community"
      "community community"
      "trophy coffee"
      "handshake handshake"
      "match court"
      "lounge architecture";
  }

  .gallery-photo,
  .gallery-photo-wide,
  .gallery-photo-vertical,
  .gallery-photo-horizontal,
  .gallery-photo-tall {
    min-height: 0;
    height: 100%;
  }

  .story {
    padding: 0;
  }

  .story-intro {
    min-height: 78svh;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .story-intro h2 {
    font-size: clamp(3.6rem, 18vw, 6.2rem);
  }

  .story-chapter {
    min-height: 92svh;
    align-items: end;
    background-attachment: scroll;
  }

  .events-tournaments {
    background-attachment: scroll;
  }

  .story-chapter-alt .story-chapter-inner {
    justify-items: start;
    text-align: left;
  }

  .story-chapter h3 {
    font-size: clamp(3.8rem, 18vw, 6.4rem);
  }

  .story-chapter p,
  .story-chapter:nth-child(even) p {
    max-width: 18rem;
  }

}

@media (max-width: 680px) {
  html,
  body {
    overflow-x: clip;
  }

  .gpc-header {
    top: 0.6rem;
  }

  .gpc-nav {
    width: min(100% - 2rem, var(--max));
    min-height: 3.35rem;
    padding: 0.42rem 0.48rem 0.42rem 0.58rem;
    gap: 0.38rem;
  }

  .gpc-logo img {
    width: 4.35rem;
    height: auto;
  }

  .gpc-logo {
    min-height: 2.75rem;
  }

  .gpc-menu-button {
    width: 2.75rem;
    height: 2.75rem;
  }

  .gpc-menu-button span {
    width: 1rem;
    margin: 4px auto;
  }

  .gpc-nav-cta {
    min-height: 2.75rem;
    padding: 0.58rem 0.72rem;
    justify-self: end;
    font-size: 0.74rem;
  }

  .gpc-menu a {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gpc-logo:focus-visible,
  .gpc-menu-button:focus-visible,
  .gpc-nav-cta:focus-visible,
  .gpc-menu a:focus-visible,
  .gpc-button:focus-visible,
  .training-note a:focus-visible,
  .footer-links a:focus-visible,
  .footer-bottom a:focus-visible,
  .footer-newsletter input:focus-visible,
  .footer-newsletter button:focus-visible,
  .map-enable:focus-visible {
    outline: 2px solid rgba(189, 216, 107, 0.72);
    outline-offset: 3px;
  }

  .scene h1 {
    font-size: clamp(4.05rem, 18vw, 5.6rem);
    line-height: 0.8;
  }

  .scene-hero h1 {
    font-size: clamp(4.45rem, 18.8vw, 6.6rem);
    line-height: 0.78;
  }

  .scene-hero .scene-bg {
    inset: -8%;
    background-image: image-set(
      url("./assets/optimized/hero-global-hero-mobile.avif") type("image/avif"),
      url("./assets/optimized/hero-global-hero-mobile.webp") type("image/webp"),
      url("./assets/optimized/hero-global-hero-mobile.jpg") type("image/jpeg")
    );
    background-position: 63% center;
    background-size: auto 110%;
    transform: translate3d(0, var(--parallax, 0px), 0) scale(1.06);
  }

  .scene-final.is-bg-loaded .scene-bg {
    background-image: image-set(
      url("./assets/optimized/hero-dsc0291-mobile.avif") type("image/avif"),
      url("./assets/optimized/hero-dsc0291-mobile.webp") type("image/webp"),
      url("./assets/optimized/hero-dsc0291-mobile.jpg") type("image/jpeg")
    );
  }

  .hero-bottom {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.65rem;
  }

  .hero-copy,
  .hero-description {
    max-width: 100%;
  }

  .hero-lead {
    font-size: clamp(1.25rem, 5.8vw, 1.7rem);
  }

  .hero-description {
    font-size: 0.95rem;
  }

  .hero-facts {
    display: none;
  }

  .hero-fact {
    width: 50%;
    padding-right: 0.7rem;
    margin-right: 0;
    font-size: 0.72rem;
    letter-spacing: 0.13em;
  }

  .hero-fact::after {
    display: none;
  }

  .scene-hero::before,
  .scene-hero::after {
    display: none;
  }

  .gpc-actions,
  .gpc-button {
    width: 100%;
  }

  .bar-content,
  .contact-grid {
    padding-block: 6rem;
  }

  .bar-content,
  .events-grid {
    gap: 1.5rem;
  }

  .story-intro h2 {
    font-size: clamp(3.25rem, 18.5vw, 5.4rem);
  }

  .story-intro > p:not(.story-eyebrow) {
    max-width: 20rem;
  }

  .story-chapter h3 {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  .story-chapter-competi.is-bg-loaded {
    background-image:
      image-set(
        url("./assets/optimized/story-competi-mobile.avif") type("image/avif"),
        url("./assets/optimized/story-competi-mobile.webp") type("image/webp"),
        url("./assets/optimized/story-competi-mobile.jpg") type("image/jpeg")
      ),
      var(--story-competi-image);
  }

  .story-chapter-entrena.is-bg-loaded {
    background-image:
      image-set(
        url("./assets/optimized/story-entrena-mobile.avif") type("image/avif"),
        url("./assets/optimized/story-entrena-mobile.webp") type("image/webp"),
        url("./assets/optimized/story-entrena-mobile.jpg") type("image/jpeg")
      ),
      var(--story-entrena-image);
  }

  .story-chapter-conecta.is-bg-loaded {
    background-image:
      image-set(
        url("./assets/optimized/story-conecta-mobile.avif") type("image/avif"),
        url("./assets/optimized/story-conecta-mobile.webp") type("image/webp"),
        url("./assets/optimized/story-conecta-mobile.jpg") type("image/jpeg")
      ),
      var(--story-conecta-image);
  }

  .story-chapter-quedate.is-bg-loaded {
    background-image:
      image-set(
        url("./assets/optimized/story-quedate-mobile.avif") type("image/avif"),
        url("./assets/optimized/story-quedate-mobile.webp") type("image/webp"),
        url("./assets/optimized/story-quedate-mobile.jpg") type("image/jpeg")
      ),
      var(--story-quedate-image);
  }

  .events-grid {
    align-items: start;
  }

  .events-tournaments.is-bg-loaded {
    background-image:
      image-set(
        url("./assets/optimized/torneo-mobile.avif") type("image/avif"),
        url("./assets/optimized/torneo-mobile.webp") type("image/webp"),
        url("./assets/optimized/torneo-mobile.jpg") type("image/jpeg")
      ),
      var(--tournament-image);
  }

  .events-grid .gpc-button {
    width: 100%;
  }

  .location-details {
    margin-top: 1.25rem;
    gap: 0.42rem 0.85rem;
  }

  .contact-actions .gpc-button {
    width: 100%;
  }

  .bar-story h2,
  .sponsors h2,
  .location h2,
  .contact h2,
  .gallery-head h2 {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .gallery-hint {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 2.75rem;
    margin-top: 1rem;
    padding: 0.58rem 0.86rem;
    border: 1px solid rgba(22, 143, 212, 0.36);
    border-radius: 999px;
    background: rgba(22, 143, 212, 0.1);
    color: rgba(244, 240, 231, 0.78);
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .gallery-hint::after {
    content: "->";
    color: var(--blue);
    font-size: 0.9rem;
    letter-spacing: 0;
    transform: translateX(0.08rem);
  }

  .experience-gallery {
    padding: 6rem 0;
  }

  .gallery-composition {
    width: min(100% - 1.4rem, 1380px);
    margin-inline: 0;
    padding-left: 0.7rem;
    padding-right: 1.2rem;
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0.7rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 2.8rem), transparent 100%);
  }

  .gallery-composition::-webkit-scrollbar {
    display: none;
  }

  .gallery-photo,
  .gallery-photo-wide,
  .gallery-photo-vertical,
  .gallery-photo-horizontal,
  .gallery-photo-tall {
    flex: 0 0 84vw;
    width: 84vw;
    height: min(66svh, 34rem);
    min-height: 26rem;
    scroll-snap-align: start;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .gallery-photo-community {
    background-position: 50% 30%;
  }

  .gallery-photo-trophy {
    background-position: 50% 28%;
  }

  .gallery-photo-match {
    background-position: 50% 44%;
  }

  .gallery-photo-coffee {
    background-position: 50% 54%;
  }

  .gallery-photo-court {
    background-position: 50% 50%;
  }

  .gallery-photo-lounge {
    background-position: 50% 48%;
  }

  .gallery-photo-handshake {
    background-position: 50% 22%;
  }

  .gallery-photo-architecture {
    background-position: 50% 48%;
  }

  .gallery-photo-community.is-bg-loaded {
    background-image: image-set(
      url("./assets/optimized/gallery-gallery-community-mobile.avif") type("image/avif"),
      url("./assets/optimized/gallery-gallery-community-mobile.webp") type("image/webp"),
      url("./assets/optimized/gallery-gallery-community-mobile.jpg") type("image/jpeg")
    );
  }

  .gallery-photo-trophy.is-bg-loaded {
    background-image: image-set(
      url("./assets/optimized/gallery-gallery-trophy-mobile.avif") type("image/avif"),
      url("./assets/optimized/gallery-gallery-trophy-mobile.webp") type("image/webp"),
      url("./assets/optimized/gallery-gallery-trophy-mobile.jpg") type("image/jpeg")
    );
  }

  .gallery-photo-match.is-bg-loaded {
    background-image: image-set(
      url("./assets/optimized/gallery-gallery-match-mobile.avif") type("image/avif"),
      url("./assets/optimized/gallery-gallery-match-mobile.webp") type("image/webp"),
      url("./assets/optimized/gallery-gallery-match-mobile.jpg") type("image/jpeg")
    );
  }

  .gallery-photo-coffee.is-bg-loaded {
    background-image: image-set(
      url("./assets/optimized/gallery-gallery-coffee-mobile.avif") type("image/avif"),
      url("./assets/optimized/gallery-gallery-coffee-mobile.webp") type("image/webp"),
      url("./assets/optimized/gallery-gallery-coffee-mobile.jpg") type("image/jpeg")
    );
  }

  .gallery-photo-court.is-bg-loaded {
    background-image: image-set(
      url("./assets/optimized/gallery-gallery-court-mobile.avif") type("image/avif"),
      url("./assets/optimized/gallery-gallery-court-mobile.webp") type("image/webp"),
      url("./assets/optimized/gallery-gallery-court-mobile.jpg") type("image/jpeg")
    );
  }

  .gallery-photo-lounge.is-bg-loaded {
    background-image: image-set(
      url("./assets/optimized/gallery-gallery-lounge-mobile.avif") type("image/avif"),
      url("./assets/optimized/gallery-gallery-lounge-mobile.webp") type("image/webp"),
      url("./assets/optimized/gallery-gallery-lounge-mobile.jpg") type("image/jpeg")
    );
  }

  .gallery-photo-handshake.is-bg-loaded {
    background-image: image-set(
      url("./assets/optimized/gallery-gallery-handshake-mobile.avif") type("image/avif"),
      url("./assets/optimized/gallery-gallery-handshake-mobile.webp") type("image/webp"),
      url("./assets/optimized/gallery-gallery-handshake-mobile.jpg") type("image/jpeg")
    );
  }

  .gallery-photo-architecture.is-bg-loaded {
    background-image: image-set(
      url("./assets/optimized/gallery-gallery-architecture-mobile.avif") type("image/avif"),
      url("./assets/optimized/gallery-gallery-architecture-mobile.webp") type("image/webp"),
      url("./assets/optimized/gallery-gallery-architecture-mobile.jpg") type("image/jpeg")
    );
  }

  .events-actions,
  .bar-copy {
    width: 100%;
  }

  .bar-copy {
    max-width: none;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .bar-story.is-bg-loaded .bar-bg {
    background-image:
      linear-gradient(90deg, rgba(6, 7, 6, 0.22), rgba(6, 7, 6, 0.5) 48%, rgba(6, 7, 6, 0.82)),
      image-set(
        url("./assets/optimized/bar-gastronomia-mobile.avif") type("image/avif"),
        url("./assets/optimized/bar-gastronomia-mobile.webp") type("image/webp"),
        url("./assets/optimized/bar-gastronomia-mobile.jpg") type("image/jpeg")
      );
  }

  .events-actions .gpc-button,
  .bar-copy .gpc-button {
    width: 100%;
  }

  .training-note {
    max-width: 19rem;
  }

  .training-note a {
    min-height: 2.75rem;
    align-items: center;
    padding-block: 0.35rem;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 24rem;
  }

  .map-wrap iframe {
    pointer-events: none;
  }

  .map-wrap.is-map-active iframe {
    pointer-events: auto;
  }

  .map-enable {
    position: absolute;
    left: 50%;
    bottom: 1.35rem;
    z-index: 2;
    min-height: 2.75rem;
    max-width: calc(100% - 2rem);
    padding: 0.68rem 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(189, 216, 107, 0.42);
    border-radius: 999px;
    background: rgba(6, 7, 6, 0.74);
    color: var(--ink);
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateX(-50%);
    backdrop-filter: blur(14px);
  }

  .map-wrap.is-map-active .map-enable {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .gpc-footer {
    padding: 1rem 0 0.7rem;
  }

  .footer-brand,
  .footer-links,
  .footer-newsletter {
    min-height: 0;
  }

  .footer-brand img {
    width: 5rem;
  }

  .footer-brand p {
    max-width: none;
    margin-top: 0.42rem;
    font-size: 0.76rem;
    line-height: 1.22;
    text-align: left;
  }

  .footer-brand p > span:first-child {
    font-size: 0.64rem;
    letter-spacing: 0.16em;
  }

  .footer-brand p > span + span {
    margin-top: 0.12rem;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    justify-content: start;
    gap: 0 0.62rem;
  }

  .footer-links > span {
    grid-column: 1 / -1;
    margin-bottom: 0;
    font-size: 0.64rem;
  }

  .footer-newsletter {
    gap: 0.08rem;
  }

  .footer-newsletter label {
    margin-bottom: 0;
    font-size: 0.64rem;
  }

  .footer-newsletter h3 {
    max-width: 15.5rem;
    margin-bottom: 0.16rem;
    font-size: 0.78rem;
    line-height: 1.22;
  }

  .footer-link-icon {
    width: 1.1rem;
    height: 1.1rem;
  }

  .footer-newsletter > div {
    width: 100%;
  }

  .footer-links a {
    min-width: 2.75rem;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.44rem;
    padding: 0;
    font-size: 0.74rem;
  }

  .footer-bottom a {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
  }

  .footer-newsletter input,
  .footer-newsletter button {
    min-height: 2.75rem;
  }

  .footer-newsletter > div:focus-within {
    border-color: rgba(22, 143, 212, 0.62);
    box-shadow: 0 0 0 3px rgba(22, 143, 212, 0.14);
  }

  .footer-newsletter button {
    width: auto;
  }

  .footer-bottom {
    margin-top: 0.62rem;
    padding-top: 0.52rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
