/* Dallman Soccer — Portland, Oregon
   Palette aus dem Logo gemessen: Schwarz #101115, Creme #ece9e2, Rot #c2322d.
   Ein Akzent (Rot), sparsam: Ring im Logo, Unterstrich, Knopf-Hover.
   Schrift: Barlow Condensed (Titel, wie das Logo) + Barlow (Text). */

:root {
    --tinte: #101115;
    --creme: #ece9e2;
    --creme-tief: #e2ded4;
    --papier: #f6f4ef;
    --rot: #c2322d;
    --grau: #5c5a55;
    --linie: rgba(16, 17, 21, 0.14);

    --logo-grund: var(--creme);
    --logo-tinte: var(--tinte);
    --logo-akzent: var(--rot);

    --spalte: 72rem;
    --abstand: clamp(3rem, 6vw, 5rem);      /* Luft über und unter jeder Sektion */
    --abstand-innen: 2rem;                  /* Kopfzeile → Inhalt */
    --rand: clamp(1.25rem, 4.5vw, 4rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--creme);
    color: var(--tinte);
    font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif; font-weight: 700; text-transform: uppercase; line-height: 0.95; letter-spacing: 0.005em; }
h2 { font-size: clamp(2.2rem, 1.4rem + 2.6vw, 3.4rem); }
/* Kleinschrift: alle Beschriftungen (Bildunterschrift, Kennzahl-Text, Kontakt-Zeilen) gleich gesetzt */
.fotos figcaption, .kontakt dt, .hero .ort span, .buch-kopf span, .schau figcaption { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.8rem; color: var(--grau); }
h3 { font-size: 1.35rem; letter-spacing: 0.02em; }
p { margin: 0; }
.spalte { max-width: var(--spalte); margin: 0 auto; padding: 0 var(--rand); }
.label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.8rem; color: var(--rot); }

/* Kopfzeile */
.kopf { position: sticky; top: 0; z-index: 20; background: rgba(236, 233, 226, 0.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--linie); }
.kopf .spalte { display: flex; align-items: center; justify-content: space-between; gap: 2rem; height: 68px; }
.marke { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; text-transform: uppercase; font-size: 1.25rem; letter-spacing: 0; word-spacing: -0.12em; }
.marke img { width: 42px; height: 42px; }
.hero-bild .badge, .fuss img { image-rendering: auto; }
.menue { display: flex; gap: 1.75rem; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.95rem; }
.menue a { text-decoration: none; position: relative; padding: 0.25rem 0; }
.menue a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--rot); transform: scaleX(0); transform-origin: left; transition: transform 0.25s; }
.menue a:hover::after, .menue a:focus-visible::after { transform: scaleX(1); }
.knopf { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--tinte); color: var(--creme); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 1.05rem; padding: 0.85rem 1.5rem; border: 2px solid var(--tinte); transition: background 0.2s, color 0.2s, border-color 0.2s; }
.knopf:hover, .knopf:focus-visible { background: var(--rot); border-color: var(--rot); color: #fff; }
.knopf.leise { background: transparent; color: var(--tinte); }
.knopf.leise:hover { background: var(--tinte); color: var(--creme); border-color: var(--tinte); }
.kopf .knopf { white-space: nowrap; }
@media (max-width: 760px) { .menue { display: none; } .kopf .spalte { height: 60px; } .marke { font-size: 1.1rem; } .marke span { white-space: nowrap; } .marke img { width: 36px; height: 36px; } .kopf .knopf { padding: 0.65rem 1rem; font-size: 0.95rem; } }

/* Hero */
.hero { padding: clamp(2rem, 4vw, 3rem) 0 var(--abstand); }
/* Text und Bild bilden einen Block: das Bild ist genau so hoch wie der Text daneben (align stretch), nie länger. */
.hero .spalte { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 3.5rem; align-items: stretch; }
.hero h1 { font-size: clamp(3rem, 1.2rem + 4.6vw, 5.3rem); font-weight: 800; }
.hero h1 span { white-space: nowrap; }
@media (max-width: 420px) { .hero h1 span { white-space: normal; } }
.hero h1 em { font-style: normal; color: var(--rot); }
.hero .satz { margin-top: 1.5rem; max-width: 34rem; font-size: 1.2rem; color: var(--grau); }
.hero .aktionen { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero .ort { margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--linie); display: flex; gap: 0; }
.hero .ort > div + div { border-left: 1px solid var(--linie); margin-left: 1.75rem; padding-left: 1.75rem; }
@media (max-width: 760px) { .hero .ort { overflow-x: auto; margin-left: calc(-1 * var(--rand)); margin-right: calc(-1 * var(--rand)); padding: 1.25rem var(--rand) 0; scrollbar-width: none; } .hero .ort > div { flex: 0 0 auto; } .hero .ort > div + div { margin-left: 1.25rem; padding-left: 1.25rem; } }
.hero .ort span { white-space: nowrap; }
.hero .ort b { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 1.7rem; font-weight: 800; line-height: 1; margin-bottom: 0.2rem; }
.hero-bild { position: relative; display: grid; }
.hero-bild img { width: 100%; height: 100%; min-height: 24rem; object-fit: cover; object-position: 60% 15%; filter: saturate(0.9); }
/* Das Abzeichen sitzt IM Bild (unten links, mit Rand), nie angeschnitten:
   Bild, Abzeichen und Text bilden einen Block (Regel „zusammen erkennbar"). */
.hero-bild .badge { position: absolute; left: 1.25rem; bottom: 1.25rem; width: clamp(7rem, 12vw, 9.5rem); height: auto; min-height: 0; filter: drop-shadow(0 14px 30px rgba(16, 17, 21, 0.35)); }
@media (max-width: 900px) { .hero .spalte { grid-template-columns: 1fr; gap: 2rem; } .hero-bild img { aspect-ratio: 4 / 5; height: auto; min-height: 0; max-height: 60vh; } }

/* Laufband */
.band { border-top: 2px solid var(--tinte); border-bottom: 2px solid var(--tinte); overflow: hidden; background: var(--tinte); color: var(--creme); }
.band .bahn { display: flex; width: max-content; animation: lauf 28s linear infinite; }
.band .reihe { display: flex; gap: 3rem; padding: 0.7rem 1.5rem 0.7rem 0; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.95rem; white-space: nowrap; }
.band .reihe span::before { content: '•'; color: var(--rot); margin-right: 3rem; }
@keyframes lauf { to { transform: translateX(-25%); } }
@media (prefers-reduced-motion: reduce) { .band .bahn { animation: none; } }

/* Abschnitte */
section.block { padding: var(--abstand) 0; }
.kopfzeile { display: grid; grid-template-columns: 1fr; gap: 0.6rem; margin-bottom: var(--abstand-innen); }
.zwei { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; align-items: start; }
@media (max-width: 860px) { .zwei { grid-template-columns: 1fr; } }
.fliess p + p { margin-top: 1rem; }

/* Laufbahn */
/* Laufbahn: zwei Spalten, jede Station mit Jahr in Rot, Verein in Titelschrift, eine Zeile dazu. Gleiche Sprache wie der Zeitstrahl unten. */
.laufbahn { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.5rem; }
.laufbahn li { border-top: 2px solid var(--tinte); padding: 0.75rem 0 1rem; display: grid; gap: 0.15rem; }
.laufbahn b { font-family: 'Barlow Condensed', sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--rot); }
.laufbahn span { font-family: 'Barlow Condensed', sans-serif; font-size: 1.25rem; font-weight: 700; text-transform: uppercase; line-height: 1.1; color: var(--tinte); }
.laufbahn small { display: block; font-family: 'Barlow', sans-serif; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--grau); font-size: 0.9rem; line-height: 1.4; margin-top: 0.2rem; }
@media (max-width: 480px) { .laufbahn { grid-template-columns: 1fr; } }

/* Fotos */
.fotos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; margin-top: var(--abstand-innen); }
.fotos img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; filter: saturate(0.9); }
.fotos figure { margin: 0; }
.foto-auf { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: pointer; }
.foto-auf:focus-visible { outline: 2px solid var(--tinte); outline-offset: 3px; }
.foto-auf img { transition: filter 0.2s; }
.foto-auf:hover img { filter: saturate(1); }
.schau { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; margin: 0; color: var(--creme); }
.schau::backdrop { background: rgba(16, 17, 21, 0.94); }
.schau figure { margin: 0; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: 3.5rem clamp(1rem, 6vw, 5rem); }
.schau img { max-width: 100%; max-height: calc(100vh - 8rem); object-fit: contain; }
.schau figcaption { color: var(--creme); font-size: 0.9rem; }
.schau-zu, .schau-pfeil { position: absolute; background: none; border: 0; color: var(--creme); cursor: pointer; font-size: 2.2rem; line-height: 1; padding: 0.5rem 0.9rem; opacity: 0.8; transition: opacity 0.2s; }
.schau-zu:hover, .schau-pfeil:hover { opacity: 1; }
.schau-zu:focus-visible, .schau-pfeil:focus-visible { outline: 2px solid var(--creme); }
.schau-zu { top: 0.75rem; right: 0.9rem; }
.schau-pfeil { top: 50%; transform: translateY(-50%); }
.schau-pfeil.links { left: 0.5rem; }
.schau-pfeil.rechts { right: 0.5rem; }
@media (max-width: 700px) { .schau-pfeil { top: auto; bottom: 0.75rem; transform: none; } .schau figure { padding: 3rem 1rem 4rem; } }
.fotos .oben img { object-position: 50% 22%; }
.fotos .ganz-oben img { object-position: 50% 8%; }
.fotos figcaption { margin-top: 0.4rem; }
@media (max-width: 700px) {
    .fotos.wisch { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--rand); gap: 0.6rem; margin: var(--abstand-innen) calc(-1 * var(--rand)) 0; padding: 0 var(--rand) 0.5rem; scrollbar-width: none; }
    .fotos.wisch figure { flex: 0 0 78%; scroll-snap-align: start; }
}

/* Honors */
.honors { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1.5rem; }
.honor { border-top: 2px solid var(--tinte); padding-top: 1rem; }
.honor h3 { margin-bottom: 0.5rem; }
.honor ul { margin: 0; padding-left: 1.1rem; color: var(--grau); }
.honor li + li { margin-top: 0.3rem; }

/* Zeitstrahl (Honors): von links nach rechts, seitlich scrollbar */
.gorge { padding-top: 0; }
.gorge-karte { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem; border: 2px solid var(--tinte); }
.gorge-karte h2 { font-size: 1.9rem; margin: 0.25rem 0 0.5rem; }
.gorge-karte p:not(.label) { color: var(--grau); max-width: 36rem; }
.gorge-karte .knopf { flex: 0 0 auto; }
.gorge-karte > div { flex: 1 1 auto; }
.gorge-logo { flex: 0 0 auto; width: clamp(6rem, 9vw, 7.5rem); height: auto; }
@media (max-width: 700px) { .gorge-karte { flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.5rem; } .gorge-logo { width: 5rem; } }
.zeitstrahl { overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; scrollbar-width: thin; scrollbar-color: var(--tinte) transparent; }
.zeitstrahl:focus-visible { outline: 2px solid var(--tinte); outline-offset: 4px; }
.zeitstrahl ol { list-style: none; margin: 0; padding: 0; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(16rem, 18rem); gap: 1.25rem; position: relative; width: max-content; }
.zeitstrahl ol::before { content: ''; position: absolute; left: 0; right: 0; top: 2.15rem; height: 2px; background: var(--tinte); }
.zeitstrahl li { scroll-snap-align: start; padding-top: 3rem; position: relative; }
.zeitstrahl li::before { content: ''; position: absolute; left: 0; top: 1.65rem; width: 1.1rem; height: 1.1rem; background: var(--creme); border: 3px solid var(--tinte); border-radius: 50%; }
.zeitstrahl li:last-child::before { background: var(--rot); border-color: var(--rot); }
.zeitstrahl .jahr { position: absolute; top: 0; left: 0; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 0.08em; font-size: 0.95rem; color: var(--rot); }
.zeitstrahl h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.zeitstrahl ul { margin: 0; padding-left: 1.1rem; color: var(--grau); font-size: 0.95rem; }
.zeitstrahl li + li { margin-top: 0; }
.zeitstrahl ul li { padding: 0; margin: 0.25rem 0 0; }
.zeitstrahl ul li::before { display: none; }

/* Training */
.dunkel { background: var(--tinte); color: var(--creme); --logo-grund: var(--tinte); --logo-tinte: var(--creme); }
.dunkel .label { color: var(--rot); }
.dunkel .linie { border-color: rgba(236, 233, 226, 0.18); }
.angebote { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(236, 233, 226, 0.18); border: 1px solid rgba(236, 233, 226, 0.18); }
.angebot { background: var(--tinte); padding: 2rem 1.75rem; display: flex; flex-direction: column; gap: 0.9rem; min-height: 22rem; }
.angebot h3 { font-size: 1.9rem; }
.angebot .zahl { font-family: 'Barlow Condensed', sans-serif; font-size: 3.2rem; font-weight: 800; line-height: 1; color: var(--rot); }
.angebot .zahl small { font-size: 1rem; color: rgba(236, 233, 226, 0.7); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-left: 0.5rem; }
.angebot p { color: rgba(236, 233, 226, 0.75); }
.angebot ul { margin: 0; padding-left: 1.1rem; color: rgba(236, 233, 226, 0.8); }
.angebot .knopf { margin-top: auto; background: var(--creme); color: var(--tinte); border-color: var(--creme); align-self: flex-start; }
.angebot .knopf:hover { background: var(--rot); border-color: var(--rot); color: #fff; }
@media (max-width: 860px) {
    /* Mobil als Wischleiste: die drei Formate nebeneinander, wie Karten zum Wählen */
    .angebote.wisch { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--rand); gap: 0.75rem; background: none; border: 0; margin: 0 calc(-1 * var(--rand)); padding: 0 var(--rand) 0.5rem; scrollbar-width: none; }
    .angebote.wisch .angebot { flex: 0 0 82%; scroll-snap-align: start; border: 1px solid rgba(236, 233, 226, 0.18); min-height: 0; }
}

/* Buchung */
.buchung { background: var(--papier); }
.kalender { border: 2px solid var(--tinte); background: #fff; }
/* Buchungs-Vorschau (Optik des späteren Cal.com-Kalenders) */
.buch { display: grid; grid-template-columns: 1fr 16rem; }
.kalender > .buch-kopf { padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--linie); }
.buch > div { padding: 1.5rem; }
.buch > div + div { border-left: 1px solid var(--linie); }
.buch-kopf { display: flex; gap: 0.8rem; align-items: center; }
.buch-kopf b { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 1.35rem; text-transform: uppercase; line-height: 1; }
.buch-kopf span { font-size: 0.85rem; color: var(--grau); }
.buch-monat-kopf { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.buch-monat-kopf b { font-size: 1.2rem; }
.buch-monat-kopf span { font-size: 0.85rem; color: var(--grau); letter-spacing: 0.08em; }
.buch-monat-kopf i { font-style: normal; display: inline-grid; place-items: center; width: 1.7rem; height: 1.7rem; border: 1px solid var(--linie); margin-left: 0.3rem; }
.buch-tage { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.35rem; text-align: center; }
.buch-tage s { text-decoration: none; font-size: 0.7rem; letter-spacing: 0.1em; color: var(--grau); padding-bottom: 0.3rem; }
.buch-tage b, .buch-tage em { display: grid; place-items: center; height: 2.4rem; font-style: normal; font-weight: 600; font-size: 0.95rem; }
.buch-tage b { background: var(--creme); }
.buch-tage em { color: rgba(16, 17, 21, 0.3); }
.buch-tage b.aktiv { background: var(--tinte); color: var(--creme); }
.buch-slots ul { list-style: none; margin: 0 0 1.25rem; padding: 0; display: grid; gap: 0.5rem; }
.buch-slots li { border: 1px solid var(--tinte); padding: 0.7rem 0.9rem; display: flex; justify-content: space-between; align-items: baseline; gap: 0.5rem; }
.buch-slots li b { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; }
.buch-slots li span { font-size: 0.8rem; color: var(--grau); }
.buch-slots li.aktiv { background: var(--tinte); color: var(--creme); }
.buch-slots li.aktiv span { color: rgba(236, 233, 226, 0.75); }
.buch-slots li.voll { border-color: var(--linie); color: rgba(16, 17, 21, 0.4); }
.buch-slots .knopf { width: 100%; justify-content: center; }
@media (max-width: 960px) { .buch { grid-template-columns: 1fr; } .buch > div + div { border-left: 0; border-top: 1px solid var(--linie); } }
.kalender .hinweis { max-width: 34rem; color: var(--grau); }
.kalender .hinweis b { color: var(--tinte); }
.buchung-regeln { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 1.25rem; }
.buchung-regeln li { border-left: 2px solid var(--rot); padding-left: 1rem; }
.buchung-regeln b { display: block; font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; font-size: 1.15rem; letter-spacing: 0.04em; }
.buchung-regeln span { color: var(--grau); font-size: 0.95rem; }

/* Kontakt */
.kontakt .zwei { align-items: center; }
.brief { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--linie); }
.brief > p:not(.label) { color: var(--grau); margin: 0.35rem 0 0.9rem; }
.brief-zeile { display: flex; gap: 0; }
.brief-zeile input { flex: 1 1 auto; min-width: 0; font: inherit; padding: 0.85rem 1rem; border: 2px solid var(--tinte); border-right: 0; background: var(--papier); color: var(--tinte); }
.brief-zeile input:focus-visible { outline: 2px solid var(--rot); outline-offset: -2px; }
.brief-zeile .knopf { flex: 0 0 auto; }
.brief-antwort { font-size: 0.9rem; color: var(--grau); margin-top: 0.6rem; min-height: 1.2em; }
.unsichtbar { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.kontakt a.gross { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.3rem, 0.8rem + 1.6vw, 2.1rem); font-weight: 700; text-decoration: none; text-transform: none; overflow-wrap: anywhere; }
.kontakt a.gross:hover { color: var(--rot); }
.kontakt dl { margin: 0; display: grid; grid-template-columns: 6rem 1fr; gap: 0.7rem 1rem; }
.kontakt dd a { text-decoration: none; font-weight: 600; }
.kontakt dd a:hover { color: var(--rot); }
.kontakt dt { padding-top: 0.25rem; }
.kontakt dd { margin: 0; }

@media (max-width: 760px) { .kontakt .aktionen { flex-wrap: nowrap !important; } .kontakt .aktionen .knopf { flex: 1; justify-content: center; padding: 0.8rem 0.6rem; font-size: 0.95rem; } }

/* Fuß */
.fuss { border-top: 2px solid var(--tinte); padding: 2rem 0; font-size: 0.9rem; color: var(--grau); }
.fuss .spalte { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; align-items: center; }
.fuss svg { width: 56px; height: 56px; }
.fuss a { text-decoration: none; }
.fuss a:hover { color: var(--rot); }

/* Erscheinen beim Scrollen: zeigt an, dass etwas neu ins Bild kommt. */
.auf { opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s ease; }
.auf.da { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .auf { opacity: 1; transform: none; transition: none; } }
