/*
Theme Name: Fun Paintball Relaunch
Theme URI: https://fun-paintball.at
Author: Fun Paintball
Description: Interaktiver Startseiten-Prototyp für den Fun-Paintball Relaunch.
Version: 1.4.6
Text Domain: funpaintball-relaunch
*/

:root {
  --fp-ink: #07100d;
  --fp-panel: rgba(8, 17, 14, 0.82);
  --fp-panel-solid: #0d1814;
  --fp-cream: #f3f0e7;
  --fp-muted: #aab5ad;
  --fp-lime: #c8ff2e;
  --fp-lime-soft: #92c816;
  --fp-amber: #ffb000;
  --fp-cyan: #39d8ff;
  --fp-red: #ff5b45;
  --fp-line: rgba(255, 255, 255, 0.14);
  --fp-radius: 1.2rem;
  --fp-display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --fp-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  min-width: min(320px, 100%);
  background: var(--fp-ink);
  color: var(--fp-cream);
  font-family: var(--fp-body);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

body.fp-menu-open { overflow: hidden; }
body.fp-menu-open .fp-chat { visibility: hidden; pointer-events: none; }

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

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

.fp-shell {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.fp-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 5.25rem;
  background: linear-gradient(180deg, rgba(3, 9, 7, 0.94), rgba(3, 9, 7, 0));
  transition: background 180ms ease, backdrop-filter 180ms ease;
}

.fp-header.is-scrolled {
  background: rgba(4, 11, 8, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--fp-line);
}

.fp-nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.fp-nav__brand { width: 13.5rem; flex: 0 0 auto; }
.fp-nav__brand img { width: 100%; height: auto; }

.fp-nav__links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-left: auto;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fp-nav__links > a:not(.fp-button),
.fp-nav-group > summary { color: rgba(255,255,255,.78); }
.fp-nav__links > a:not(.fp-button):hover,
.fp-nav__links > a:not(.fp-button):focus-visible,
.fp-nav__links > a[aria-current="page"]:not(.fp-button),
.fp-nav-group > summary:hover,
.fp-nav-group > summary:focus-visible,
.fp-nav-group[open] > summary,
.fp-nav-group.is-current > summary { color: var(--fp-lime); }

.fp-nav-group { position: relative; }
.fp-nav-group > summary {
  display: flex;
  align-items: center;
  gap: .35rem;
  list-style: none;
  cursor: pointer;
  transition: color 160ms ease;
}
.fp-nav-group > summary::-webkit-details-marker { display: none; }
.fp-nav-group > summary::after {
  content: "";
  width: .42rem;
  height: .42rem;
  margin: -.22rem 0 0 .08rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: margin 160ms ease, transform 160ms ease;
}
.fp-nav-group[open] > summary::after { margin-top: .22rem; transform: rotate(225deg); }

.fp-nav-submenu {
  position: absolute;
  top: calc(100% + 1.15rem);
  left: -1.1rem;
  display: grid;
  min-width: 14.5rem;
  padding: .75rem;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: .75rem;
  background: rgba(5,14,10,.97);
  box-shadow: 0 1.2rem 3.2rem rgba(0,0,0,.38);
  backdrop-filter: blur(18px);
  text-transform: none;
}
/* Keep the hover bridge outside the scrollable submenu, which clips overflow. */
.fp-nav-group[open]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -1.1rem;
  width: max(100%, 14.5rem);
  height: 1.2rem;
}
.fp-nav-submenu a {
  padding: .58rem .7rem;
  border-radius: .35rem;
  color: rgba(255,255,255,.82);
  font-size: .91rem;
  font-weight: 750;
  letter-spacing: .01em;
  line-height: 1.25;
  transition: color 160ms ease, background 160ms ease, padding-left 160ms ease;
}
.fp-nav-submenu a:hover,
.fp-nav-submenu a:focus-visible,
.fp-nav-submenu a[aria-current="page"] {
  padding-left: .9rem;
  background: rgba(200,255,46,.1);
  color: var(--fp-lime);
}
.fp-nav-submenu__label {
  padding: .15rem .7rem .35rem;
  color: rgba(255,255,255,.42);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fp-nav-submenu__label--divider {
  margin-top: .45rem;
  padding-top: .65rem;
  border-top: 1px solid rgba(255,255,255,.1);
}

.fp-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .75rem 1.25rem;
  border: 1px solid var(--fp-lime);
  border-radius: .3rem;
  background: var(--fp-lime);
  color: #101807;
  box-shadow: 0 .65rem 2.2rem rgba(200,255,46,.13);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fp-button:hover, .fp-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 .9rem 2.8rem rgba(200,255,46,.24);
  background: #dcff76;
  color: #101807;
}

.fp-button__icon { width: 1.08rem; height: 1.08rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.fp-button--ghost {
  border-color: rgba(255,255,255,.28);
  background: rgba(6,15,11,.58);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.fp-button--ghost:hover, .fp-button--ghost:focus-visible { border-color: var(--fp-lime); background: rgba(6,15,11,.82); }
.fp-button--ghost:hover, .fp-button--ghost:focus-visible { color: #fff; }

.fp-menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  border: 1px solid var(--fp-line);
  border-radius: 50%;
  background: rgba(5,12,9,.82);
  color: white;
}
.fp-menu-toggle__icon { display: grid; gap: .27rem; width: 1.15rem; }
.fp-menu-toggle__icon i { display: block; height: 2px; border-radius: 2px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.fp-menu-toggle[aria-expanded="true"] .fp-menu-toggle__icon i:first-child { transform: translateY(.39rem) rotate(45deg); }
.fp-menu-toggle[aria-expanded="true"] .fp-menu-toggle__icon i:nth-child(2) { opacity: 0; }
.fp-menu-toggle[aria-expanded="true"] .fp-menu-toggle__icon i:last-child { transform: translateY(-.39rem) rotate(-45deg); }

.fp-hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #07100d;
}

.fp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(90deg, rgba(3,8,6,.94) 0%, rgba(3,8,6,.48) 30%, rgba(3,8,6,.14) 58%, rgba(3,8,6,.58) 100%), url("assets/images/hero-arena-real.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1.035);
  animation: fp-hero-drift 18s ease-in-out infinite alternate;
}

.fp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 61% 52%, transparent 0 29%, rgba(4,10,7,.2) 48%, rgba(4,10,7,.84) 92%),
    linear-gradient(180deg, rgba(4,10,7,.35), transparent 28%, transparent 70%, #07100d 100%);
}

@keyframes fp-hero-drift { to { transform: scale(1.07) translate3d(-.4%, -.6%, 0); } }

.fp-hero__grid {
  position: relative;
  width: min(1420px, calc(100% - 2rem));
  min-height: 100svh;
  margin-inline: auto;
  padding: 7.5rem 0 4rem;
  display: grid;
  grid-template-columns: minmax(16rem, .7fr) minmax(34rem, 1.3fr);
  align-items: center;
  gap: 2rem;
}

.fp-hero__copy { z-index: 5; max-width: 31rem; }

.fp-kicker {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin: 0 0 1.2rem;
  color: var(--fp-lime);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.fp-kicker::before { content: ""; width: 2.2rem; height: 2px; background: currentColor; box-shadow: 0 0 1rem currentColor; }

.fp-hero h1,
.fp-section h2,
.fp-final h2 {
  margin: 0;
  font-family: var(--fp-display);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .92;
  text-transform: uppercase;
}

.fp-hero h1 { max-width: 8ch; font-size: clamp(4.2rem, 7.7vw, 8.2rem); }
.fp-hero h1 em { display: block; color: transparent; -webkit-text-stroke: 1.5px var(--fp-lime); font-style: normal; }

.fp-hero__lead { max-width: 30rem; margin: 1.4rem 0 1.7rem; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.3vw, 1.18rem); }

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

.fp-hero__meta {
  margin-top: 1.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1rem;
  color: rgba(255,255,255,.72);
  font-size: .86rem;
  font-weight: 700;
}

.fp-hero__meta span::before { content: "✓"; margin-right: .45rem; color: var(--fp-lime); }

.fp-world { position: relative; width: min(72vh, 46rem); aspect-ratio: 1; justify-self: end; scroll-margin-top: 6.5rem; }
.fp-world::before { content: ""; position: absolute; inset: -.65rem; border: 1px solid rgba(200,255,46,.4); border-radius: 50%; box-shadow: 0 0 1.8rem #c8ff2e38, inset 0 0 1.8rem #c8ff2e24; pointer-events: none; }
.fp-world__motion { position: absolute; right: 0; bottom: 0; z-index: 12; display: grid; place-items: center; width: 2.75rem; height: 2.75rem; padding: .7rem; border: 1px solid #ffffff40; border-radius: 50%; color: #d1dbd4; background: #07110de6; cursor: pointer; transition: color 180ms ease, border-color 180ms ease; }
.fp-world__motion[hidden] { display: none; }
.fp-world__motion:hover, .fp-world__motion:focus-visible { color: #d0ff36; border-color: #d0ff36; outline: 2px solid #d0ff3680; outline-offset: 3px; }
.fp-world__motion svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fp-world__motion .fp-motion-play, .fp-world__motion[aria-pressed="true"] .fp-motion-pause { display: none; }
.fp-world__motion[aria-pressed="true"] .fp-motion-play { display: block; }
.fp-hero.is-motion-paused *, .fp-hero.is-motion-paused::before, .fp-hero.is-motion-paused *::before, .fp-hero.is-motion-paused *::after { animation-play-state: paused !important; }

.fp-world__orbit {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(200,255,46,.6);
  border-radius: 50%;
  box-shadow: inset 0 0 5rem rgba(1,5,3,.32), 0 0 0 1rem rgba(3,10,7,.16), 0 0 5rem rgba(0,0,0,.34);
  background-image:
    conic-gradient(from -45deg, rgba(200,255,46,.13) 0 25%, rgba(255,176,0,.11) 25% 50%, rgba(57,216,255,.11) 50% 75%, rgba(255,91,69,.11) 75% 100%),
    linear-gradient(rgba(4,11,8,.15), rgba(4,11,8,.28)),
    url("assets/images/hero-arena-real.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  backdrop-filter: saturate(1.08) contrast(1.03);
}

.fp-world__orbit::before,
.fp-world__orbit::after {
  content: "";
  position: absolute;
  z-index: 3;
  background: rgba(255,255,255,.23);
  box-shadow: 0 0 1rem rgba(255,255,255,.12);
  pointer-events: none;
}

.fp-world__orbit::before { width: 1px; height: 100%; left: 50%; }
.fp-world__orbit::after { width: 100%; height: 1px; top: 50%; }

.fp-mode {
  position: absolute;
  z-index: 2;
  width: 50%;
  height: 50%;
  appearance: none;
  border: 0;
  color: white;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(4,12,8,.12), rgba(4,12,8,.47));
  transition: background 220ms ease, filter 220ms ease;
  overflow: hidden;
}

.fp-mode::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 220ms ease;
  background: radial-gradient(circle at var(--x) var(--y), var(--mode-glow), transparent 70%);
  z-index: 2;
  pointer-events: none;
}

.fp-mode:hover::before, .fp-mode:focus-visible::before, .fp-mode.is-active::before { opacity: .62; }
.fp-mode:hover, .fp-mode:focus-visible, .fp-mode.is-active { filter: brightness(1.22) saturate(1.15); outline: none; }
.fp-mode.is-preview::before { opacity: .5; transition-duration: 700ms; }
.fp-mode.is-preview { filter: brightness(1.2) saturate(1.1); transition-duration: 700ms; }
.fp-mode:focus-visible { box-shadow: inset 0 0 0 3px var(--fp-lime); }

.fp-mode--paintball { left: 0; top: 0; --x: 100%; --y: 100%; --mode-glow: rgba(200,255,46,.82); }
.fp-mode--airsoft { right: 0; top: 0; --x: 0%; --y: 100%; --mode-glow: rgba(255,176,0,.76); }
.fp-mode--laser { right: 0; bottom: 0; --x: 0%; --y: 0%; --mode-glow: rgba(57,216,255,.8); }
.fp-mode--kids { left: 0; bottom: 0; --x: 100%; --y: 0%; --mode-glow: rgba(255,91,69,.78); }

.fp-mode__art {
  position: absolute;
  z-index: 1;
  display: block;
  opacity: .54;
  pointer-events: none;
  filter: saturate(.72) drop-shadow(0 .9rem 1.4rem rgba(0,0,0,.58));
  animation: fp-mode-float 5.6s ease-in-out infinite;
  transition: opacity 260ms ease, filter 260ms ease, scale 420ms cubic-bezier(.18,.8,.2,1);
}

.fp-mode__art img { width: 100%; height: auto; }
.fp-mode--paintball .fp-mode__art { width: 87%; right: -3%; bottom: -13%; animation-delay: -.8s; }
.fp-mode--airsoft .fp-mode__art { width: 67%; left: 7%; bottom: -9%; animation-delay: -2.1s; }
.fp-mode--laser .fp-mode__art { width: 68%; left: 11%; top: -1%; animation-delay: -3.2s; }
.fp-mode--kids .fp-mode__art { width: 68%; right: 8%; top: -1%; animation-delay: -4.35s; }

@keyframes fp-mode-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -.45rem; }
}

.fp-mode:hover .fp-mode__art,
.fp-mode:focus-visible .fp-mode__art,
.fp-mode.is-active .fp-mode__art {
  opacity: 1;
  filter: saturate(1.08) drop-shadow(0 1rem 2rem rgba(0,0,0,.7));
  scale: 1.055;
}

.fp-mode.is-preview .fp-mode__art { opacity: .96; filter: saturate(1.05) drop-shadow(0 1rem 2rem rgba(0,0,0,.7)); scale: 1.035; transition-duration: 700ms; }

.fp-mode__label {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .08rem;
  pointer-events: none;
  text-align: left;
  text-shadow: 0 .2rem .7rem rgba(0,0,0,.92);
}
.fp-mode__label::after { content: "Entdecken ↗"; margin-top: .45rem; padding: .25rem .5rem; border: 1px solid rgba(255,255,255,.65); border-radius: .3rem; background: #07100de6; font-size: .875rem; line-height: 1.25; font-weight: 750; color: #fff; }
.fp-mode:hover .fp-mode__label::after, .fp-mode:focus-visible .fp-mode__label::after { background: var(--fp-lime); color: #11190a; text-shadow: none; border-color: var(--fp-lime); }
.fp-mode.is-preview .fp-mode__label::after { border-color: var(--mode-glow); box-shadow: 0 0 .9rem var(--mode-glow); }

.fp-mode__eyebrow { color: rgba(255,255,255,.62); font-size: .62rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.fp-mode__name { font-family: var(--fp-display); font-size: clamp(1.3rem, 2.2vw, 2rem); font-weight: 900; letter-spacing: -.03em; line-height: .9; text-transform: uppercase; }

.fp-mode--paintball .fp-mode__label { left: 38%; top: calc(54% - 15px); }
.fp-mode--airsoft .fp-mode__label { right: 38%; top: calc(54% - 15px); align-items: flex-end; text-align: right; }
.fp-mode--laser .fp-mode__label { right: 44%; top: calc(35% + 15px); align-items: flex-end; text-align: right; }
.fp-mode--kids .fp-mode__label { left: 36%; top: calc(35% + 15px); }
.fp-mode--kids .fp-mode__name { font-size: clamp(1.05rem, 1.65vw, 1.5rem); }
.fp-mode__name--soft span { display: inline; }

.fp-world__center {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 31%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background: radial-gradient(circle at 45% 35%, rgba(34,53,42,.97), rgba(3,10,7,.98) 68%);
  box-shadow: 0 0 0 .75rem rgba(4,11,8,.48), 0 0 3rem rgba(200,255,46,.13), inset 0 0 2.5rem rgba(200,255,46,.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.3rem;
  isolation: isolate;
  cursor: pointer;
  text-align: center;
  transition: border-color 220ms ease, box-shadow 260ms ease, transform 300ms cubic-bezier(.2,.8,.2,1);
  animation: fp-hq-breathe 3.8s ease-in-out infinite;
}

.fp-world__center img { width: 92%; height: auto; filter: drop-shadow(0 .25rem .8rem rgba(0,0,0,.4)); }
.fp-world__center small { margin-top: .7rem; color: var(--fp-lime); font-size: .62rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.fp-world__center span { color: rgba(255,255,255,.56); font-size: .68rem; }
.fp-world__center::before { content: ""; position: absolute; z-index: -1; inset: -.5rem; border: 1px solid rgba(200,255,46,.42); border-radius: 50%; opacity: 0; transform: scale(.92); }
.fp-world__center:hover,
.fp-world__center:focus-visible { border-color: rgba(200,255,46,.82); box-shadow: 0 0 0 .45rem rgba(200,255,46,.08), 0 0 3.5rem rgba(200,255,46,.26), inset 0 0 2.2rem rgba(200,255,46,.08); transform: translate(-50%, -50%) scale(1.045); outline: none; }
.fp-world__center:hover::before,
.fp-world__center:focus-visible::before { animation: fp-hq-ring 1.35s ease-out infinite; }
.fp-world__center-action { margin-top: .32rem; color: #fff; font-size: .52rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(.25rem); transition: opacity 180ms ease, transform 180ms ease; }
.fp-world__center:hover .fp-world__center-action,
.fp-world__center:focus-visible .fp-world__center-action { opacity: 1; transform: none; }

@keyframes fp-hq-breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(200,255,46,0), 0 1.5rem 4rem rgba(0,0,0,.52); }
  50% { box-shadow: 0 0 0 .25rem rgba(200,255,46,.06), 0 1.5rem 4rem rgba(0,0,0,.52); }
}

@keyframes fp-hq-ring {
  from { opacity: .72; transform: scale(.92); }
  to { opacity: 0; transform: scale(1.16); }
}


.fp-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  z-index: 15;
  transform: translateX(-50%);
  color: rgba(255,255,255,.52);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fp-scroll-cue::after { content: ""; display: block; width: 1px; height: 1.6rem; margin: .5rem auto 0; background: linear-gradient(var(--fp-lime), transparent); }

.fp-proof {
  position: relative;
  z-index: 20;
  border-block: 1px solid var(--fp-line);
  background: #0b1511;
}

.fp-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fp-proof__item { padding: 1.6rem 1.25rem; border-left: 1px solid var(--fp-line); }
.fp-proof__item:last-child { border-right: 1px solid var(--fp-line); }
.fp-proof__value { display: block; color: var(--fp-lime); font-family: var(--fp-display); font-size: 2.1rem; font-weight: 900; line-height: 1; text-transform: uppercase; }
.fp-proof__label { display: block; margin-top: .4rem; color: var(--fp-muted); font-size: .78rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }

.fp-section { padding: clamp(5.5rem, 9vw, 9rem) 0; }
.fp-section--day { background: radial-gradient(circle at 70% 20%, rgba(200,255,46,.06), transparent 30%), #07100d; }
.fp-section--fields { background: #e8e6de; color: #0c130f; }
.fp-section--fields .fp-kicker { color: #3d5700; text-shadow: none; }
.fp-section__head { display: grid; grid-template-columns: .75fr 1.25fr; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.fp-section__head > * { min-width: 0; }
.fp-section h2 { max-width: 11ch; font-size: clamp(3.2rem, 6vw, 6.6rem); }
.fp-section__intro { max-width: 34rem; margin: 0 0 .4rem auto; color: var(--fp-muted); font-size: 1.08rem; }
.fp-section--fields .fp-section__intro { color: #4d5952; }

.fp-day-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: 18rem 18rem;
  gap: 1rem;
}

.fp-photo-card {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius);
  background: #111;
}

.fp-photo-card:first-child { grid-row: 1 / 3; }
.fp-photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.fp-photo-card:hover img { transform: scale(1.045); }
.fp-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(2,7,5,.9)); }
.fp-photo-card__copy { position: absolute; z-index: 2; inset: auto 1.5rem 1.4rem; }
.fp-photo-card__copy strong { display: block; font-family: var(--fp-display); font-size: 2.2rem; font-weight: 900; letter-spacing: -.03em; line-height: 1; text-transform: uppercase; }
.fp-photo-card__copy span { color: rgba(255,255,255,.7); font-size: .85rem; }

.fp-field-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.fp-field-card { position: relative; min-height: 29rem; overflow: hidden; border-radius: .9rem; background: #172019; color: white; box-shadow: 0 1.4rem 4rem rgba(22,30,25,.12); }
.fp-field-card > a { position: absolute; inset: 0; display: block; color: inherit; }
.fp-field-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) contrast(1.04); transition: transform 600ms ease, filter 300ms ease; }
.fp-field-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(4,8,6,.05), rgba(4,8,6,.9)); }
.fp-field-card:hover img { transform: scale(1.055); filter: saturate(1) contrast(1.04); }
.fp-field-card__copy { position: absolute; z-index: 2; inset: auto 1.25rem 1.2rem; }
.fp-field-card__number { color: var(--fp-lime); font-size: .74rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.fp-field-card h3 { margin: .4rem 0 .5rem; font-family: var(--fp-display); font-size: 2rem; line-height: .9; text-transform: uppercase; }
.fp-field-card p { margin: 0; color: rgba(255,255,255,.66); font-size: .82rem; line-height: 1.45; }
.fp-field-card__copy b { display: block; margin-top: 1rem; color: var(--fp-lime); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }

.fp-mission { position: relative; overflow: hidden; background: #0c1511; }
.fp-mission::before { content: "MISSION 01"; position: absolute; right: -2vw; top: 1rem; color: rgba(255,255,255,.018); font-family: var(--fp-display); font-size: 17vw; font-weight: 900; line-height: 1; white-space: nowrap; }
.fp-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--fp-line); background: var(--fp-line); }
.fp-step { min-height: 17rem; padding: 2rem; background: #0c1511; }
.fp-step__number { display: inline-grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid var(--fp-lime); border-radius: 50%; color: var(--fp-lime); font-weight: 900; }
.fp-step h3 { margin: 4.2rem 0 .6rem; font-family: var(--fp-display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.fp-step p { margin: 0; color: var(--fp-muted); }

.fp-final { position: relative; padding: clamp(6rem, 12vw, 11rem) 0; overflow: hidden; background: var(--fp-lime); color: #101807; }
.fp-final::after { content: ""; position: absolute; right: -10vw; top: -28vw; width: 58vw; aspect-ratio: 1; border: 1px solid rgba(16,24,7,.17); border-radius: 50%; box-shadow: 0 0 0 6vw rgba(16,24,7,.04), 0 0 0 12vw rgba(16,24,7,.025); }
.fp-final__inner { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.fp-final h2 { max-width: 10ch; font-size: clamp(3.8rem, 8vw, 8.4rem); }
.fp-final__action { max-width: 23rem; }
.fp-final__action p { margin: 0 0 1.3rem; font-size: 1.08rem; font-weight: 650; }
.fp-final .fp-button { border-color: #101807; background: #101807; color: white; box-shadow: none; }

.fp-footer { padding: 2rem 0; background: #050b08; color: rgba(255,255,255,.56); font-size: .8rem; }
.fp-footer__inner { display: flex; align-items: center; gap: 1.5rem; }
.fp-footer img { width: 11rem; height: auto; opacity: .82; }
.fp-footer p { margin: 0 auto 0 0; }
.fp-footer a:hover { color: var(--fp-lime); }

.fp-chat {
  position: fixed;
  z-index: 120;
  right: 1.2rem;
  bottom: 1.2rem;
}

.fp-chat__toggle {
  display: inline-flex;
  min-height: 3.6rem;
  align-items: center;
  gap: .7rem;
  padding: .7rem 1rem .7rem .75rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: #f4f1e9;
  color: #0b130f;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.35);
  cursor: pointer;
  font-size: .82rem;
  font-weight: 900;
}

.fp-chat__pulse { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--fp-lime); box-shadow: 0 0 0 .35rem rgba(200,255,46,.18); }
.fp-chat__panel { position: absolute; right: 0; bottom: 4.35rem; width: min(23rem, calc(100vw - 2rem)); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 1.1rem; background: #f4f1e9; color: #101611; box-shadow: 0 1.4rem 5rem rgba(0,0,0,.45); transform: translateY(.8rem) scale(.98); opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.fp-chat.is-open .fp-chat__panel { transform: none; opacity: 1; pointer-events: auto; }
.fp-chat__head { padding: 1rem 1.1rem; background: #101a15; color: white; }
.fp-chat__head strong { display: block; }
.fp-chat__head span { color: rgba(255,255,255,.64); font-size: .74rem; }
.fp-chat__messages { display: grid; gap: .65rem; min-height: 9.5rem; max-height: 16rem; overflow-y: auto; padding: 1rem; }
.fp-chat__bubble { max-width: 88%; padding: .65rem .8rem; border-radius: .85rem .85rem .85rem .2rem; background: #dfe3da; font-size: .83rem; line-height: 1.45; }
.fp-chat__bubble--user { margin-left: auto; border-radius: .85rem .85rem .2rem .85rem; background: #c8ff2e; }
.fp-chat__action { display: block; margin-top: .55rem; color: #334800; font-weight: 900; text-decoration: underline; text-underline-offset: .18rem; }
.fp-chat__form { display: flex; gap: .5rem; padding: .75rem; border-top: 1px solid rgba(16,22,17,.12); }
.fp-chat__form input { width: 100%; min-width: 0; border: 1px solid #c9cec5; border-radius: .6rem; background: white; padding: .75rem; color: #101611; }
.fp-chat__form button { flex: 0 0 auto; border: 0; border-radius: .6rem; background: #101a15; color: white; padding: 0 .85rem; cursor: pointer; font-weight: 900; }
.fp-chat__note { margin: 0; padding: 0 1rem .8rem; color: #657067; font-size: .68rem; }

.fp-reveal { opacity: 1; transform: none; transition: opacity 650ms ease, transform 650ms ease; }
.fp-reveal.fp-reveal--pending { opacity: 0; transform: translateY(1.5rem); }
.fp-reveal.is-visible { opacity: 1; transform: none; }

.fp-detail { --fp-detail-accent: var(--fp-lime); background: #07100d; }
.fp-detail--airsoft { --fp-detail-accent: var(--fp-amber); }
.fp-detail--laser { --fp-detail-accent: var(--fp-cyan); }
.fp-detail--kids { --fp-detail-accent: var(--fp-red); }
.fp-detail--headquarter { --fp-detail-accent: var(--fp-lime); }

.fp-detail-hero {
  position: relative;
  min-height: 48rem;
  overflow: hidden;
  padding: 9rem 0 5rem;
  background:
    radial-gradient(circle at 76% 35%, color-mix(in srgb, var(--fp-detail-accent) 18%, transparent), transparent 29%),
    linear-gradient(150deg, #0d1b15, #050a08 70%);
}

.fp-detail-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 4rem 4rem; mask-image: linear-gradient(90deg, transparent, #000 35%, #000); }
.fp-detail-hero__inner { position: relative; z-index: 2; display: grid; min-height: 34rem; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(2.5rem, 6vw, 6.5rem); }
.fp-detail-hero__copy { position: relative; z-index: 4; min-width: 0; }
.fp-detail-hero__copy .fp-kicker { color: var(--fp-detail-accent); }
.fp-detail-hero h1 { max-width: 9ch; margin: 0; font-family: var(--fp-display); font-size: clamp(4.8rem, 9vw, 9.4rem); font-weight: 900; letter-spacing: -.065em; line-height: .78; overflow-wrap: anywhere; text-transform: uppercase; }
.fp-detail-hero h1 span { display: block; white-space: nowrap; }
.fp-detail--laser .fp-detail-hero h1 { max-width: none; font-size: clamp(4.4rem, 6.2vw, 6rem); overflow-wrap: normal; }
.fp-detail--kids .fp-detail-hero h1 { max-width: none; font-size: clamp(3.8rem, 5.6vw, 4.35rem); overflow-wrap: normal; }
.fp-detail--headquarter .fp-detail-hero h1 { max-width: none; font-size: clamp(3.8rem, 5.4vw, 4.5rem); line-height: .82; overflow-wrap: normal; }
.fp-detail-hero__copy > p:not(.fp-kicker) { max-width: 34rem; margin: 1.75rem 0 0; color: rgba(255,255,255,.7); font-size: 1.12rem; line-height: 1.65; }
.fp-detail-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

.fp-detail-hero__visual { position: relative; min-height: 34rem; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 1.1rem; background: #142019; box-shadow: 0 2rem 6rem rgba(0,0,0,.42); }
.fp-detail--paintball .fp-detail-hero__visual { border-radius: 50% 1.2rem 1.2rem 1.2rem; }
.fp-detail--airsoft .fp-detail-hero__visual { border-radius: 1.2rem 50% 1.2rem 1.2rem; }
.fp-detail--laser .fp-detail-hero__visual { border-radius: 1.2rem 1.2rem 50% 1.2rem; }
.fp-detail--kids .fp-detail-hero__visual { border-radius: 1.2rem 1.2rem 1.2rem 50%; }
.fp-detail-hero__visual::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(4,10,7,.04), rgba(4,10,7,.42)), radial-gradient(circle at 55% 40%, transparent 20%, rgba(3,8,6,.42) 100%); }
.fp-detail-hero__scene { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.fp-detail-hero__art { position: absolute; z-index: 3; right: -3%; bottom: -10%; width: min(70%, 31rem); max-height: 96%; object-fit: contain; object-position: bottom right; filter: saturate(.95) drop-shadow(0 1.4rem 2rem rgba(0,0,0,.68)); animation: fp-mode-float 5.8s ease-in-out infinite; }
.fp-detail--airsoft .fp-detail-hero__art { right: 8%; width: 58%; }
.fp-detail--laser .fp-detail-hero__art { right: 6%; width: 58%; }
.fp-detail--kids .fp-detail-hero__art { right: 4%; width: 59%; }
.fp-detail-hero__stamp { position: absolute; z-index: 4; left: 1.25rem; bottom: 1.25rem; padding: .48rem .7rem; border: 1px solid color-mix(in srgb, var(--fp-detail-accent) 62%, transparent); border-radius: 999px; background: rgba(5,13,9,.72); color: var(--fp-detail-accent); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(10px); }

.fp-detail-facts { border-block: 1px solid var(--fp-line); background: #0b1511; }
.fp-detail-facts__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.fp-detail-facts__grid > div { padding: 1.7rem 1.4rem; border-left: 1px solid var(--fp-line); }
.fp-detail-facts__grid > div:last-child { border-right: 1px solid var(--fp-line); }
.fp-detail-facts strong { display: block; color: var(--fp-detail-accent); font-family: var(--fp-display); font-size: 2.15rem; font-weight: 900; line-height: 1; text-transform: uppercase; }
.fp-detail-facts span { display: block; margin-top: .35rem; color: rgba(255,255,255,.55); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.fp-detail-section { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #e8e6de; color: #0c130f; }
.fp-detail-story { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: clamp(2rem, 7vw, 7rem); }
.fp-detail-story .fp-kicker { color: #3d5700; }
.fp-detail-story h2,
.fp-detail-gallery__head h2 { max-width: 10ch; margin: 0; font-family: var(--fp-display); font-size: clamp(3.4rem, 6.2vw, 6.8rem); font-weight: 900; letter-spacing: -.045em; line-height: .88; text-transform: uppercase; }
.fp-detail-story__copy { max-width: 38rem; margin: 0 0 .45rem; color: #445049; font-size: 1.12rem; line-height: 1.75; }
.fp-detail-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; border: 1px solid rgba(12,19,15,.18); background: rgba(12,19,15,.18); }
.fp-detail-feature { min-height: 19rem; padding: 2rem; background: #f3f1ea; }
.fp-detail-feature > span { display: inline-grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 1px solid #4b630b; border-radius: 50%; color: #344900; font-size: .75rem; font-weight: 900; }
.fp-detail-feature h3 { margin: 4rem 0 .75rem; font-family: var(--fp-display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.fp-detail-feature p { margin: 0; color: #536058; }

.fp-detail-section--gallery { background: #09110e; color: #fff; }
.fp-detail-gallery__head { margin-bottom: 3rem; }
.fp-detail-gallery__head .fp-kicker { color: var(--fp-detail-accent); }
.fp-detail-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.fp-detail-gallery__item { position: relative; min-height: 31rem; margin: 0; overflow: hidden; border: 1px solid var(--fp-line); border-radius: .85rem; background: #111; }
.fp-detail-gallery__item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform 600ms ease, filter 300ms ease; }
.fp-detail-gallery__item:hover img { transform: scale(1.045); filter: saturate(1); }
.fp-detail-gallery__item > a { position: absolute; inset: 0; display: block; color: inherit; }
.fp-detail-gallery__item::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 42%, rgba(2,7,5,.9)); }
.fp-detail-gallery__item figcaption,
.fp-detail-gallery__caption { position: absolute; z-index: 2; right: 1.2rem; bottom: 1.15rem; left: 1.2rem; }
.fp-detail-gallery__item figcaption span,
.fp-detail-gallery__caption span { display: block; color: var(--fp-detail-accent); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fp-detail-gallery__item figcaption strong,
.fp-detail-gallery__caption strong { display: block; margin-top: .35rem; font-family: var(--fp-display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.fp-detail-gallery__caption b { display: block; margin-top: 1rem; color: var(--fp-detail-accent); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }

.fp-detail--headquarter .fp-detail-hero__visual { border-radius: 1.2rem 50% 1.2rem 1.2rem; }
.fp-detail--headquarter .fp-detail-hero__scene { filter: saturate(.88) contrast(1.04); }

.fp-around { background: var(--fp-lime); color: #101807; }
.fp-around__head { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: clamp(2rem, 7vw, 7rem); margin-bottom: 3rem; }
.fp-around__head .fp-kicker { color: #344900; text-shadow: none; }
.fp-around__head h2 { max-width: 9ch; margin: 0; color: #101807; font-family: var(--fp-display); font-size: clamp(3.4rem, 6.2vw, 6.8rem); font-weight: 900; letter-spacing: -.045em; line-height: .86; text-transform: uppercase; }
.fp-around__head > p { max-width: 34rem; margin: 0 0 .45rem; color: #263115; font-size: 1.12rem; font-weight: 650; line-height: 1.7; }
.fp-around__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.fp-around__card { position: relative; min-height: 32rem; overflow: hidden; border: 1px solid rgba(16,24,7,.22); border-radius: .9rem; background: #132017; color: #fff; box-shadow: 0 1.3rem 3.5rem rgba(50,72,0,.16); }
.fp-around__card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,7,4,.04) 25%, rgba(2,7,4,.92)); }
.fp-around__card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.03); transition: transform 600ms ease, filter 300ms ease; }
.fp-around__card:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.03); }
.fp-around__card > div { position: absolute; z-index: 2; right: 1.2rem; bottom: 1.25rem; left: 1.2rem; }
.fp-around__card span { color: var(--fp-lime); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fp-around__card h3 { margin: .4rem 0 .65rem; font-family: var(--fp-display); font-size: 2rem; line-height: .95; text-transform: uppercase; }
.fp-around__card--long-title h3 { font-size: 1.55rem; letter-spacing: -.025em; }
.fp-around__card p { margin: 0; color: rgba(255,255,255,.7); font-size: .84rem; line-height: 1.5; }

.fp-detail > .fp-final { border-top: 1px solid var(--fp-line); background: #07100d; color: #fff; }
.fp-detail > .fp-final::after { border-color: rgba(200,255,46,.16); box-shadow: 0 0 0 6vw rgba(200,255,46,.035), 0 0 0 12vw rgba(200,255,46,.018); }
.fp-detail > .fp-final .fp-final__action p { color: rgba(255,255,255,.68); }
.fp-detail > .fp-final .fp-button { border-color: var(--fp-lime); background: var(--fp-lime); color: #101807; }

.fp-field-detail { --fp-detail-accent: var(--fp-lime); background: #07100d; }
.fp-field-detail--day-after { --fp-detail-accent: var(--fp-amber); }
.fp-field-detail--ghosttown { --fp-detail-accent: var(--fp-red); }
.fp-field-detail--battlefield { --fp-detail-accent: var(--fp-cyan); }

.fp-field-hero { position: relative; display: flex; min-height: 52rem; align-items: flex-end; overflow: hidden; padding: 10rem 0 5.5rem; background: #07100d; }
.fp-field-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,8,6,.97) 0%, rgba(3,8,6,.77) 38%, rgba(3,8,6,.22) 75%), linear-gradient(0deg, rgba(3,8,6,.93), transparent 56%); }
.fp-field-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.06); }
.fp-field-hero__grid { position: absolute; z-index: 1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 4rem 4rem; mask-image: linear-gradient(90deg, #000, transparent 76%); }
.fp-field-hero__number { position: absolute; z-index: 1; right: -1vw; bottom: -6vw; color: rgba(255,255,255,.09); font-family: var(--fp-display); font-size: clamp(18rem, 36vw, 40rem); font-weight: 900; letter-spacing: -.09em; line-height: .7; }
.fp-field-hero__content { position: relative; z-index: 2; }
.fp-field-hero .fp-kicker { color: var(--fp-detail-accent); }
.fp-field-hero h1 { max-width: 8ch; margin: .35rem 0 0; font-family: var(--fp-display); font-size: clamp(6rem, 11vw, 11.5rem); font-weight: 900; letter-spacing: -.065em; line-height: .76; text-transform: uppercase; }
.fp-field-hero h1 span { display: block; white-space: nowrap; }
.fp-field-hero__content > p:not(.fp-kicker) { max-width: 39rem; margin: 1.75rem 0 0; color: rgba(255,255,255,.76); font-size: 1.12rem; line-height: 1.65; }
.fp-field-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.fp-field-story .fp-kicker { color: #3d5700; }

.fp-field-media { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #09110e; color: #fff; }
.fp-field-media__head { display: grid; grid-template-columns: .95fr 1.05fr; align-items: end; gap: clamp(2rem, 7vw, 7rem); margin-bottom: 3rem; }
.fp-field-media__head .fp-kicker { color: var(--fp-detail-accent); }
.fp-field-media__head h2 { max-width: 9ch; margin: 0; font-family: var(--fp-display); font-size: clamp(3.4rem, 6.2vw, 6.8rem); font-weight: 900; letter-spacing: -.045em; line-height: .86; text-transform: uppercase; }
.fp-field-media__head > p { max-width: 35rem; margin: 0 0 .45rem; color: rgba(255,255,255,.66); font-size: 1.12rem; line-height: 1.7; }
.fp-field-media__grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, 18rem) 22rem; gap: .8rem; }
.fp-field-media__item { position: relative; min-height: 18rem; margin: 0; overflow: hidden; border: 1px solid var(--fp-line); border-radius: .9rem; background: #111; }
.fp-field-media__item--1 { grid-column: 1 / 8; grid-row: 1 / 3; }
.fp-field-media__item--2 { grid-column: 8 / -1; grid-row: 1; }
.fp-field-media__item--3 { grid-column: 8 / -1; grid-row: 2; }
.fp-field-media__item--4 { grid-column: 1 / -1; grid-row: 3; }
.fp-field-detail--ghosttown .fp-field-media__item--4 img { object-position: center 35%; }
.fp-field-media__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(2,7,5,.92)); }
.fp-field-media__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.04); transition: transform 650ms ease, filter 300ms ease; }
.fp-field-media__item:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.fp-field-media__item figcaption { position: absolute; z-index: 2; right: 1.25rem; bottom: 1.2rem; left: 1.25rem; }
.fp-field-media__item figcaption span { display: block; color: var(--fp-detail-accent); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fp-field-media__item figcaption strong { display: block; margin-top: .35rem; font-family: var(--fp-display); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1; text-transform: uppercase; }

.fp-field-video { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #e8e6de; color: #0c130f; }
.fp-field-video__inner { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.fp-field-video__copy .fp-kicker { color: #3d5700; }
.fp-field-video__copy h2 { max-width: 8ch; margin: 0; font-family: var(--fp-display); font-size: clamp(3.1rem, 5.2vw, 5.7rem); font-weight: 900; letter-spacing: -.045em; line-height: .88; text-transform: uppercase; }
.fp-field-video__copy > p:not(.fp-kicker) { max-width: 30rem; margin: 1.5rem 0 0; color: #4a564f; font-size: 1.05rem; line-height: 1.7; }
.fp-field-video__frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: .55rem solid #0b1511; border-radius: 1rem 5rem 1rem 1rem; background: #0b1511; box-shadow: 0 2rem 5rem rgba(18,28,22,.25); }
.fp-field-video__frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(200,255,46,.35); border-radius: .55rem 4.45rem .55rem .55rem; }
.fp-field-video__frame iframe { display: block; width: 100%; height: 100%; border: 0; }

.fp-field-modes { padding: clamp(5.5rem, 9vw, 9rem) 0; background: var(--fp-lime); color: #101807; }
.fp-field-modes__head { display: grid; grid-template-columns: .95fr 1.05fr; align-items: end; gap: clamp(2rem, 7vw, 7rem); margin-bottom: 3rem; }
.fp-field-modes__head .fp-kicker { color: #344900; text-shadow: none; }
.fp-field-modes__head h2 { max-width: 10ch; margin: 0; font-family: var(--fp-display); font-size: clamp(3.4rem, 6.2vw, 6.8rem); font-weight: 900; letter-spacing: -.045em; line-height: .86; text-transform: uppercase; }
.fp-field-modes__head > p { max-width: 35rem; margin: 0 0 .45rem; color: #263115; font-size: 1.12rem; font-weight: 650; line-height: 1.7; }
.fp-field-modes__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.fp-field-mode { position: relative; display: flex; min-height: 15rem; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 1.5rem; border: 1px solid rgba(255,255,255,.14); border-radius: .9rem; background: #0b1511; color: #fff; box-shadow: 0 1.3rem 3.5rem rgba(50,72,0,.16); transition: transform 220ms ease, background 220ms ease; }
.fp-field-mode::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: .3rem; background: var(--mode-accent, var(--fp-lime)); }
.fp-field-mode:hover { transform: translateY(-.3rem); background: #111e18; }
.fp-field-mode--amber { --mode-accent: var(--fp-amber); }
.fp-field-mode--cyan { --mode-accent: var(--fp-cyan); }
.fp-field-mode--red { --mode-accent: var(--fp-red); }
.fp-field-mode span { color: var(--mode-accent, var(--fp-lime)); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.fp-field-mode strong { display: block; margin-top: .55rem; font-family: var(--fp-display); font-size: clamp(1.45rem, 2vw, 2.1rem); line-height: .92; text-transform: uppercase; }
.fp-field-mode b { position: absolute; top: 1.35rem; right: 1.35rem; color: var(--mode-accent, var(--fp-lime)); font-size: 1.25rem; }

.fp-field-next { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #09110e; color: #fff; }
.fp-field-next__head { margin-bottom: 3rem; }
.fp-field-next__head .fp-kicker { color: var(--fp-detail-accent); }
.fp-field-next__head h2 { max-width: 10ch; margin: 0; font-family: var(--fp-display); font-size: clamp(3.4rem, 6.2vw, 6.8rem); font-weight: 900; letter-spacing: -.045em; line-height: .86; text-transform: uppercase; }
.fp-field-next__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.fp-field-next__card { position: relative; min-height: 30rem; overflow: hidden; border: 1px solid var(--fp-line); border-radius: .9rem; color: #fff; }
.fp-field-next__card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(2,7,5,.94)); }
.fp-field-next__card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform 600ms ease, filter 300ms ease; }
.fp-field-next__card:hover img { transform: scale(1.045); filter: saturate(1); }
.fp-field-next__card span,
.fp-field-next__card strong { position: absolute; z-index: 2; right: 1.3rem; left: 1.3rem; }
.fp-field-next__card span { bottom: 4.5rem; color: var(--fp-detail-accent); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fp-field-next__card strong { bottom: 1.35rem; font-family: var(--fp-display); font-size: 2rem; line-height: .95; text-transform: uppercase; }

.fp-page-header { position: relative; padding: 2rem 0; border-bottom: 1px solid var(--fp-line); background: #08110d; }
.fp-page-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.fp-page-header img { width: min(15rem, 56vw); }
.fp-page-header a:last-child { color: var(--fp-lime); font-size: .82rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.fp-booking-page { min-height: 80vh; padding: clamp(8.5rem, 12vw, 10rem) 0 clamp(3.5rem, 7vw, 6rem); background: #ebe9e1; color: #111914; }
.fp-booking-page h1 { margin: 0 0 2rem; font-family: var(--fp-display); font-size: clamp(3rem, 7vw, 6rem); line-height: .92; text-transform: uppercase; }

/* Relaunch completion: video, social proof, packages and occasion pages. */
.fp-home-video { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #08110d; }
.fp-home-video__inner { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.fp-home-video__copy h2,
.fp-home-pricing__head h2,
.fp-occasions__head h2,
.fp-campaign-section__head h2,
.fp-pricing-section__head h2,
.fp-contact-directions__head h2 { max-width: 10ch; margin: 0; font-family: var(--fp-display); font-size: clamp(3.2rem, 6vw, 6.2rem); font-weight: 900; letter-spacing: -.045em; line-height: .88; text-transform: uppercase; }
.fp-home-video__copy > p:last-of-type { max-width: 34rem; margin: 1.5rem 0 0; color: var(--fp-muted); font-size: 1.06rem; }
.fp-home-video__frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: .55rem solid rgba(255,255,255,.08); border-radius: 1rem 4.5rem 1rem 1rem; background: #020503; box-shadow: 0 2.5rem 5rem rgba(0,0,0,.32); }
.fp-home-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.fp-home-video__play { position: absolute; inset: 0; width: 100%; padding: 0; overflow: hidden; border: 0; background: #020503; color: #fff; cursor: pointer; }
.fp-home-video__play::after { content: ""; position: absolute; inset: 0; background: rgba(2,7,5,.24); transition: background 180ms ease; }
.fp-home-video__play img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.fp-home-video__play span,
.fp-home-video__play strong { position: absolute; z-index: 2; left: 50%; transform: translateX(-50%); }
.fp-home-video__play span { top: calc(50% - 2.5rem); display: grid; width: 4.7rem; height: 4.7rem; place-items: center; padding-left: .25rem; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--fp-lime); color: #11190a; font-size: 1.5rem; box-shadow: 0 0 0 .65rem rgba(200,255,46,.16); }
.fp-home-video__play strong { top: calc(50% + 3.3rem); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.fp-home-video__play:hover::after,
.fp-home-video__play:focus-visible::after { background: rgba(2,7,5,.08); }
.fp-home-video__play:hover img,
.fp-home-video__play:focus-visible img { transform: scale(1.035); }

.fp-review-band { border-block: 1px solid rgba(200,255,46,.28); background: var(--fp-lime); color: #11190a; }
.fp-review-band__inner { display: grid; grid-template-columns: 4rem minmax(0, 1fr) auto; align-items: center; gap: 1.5rem; padding-block: 1.75rem; }
.fp-review-band__stars { width: 4rem; height: 4rem; color: #17230e; }
.fp-review-band__copy { min-width: 0; }
.fp-review-band__copy strong { display: block; font-family: var(--fp-display); font-size: clamp(1.5rem, 2.3vw, 1.9rem); line-height: 1.15; text-transform: uppercase; }
.fp-review-band__copy p { max-width: 42rem; margin: .45rem 0 0; font-size: 1rem; line-height: 1.5; font-weight: 550; }
.fp-review-band__link { display: flex; align-items: center; justify-content: center; gap: 1.25rem; min-height: 4.5rem; padding: 1rem 1.4rem; border: 1px solid #11190a; border-radius: .5rem; background: #fff; color: #11190a; transition: box-shadow 160ms ease, transform 160ms ease; }
.fp-review-band__link img { width: 6rem; height: auto; flex-shrink: 0; }
.fp-review-band__link span { font-size: .875rem; line-height: 1.35; font-weight: 850; }
.fp-review-band__link svg { width: 1.15rem; height: 1.15rem; flex-shrink: 0; }
.fp-review-band__link:hover,
.fp-review-band__link:focus-visible { box-shadow: 0 .3rem 0 #17230e; transform: translateY(-2px); }

.fp-home-pricing { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #f1eee5; color: #111914; }
.fp-home-pricing__head { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.fp-home-pricing__head .fp-kicker { color: #527000; }
.fp-home-pricing__head > p:last-child { max-width: 34rem; margin: 0 0 .35rem auto; color: #4f5a51; font-size: 1.06rem; }
.fp-home-pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.fp-home-price { position: relative; display: grid; align-content: start; min-height: 23rem; padding: 2rem; border: 1px solid rgba(10,24,16,.17); border-radius: 1rem; background: #fff; }
.fp-home-price--featured { background: #101a15; color: #fff; box-shadow: 0 1.5rem 4rem rgba(13,30,20,.18); transform: translateY(-.7rem); }
.fp-home-price > span { color: #527000; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.fp-home-price--featured > span { color: var(--fp-lime); }
.fp-home-price h3 { margin: 1.2rem 0 .5rem; font-family: var(--fp-display); font-size: 2.6rem; line-height: .9; text-transform: uppercase; }
.fp-home-price strong { display: block; margin: .5rem 0 1rem; color: #111914; font-family: var(--fp-display); font-size: 3.5rem; line-height: 1; }
.fp-home-price--featured strong { color: var(--fp-lime); }
.fp-home-price p { margin: 0; color: #5a655d; }
.fp-home-price--featured p { color: #c0c9c2; }
.fp-home-pricing__action { margin-top: 2rem; text-align: center; }

.fp-occasions { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #09110e; }
.fp-occasions__head { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.fp-occasions__head > p:last-child { max-width: 33rem; margin: 0 0 .4rem auto; color: var(--fp-muted); font-size: 1.06rem; }
.fp-occasions__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; }
.fp-occasion-card { position: relative; display: grid; align-content: end; min-height: 24rem; overflow: hidden; border: 1px solid var(--fp-line); border-radius: 1rem; isolation: isolate; }
.fp-occasion-card:nth-child(1),
.fp-occasion-card:nth-child(2) { grid-column: span 3; }
.fp-occasion-card:nth-child(n+3) { grid-column: span 2; }
.fp-occasion-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(2,7,5,.02) 22%, rgba(2,7,5,.94)); }
.fp-occasion-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: saturate(.74); transition: transform 500ms ease, filter 250ms ease; }
.fp-occasion-card:hover img,
.fp-occasion-card:focus-visible img { transform: scale(1.045); filter: saturate(1); }
.fp-occasion-card > div { padding: 1.6rem; }
.fp-occasion-card span { color: var(--fp-lime); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fp-occasion-card h3 { max-width: 13ch; margin: .6rem 0 .5rem; font-family: var(--fp-display); font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: .9; text-transform: uppercase; }
.fp-occasion-card p { max-width: 36rem; margin: 0; color: #d5dcd6; }

.fp-campaign { --campaign-accent: var(--fp-lime); --campaign-accent-dark: #527000; background: #08110d; }
.fp-campaign--amber { --campaign-accent: #ffba24; --campaign-accent-dark: #765100; }
.fp-campaign--cyan { --campaign-accent: var(--fp-cyan); --campaign-accent-dark: #00677b; }
.fp-campaign--red { --campaign-accent: var(--fp-red); --campaign-accent-dark: #9b2a1c; }
.fp-campaign--lime { --campaign-accent: var(--fp-lime); --campaign-accent-dark: #527000; }
.fp-campaign-hero { min-height: 48rem; padding: 9rem 0 5rem; overflow: hidden; background: radial-gradient(circle at 70% 40%, color-mix(in srgb, var(--campaign-accent) 13%, transparent), transparent 37%), #07100d; }
.fp-campaign-hero__inner { display: grid; min-height: 34rem; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.fp-campaign-hero__copy,
.fp-campaign-hero__visual { min-width: 0; }
.fp-campaign-hero .fp-kicker,
.fp-campaign-timeline .fp-kicker { color: var(--campaign-accent); }
.fp-campaign-section .fp-kicker,
.fp-campaign-faq .fp-kicker { color: var(--campaign-accent-dark); }
.fp-campaign-hero h1 { margin: .8rem 0 1.3rem; font-family: var(--fp-display); font-size: clamp(3.65rem, 6.05vw, 6.8rem); font-weight: 900; letter-spacing: -.055em; line-height: .78; overflow-wrap: normal; text-transform: uppercase; }
.fp-campaign-hero h1 span { display: block; }
.fp-campaign--kindergeburtstag-paintball .fp-campaign-hero h1,
.fp-campaign--geburtstag-paintball-wien .fp-campaign-hero h1 { font-size: clamp(3.25rem, 5.15vw, 5.8rem); }
.fp-campaign--kindergeburtstag-paintball .fp-campaign-hero h1 { font-size: clamp(3.15rem, 4.2vw, 5rem); }
.fp-campaign-hero__copy > p:not(.fp-kicker) { max-width: 36rem; color: #c0cac2; font-size: 1.12rem; }
.fp-campaign-hero__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.fp-campaign-hero__visual { position: relative; min-height: 36rem; margin: 0; overflow: hidden; border: 1px solid var(--fp-line); border-radius: 46% 1rem 1rem 1rem; }
.fp-campaign-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(2,7,5,.78)); }
.fp-campaign-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fp-campaign-hero__visual figcaption { position: absolute; right: 1.35rem; bottom: 1.2rem; z-index: 2; max-width: 16rem; color: var(--campaign-accent); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
.fp-campaign-section { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #f1eee5; color: #111914; }
.fp-campaign-section .fp-detail-feature span { border-color: var(--campaign-accent-dark); color: var(--campaign-accent-dark); }
.fp-campaign .fp-detail-facts__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fp-campaign-prices { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #07100d; }
.fp-campaign-prices__head { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: clamp(2rem, 7vw, 7rem); margin-bottom: 2.5rem; }
.fp-campaign-prices__head .fp-kicker { color: var(--campaign-accent); }
.fp-campaign-prices__head h2 { max-width: 10ch; margin: .7rem 0 0; font-family: var(--fp-display); font-size: clamp(3.2rem, 5.7vw, 6rem); line-height: .87; text-transform: uppercase; }
.fp-campaign-prices__head > p { max-width: 34rem; margin: 0 0 .5rem; color: var(--fp-muted); font-size: 1.06rem; }
.fp-campaign-prices__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--fp-line); border-radius: 1rem; overflow: hidden; }
.fp-campaign-prices__grid article { min-width: 0; min-height: 14rem; padding: 1.5rem; border-right: 1px solid var(--fp-line); }
.fp-campaign-prices__grid article:last-child { border-right: 0; }
.fp-campaign-prices__grid span { color: var(--campaign-accent); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.fp-campaign-prices__grid strong { display: block; margin: 2.4rem 0 .7rem; font-family: var(--fp-display); font-size: clamp(1.75rem, 2.7vw, 2.7rem); line-height: .92; text-transform: uppercase; }
.fp-campaign-prices__grid p { margin: 0; color: var(--fp-muted); font-size: .86rem; }
.fp-campaign-prices__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.fp-campaign-prices .fp-button { background: var(--campaign-accent); border-color: var(--campaign-accent); color: #0a120d; }
.fp-campaign-prices .fp-button--ghost { background: transparent; border-color: rgba(255,255,255,.3); color: #fff; }
.fp-campaign-timeline { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #0d1814; }
.fp-campaign-section__head { margin-bottom: 3rem; }
.fp-campaign-section__head h2 { max-width: 11ch; }
.fp-campaign-timeline__grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--fp-line); border-radius: 1rem; }
.fp-campaign-timeline__grid article { min-height: 18rem; padding: 1.7rem; border-right: 1px solid var(--fp-line); }
.fp-campaign-timeline__grid article:last-child { border-right: 0; }
.fp-campaign-timeline__grid span { color: var(--campaign-accent); font-family: var(--fp-display); font-size: 1.7rem; font-weight: 900; }
.fp-campaign-timeline__grid h3 { margin: 3.5rem 0 .75rem; font-family: var(--fp-display); font-size: 1.75rem; line-height: .95; text-transform: uppercase; }
.fp-campaign-timeline__grid p { margin: 0; color: var(--fp-muted); }
.fp-campaign-faq { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #f1eee5; color: #111914; }
.fp-campaign-faq__list { max-width: 55rem; border-top: 1px solid rgba(10,24,16,.2); }
.fp-campaign-faq details { border-bottom: 1px solid rgba(10,24,16,.2); }
.fp-campaign-faq summary { position: relative; padding: 1.45rem 3rem 1.45rem 0; list-style: none; cursor: pointer; font-weight: 850; }
.fp-campaign-faq summary::-webkit-details-marker { display: none; }
.fp-campaign-faq summary::after { content: "+"; position: absolute; top: 1.15rem; right: 0; color: #527000; font-family: var(--fp-display); font-size: 1.8rem; }
.fp-campaign-faq details[open] summary::after { content: "–"; }
.fp-campaign-faq details p { max-width: 48rem; margin: -.3rem 0 1.5rem; color: #4f5a51; }
.fp-campaign > .fp-final__inner { min-width: 0; }
.fp-campaign > .fp-final .fp-final__inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(19rem, .65fr); align-items: end; gap: clamp(2.5rem, 7vw, 8rem); }
.fp-campaign > .fp-final h2 { max-width: 9ch; min-width: 0; font-size: clamp(3.5rem, 6vw, 6.5rem); overflow-wrap: normal; text-wrap: balance; }
.fp-campaign > .fp-final .fp-final__action { position: relative; z-index: 3; min-width: 0; }

.fp-pricing { background: #07100d; }
.fp-pricing-hero { padding: 10rem 0 6rem; background: #07100d; }
.fp-pricing-hero__inner { text-align: center; }
.fp-pricing-hero .fp-kicker { justify-content: center; }
.fp-pricing-hero h1 { max-width: 13ch; margin: .8rem auto 1.3rem; font-family: var(--fp-display); font-size: clamp(4rem, 7.5vw, 8rem); font-weight: 900; letter-spacing: -.055em; line-height: .8; text-transform: uppercase; }
.fp-pricing-hero__inner > p:last-child { max-width: 46rem; margin: 0 auto; color: var(--fp-muted); font-size: 1.12rem; }
.fp-pricing-packages { padding: 2rem 0 clamp(5.5rem, 9vw, 9rem); background: #f1eee5; color: #111914; }
.fp-pricing-section__head { margin-bottom: 3rem; }
.fp-pricing-section__head .fp-kicker { color: #527000; }
.fp-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: .8rem; }
.fp-price-card { position: relative; display: flex; flex-direction: column; min-height: 37rem; padding: 2rem; border: 1px solid rgba(10,24,16,.18); border-radius: 1rem; background: #fff; }
.fp-price-card--popular { margin-top: -1.4rem; border-color: #7ca900; background: #111a15; color: #fff; box-shadow: 0 1.8rem 4.5rem rgba(10,24,16,.22); }
.fp-price-card__badge { position: absolute; top: 0; right: 1.5rem; padding: .45rem .7rem; border-radius: 0 0 .45rem .45rem; background: var(--fp-lime); color: #11190a; font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.fp-price-card > p:first-of-type { margin: 0; color: #637066; font-size: .75rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.fp-price-card--popular > p:first-of-type { color: var(--fp-lime); }
.fp-price-card h3 { margin: 1.2rem 0 1.1rem; font-family: var(--fp-display); font-size: 3.4rem; line-height: .86; text-transform: uppercase; }
.fp-price-card__price { display: flex; align-items: flex-start; margin-bottom: .2rem; }
.fp-price-card__price small { margin: .55rem .25rem 0 0; font-size: 1rem; font-weight: 900; }
.fp-price-card__price strong { font-family: var(--fp-display); font-size: 4rem; line-height: 1; }
.fp-price-card__price span { align-self: flex-end; margin: 0 0 .55rem .35rem; color: #657067; font-size: .72rem; }
.fp-price-card--popular .fp-price-card__price strong { color: var(--fp-lime); }
.fp-price-card--popular .fp-price-card__price span { color: #aab5ad; }
.fp-price-card__suffix { min-height: 2.4rem; margin: 0 0 1rem; color: #657067; font-size: .78rem; }
.fp-price-card--popular .fp-price-card__suffix { color: #aab5ad; }
.fp-price-card ul { display: grid; gap: .7rem; margin: .7rem 0 2rem; padding: 0; list-style: none; }
.fp-price-card li { position: relative; padding-left: 1.35rem; color: #4d5850; }
.fp-price-card--popular li { color: #c6cec8; }
.fp-price-card li::before { content: "✓"; position: absolute; left: 0; color: #648900; font-weight: 900; }
.fp-price-card--popular li::before { color: var(--fp-lime); }
.fp-price-card .fp-button { width: 100%; margin-top: auto; }
.fp-price-card:not(.fp-price-card--popular) .fp-button--ghost { border-color: rgba(10,24,16,.28); background: transparent; color: #111914; }
.fp-price-card:not(.fp-price-card--popular) .fp-button--ghost:hover { border-color: #648900; background: #e7edda; }
.fp-pricing-note { max-width: 56rem; margin: 2rem auto 0; color: #59655c; font-size: .88rem; text-align: center; }
.fp-pricing-modes { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #0d1814; }
.fp-pricing-modes .fp-pricing-section__head .fp-kicker { color: var(--fp-lime); }
.fp-pricing-mode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.fp-pricing-mode-grid article { display: flex; min-height: 34rem; flex-direction: column; padding: 1.8rem; border: 1px solid var(--fp-line); border-radius: 1rem; }
.fp-pricing-mode-grid span { color: var(--fp-lime); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fp-pricing-mode-grid h3 { margin: 1.2rem 0 .5rem; font-family: var(--fp-display); font-size: 2.7rem; line-height: .9; text-transform: uppercase; }
.fp-pricing-mode-grid dl { margin: 1rem 0 1.4rem; border-top: 1px solid var(--fp-line); }
.fp-pricing-mode-grid dl div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--fp-line); }
.fp-pricing-mode-grid dt { font-weight: 800; }
.fp-pricing-mode-grid dt small { display: block; margin-top: .2rem; color: var(--fp-muted); font-size: .68rem; font-weight: 550; }
.fp-pricing-mode-grid dd { flex: 0 0 auto; margin: 0; color: #fff; font-family: var(--fp-display); font-size: 1.65rem; font-weight: 900; }
.fp-pricing-mode-grid p { margin: 0 0 1.5rem; color: var(--fp-muted); }
.fp-pricing-mode-grid a { margin-top: auto; color: var(--fp-lime); font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.fp-pricing-reload { padding: 5rem 0; background: var(--fp-lime); color: #11190a; }
.fp-pricing-reload__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; }
.fp-pricing-reload .fp-kicker { color: #385000; }
.fp-pricing-reload h2 { margin: 0; font-family: var(--fp-display); font-size: clamp(3rem, 5vw, 5rem); line-height: .88; text-transform: uppercase; }
.fp-pricing-reload dl { margin: 0; border-top: 1px solid rgba(10,24,16,.22); }
.fp-pricing-reload dl div { display: flex; justify-content: space-between; gap: 2rem; padding: .8rem 0; border-bottom: 1px solid rgba(10,24,16,.22); }
.fp-pricing-reload dt { font-weight: 750; }
.fp-pricing-reload dd { margin: 0; font-family: var(--fp-display); font-size: 1.5rem; font-weight: 900; }
.fp-large-groups { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #07100d; }
.fp-large-groups__inner { max-width: 60rem; text-align: center; }
.fp-large-groups span { color: var(--fp-lime); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fp-large-groups h2 { margin: .8rem 0 1rem; font-family: var(--fp-display); font-size: clamp(3.2rem, 6vw, 6rem); line-height: .86; text-transform: uppercase; }
.fp-large-groups p { max-width: 48rem; margin: 0 auto 2rem; color: var(--fp-muted); }

.fp-contact { background: #07100d; }
.fp-contact-hero { padding: 9rem 0 5rem; }
.fp-contact-hero__inner { display: grid; min-height: 35rem; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.fp-contact-hero h1 { margin: .8rem 0 1.2rem; font-family: var(--fp-display); font-size: clamp(4rem, 7.2vw, 7.5rem); font-weight: 900; letter-spacing: -.055em; line-height: .79; text-transform: uppercase; }
.fp-contact-hero__copy > p:not(.fp-kicker) { max-width: 36rem; color: var(--fp-muted); font-size: 1.1rem; }
.fp-contact-hero__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.fp-contact-hero__image { width: 100%; min-height: 35rem; height: 100%; object-fit: cover; border: 1px solid var(--fp-line); border-radius: 1rem 46% 1rem 1rem; }
.fp-contact-cards { padding: 0 0 clamp(5.5rem, 9vw, 9rem); }
.fp-contact-cards__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.fp-contact-cards article { padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--fp-line); border-radius: 1rem; background: #0d1814; }
.fp-contact-cards article > span { color: var(--fp-lime); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fp-contact-cards h2 { margin: 1.4rem 0 1rem; font-family: var(--fp-display); font-size: clamp(2rem, 4vw, 4rem); line-height: .95; text-transform: uppercase; }
.fp-contact-cards p { max-width: 34rem; color: var(--fp-muted); }
.fp-contact-cards h2 a:hover,
.fp-contact-cards h2 a:focus-visible,
.fp-contact-cards p a:hover,
.fp-contact-cards p a:focus-visible { color: var(--fp-lime); }
.fp-contact-textlink { display: inline-block; margin-top: .8rem; color: var(--fp-lime); font-size: .78rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.fp-contact-directions { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #f1eee5; color: #111914; }
.fp-contact-directions__head { margin-bottom: 3rem; }
.fp-contact-directions__head .fp-kicker { color: #527000; }
.fp-contact-directions__grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(10,24,16,.18); border-radius: 1rem; }
.fp-contact-directions__grid article { min-height: 20rem; padding: 1.8rem; border-right: 1px solid rgba(10,24,16,.18); }
.fp-contact-directions__grid article:last-child { border-right: 0; }
.fp-contact-directions__grid span { color: #648900; font-family: var(--fp-display); font-size: 2rem; font-weight: 900; }
.fp-contact-directions__grid h3 { margin: 3rem 0 .7rem; font-family: var(--fp-display); font-size: 2rem; line-height: .9; text-transform: uppercase; }
.fp-contact-directions__grid p { margin: 0; color: #4f5a51; }
.fp-contact-day { padding: clamp(5.5rem, 9vw, 9rem) 0; background: #0d1814; }
.fp-contact-day__inner { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 4rem; }
.fp-contact-day h2 { max-width: 10ch; margin: 0; font-family: var(--fp-display); font-size: clamp(3.2rem, 6vw, 6rem); line-height: .87; text-transform: uppercase; }
.fp-contact-day__inner > p { max-width: 36rem; margin: 0; color: var(--fp-muted); font-size: 1.06rem; }


@media (max-width: 1060px) {
  .fp-review-band__inner { grid-template-columns: 3.5rem minmax(0, 1fr); gap: 1rem 1.25rem; }
  .fp-review-band__stars { width: 3.5rem; height: 3.5rem; }
  .fp-review-band__link { grid-column: 2; justify-self: start; }
  .fp-home-video__inner,
  .fp-campaign-hero__inner,
  .fp-contact-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .fp-campaign-prices__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fp-campaign-prices__grid article:nth-child(2) { border-right: 0; }
  .fp-campaign-prices__grid article:nth-child(-n+2) { border-bottom: 1px solid var(--fp-line); }
  .fp-home-pricing__grid,
  .fp-price-grid,
  .fp-pricing-mode-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fp-home-price,
  .fp-price-card { padding: 1.5rem; }
  .fp-price-card__price strong { font-size: 3.4rem; }
}

@media (max-width: 1200px) {
  .fp-header { height: 4.6rem; }
  /* A filtered ancestor traps position:fixed in its own tiny header box. */
  .fp-header, .fp-header.is-scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; }
  body.fp-menu-open .fp-header { background: #040b08; }
  .fp-nav__brand { width: 11.5rem; }
  .fp-nav__links {
    position: fixed;
    inset: 4.6rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1.5rem max(2rem, calc((100vw - 42rem) / 2)) 2rem;
    overflow-y: auto;
    background: rgba(4,11,8,.985);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }
  .fp-nav__links.is-open { transform: none; }
  .fp-nav__links > a:not(.fp-button),
  .fp-nav-group > summary { display: flex; padding: .9rem 0; font-size: 1.12rem; }
  .fp-nav__links > a:not(.fp-button),
  .fp-nav-group { border-bottom: 1px solid rgba(255,255,255,.1); }
  .fp-nav-group { width: 100%; }
  .fp-nav-group > summary, .fp-nav__links > a { flex-shrink: 0; }
  .fp-nav-group > summary { justify-content: space-between; }
  .fp-nav-submenu {
    position: static;
    min-width: 0;
    padding: 0 0 .85rem .8rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  .fp-nav-group[open]::after { display: none; }
  .fp-nav-submenu a { padding: .55rem .65rem; font-size: .95rem; }
  .fp-nav-submenu a:hover,
  .fp-nav-submenu a:focus-visible,
  .fp-nav-submenu a[aria-current="page"] { padding-left: .85rem; }
  .fp-nav-submenu__label { padding-left: .65rem; }
  .fp-nav__links .fp-button { width: 100%; margin-top: 1.4rem; }
  .fp-menu-toggle { display: inline-grid; z-index: 2; place-items: center; }
}

@media (max-width: 1060px) {
  .fp-hero__grid { grid-template-columns: .72fr 1.28fr; }
  .fp-hero h1 { font-size: clamp(4rem, 8vw, 6.2rem); }
  .fp-world { width: min(60vw, 41rem); }
  .fp-field-grid { grid-template-columns: repeat(2, 1fr); }
  .fp-field-card { min-height: 24rem; }
  .fp-detail-hero__inner { grid-template-columns: .82fr 1.18fr; gap: 2.5rem; }
  .fp-detail-hero h1 { font-size: clamp(4.5rem, 9vw, 7rem); }
  .fp-detail-gallery,
  .fp-around__grid { grid-template-columns: repeat(2, 1fr); }
  .fp-around__card { min-height: 28rem; }
  .fp-field-modes__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .fp-hero::before,
  .fp-mode__art { animation: none; }
  .fp-hero::before { transform: none; }
  .fp-world__orbit { background-image: conic-gradient(from -45deg, rgba(200,255,46,.13) 0 25%, rgba(255,176,0,.11) 25% 50%, rgba(57,216,255,.11) 50% 75%, rgba(255,91,69,.11) 75% 100%), linear-gradient(rgba(4,11,8,.1), rgba(4,11,8,.3)); }
  .fp-home-video__inner,
  .fp-home-pricing__head,
  .fp-occasions__head,
  .fp-campaign-hero__inner,
  .fp-pricing-reload__inner,
  .fp-contact-hero__inner,
  .fp-contact-day__inner { grid-template-columns: 1fr; }
  .fp-campaign .fp-detail-facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fp-campaign .fp-detail-facts__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--fp-line); }
  .fp-campaign-prices__head { grid-template-columns: 1fr; align-items: start; gap: 1.2rem; }
  .fp-campaign-prices__head > p { max-width: 42rem; }
  .fp-home-video__frame { border-radius: .8rem 2.8rem .8rem .8rem; }
  .fp-review-band__inner { grid-template-columns: 1fr; gap: 1rem; padding-block: 1.75rem; text-align: center; }
  .fp-review-band__stars { justify-self: center; }
  .fp-review-band__copy p { margin-inline: auto; }
  .fp-review-band__link { grid-column: 1; justify-self: center; max-width: 100%; gap: .9rem; padding-inline: 1rem; }
  .fp-home-pricing__head > p:last-child,
  .fp-occasions__head > p:last-child { margin-left: 0; }
  .fp-home-pricing__grid,
  .fp-price-grid,
  .fp-pricing-mode-grid { grid-template-columns: 1fr; }
  .fp-home-price,
  .fp-home-price--featured { min-height: auto; transform: none; }
  .fp-occasions__grid { grid-template-columns: repeat(2, 1fr); }
  .fp-occasion-card:nth-child(n) { grid-column: span 1; }
  .fp-occasion-card:last-child { grid-column: span 2; }
  .fp-campaign-hero { min-height: auto; padding-top: 7rem; }
  .fp-campaign-hero__copy { text-align: center; }
  .fp-campaign-hero .fp-kicker { justify-content: center; }
  .fp-campaign-hero__copy > p:not(.fp-kicker) { margin-inline: auto; }
  .fp-campaign-hero__actions { justify-content: center; }
  .fp-campaign-hero__visual { width: min(100%, 38rem); min-height: 31rem; margin-inline: auto; }
  .fp-campaign > .fp-final .fp-final__inner { grid-template-columns: 1fr; align-items: start; gap: 1.5rem; }
  .fp-campaign > .fp-final h2 { max-width: 10ch; }
  .fp-campaign-timeline__grid { grid-template-columns: repeat(2, 1fr); }
  .fp-campaign-timeline__grid article:nth-child(2) { border-right: 0; }
  .fp-campaign-timeline__grid article:nth-child(-n+2) { border-bottom: 1px solid var(--fp-line); }
  .fp-campaign-timeline__grid article:last-child { grid-column: 1 / -1; }
  .fp-price-card,
  .fp-price-card--popular { min-height: auto; margin-top: 0; }
  .fp-price-card ul { min-height: auto; }
  .fp-pricing-reload__inner { gap: 2rem; }
  .fp-contact-hero__copy { text-align: center; }
  .fp-contact-hero .fp-kicker { justify-content: center; }
  .fp-contact-hero__copy > p:not(.fp-kicker) { margin-inline: auto; }
  .fp-contact-hero__actions { justify-content: center; }
  .fp-contact-hero__image { min-height: 30rem; }
  .fp-contact-cards__grid { grid-template-columns: 1fr; }
  .fp-contact-directions__grid { grid-template-columns: 1fr; }
  .fp-contact-directions__grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(10,24,16,.18); }
  .fp-contact-directions__grid article:last-child { border-bottom: 0; }
  .fp-contact-directions__grid h3 { margin-top: 1.5rem; }
  .fp-hero { min-height: auto; }
  .fp-hero::before { background-image: linear-gradient(180deg, rgba(3,8,6,.88), rgba(3,8,6,.18) 35%, rgba(3,8,6,.3) 68%, #07100d 100%), url("assets/images/hero-arena-real.webp"); background-position: center; }
  .fp-hero__grid { min-height: auto; padding: 7rem 0 6rem; grid-template-columns: 1fr; gap: 2.7rem; }
  .fp-hero__copy { text-align: center; margin-inline: auto; }
  .fp-kicker { justify-content: center; }
  .fp-hero h1 { max-width: none; font-size: clamp(3.8rem, 17vw, 6.3rem); }
  .fp-hero__lead { margin-inline: auto; }
  .fp-hero__actions, .fp-hero__meta { justify-content: center; }
  .fp-world { width: min(94vw, 38rem); justify-self: center; }
  .fp-world__center { width: 33%; }
  .fp-world__center-action { display: none; }
  .fp-mode__name { font-size: clamp(1.05rem, 5vw, 1.65rem); }
  .fp-scroll-cue { display: none; }
  .fp-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .fp-proof__item:nth-child(3) { border-top: 1px solid var(--fp-line); }
  .fp-proof__item:nth-child(4) { border-top: 1px solid var(--fp-line); }
  .fp-section__head, .fp-final__inner { grid-template-columns: 1fr; display: grid; align-items: start; }
  .fp-section__intro { margin-left: 0; }
  .fp-day-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 21rem); }
  .fp-photo-card:first-child { grid-row: auto; }
  .fp-field-grid { grid-template-columns: 1fr; }
  .fp-field-card { min-height: 27rem; }
  .fp-steps { grid-template-columns: 1fr; }
  .fp-step { min-height: auto; }
  .fp-step h3 { margin-top: 2.5rem; }
  .fp-footer__inner { flex-wrap: wrap; }
  .fp-chat__toggle > span:last-child { display: none; }
  .fp-chat__toggle { padding-right: .75rem; }
  .fp-detail-hero { min-height: auto; padding: 7.5rem 0 4.5rem; }
  .fp-detail-hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 2.5rem; }
  .fp-detail-hero__copy { text-align: center; }
  .fp-detail-hero__copy .fp-kicker { justify-content: center; }
  .fp-detail-hero h1 { max-width: none; font-size: clamp(4.2rem, 15vw, 7rem); }
  .fp-detail-hero__copy > p:not(.fp-kicker) { margin-inline: auto; }
  .fp-detail-hero__actions { justify-content: center; }
  .fp-detail-hero__visual { width: min(100%, 36rem); min-height: 31rem; margin-inline: auto; }
  .fp-detail-facts strong { font-size: 1.7rem; }
  .fp-detail-story { grid-template-columns: 1fr; align-items: start; }
  .fp-detail-story__copy { max-width: 42rem; }
  .fp-detail-features { grid-template-columns: 1fr; }
  .fp-detail-feature { min-height: auto; }
  .fp-detail-feature h3 { margin-top: 2.5rem; }
  .fp-detail-gallery { grid-template-columns: 1fr; }
  .fp-detail-gallery__item { min-height: 25rem; }
  .fp-around__head { grid-template-columns: 1fr; align-items: start; }
  .fp-around__head > p { max-width: 42rem; }
  .fp-around__card { min-height: 27rem; }
  .fp-field-hero { min-height: 47rem; padding: 8rem 0 4.5rem; }
  .fp-field-hero::after { background: linear-gradient(180deg, rgba(3,8,6,.42), rgba(3,8,6,.92) 67%, #030806); }
  .fp-field-hero h1 { max-width: none; font-size: clamp(4.5rem, 16vw, 7.5rem); }
  .fp-field-detail--ghosttown .fp-field-hero h1 { font-size: clamp(4rem, 11vw, 5.4rem); }
  .fp-field-detail--battlefield .fp-field-hero h1 { font-size: clamp(3.6rem, 9vw, 4.5rem); }
  .fp-field-hero__content { text-align: center; }
  .fp-field-hero .fp-kicker { justify-content: center; }
  .fp-field-hero__content > p:not(.fp-kicker) { margin-inline: auto; }
  .fp-field-hero__actions { justify-content: center; }
  .fp-field-hero__number { right: -2rem; bottom: -1rem; font-size: 22rem; }
  .fp-field-media__head { grid-template-columns: 1fr; align-items: start; }
  .fp-field-media__head > p { max-width: 42rem; }
  .fp-field-media__grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .fp-field-media__item--1,
  .fp-field-media__item--2,
  .fp-field-media__item--3,
  .fp-field-media__item--4 { min-height: 24rem; grid-column: auto; grid-row: auto; }
  .fp-field-video__inner { grid-template-columns: 1fr; }
  .fp-field-video__copy { text-align: center; }
  .fp-field-video__copy .fp-kicker { justify-content: center; }
  .fp-field-video__copy h2,
  .fp-field-video__copy > p:not(.fp-kicker) { margin-inline: auto; }
  .fp-field-modes__head { grid-template-columns: 1fr; align-items: start; }
  .fp-field-modes__head > p { max-width: 42rem; }
  .fp-field-next__grid { grid-template-columns: 1fr; }
  .fp-field-next__card { min-height: 25rem; }
}

@media (max-width: 460px) {
  .fp-home-video__copy h2,
  .fp-home-pricing__head h2,
  .fp-occasions__head h2,
  .fp-campaign-section__head h2,
  .fp-pricing-section__head h2,
  .fp-contact-directions__head h2 { max-width: 100%; font-size: clamp(2.8rem, 13vw, 4rem); overflow-wrap: anywhere; }
  .fp-section__head h2 { max-width: 100%; font-size: clamp(2.9rem, 14.5vw, 4.1rem); overflow-wrap: anywhere; }
  .fp-occasions__grid { grid-template-columns: 1fr; }
  .fp-occasion-card:nth-child(n) { grid-column: span 1; min-height: 22rem; }
  .fp-campaign-hero h1,
  .fp-pricing-hero h1,
  .fp-contact-hero h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .fp-pricing-hero h1 { font-size: clamp(2.55rem, 11vw, 3.1rem); letter-spacing: -.04em; overflow-wrap: normal; }
  .fp-campaign-hero__actions .fp-button,
  .fp-contact-hero__actions .fp-button { width: 100%; }
  .fp-campaign-hero__visual { min-height: 25rem; border-radius: 32% .8rem .8rem .8rem; }
  .fp-campaign .fp-detail-facts__grid { grid-template-columns: 1fr; }
  .fp-campaign .fp-detail-facts__grid > div:nth-child(n) { border-bottom: 1px solid var(--fp-line); }
  .fp-campaign .fp-detail-facts__grid > div:last-child { border-bottom: 0; }
  .fp-campaign-prices__grid { grid-template-columns: 1fr; }
  .fp-campaign-prices__grid article:nth-child(n) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--fp-line); }
  .fp-campaign-prices__grid article:last-child { border-bottom: 0; }
  .fp-campaign-prices__actions .fp-button { width: 100%; }
  .fp-campaign > .fp-final h2 { max-width: 9ch; font-size: clamp(3rem, 15vw, 4.4rem); }
  .fp-campaign--kindergeburtstag-paintball .fp-campaign-hero h1 { font-size: clamp(2.45rem, 10.8vw, 2.75rem); letter-spacing: -.04em; }
  .fp-campaign > .fp-final h2 { font-size: clamp(2.75rem, 11.5vw, 3.4rem); }
  .fp-campaign-timeline__grid { grid-template-columns: 1fr; }
  .fp-campaign-timeline__grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--fp-line); }
  .fp-campaign-timeline__grid article:nth-child(n) { border-bottom: 1px solid var(--fp-line); }
  .fp-campaign-timeline__grid article:last-child { border-bottom: 0; }
  .fp-campaign-timeline__grid h3 { margin-top: 1.8rem; }
  .fp-price-card h3 { font-size: 2.8rem; }
  .fp-price-card__price strong { font-size: 3.25rem; }
  .fp-contact-hero__image { min-height: 24rem; border-radius: .8rem 32% .8rem .8rem; }
  .fp-contact-cards article { padding: 1.5rem; }
  .fp-shell, .fp-hero__grid { width: min(100% - 1.1rem, 1180px); }
  .fp-nav { padding-inline: .25rem; }
  .fp-nav__brand { width: 10rem; }
  .fp-hero__grid { padding-top: 6rem; }
  .fp-world { width: calc(100vw - 1.1rem); }
  .fp-world { width: min(100%, calc(100vw - 1.1rem)); }
  .fp-mode__label::after { content: "↗"; width: 1.6rem; height: 1.6rem; display: grid; place-items: center; padding: 0; margin-top: .3rem; font-size: 1rem; }
  .fp-world__center { width: 33%; padding: .72rem; }
  .fp-world__center small { font-size: .5rem; }
  .fp-world__center span { display: none; }
  .fp-mode--paintball .fp-mode__label { left: 28%; top: calc(48% - 15px); }
  .fp-mode--airsoft .fp-mode__label { right: 38%; top: calc(48% - 15px); }
  .fp-mode--laser .fp-mode__label { right: 32%; top: calc(36% + 15px); }
  .fp-mode--kids .fp-mode__label { left: 32%; top: calc(36% + 15px); }
  .fp-mode--kids .fp-mode__name { font-size: clamp(.78rem, 3.8vw, .95rem); }
  .fp-mode__name--soft span { display: block; }
  .fp-mode__eyebrow { display: none; }
  .fp-hero__copy { padding-top: .6rem; }
  .fp-hero__actions .fp-button { width: 100%; }
  .fp-proof__item { padding: 1.25rem .85rem; }
  .fp-proof__value { font-size: 1.65rem; }
  .fp-proof__label { font-size: .67rem; }
  .fp-section { padding-block: 5rem; }
  .fp-section h2 { font-size: clamp(3.1rem, 16vw, 4.5rem); }
  .fp-final h2 { font-size: clamp(3.7rem, 18vw, 5.4rem); }
  .fp-chat { right: .7rem; bottom: .7rem; }
  .fp-detail-hero { padding-top: 6.5rem; }
  .fp-detail-hero h1 { font-size: clamp(3.2rem, 16vw, 4.6rem); line-height: .82; }
  .fp-detail--laser .fp-detail-hero h1 { font-size: clamp(2.85rem, 12vw, 3.2rem); overflow-wrap: normal; }
  .fp-detail--headquarter .fp-detail-hero h1 { font-size: clamp(2.15rem, 9.3vw, 2.5rem); overflow-wrap: normal; }
  .fp-detail--kids .fp-detail-hero h1 { font-size: clamp(2.15rem, 10.5vw, 2.4rem); overflow-wrap: normal; }
  .fp-detail-hero__copy > p:not(.fp-kicker) { font-size: 1rem; }
  .fp-detail-hero__actions .fp-button { width: 100%; }
  .fp-detail-hero__visual { min-height: 25rem; border-radius: .9rem; }
  .fp-detail--paintball .fp-detail-hero__visual { border-radius: 46% .9rem .9rem .9rem; }
  .fp-detail--airsoft .fp-detail-hero__visual,
  .fp-detail--headquarter .fp-detail-hero__visual { border-radius: .9rem 46% .9rem .9rem; }
  .fp-detail--laser .fp-detail-hero__visual { border-radius: .9rem .9rem 46% .9rem; }
  .fp-detail--kids .fp-detail-hero__visual { border-radius: .9rem .9rem .9rem 46%; }
  .fp-detail-hero__art { bottom: -5%; width: 72%; }
  .fp-detail--airsoft .fp-detail-hero__art,
  .fp-detail--laser .fp-detail-hero__art,
  .fp-detail--kids .fp-detail-hero__art { right: 2%; width: 66%; }
  .fp-detail-facts__grid { grid-template-columns: 1fr; }
  .fp-detail-facts__grid > div,
  .fp-detail-facts__grid > div:last-child { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1rem .9rem; border-right: 1px solid var(--fp-line); border-bottom: 1px solid var(--fp-line); text-align: left; }
  .fp-detail-facts__grid > div:last-child { border-bottom: 0; }
  .fp-detail-facts strong { flex: 0 0 auto; font-size: 1.45rem; }
  .fp-detail-facts span { margin-top: 0; font-size: .68rem; line-height: 1.35; text-align: right; }
  .fp-detail-story > * { min-width: 0; }
  .fp-detail-story h2,
  .fp-detail-gallery__head h2 { max-width: 100%; font-size: clamp(2.7rem, 12.5vw, 3.8rem); overflow-wrap: anywhere; }
  .fp-detail-story__copy { font-size: 1rem; }
  .fp-detail-feature { padding: 1.5rem; }
  .fp-detail-gallery__item { min-height: 21rem; }
  .fp-around__head h2 { max-width: 100%; font-size: clamp(2.8rem, 13vw, 4rem); }
  .fp-around__grid { grid-template-columns: 1fr; }
  .fp-around__card { min-height: 25rem; }
  .fp-field-hero { min-height: 43rem; padding-top: 7rem; }
  .fp-field-hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); line-height: .8; }
  .fp-field-detail--ghosttown .fp-field-hero h1,
  .fp-field-detail--battlefield .fp-field-hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .fp-field-hero__content > p:not(.fp-kicker) { font-size: 1rem; }
  .fp-field-hero__actions .fp-button { width: 100%; }
  .fp-field-hero__number { right: -.8rem; font-size: 14rem; }
  .fp-field-media__head h2,
  .fp-field-video__copy h2 { max-width: 100%; font-size: clamp(2.8rem, 13vw, 4rem); }
  .fp-field-media__item--1,
  .fp-field-media__item--2,
  .fp-field-media__item--3,
  .fp-field-media__item--4 { min-height: 19rem; }
  .fp-field-video__frame { border-width: .35rem; border-radius: .8rem 2.5rem .8rem .8rem; }
  .fp-field-modes__head h2,
  .fp-field-next__head h2 { max-width: 100%; font-size: clamp(2.8rem, 13vw, 4rem); }
  .fp-field-modes__grid { grid-template-columns: 1fr; }
  .fp-field-mode { min-height: 11rem; }
  .fp-field-next__card { min-height: 22rem; }
}

.fp-field-detail .fp-final h2 {
  /* Keep the complete word Spielfeld inside the narrowest phone viewport. */
  font-size: clamp(2rem, 9.6vw, 5.2rem);
  line-height: 1.02;
}

@media (max-width: 380px) {
  .fp-final h2,
  .fp-campaign > .fp-final h2 {
    font-size: clamp(2rem, 10vw, 2.3rem);
    line-height: 1.04;
  }
  .fp-field-video__copy h2,
  .fp-pricing-mode-card h3 {
    font-size: clamp(2rem, 10vw, 2.3rem);
  }
  .fp-detail-feature h3 { font-size: 1.45rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .fp-reveal, .fp-reveal.fp-reveal--pending { opacity: 1; transform: none; }
}
