/* Warsaw Arcade Lounge — offline venue */
:root {
  --bg: #071018;
  --bg-2: #0d1824;
  --bg-3: #122033;
  --paper: #f4eee4;
  --ink: #efe8dc;
  --muted: #9aa8b8;
  --line: rgba(239, 232, 220, 0.12);
  --sakura: #ff4d8d;
  --aqua: #3ce0d0;
  --gold: #e2c48a;
  --ok: #7fb59a;
  --max: 1180px;
  --nav-h: 4.4rem;
  --font-display: "Noto Serif JP", "Georgia", serif;
  --font-body: "Outfit", sans-serif;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(900px 480px at 100% 0%, rgba(255, 77, 141, 0.16), transparent 55%),
    radial-gradient(700px 420px at 0% 40%, rgba(60, 224, 208, 0.08), transparent 50%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--aqua);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.2s var(--ease);
}

a:hover {
  color: var(--paper);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.7rem;
}

p {
  margin: 0 0 1rem;
}

p:last-child {
  margin-bottom: 0;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  background: var(--sakura);
  color: #fff;
  padding: 0.55rem 0.9rem;
  z-index: 1000;
}

.skip-link:focus {
  top: 0.75rem;
}

/* Top bar */
.notice-bar {
  background: #050b12;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.45rem 0;
}

.notice-bar .container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  justify-content: space-between;
}

.notice-bar strong {
  color: var(--sakura);
  font-weight: 700;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(7, 16, 24, 0.86);
  border-bottom: 1px solid var(--line);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--ink);
}

.brand__mark {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--sakura);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.78rem;
  color: var(--aqua);
  flex-shrink: 0;
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
}

.brand__sub {
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav {
  display: none;
  gap: 1.35rem;
  align-items: center;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--ink);
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 1.1rem;
  height: 1.5px;
  background: currentColor;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

.nav.is-open {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  gap: 0;
  padding: 0.4rem 1rem 1rem;
  background: rgba(7, 16, 24, 0.97);
  border-bottom: 1px solid var(--line);
}

.nav.is-open a {
  padding: 0.85rem 0.3rem;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 880px) {
  .nav {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: 78svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #0d1824 url("../images/hero-sala-lq.webp") center / cover no-repeat;
}

.hero__media picture,
.split__media picture,
.mosaic picture,
.gallery picture {
  display: block;
}

.hero__media picture,
.hero__media img {
  width: 100%;
  height: 100%;
}

.hero__media img {
  object-fit: cover;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 16, 24, 0.25) 0%, rgba(7, 16, 24, 0.55) 45%, rgba(7, 16, 24, 0.94) 100%),
    linear-gradient(90deg, rgba(7, 16, 24, 0.72) 0%, rgba(7, 16, 24, 0.15) 58%);
}

.hero__content {
  padding: 4rem 0 2.6rem;
  max-width: 42rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero h1 {
  font-size: clamp(2.35rem, 6.4vw, 4.2rem);
  max-width: 14ch;
}

.hero__lead {
  color: var(--muted);
  max-width: 34rem;
  margin-bottom: 1.5rem;
}

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

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.65rem 1.2rem;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.btn--primary {
  background: var(--sakura);
  color: #fff;
}

.btn--primary:hover {
  background: #ff6aa0;
  color: #fff;
}

.btn--ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.btn--ghost:hover {
  border-color: var(--aqua);
  color: var(--ink);
}

/* Sections */
.section {
  padding: 4.2rem 0;
}

.section--tight {
  padding: 0;
}

.section--soft {
  background: linear-gradient(180deg, rgba(18, 32, 51, 0.7), rgba(7, 16, 24, 0.2));
  border-block: 1px solid var(--line);
}

.section__head {
  max-width: 40rem;
  margin-bottom: 1.8rem;
}

.section__head h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.25rem);
}

.section__head p,
.lede {
  color: var(--muted);
}

.kicker {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Ticket strip */
.ticket-strip {
  display: grid;
  margin-top: -1.6rem;
  position: relative;
  z-index: 2;
}

.ticket {
  display: grid;
  gap: 1rem;
  padding: 1.2rem 1.1rem;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-top: 2px solid var(--aqua);
}

.ticket span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.25rem;
}

.ticket strong,
.ticket a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}

.ticket a:hover {
  color: var(--aqua);
}

@media (min-width: 760px) {
  .ticket {
    grid-template-columns: 1.4fr 1fr 0.9fr;
    gap: 1.4rem;
    padding: 1.35rem 1.5rem;
  }
}

/* About */
.about-card {
  padding: 1.6rem 1.35rem;
  background:
    linear-gradient(135deg, rgba(255, 77, 141, 0.12), transparent 42%),
    var(--bg-3);
  border: 1px solid var(--line);
  border-left: 3px solid var(--sakura);
}

.about-card h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.disclaimer {
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(226, 196, 138, 0.45);
  background: rgba(226, 196, 138, 0.06);
  font-size: 0.95rem;
}

/* Mosaic */
.mosaic {
  display: grid;
  gap: 0.7rem;
}

.mosaic figure {
  margin: 0;
  overflow: hidden;
  background: var(--bg-2);
}

.mosaic img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mosaic figcaption {
  padding: 0.65rem 0.1rem 0;
  font-size: 0.86rem;
  color: var(--muted);
}

@media (min-width: 760px) {
  .mosaic {
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: auto auto;
  }

  .mosaic figure:first-child {
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
  }

  .mosaic figure:first-child picture,
  .mosaic figure:first-child img {
    height: 100%;
    aspect-ratio: auto;
    min-height: 28rem;
  }
}

.gallery {
  display: grid;
  gap: 0.8rem;
}

.gallery figure {
  margin: 0;
}

.gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery figcaption {
  padding-top: 0.55rem;
  font-size: 0.86rem;
  color: var(--muted);
}

@media (min-width: 700px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Split */
.split {
  display: grid;
  gap: 1.8rem;
  align-items: center;
}

.split__media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

@media (min-width: 880px) {
  .split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }

  .split--flip .split__media {
    order: 2;
  }
}

.facts {
  list-style: none;
  margin: 1.3rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.facts li {
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.facts strong {
  display: block;
  font-family: var(--font-display);
  margin-bottom: 0.2rem;
}

.facts span {
  color: var(--muted);
}

/* Hours table */
.hours {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.hours th,
.hours td {
  text-align: left;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
}

.hours th {
  color: var(--muted);
  font-weight: 500;
}

.hours td {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* Map */
.map-frame {
  margin-top: 1.4rem;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--bg-2);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: min(420px, 58vw);
  border: 0;
  filter: grayscale(0.2) contrast(1.05) saturate(0.85);
}

.map-note {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Rules */
.rules {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: rule;
  display: grid;
  gap: 0.2rem;
}

.rules li {
  position: relative;
  padding: 1rem 0.2rem 1rem 3.3rem;
  border-bottom: 1px solid var(--line);
}

.rules li::before {
  counter-increment: rule;
  content: counter(rule, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1rem;
  font-family: var(--font-display);
  color: var(--sakura);
}

.help-list {
  display: grid;
  gap: 0.2rem;
}

.help-list a {
  display: block;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: var(--ink);
}

.help-list a small {
  display: block;
  color: var(--muted);
  margin-top: 0.2rem;
  font-size: 0.88rem;
}

.help-list a:hover {
  color: var(--aqua);
}

.badge-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border: 2px solid var(--sakura);
  color: var(--sakura);
  font-family: var(--font-display);
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Contact */
.contact-grid {
  display: grid;
  gap: 2.4rem;
}

@media (min-width: 880px) {
  .contact-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3.4rem;
  }
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.contact-list li {
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.contact-list strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.28rem;
}

.contact-list a {
  color: var(--ink);
  text-decoration: none;
}

.contact-list a:hover {
  color: var(--aqua);
}

.form {
  display: grid;
  gap: 0.95rem;
}

.form label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.form input,
.form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
  padding: 0.8rem 0.9rem;
  font: inherit;
}

.form input:focus,
.form textarea:focus {
  outline: 2px solid rgba(60, 224, 208, 0.4);
  border-color: var(--aqua);
}

.form textarea {
  min-height: 9rem;
  resize: vertical;
}

.form__note {
  font-size: 0.85rem;
  color: var(--muted);
}

.form-status {
  display: none;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(127, 181, 154, 0.45);
  background: rgba(127, 181, 154, 0.12);
}

.form-status.is-visible {
  display: block;
}

/* Inner hero */
.page-hero {
  padding: 3.2rem 0 1.8rem;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.1rem);
  max-width: 16ch;
}

.page-hero p {
  max-width: 38rem;
  color: var(--muted);
}

/* Footer */
.site-footer {
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
  background: #050b12;
  padding: 2.3rem 0 1.4rem;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.6rem;
}

.footer-badges span,
.footer-badges a {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.65rem;
  border: 1px solid var(--line);
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: var(--muted);
}

.footer-badges a:hover {
  color: var(--ink);
  border-color: var(--aqua);
}

.footer-badges .is-accent {
  border-color: rgba(255, 77, 141, 0.55);
  color: #ff9bbc;
}

.footer-grid {
  display: grid;
  gap: 1.6rem;
  margin-bottom: 1.8rem;
}

@media (min-width: 760px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}

.footer-grid h2 {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.footer-grid p,
.footer-grid a,
.footer-grid li {
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.footer-grid a {
  text-decoration: none;
}

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

.footer-bottom {
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.84rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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