/* SportsFactory by ACR – Stylesheet (Entwurf 2026) */
@font-face { font-family: 'Big Shoulders'; src: url('fonts/BigShoulders.woff2') format('woff2'); font-weight: 100 900; font-display: swap; }
@font-face { font-family: 'Archivo'; src: url('fonts/Archivo.woff2') format('woff2'); font-weight: 100 900; font-display: swap; }

:root {
  --orange: #EC6707; --orange-deep: #C4540A; --orange-soft: #FBE7D6; --orange-ink: #7A3606;
  --ink: #15130F; --ink-2: #33302A; --muted: #5E584E; --line: #DAD5CB; --line-2: #ECE8E0;
  --paper: #F7F5F0; --paper-2: #EEEAE2; --white: #FFFFFF;
  --ok: #2E7D32;
  --display: 'Big Shoulders', 'Arial Narrow', Impact, sans-serif;
  --body: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --r: 4px;
  --chamfer: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  --chamfer-s: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  --wrap: 1280px; --gutter: clamp(20px, 4vw, 48px);
  --shadow: 0 12px 32px -12px rgba(21, 19, 15, .28);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.55; font-feature-settings: 'ss01', 'tnum'; caret-color: var(--orange); }
::selection { background: var(--orange); color: var(--white); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--orange); }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 2px; }
html { scrollbar-color: var(--orange) var(--paper-2); }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: var(--orange); border: 2px solid var(--paper-2); }
::-webkit-scrollbar-track { background: var(--paper-2); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 8px; top: -60px; background: var(--ink); color: var(--white); padding: 10px 14px; z-index: 100; }
.skip:focus { top: 8px; }

/* Typografie */
h1, h2, h3, h4 { font-family: var(--display); text-transform: uppercase; font-weight: 800; line-height: .92; letter-spacing: .005em; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 8.5vw, 6rem); font-weight: 900; }
h2 { font-size: clamp(2.4rem, 5.4vw, 4.2rem); }
h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
h4 { font-size: 1.25rem; letter-spacing: .02em; }
p { margin: 0 0 1em; max-width: 68ch; text-wrap: pretty; }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.5; color: var(--ink-2); }
.muted { color: var(--muted); }
.num { font-family: var(--display); font-weight: 800; font-variant-numeric: tabular-nums; }
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.section { padding-block: clamp(64px, 9vw, 128px); }
.section-tight { padding-block: clamp(40px, 6vw, 80px); }
.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px 40px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head p { margin: 0; max-width: 46ch; }
.alt { background: var(--paper-2); }
.dark { background: var(--ink); color: var(--paper); }
.dark .muted { color: #B5AFA4; }
.orange-block { background: var(--orange); color: var(--white); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; font-weight: 600; font-size: 1rem; line-height: 1; text-decoration: none; border: 0; cursor: pointer; background: var(--orange); color: var(--white); clip-path: var(--chamfer); transition: background-color .18s ease, transform .12s ease; white-space: nowrap; }
.btn:hover { background: var(--orange-deep); }
.btn:active { transform: scale(.97); }
.btn .ico-s { transition: transform .2s var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .btn:hover .ico-s { transform: translateX(3px); } }
.btn-ink { background: var(--ink); color: var(--white); }
.btn-ink:hover { background: var(--ink-2); }
.btn-ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); clip-path: none; }
.btn-ghost:hover { background: var(--ink); color: var(--white); }
.dark .btn-ghost { color: var(--paper); box-shadow: inset 0 0 0 2px var(--paper); }
.dark .btn-ghost:hover { background: var(--paper); color: var(--ink); }
.btn-lg { padding: 18px 28px; font-size: 1.1rem; }
.btn-sm { padding: 10px 14px; font-size: .9rem; clip-path: var(--chamfer-s); }
.btn:disabled { opacity: .45; cursor: not-allowed; }
.link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--orange); padding-bottom: 2px; }
.link:hover { color: var(--orange-deep); }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: border-color .2s ease; }
.header.is-stuck { border-bottom-color: var(--line); }
.header-in { display: flex; align-items: center; gap: 24px; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo img { height: 44px; width: auto; }
.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a { padding: 10px 12px; text-decoration: none; font-weight: 500; font-size: .98rem; position: relative; }
.nav a::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 6px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .22s var(--ease-out); }
.nav a:hover::after, .nav a[aria-current='page']::after { transform: scaleX(1); }
.header .btn { margin-left: 8px; }
.burger { display: none; margin-left: auto; background: none; border: 0; padding: 10px; cursor: pointer; }
.mnav { display: none; }
@media (max-width: 960px) {
  .nav, .header .btn-book { display: none; }
  .burger { display: inline-flex; }
  .mnav { display: block; visibility: hidden; transition: transform .32s var(--ease-out), visibility 0s .32s; position: fixed; inset: 0; z-index: 60; background: var(--ink); color: var(--paper); padding: 24px var(--gutter); transform: translateY(-100%); transition: transform .32s var(--ease-out); overflow: auto; }
  .mnav.open { transform: translateY(0); visibility: visible; transition-delay: 0s; }
  .mnav-top { display: flex; justify-content: space-between; align-items: center; height: 48px; }
  .mnav-top button { background: none; border: 0; color: inherit; padding: 8px; cursor: pointer; }
  .mnav a.big { display: block; font-family: var(--display); text-transform: uppercase; font-weight: 800; font-size: 2.6rem; line-height: 1.05; text-decoration: none; padding: 6px 0; border-bottom: 1px solid #3A362F; }
  .mnav .btn { margin-top: 24px; }
  .mnav-meta { margin-top: 28px; color: #B5AFA4; font-size: .95rem; }
  .mnav-meta a { color: var(--paper); }
}

/* Hero */
.hero { position: relative; overflow: hidden; padding-top: clamp(32px, 5vw, 64px); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: center; }
.hero h1 { margin-bottom: 20px; }
.hero h1 .line { display: block; overflow: hidden; padding-top: .12em; margin-top: -.12em; }
.hero h1 .line span { display: inline-block; }
.hero h1 .o { color: var(--orange); }
.hero .lead { max-width: 44ch; margin-bottom: 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; }
.hero-visual { position: relative; }
.hero-img { position: relative; aspect-ratio: 1; clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%); }
.hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: 42% 50%; }
@media (max-width: 800px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; } .hero-img { aspect-ratio: 16 / 11; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%); }
}
@media (prefers-reduced-motion: no-preference) {
  .hero h1 .line span { animation: rise .8s var(--ease-out) both; }
  .hero h1 .line:nth-child(2) span { animation-delay: .08s; }
  .hero h1 .line:nth-child(3) span { animation-delay: .16s; }
  .hero .lead, .hero-cta { animation: fadeup .7s var(--ease-out) both .28s; }
  .hero-img { animation: reveal .9s var(--ease-out) both .1s; }
  .strip li { animation: fadeup .6s var(--ease-out) both; animation-delay: calc(.4s + var(--i) * 45ms); }
}
@keyframes rise { from { transform: translateY(105%); } to { transform: none; } }
@keyframes fadeup { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes reveal { from { clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); } }

/* Sportarten-Leiste (im ersten Viewport) */
.strip-wrap { margin-top: clamp(28px, 4vw, 56px); border-top: 3px solid var(--ink); }
.strip-label { display: flex; align-items: center; gap: 12px; padding: 12px 0 4px; font-weight: 600; font-size: .9rem; letter-spacing: .01em; }
.strip { list-style: none; margin: 0; padding: 8px 0 20px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 6px; }
.strip a { display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; font-weight: 600; font-size: .86rem; padding: 10px 4px; border-radius: var(--r); transition: background-color .18s ease, color .18s ease; text-align: center; }
.strip .ico { width: 40px; height: 40px; }
@media (hover: hover) and (pointer: fine) { .strip a:hover { background: var(--ink); color: var(--paper); } .strip a:hover .ib { animation: bounce .55s var(--ease-out); } }
@media (max-width: 960px) {
  .strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 14px; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
  .strip::-webkit-scrollbar { display: none; }
  .strip li { flex: 0 0 auto; scroll-snap-align: start; }
  .strip a { min-width: 92px; }
}
@keyframes bounce { 0% { transform: translateY(0); } 40% { transform: translateY(-9px); } 70% { transform: translateY(2px); } 100% { transform: translateY(0); } }
.ib { transform-box: fill-box; transform-origin: center; }
.in .ib { animation: bounce .6s var(--ease-out) 1; }

/* Sportarten-Board */
.board { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: minmax(0, 1fr); gap: 10px; }
.tile { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--ink); color: var(--paper); text-decoration: none; display: flex; flex-direction: column; justify-content: flex-end; clip-path: var(--chamfer); isolation: isolate; }
.tile.big { grid-column: span 2; grid-row: span 2; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: transform .6s var(--ease-out), opacity .3s ease; }
.tile::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(21, 19, 15, .92) 0%, rgba(21, 19, 15, .55) 38%, rgba(21, 19, 15, 0) 70%); }
.tile-ico { position: absolute; top: 12px; left: 12px; width: 48px; height: 48px; background: var(--paper); color: var(--ink); display: grid; place-items: center; clip-path: var(--chamfer-s); }
.tile-ico .ico { width: 34px; height: 34px; }
.tile-price { position: absolute; top: 12px; right: 12px; background: var(--orange); color: var(--white); font-family: var(--display); font-weight: 800; font-size: 1.15rem; padding: 6px 10px 5px; line-height: 1; }
.tile-body { padding: 16px; }
.tile h3 { font-size: clamp(1.5rem, 2.4vw, 2.2rem); }
.tile.big h3 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.tile p { margin: 6px 0 0; font-size: .9rem; color: #D8D2C6; max-width: 34ch; opacity: 0; transform: translateY(6px); transition: opacity .25s ease, transform .3s var(--ease-out); }
.tile.big p { opacity: 1; transform: none; font-size: 1rem; }
@media (hover: hover) and (pointer: fine) {
  .tile:hover img { transform: scale(1.05); }
  .tile:hover p { opacity: 1; transform: none; }
  .tile:hover .tile-ico .ib { animation: bounce .55s var(--ease-out); }
}
.tile:focus-visible { outline-offset: -4px; }
@media (max-width: 760px) {
  .board { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .tile.big { grid-column: span 2; grid-row: span 1; aspect-ratio: 16 / 10; }
  .tile p { display: none; } .tile.big p { display: block; }
  .tile h3 { font-size: 1.5rem; } .tile.big h3 { font-size: 2.2rem; }
}
.board-foot { display: flex; flex-wrap: wrap; gap: 12px 32px; align-items: center; margin-top: 20px; font-size: .95rem; color: var(--muted); }
.board-foot span { display: inline-flex; align-items: center; gap: 8px; }

/* Tages-Geschichte */
.day { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 3px solid var(--ink); position: relative; }
.day::before { content: ''; position: absolute; top: -3px; left: 0; height: 3px; width: 0; background: var(--orange); transition: width 1.4s var(--ease-in-out); }
.day.in::before { width: 100%; }
.day-step { padding: 28px 28px 0 0; position: relative; }
.day-step + .day-step { border-left: 1px solid var(--line); padding-left: 28px; }
.day-time { font-family: var(--display); font-weight: 900; font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1; color: var(--orange); }
.day-step h3 { margin: 6px 0 12px; }
.day-step p { font-size: 1rem; }
.day-step img { aspect-ratio: 4 / 3; object-fit: cover; margin-top: 18px; clip-path: var(--chamfer); }
@media (max-width: 760px) { .day { grid-template-columns: 1fr; } .day-step + .day-step { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); } }

/* Split-Sektionen */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: center; }
.split.rev > :first-child { order: 2; }
.split img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; clip-path: var(--chamfer); }
.split h2 { margin-bottom: 18px; }
.split ul.checks { list-style: none; padding: 0; margin: 20px 0 28px; display: grid; gap: 10px; }
.split ul.checks li { display: flex; gap: 10px; align-items: flex-start; }
.split ul.checks .ico-s { color: var(--orange); flex: none; margin-top: 3px; }
.bignum { font-family: var(--display); font-weight: 900; font-size: clamp(4rem, 9vw, 7rem); line-height: .9; color: var(--orange); }
.bignum small { display: block; margin-bottom: 8px; font-family: var(--body); font-weight: 500; font-size: 1rem; color: var(--muted); text-transform: none; letter-spacing: 0; margin-top: 8px; }
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } .split.rev > :first-child { order: 0; } }

/* Preise */
.price-list { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 48px; }
.price-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); break-inside: avoid; }
.price-list a { text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 10px; }
.price-list .ico { width: 28px; height: 28px; }
.price-list .num { font-size: 1.4rem; white-space: nowrap; }
.price-list .num small { font-family: var(--body); font-weight: 500; font-size: .85rem; color: var(--muted); margin-right: 6px; }
@media (max-width: 700px) { .price-list { columns: 1; } }
.promise { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-top: 40px; }
.promise div { border-top: 3px solid var(--orange); padding-top: 14px; }
.promise strong { display: block; font-family: var(--display); text-transform: uppercase; font-size: 1.5rem; font-weight: 800; }
.promise p { font-size: .95rem; margin: 6px 0 0; }
@media (max-width: 700px) { .promise { grid-template-columns: 1fr; } }

.ptable { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.ptable th, .ptable td { text-align: left; padding: 14px 12px; border-bottom: 1px solid var(--line); }
.ptable th { font-weight: 600; font-size: .85rem; letter-spacing: .02em; color: var(--muted); }
.ptable td.num { font-size: 1.35rem; }
.ptable td.abo { color: var(--orange-ink); }
.ptable tr td:first-child { font-weight: 500; }
.ptable-note { font-size: .92rem; color: var(--muted); margin-top: 12px; }
.tarife { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.tarif { border: 1px solid var(--line); padding: 20px; background: var(--white); display: flex; flex-direction: column; gap: 6px; }
.tarif.hi { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.tarif strong { font-family: var(--display); text-transform: uppercase; font-size: 1.35rem; font-weight: 800; }
.tarif .num { font-size: 2.2rem; line-height: 1; }
.tarif .num small { font-family: var(--body); font-weight: 500; font-size: .85rem; color: var(--muted); margin-left: 4px; }
.tarif.hi .num { color: var(--orange); }
.tarif p { font-size: .92rem; margin: 4px 0 0; color: var(--muted); }
.tarif.hi p { color: #C9C3B8; }
@media (max-width: 900px) { .tarife { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .tarife { grid-template-columns: 1fr; } }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; gap: 8px; align-items: baseline; padding: 8px 12px; background: var(--white); border: 1px solid var(--line); font-size: .92rem; }
.chip b { font-family: var(--display); font-size: 1.1rem; }

/* Mehr als Sport: Panels */
.panels { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scrollbar-width: thin; }
.panel { flex: 0 0 min(78vw, 420px); scroll-snap-align: start; text-decoration: none; color: var(--paper); position: relative; aspect-ratio: 3 / 4; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; clip-path: var(--chamfer); overflow: hidden; background: var(--ink); isolation: isolate; }
.panel:first-child { flex-basis: min(88vw, 560px); }
.panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: transform .6s var(--ease-out); }
.panel::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(21, 19, 15, .9), rgba(21, 19, 15, .1) 60%); }
.panel h3 { font-size: 2.2rem; }
.panel p { color: #D8D2C6; margin: 6px 0 0; font-size: .95rem; }
.panel .tile-ico { top: 16px; left: 16px; }
@media (hover: hover) and (pointer: fine) { .panel:hover img { transform: scale(1.05); } }

/* Öffnungszeiten & Kontakt */
.hours { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(28px, 5vw, 80px); }
.htable { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.htable th, .htable td { padding: 12px 8px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .98rem; }
.htable th { font-weight: 600; color: var(--muted); font-size: .85rem; }
.htable td:first-child { font-weight: 600; }
.contact-card { background: var(--orange); color: var(--white); padding: clamp(24px, 3vw, 40px); clip-path: var(--chamfer); }
.contact-card h3 { margin-bottom: 14px; }
.contact-card address { font-style: normal; display: grid; gap: 12px; }
.contact-card address > div { display: flex; gap: 12px; align-items: flex-start; }
.contact-card a { color: var(--white); }
.contact-card .btn { margin-top: 18px; background: var(--ink); }
.contact-card .btn:hover { background: var(--ink-2); }
@media (max-width: 800px) { .hours { grid-template-columns: 1fr; } }

/* News */
.news { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.news article { display: grid; gap: 12px; }
.news img { aspect-ratio: 4 / 3; object-fit: cover; clip-path: var(--chamfer); }
.news .kicker { font-size: .85rem; font-weight: 600; color: var(--orange-ink); }
.news h3 { font-size: 1.6rem; }
.news p { font-size: .98rem; margin: 0; }
@media (max-width: 760px) { .news { grid-template-columns: 1fr; } }

/* Footer */
.footer { background: var(--ink); color: var(--paper); overflow: hidden; }
.marquee { background: var(--orange); color: var(--white); overflow: hidden; padding: 14px 0; }
.marquee-track { display: flex; gap: 40px; width: max-content; animation: marquee 40s linear infinite; }
.marquee a { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--display); text-transform: uppercase; font-weight: 800; font-size: 1.5rem; white-space: nowrap; color: var(--white); }
.marquee .ico { width: 30px; height: 30px; }
.marquee .ib { fill: var(--ink) !important; }
.marquee .ico [stroke="var(--paper)"] { stroke: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (hover: hover) and (pointer: fine) { .marquee:hover .marquee-track { animation-play-state: paused; } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: wrap; width: auto; gap: 12px 28px; } }
.footer-cta { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 24px 48px; padding: clamp(56px, 8vw, 112px) 0 clamp(40px, 6vw, 72px); border-bottom: 1px solid #3A362F; }
.footer-cta h2 { font-size: clamp(3.4rem, 9vw, 8rem); font-weight: 900; line-height: .88; }
.footer-cta h2 span { color: var(--orange); }
.footer-cta-actions { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; }
.footer-phone, .footer-open { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; color: var(--paper); }
.footer-phone .ico-s, .footer-open .ico-s { color: var(--orange); }
.footer-open { color: #B5AFA4; font-weight: 500; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr; gap: 32px; padding: clamp(40px, 5vw, 64px) 0; }
.footer h4 { color: var(--orange); margin-bottom: 14px; font-weight: 800; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer ul.cols { display: block; columns: 2; column-gap: 24px; }
.footer ul.cols li { break-inside: avoid; padding-bottom: 8px; }
.footer a { text-decoration: none; color: var(--paper); }
.footer ul a:hover { color: var(--orange); }
.footer-about { justify-self: end; max-width: 300px; }
.footer-about .logo img { height: 64px; }
.footer-about p { color: #B5AFA4; margin: 16px 0 0; font-size: .98rem; }
.footer .social { display: flex; gap: 10px; margin-top: 20px; }
.footer .social a { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #3A362F; transition: background-color .18s ease, border-color .18s ease; }
.footer .social a:hover { background: var(--orange); border-color: var(--orange); }
.footer-mark { line-height: .75; font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 14.6vw; letter-spacing: -.02em; text-align: center; white-space: nowrap; color: transparent; -webkit-text-stroke: 1.5px #4A463E; margin: 12px 0 -.12em; user-select: none; }
.footer-mark span { display: inline-block; }
.footer-bottom { position: relative; z-index: 1; background: var(--ink); border-top: 1px solid #3A362F; padding: 20px 0 28px; display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: .9rem; color: #B5AFA4; }
.footer-bottom a { color: #B5AFA4; }
.footer-bottom a:hover { color: var(--orange); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-about { justify-self: start; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* Bild-Zoom beim Überfahren */
.zoom, .gallery > div, .news article > a, .split > div:has(> img), .trainer > img { display: block; overflow: hidden; clip-path: var(--chamfer); }
.zoom img, .gallery img, .news img, .split > div > img { clip-path: none !important; transition: transform .7s var(--ease-out); }
@media (hover: hover) and (pointer: fine) {
  .zoom:hover img, .gallery > div:hover img, .news article:hover img, .split > div:hover > img { transform: scale(1.05); }
}

/* Unterseiten */
.page-hero { position: relative; color: var(--paper); background: var(--ink); overflow: hidden; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; opacity: .7; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(21, 19, 15, .85) 0%, rgba(21, 19, 15, .35) 55%, rgba(21, 19, 15, .1) 100%); }
.page-hero .wrap { position: relative; z-index: 1; padding: clamp(48px, 8vw, 120px) 0 clamp(32px, 4vw, 56px); min-height: min(58vh, 560px); display: flex; flex-direction: column; justify-content: flex-end; }
.page-hero h1 { margin-bottom: 12px; }
.page-hero .lead { color: #E8E2D6; max-width: 46ch; }
.page-hero .hero-cta { margin-top: 10px; }
.page-hero .crumb { position: absolute; top: 20px; font-size: .9rem; color: #C9C3B8; }
.page-hero .crumb a { color: #E8E2D6; text-decoration: none; }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 3px solid var(--ink); border-bottom: 1px solid var(--line); }
.facts div { padding: 18px 20px 18px 0; }
.facts div + div { border-left: 1px solid var(--line); padding-left: 20px; }
.facts dt { font-size: .82rem; font-weight: 600; color: var(--muted); letter-spacing: .02em; }
.facts dd { margin: 4px 0 0; font-weight: 600; }
@media (max-width: 760px) { .facts { grid-template-columns: 1fr 1fr; } .facts div:nth-child(3) { border-left: 0; padding-left: 0; } .facts div:nth-child(n+3) { border-top: 1px solid var(--line); } }
.subnav { position: sticky; top: 72px; z-index: 40; background: var(--paper); border-bottom: 1px solid var(--line); }
.subnav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.subnav a { display: block; padding: 14px 14px; text-decoration: none; font-weight: 600; font-size: .95rem; border-bottom: 3px solid transparent; margin-bottom: -1px; white-space: nowrap; }
.subnav a.active, .subnav a:hover { border-bottom-color: var(--orange); }
.subnav .btn { margin-left: auto; align-self: center; }
@media (max-width: 760px) { .subnav .btn { display: none; } }
.prose { max-width: 68ch; }
.prose p { font-size: 1.08rem; }
.two-col { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; } }
.rules { display: grid; gap: 14px; border: 1px solid var(--line); padding: 22px; background: var(--white); }
.rules > div { display: flex; gap: 12px; }
.rules .ico-s { color: var(--orange); flex: none; margin-top: 2px; }
.rules strong { display: block; }
.rules p { font-size: .92rem; margin: 2px 0 0; color: var(--muted); }
.trainer { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: center; background: var(--white); border: 1px solid var(--line); padding: 20px; }
.trainer img { aspect-ratio: 1; object-fit: cover; clip-path: var(--chamfer); }
.trainer h3 { font-size: 1.7rem; }
.trainer .role { color: var(--orange-ink); font-weight: 600; font-size: .92rem; margin: 4px 0 10px; }
.trainer p { font-size: .98rem; margin: 0 0 8px; }
@media (max-width: 600px) { .trainer { grid-template-columns: 1fr; } .trainer img { max-width: 220px; } }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; clip-path: var(--chamfer); }
.gallery > * { grid-column: span 4; aspect-ratio: 4 / 3; }
.gallery > :first-child { grid-column: span 8; grid-row: span 2; aspect-ratio: auto; }
.gallery.n1 > :first-child { grid-column: span 12; grid-row: span 1; aspect-ratio: 21 / 9; }
.gallery.n2 > * { grid-column: span 6; aspect-ratio: 4 / 3; grid-row: span 1; }
.gallery.n3 > :nth-child(n+2) { grid-column: span 4; }
@media (max-width: 700px) { .gallery > *, .gallery > :first-child, .gallery.n3 > :nth-child(n+2) { grid-column: span 6; grid-row: span 1; aspect-ratio: 4 / 3; } }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 18px 0; font-weight: 600; font-size: 1.05rem; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: var(--display); font-size: 1.8rem; font-weight: 800; color: var(--orange); line-height: 1; transition: transform .25s var(--ease-out); flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: -6px 0 18px; color: var(--ink-2); }
.more-sports { display: flex; gap: 8px; flex-wrap: wrap; }
.more-sports a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 8px; border: 1px solid var(--line); text-decoration: none; font-weight: 600; font-size: .92rem; background: var(--white); transition: background-color .18s ease, color .18s ease; }
.more-sports .ico { width: 26px; height: 26px; }
.more-sports a:hover { background: var(--ink); color: var(--paper); }
.more-sports a[aria-current='page'] { background: var(--orange); color: var(--white); border-color: var(--orange); }

/* Tabs (Fitness / Sauna / Gastro) */
.tabs { display: flex; gap: 4px; border-bottom: 2px solid var(--ink); overflow-x: auto; scrollbar-width: none; }
.tabs button { background: none; border: 0; padding: 14px 16px; font-weight: 600; cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; white-space: nowrap; }
.tabs button[aria-selected='true'] { border-bottom-color: var(--orange); }
.tabpanel[hidden] { display: none; }
.tabpanel { padding-top: 32px; }
.stack { display: grid; gap: clamp(40px, 6vw, 80px); }

/* Formulare */
.form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 6px; }
.field label { font-weight: 600; font-size: .92rem; }
.field input, .field select, .field textarea { font: inherit; padding: 13px 14px; border: 1.5px solid var(--line); background: var(--white); border-radius: var(--r); color: var(--ink); width: 100%; transition: border-color .15s ease; }
.field input::placeholder, .field textarea::placeholder { color: #7A7368; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-soft); }
.field .hint { font-size: .85rem; color: var(--muted); }
.field.err input { border-color: #B3261E; }
.field .error { display: none; font-size: .88rem; color: #B3261E; }
.field.err .error { display: block; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: var(--ink-2); }
.consent input { width: 20px; height: 20px; accent-color: var(--orange); margin-top: 2px; flex: none; }

/* Aufdecken beim Scrollen (nur an wenigen Stellen) */
@media (prefers-reduced-motion: no-preference) {
  [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .7s var(--ease-out); }
  [data-reveal].in { opacity: 1; transform: none; }
  .board [data-reveal] { transition-delay: calc(var(--i, 0) * 40ms); }
}

/* Sonstiges */
.note { display: inline-flex; gap: 10px; align-items: center; background: var(--orange-soft); color: var(--orange-ink); padding: 10px 14px; font-size: .92rem; font-weight: 500; }
.note .ico-s { flex: none; }
.legal h2 { font-size: 1.6rem; margin: 40px 0 12px; }
.legal p, .legal li { max-width: 72ch; }
.stamp { position: fixed; right: 12px; bottom: 12px; z-index: 45; background: var(--ink); color: var(--paper); font-size: .78rem; padding: 6px 10px; opacity: .8; pointer-events: none; }

/* Buchung */
.steps { list-style: none; margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; counter-reset: s; }
.steps li { display: flex; align-items: center; gap: 10px; padding: 12px 0 12px; border-top: 3px solid var(--line); font-weight: 600; font-size: .95rem; color: var(--muted); transition: border-color .3s ease, color .3s ease; }
.steps li span { display: grid; place-items: center; width: 28px; height: 28px; background: var(--paper-2); font-family: var(--display); font-weight: 800; font-size: 1rem; color: var(--ink); clip-path: var(--chamfer-s); }
.steps li.on { border-top-color: var(--orange); color: var(--ink); }
.steps li.on span { background: var(--orange); color: var(--white); }
.steps li.done { border-top-color: var(--ink); color: var(--ink); }
.steps li.done span { background: var(--ink); color: var(--white); }
@media (max-width: 600px) { .steps li { font-size: 0; gap: 0; } .steps li span { font-size: 1rem; } }
.book-grid { display: grid; grid-template-columns: 1fr 320px; gap: clamp(24px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .book-grid { grid-template-columns: 1fr; } .ticket { position: static !important; order: -1; } }
.panel-step { animation: fadeup .35s var(--ease-out) both; }
@media (prefers-reduced-motion: reduce) { .panel-step { animation: none; } }
.book-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.book-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.book-head .link { background: none; border: 0; border-bottom: 2px solid var(--orange); padding: 0 0 2px; cursor: pointer; }
.sport-pick { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.sport-pick button { background: var(--white); border: 1.5px solid var(--line); padding: 18px 14px; display: grid; justify-items: start; gap: 6px; cursor: pointer; text-align: left; transition: border-color .15s ease, transform .15s var(--ease-out), background-color .15s ease; }
.sport-pick button .ico { width: 44px; height: 44px; margin-bottom: 4px; }
.sport-pick button b { font-family: var(--display); text-transform: uppercase; font-size: 1.4rem; font-weight: 800; }
.sport-pick button small { color: var(--muted); font-size: .85rem; }
@media (hover: hover) and (pointer: fine) { .sport-pick button:hover { border-color: var(--ink); transform: translateY(-2px); } .sport-pick button:hover .ib { animation: bounce .55s var(--ease-out); } }
.sport-pick button:active { transform: scale(.98); }
.sport-pick button[aria-pressed='true'] { border-color: var(--orange); background: var(--orange-soft); }
.days { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; margin-bottom: 18px; }
.days::-webkit-scrollbar { display: none; }
.day-btn { flex: 0 0 auto; width: 64px; display: grid; justify-items: center; gap: 2px; padding: 10px 4px; background: var(--white); border: 1.5px solid var(--line); cursor: pointer; transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
.day-btn small { font-size: .72rem; color: var(--muted); }
.day-btn b { font-family: var(--display); font-weight: 800; font-size: 1.5rem; line-height: 1; }
.day-btn.on { background: var(--ink); color: var(--white); border-color: var(--ink); }
.day-btn.on small { color: #C9C3B8; }
.opts { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-bottom: 18px; }
.seg { display: inline-flex; align-items: center; gap: 4px; }
.seg > span { font-size: .85rem; font-weight: 600; color: var(--muted); margin-right: 6px; }
.seg button { background: var(--white); border: 1.5px solid var(--line); padding: 8px 12px; font-size: .9rem; font-weight: 600; cursor: pointer; transition: background-color .15s ease, color .15s ease; }
.seg button[aria-pressed='true'] { background: var(--ink); color: var(--white); border-color: var(--ink); }
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 6px; }
.slot { position: relative; background: var(--white); border: 1.5px solid var(--line); padding: 12px 8px 10px; display: grid; justify-items: center; gap: 2px; cursor: pointer; transition: background-color .15s ease, border-color .15s ease, transform .12s ease; }
.slot b { font-family: var(--display); font-weight: 800; font-size: 1.3rem; line-height: 1; }
.slot span { font-size: .85rem; color: var(--muted); }
.slot em { position: absolute; top: -8px; right: 6px; font-style: normal; font-size: .68rem; font-weight: 700; background: var(--orange); color: var(--white); padding: 2px 6px; }
.slot.few { border-color: var(--orange); }
.slot:disabled { background: var(--paper-2); color: var(--muted); cursor: not-allowed; border-style: dashed; }
.slot:disabled b { color: #9A9388; text-decoration: line-through; }
.slot:not(:disabled):active { transform: scale(.96); }
.slot.on { background: var(--orange); border-color: var(--orange); color: var(--white); }
.slot.on span { color: var(--white); }
@media (hover: hover) and (pointer: fine) { .slot:not(:disabled):not(.on):hover { border-color: var(--ink); } }
.book-actions { margin-top: 24px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hall { display: grid; grid-template-columns: repeat(var(--n), minmax(0, 1fr)); gap: 8px; padding: 18px; background: var(--paper-2); border: 3px solid var(--ink); }
.court { aspect-ratio: 4 / 5; background: var(--white); border: 1.5px solid var(--line); display: grid; place-content: center; gap: 2px; cursor: pointer; position: relative; transition: background-color .15s ease, border-color .15s ease, transform .12s ease; }
.court::before { content: ''; position: absolute; inset: 8px; border: 1px solid var(--line); pointer-events: none; }
.court::after { content: ''; position: absolute; left: 8px; right: 8px; top: 50%; border-top: 1px dashed var(--line); pointer-events: none; }
.court b { font-family: var(--display); font-weight: 900; font-size: 1.8rem; line-height: 1; position: relative; }
.court span { font-size: .72rem; color: var(--muted); position: relative; }
.court:disabled { background: transparent; cursor: not-allowed; }
.court:disabled b { color: #B5AFA4; }
.court.on { background: var(--orange); border-color: var(--orange); color: var(--white); }
.court.on span { color: var(--white); }
.court.on::before, .court.on::after { border-color: rgba(255, 255, 255, .5); }
.court:not(:disabled):active { transform: scale(.96); }
@media (hover: hover) and (pointer: fine) { .court:not(:disabled):not(.on):hover { border-color: var(--ink); } }
@media (max-width: 600px) { .hall { --n: 4 !important; } }
.pay { border: 0; padding: 0; margin: 0; display: grid; gap: 8px; }
.pay legend { font-weight: 600; font-size: .92rem; margin-bottom: 8px; }
.pay-opt { display: flex; gap: 12px; align-items: center; padding: 12px 14px; background: var(--white); border: 1.5px solid var(--line); cursor: pointer; }
.pay-opt input { accent-color: var(--orange); width: 18px; height: 18px; }
.pay-opt span { display: grid; }
.pay-opt small { color: var(--muted); font-size: .85rem; }
.pay-opt:has(input:checked) { border-color: var(--orange); background: var(--orange-soft); }
.ticket { position: sticky; top: 92px; background: var(--white); border: 1.5px solid var(--ink); clip-path: var(--chamfer); }
.t-head { display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: var(--paper); padding: 14px 18px; font-family: var(--display); text-transform: uppercase; font-weight: 800; font-size: 1.3rem; }
.t-head .ico { width: 34px; height: 34px; color: var(--paper); }
.t-body { padding: 8px 18px; }
.t-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--line); }
.t-row small { color: var(--muted); font-size: .85rem; }
.t-row b { font-weight: 600; text-align: right; }
.t-row b.big { font-family: var(--display); font-size: 1.6rem; font-weight: 800; }
.t-sum { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 18px; background: var(--orange-soft); }
.t-sum small { color: var(--orange-ink); font-weight: 600; }
.t-sum b { font-family: var(--display); font-weight: 900; font-size: 2.2rem; color: var(--orange-ink); }
.done { text-align: center; padding: 24px 0; display: grid; justify-items: center; }
.done-ico { width: 96px; height: 96px; background: var(--orange-soft); display: grid; place-items: center; clip-path: var(--chamfer); margin-bottom: 20px; }
.done-ico .ico { width: 60px; height: 60px; }
.done-ico .ib { animation: bounce .7s var(--ease-out) .2s; }
.done .lead { max-width: 48ch; }
.done .code { font-size: .95rem; color: var(--muted); }
.done .code b { font-family: var(--display); font-size: 1.5rem; color: var(--ink); margin-left: 8px; letter-spacing: .04em; }
@media (max-width: 800px) {
  .strip-label .muted { display: none; }
  .strip-label::after { content: 'wischen →'; margin-left: auto; color: var(--muted); font-weight: 500; }
}
.split > div { position: relative; }
