/* Pixel Arcade — nya designen. Värden 1:1 från designreferensen (Pixel Arcade.dc.html). */
html { scroll-behavior: smooth; }
body { margin: 0; background: #08060F; color: #EDEAF5; font-family: 'Space Grotesk', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: #EDEAF5; text-decoration: none; }
a:hover { color: #FF2E88; }
::selection { background: #FF2E88; color: #08060F; }
img { max-width: 100%; }

@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }

/* Meddelanderemsan */
.announce { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 24px; background: #14101F; border-bottom: 1px solid rgba(255,255,255,.07); font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; letter-spacing: .04em; color: #B7AFCB; text-align: center; }
.announce-dot { display: inline-block; flex: 0 0 auto; width: 8px; height: 8px; background: #2EE6FF; animation: pulse 2s infinite; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 32px; background: rgba(8,6,15,.78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { display: flex; align-items: center; gap: 10px; }
.brand:hover { color: #EDEAF5; }
.brand-mark { display: inline-block; width: 14px; height: 14px; background: #FF2E88; box-shadow: 0 0 14px rgba(255,46,136,.8); }
.brand-mark--sm { width: 12px; height: 12px; box-shadow: 0 0 12px rgba(255,46,136,.8); }
.brand-word { font-family: 'Anton', sans-serif; font-size: 20px; letter-spacing: .06em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14.5px; font-weight: 500; letter-spacing: .02em; }
.nav > a { color: #B7AFCB; }
.nav > a:hover { color: #FF2E88; }
.btn-cta { padding: 10px 20px; background: #FF2E88; color: #08060F !important; font-weight: 700; font-size: 14px; letter-spacing: .03em; }
.btn-cta:hover { background: #2EE6FF; }
.menu-btn { display: none; font: inherit; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #EDEAF5; background: none; border: 1px solid rgba(255,255,255,.35); padding: 9px 16px; cursor: pointer; }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 20px; padding: 24px 32px 28px; background: #0C0918; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 16px; font-weight: 500; }
.mobile-menu > a { color: #B7AFCB; }
.mobile-menu > a:hover { color: #FF2E88; }
.mobile-menu > .btn-cta { justify-self: start; }
.mobile-menu[hidden] { display: none; }

/* Hero */
.hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-grad { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,6,15,.55) 0%, rgba(8,6,15,.15) 40%, rgba(8,6,15,.92) 100%); }
.hero-inner { position: relative; width: 100%; max-width: 1240px; margin: 0 auto; padding: 140px 32px 72px; }
.eyebrow { margin: 0 0 14px; font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: #2EE6FF; }
.eyebrow--hero { margin-bottom: 18px; }
.eyebrow--pink { color: #FF2E88; }
.hero h1 { margin: 0; font-family: 'Anton', sans-serif; font-size: clamp(72px, 13vw, 190px); line-height: .92; letter-spacing: .01em; text-transform: uppercase; }
.hero-sub { margin: 26px 0 0; max-width: 520px; font-size: 19px; line-height: 1.55; color: #CFC8DE; text-wrap: pretty; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn-primary { padding: 16px 30px; background: #FF2E88; color: #08060F !important; font-weight: 700; font-size: 16px; letter-spacing: .02em; }
.btn-primary:hover { background: #2EE6FF; }
.btn-outline { padding: 16px 30px; border: 1px solid rgba(255,255,255,.35); color: #EDEAF5; font-weight: 500; font-size: 16px; }
.btn-outline:hover { border-color: #FF2E88; color: #FF2E88; }
.facts { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.fact-label { margin: 0 0 4px; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: #8F86A8; }
.fact-value { margin: 0; font-size: 17px; font-weight: 700; }

/* Ticker */
.ticker-band { overflow: hidden; background: #FF2E88; padding: 14px 0; }
.ticker-track { display: flex; width: max-content; animation: ticker 22s linear infinite; }
.ticker-track > span { font-family: 'Anton', sans-serif; font-size: 22px; letter-spacing: .08em; text-transform: uppercase; color: #08060F; white-space: nowrap; padding-right: 48px; }

/* Sektioner */
.section { scroll-margin-top: 80px; max-width: 1240px; margin: 0 auto; padding: 120px 32px; }
.section--tight { padding: 20px 32px 120px; }
.h2 { margin: 0; font-family: 'Anton', sans-serif; font-size: clamp(44px, 6vw, 84px); line-height: 1; text-transform: uppercase; }
.h2--diacritic { padding-top: .22em; line-height: 1.12; }
.section-intro { margin: 22px 0 0; max-width: 560px; font-size: 18px; line-height: 1.6; color: #CFC8DE; text-wrap: pretty; }
.section-intro--17 { font-size: 17px; }

/* Så funkar det */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1px; margin-top: 64px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.step { background: #0C0918; padding: 36px 30px 44px; }
.step p.step-num { margin: 0; font-family: 'Anton', sans-serif; font-size: 88px; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(255,46,136,.7); }
.step h3 { margin: 18px 0 10px; font-size: 22px; font-weight: 700; }
.step p { margin: 0; font-size: 16px; line-height: 1.6; color: #B7AFCB; }

/* Våra spel */
.games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 56px; }
.game-card { display: block; position: relative; overflow: hidden; aspect-ratio: 4/3; border: 1px solid rgba(255,255,255,.1); }
.game-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.game-card:hover img { transform: scale(1.05); }
.game-grad { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(8,6,15,.92) 100%); }
.game-info { position: absolute; left: 24px; right: 24px; bottom: 22px; }
.game-info h3 { margin: 0 0 6px; font-family: 'Anton', sans-serif; font-size: 30px; letter-spacing: .02em; text-transform: uppercase; color: #fff; }
.game-info p { margin: 0; font-size: 15px; line-height: 1.5; color: #CFC8DE; }
.mono-link { font-family: 'IBM Plex Mono', monospace; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: #2EE6FF; border-bottom: 1px solid rgba(46,230,255,.4); padding-bottom: 4px; }
.mono-link:hover { color: #FF2E88; border-color: #FF2E88; }

/* Boka arkaden (privat) */
.hire-band { scroll-margin-top: 80px; background: #0C0918; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.hire-grid { max-width: 1240px; margin: 0 auto; padding: 120px 32px; display: grid; grid-template-columns: minmax(280px, 5fr) minmax(320px, 7fr); gap: 64px; align-items: start; }
.hire-left { position: sticky; top: 110px; }
.hire-left .h2 { font-size: clamp(44px, 5.5vw, 76px); }
.hire-intro { margin: 22px 0 0; font-size: 17px; line-height: 1.6; color: #CFC8DE; text-wrap: pretty; }
.hire-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hire-ctas .btn-primary { padding: 15px 26px; font-size: 15px; }
.hire-ctas .btn-outline { padding: 15px 26px; font-size: 15px; }
.hire-rows { display: flex; flex-direction: column; }
.hire-row { display: flex; align-items: baseline; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.hire-row:last-child { border-bottom: 0; }
.hire-num { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: #8F86A8; }
.hire-row h3 { margin: 0 0 6px; font-size: 22px; font-weight: 700; }
.hire-row p { margin: 0; font-size: 15.5px; line-height: 1.55; color: #B7AFCB; }

/* Priser */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 56px; }
.price-card { border: 1px solid rgba(255,255,255,.15); padding: 36px 32px; }
.price-card--hot { border-color: rgba(255,46,136,.5); background: linear-gradient(180deg, rgba(255,46,136,.08), transparent); }
.price-card--list { display: flex; flex-direction: column; gap: 14px; }
.price-label { margin: 0 0 8px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #2EE6FF; }
.price-label--pink { color: #FF2E88; }
.price-label--faint { margin: 0; color: #8F86A8; }
.price-value { margin: 0; font-family: 'Anton', sans-serif; font-size: 64px; line-height: 1; }
.price-desc { margin: 16px 0 0; font-size: 15.5px; line-height: 1.6; color: #B7AFCB; }
.price-book { display: inline-block; margin-top: 18px; font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #FF2E88; }
.price-book:hover { color: #2EE6FF; }
.price-row { display: flex; justify-content: space-between; gap: 16px; font-size: 15.5px; }
.price-row span:first-child { color: #B7AFCB; }
.price-row span:last-child { font-weight: 700; }
.price-list-link { margin-top: auto; font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #2EE6FF; }
.price-list-link:hover { color: #FF2E88; }
.footnote { margin: 28px 0 0; font-size: 14.5px; color: #8F86A8; max-width: 640px; line-height: 1.6; }

/* Sidfot */
.site-footer { scroll-margin-top: 80px; border-top: 1px solid rgba(255,255,255,.08); background: #0C0918; }
.footer-grid { max-width: 1240px; margin: 0 auto; padding: 80px 32px 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 48px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-brand-word { font-family: 'Anton', sans-serif; font-size: 18px; letter-spacing: .06em; text-transform: uppercase; }
.footer-blurb { margin: 0; font-size: 15px; line-height: 1.6; color: #B7AFCB; max-width: 300px; text-wrap: pretty; }
.footer-sig { margin: 18px 0 0; font-size: 15px; color: #8F86A8; }
.footer-label { margin: 0 0 16px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #8F86A8; }
.footer-col { display: flex; flex-direction: column; gap: 10px; font-size: 15.5px; }
.c-body { color: #B7AFCB; }
.c-faint { color: #8F86A8; }
.sm { font-size: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); }
.footer-bottom p { max-width: 1240px; margin: 0 auto; padding: 20px 32px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #8F86A8; }

/* Boka online-sidan */
.booking-page { scroll-margin-top: 80px; max-width: 1240px; margin: 0 auto; padding: 72px 32px 120px; }
.booking-card { margin-top: 48px; background: #0C0918; border: 1px solid rgba(255,255,255,.15); padding: 28px; }
.booking-note { margin: 24px 0 0; font-size: 15px; line-height: 1.6; color: #8F86A8; max-width: 640px; }
.booking-note a { color: #2EE6FF; }
.booking-note a:hover { color: #FF2E88; }
/* Funbutlers siffer-/textfält ärver inte sidans färg (UA-default är svart) — gör dem ljusa på mörk bakgrund */
booking-form input { color: #EDEAF5; caret-color: #EDEAF5; }
.loader-wrapper { text-align: center; }
.loader-icon { display: inline-block; width: 64px; height: 64px; }
.loader-icon.padded { margin: 15px; }
.loader-icon.large { width: 150px; height: 150px; }
.loader-icon.large.padded { margin: 50px; }
.loader-icon:after { content: " "; display: block; width: 100%; height: 100%; margin: 1px; border-radius: 50%; border: 5px solid #2EE6FF; border-color: #2EE6FF transparent #2EE6FF transparent; animation: loader-icon 1.2s linear infinite; }
@keyframes loader-icon { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* Mobil (<900px): hamburgermeny + en kolumn i bokningssektionen */
@media (max-width: 900px) {
  .nav { display: none; }
  .menu-btn { display: inline-block; }
  .hire-grid { grid-template-columns: 1fr; gap: 40px; }
  .hire-left { position: static; }
  /* Mörkare overlay på mobil så herotexten alltid är läsbar mot fotot */
  .hero-grad { background: linear-gradient(180deg, rgba(8,6,15,.6) 0%, rgba(8,6,15,.45) 40%, rgba(8,6,15,.95) 100%); }
  .section, .section--tight { padding-left: 24px; padding-right: 24px; }
  .hire-grid { padding-left: 24px; padding-right: 24px; }
  .hero-inner { padding-left: 24px; padding-right: 24px; }
  .site-header { padding-left: 24px; padding-right: 24px; }
  .footer-grid { padding-left: 24px; padding-right: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .announce-dot { animation: none; }
}
