/* SmashClub Vallendar, Website-Stylesheet. Mobile first. */
:root {
  color-scheme: light only;
  --anthrazit: #282830;
  --lime: #D0F038;
  --teal: #157F73;
  --teal-light: #DDEBE7;
  --salbei: #EEF3EF;
  --white: #FFFFFF;
  --text: #3E4743;
  --muted: #5B6660;
  --line: #DCE4DF;
  --radius: 24px;
  --radius-btn: 14px;
  --container: 1312px;
  box-sizing: border-box;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
html { scroll-padding-top: calc(72px + env(safe-area-inset-top, 0px)); -webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: 'Instrument Sans', system-ui, -apple-system, 'Segoe UI', sans-serif; font-size: 17px; line-height: 1.5; color: var(--anthrazit); background: var(--white); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:hover { color: var(--teal); }
p { margin: 0; }
h1, h2 { font-family: 'Fraunces', Georgia, serif; font-style: italic; font-weight: 600; margin: 0; letter-spacing: -0.015em; line-height: 1.05; }
h1 { font-size: clamp(40px, 6.5vw, 80px); }
h2 { font-size: clamp(30px, 4.2vw, 56px); }
h3 { margin: 0; font-size: 22px; font-weight: 600; line-height: 1.3; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--text); max-width: 620px; }
.muted { color: var(--muted); }
.text { color: var(--text); }
.ph { border-bottom: 1px dashed #9AA7A1; }
.stack { display: flex; flex-direction: column; gap: 18px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; height: 52px; padding: 0 22px; border-radius: var(--radius-btn); font: inherit; font-weight: 700; font-size: 17px; text-decoration: none; border: 2px solid transparent; cursor: pointer; white-space: nowrap; }
.btn-primary { background: var(--lime); color: var(--anthrazit); }
.btn-primary:hover { color: var(--anthrazit); background: #DCF55C; }
.btn-secondary { background: transparent; border-color: var(--teal); color: var(--teal); }
.btn-secondary:hover { background: var(--salbei); }
.btn-dark { background: var(--anthrazit); color: var(--white); }
.btn-dark:hover { color: var(--lime); }
.link { color: var(--teal); font-weight: 600; text-decoration: none; }
.link:hover { text-decoration: underline; }

/* Kopfzeile */
.site-header { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50; background: var(--white); border-bottom: 1px solid var(--line); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 12px; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 40px; width: auto; }
.nav { display: none; }
.nav a { text-decoration: none; font-weight: 500; }
.nav a.is-active { color: var(--teal); font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.btn-header { height: 42px; padding: 0 14px; border-radius: 12px; font-size: 15px; }
.menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); cursor: pointer; color: var(--anthrazit); padding: 0; }
.menu-toggle svg { width: 22px; height: 22px; }
.menu-toggle .icon-close { display: none; }
.site-header.is-open .menu-toggle .icon-open { display: none; }
.site-header.is-open .menu-toggle .icon-close { display: block; }
.site-header.is-open .nav { display: flex; flex-direction: column; position: absolute; left: 0; right: 0; top: 68px; background: var(--white); border-bottom: 1px solid var(--line); padding: 8px 20px 16px; }
.site-header.is-open .nav a { padding: 12px 0; border-top: 1px solid var(--line); font-size: 18px; }
.site-header.is-open .nav a:first-child { border-top: 0; }

/* Hero */
.hero { padding: 36px 0 44px; }
.hero .container { display: grid; gap: 28px; }
.hero-text { display: flex; flex-direction: column; gap: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 6px 28px; font-size: 15px; color: var(--muted); }
.court-panel { background: var(--teal); border-radius: var(--radius); position: relative; padding: 36px 24px 64px; min-height: 240px; display: flex; align-items: center; }
.court-panel svg { width: 100%; height: auto; color: var(--white); display: block; }
.ball { position: absolute; width: 34px; height: 34px; border-radius: 50%; background: var(--lime); box-shadow: 0 12px 22px rgba(0, 0, 0, 0.28); left: 36%; top: 22%; }
.chip { display: inline-flex; align-items: center; height: 36px; padding: 0 14px; border-radius: 999px; background: var(--white); color: var(--anthrazit); font-size: 14px; font-weight: 600; white-space: nowrap; }
.court-panel .chip { position: absolute; left: 20px; bottom: 20px; }

/* Abschnitte */
.section { padding: 52px 0; }
.section-head { display: grid; gap: 12px; margin-bottom: 26px; }
.section-head p { max-width: 460px; }
.cards { display: grid; gap: 18px; }
.card { background: var(--salbei); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 16px; }
.card-count { display: flex; align-items: baseline; gap: 12px; }
.card-count .num { font-family: 'Fraunces', Georgia, serif; font-weight: 600; font-size: 64px; line-height: 1; color: var(--teal); }
.card-count span { font-size: 22px; font-weight: 600; }
.card svg { width: 100%; height: auto; max-height: 110px; color: var(--teal); }
.card p { color: var(--text); }
.card .link { margin-top: auto; }

/* Buchung */
.booking { border-top: 1px solid var(--line); }
.booking .container { display: grid; gap: 30px; }
.booking-text { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.steps li { display: flex; flex-direction: column; gap: 12px; color: var(--text); }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--teal); color: var(--white); font-weight: 700; font-size: 18px; }

/* Teal-Band */
.band { background: var(--teal); color: var(--white); }
.band .container { display: grid; gap: 24px; }
.band p { color: var(--teal-light); }
.band h2 { max-width: 820px; }
.band-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.band-actions .muted { color: var(--teal-light); }

/* Partner */
.partners { display: grid; gap: 22px; }
.partner-row { display: grid; gap: 12px; }
.partner-label strong { display: block; font-size: 22px; margin-bottom: 4px; }
.partner-label p { color: var(--muted); font-size: 15px; }
.tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tile { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 18px; display: flex; align-items: center; justify-content: center; min-height: 96px; }
.tile img { max-height: 60px; width: auto; }

/* Fußzeile */
.site-footer { background: var(--salbei); padding: 40px 0; color: var(--text); font-size: 15px; line-height: 1.55; }
.site-footer .container { display: grid; gap: 22px; }
.site-footer a { text-decoration: none; }
.site-footer .col { display: flex; flex-direction: column; gap: 4px; }
.site-footer .col img { height: 40px; width: auto; align-self: flex-start; margin-bottom: 8px; }

/* Tabellen */
.table-wrap { overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; font-size: 16px; }
.table th, .table td { text-align: left; padding: 14px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.table th { font-weight: 600; color: var(--anthrazit); }
.table td { color: var(--text); }
.table tr:last-child td { border-bottom: 0; }

/* Definitionsliste, Fakten, Boxen, Text */
.def { display: grid; gap: 14px 24px; margin: 0; font-size: 17px; line-height: 1.55; }
.def dt { font-weight: 600; }
.def dd { margin: 0; color: var(--text); }
.facts { display: grid; gap: 12px; }
.fact { background: var(--salbei); border-radius: 16px; padding: 20px; color: var(--text); }
.fact strong { display: block; color: var(--muted); font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.box { background: var(--salbei); border-radius: var(--radius); padding: 26px 28px; display: flex; flex-direction: column; gap: 10px; color: var(--text); }
.box h3 { color: var(--anthrazit); }
.box .link, .box .btn { align-self: flex-start; }
.box ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 6px; }
.split { display: grid; gap: 24px; }
.aside { display: flex; flex-direction: column; gap: 16px; }
.prose { display: flex; flex-direction: column; gap: 22px; color: var(--text); max-width: 820px; }
.prose h2 { font-family: 'Instrument Sans', system-ui, sans-serif; font-style: normal; font-size: 22px; font-weight: 600; color: var(--anthrazit); letter-spacing: 0; line-height: 1.3; }
.prose .group { display: flex; flex-direction: column; gap: 8px; }

/* Formular */
.form { display: grid; gap: 14px; }
.form label { display: grid; gap: 6px; font-weight: 600; font-size: 15px; color: var(--anthrazit); }
.form input, .form textarea { font: inherit; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); width: 100%; color: var(--anthrazit); }
.form input:focus, .form textarea:focus { outline: 2px solid var(--teal); outline-offset: 1px; border-color: var(--teal); }
.form textarea { min-height: 140px; resize: vertical; }
.form .note { font-size: 14px; color: var(--muted); }
.map-placeholder { background: var(--salbei); border-radius: var(--radius); min-height: 240px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 24px; color: var(--muted); }

/* Ab Tablet */
@media (min-width: 640px) {
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .def { grid-template-columns: 240px minmax(0, 1fr); }
}
@media (min-width: 768px) {
  .container { padding: 0 40px; }
  .btn { height: 56px; padding: 0 28px; font-size: 18px; }
  .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .tile { min-height: 130px; padding: 24px; }
  .tile img { max-height: 82px; }
  .site-footer .container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .court-panel { min-height: 320px; padding: 48px 40px 72px; }
  .ball { width: 46px; height: 46px; }
}
/* Ab Desktop */
@media (min-width: 1024px) {
  .site-header .container { height: 88px; }
  .logo img { height: 54px; }
  .nav { display: flex; gap: 36px; font-size: 17px; }
  .menu-toggle { display: none; }
  .btn-header { height: 48px; padding: 0 24px; font-size: 17px; }
  .hero { padding: 40px 0 64px; }
  .hero .container { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 48px; align-items: stretch; }
  .hero-text { padding-top: 24px; }
  .court-panel { min-height: 480px; padding: 64px 48px 80px; }
  .ball { width: 52px; height: 52px; }
  .section { padding: 80px 0; }
  .section-head { grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 48px; margin-bottom: 36px; }
  .section-head p { max-width: 400px; }
  .booking .container { grid-template-columns: 520px minmax(0, 1fr); gap: 64px; align-items: center; }
  .band .container { grid-template-columns: minmax(0, 1fr) 360px; gap: 64px; align-items: center; }
  .band-actions { align-items: stretch; text-align: center; }
  .partner-row { grid-template-columns: 200px minmax(0, 1fr); gap: 16px; align-items: center; }
  .split { grid-template-columns: minmax(0, 1fr) 400px; gap: 64px; align-items: start; }
  .split.wide-aside { grid-template-columns: minmax(0, 1fr) 480px; }
  .site-footer { padding: 48px 0; }
  .site-footer .container { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
  .site-footer .col img { height: 44px; }
}
@media (min-width: 1200px) {
  .container { padding: 0 64px; }
}

/* Onepager */
section[id] { scroll-margin-top: calc(76px + env(safe-area-inset-top, 0px)); }
.section + .section { border-top: 1px solid var(--line); }
.section.band + .section, .section.band { border-top: 0; }
.price-table th { width: 55%; font-weight: 500; color: var(--text); }
.price-table td { font-weight: 600; color: var(--anthrazit); }
.contact-grid { display: grid; gap: 24px; }
.contact-list { display: grid; gap: 14px 24px; margin: 0; }
.contact-list dt { font-size: 15px; color: var(--muted); }
.contact-list dd { margin: 0; font-size: 18px; font-weight: 600; }
.footer-simple .container { display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: center; justify-content: space-between; }
.footer-simple .legal { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.back { text-decoration: none; font-weight: 600; }
@media (min-width: 640px) { .contact-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: minmax(0, 1fr) 420px; gap: 64px; align-items: start; } .section-head.stacked { grid-template-columns: minmax(0, 1fr); } .section-head.stacked p { max-width: 560px; } }
