/* ═══════════════════════════════════════════════════
   THÜR TRANSPORTE — "Was weg muss, kommt weg."
   Gelb + Grün + Schwarz. Hell, kräftig, kommunal.
   Warnstreifen-Motiv. Mobile-first.
   ═══════════════════════════════════════════════════ */

:root {
  --ink: #181a1c;
  --ink-2: #24272a;
  --paper: #f6f5f1;
  --paper-2: #ffffff;
  --line: #e3e2dc;
  --line-2: #d3d2ca;
  --yellow: #f5c400;
  --yellow-d: #cc9f00;
  --green: #2f7d3a;
  --green-d: #246030;
  --green-l: #eaf3ea;
  --txt: #181a1c;
  --txt-soft: #565a5e;
  --txt-dim: #8a8e92;
  --txt-light: rgba(255,255,255,.78);

  --disp: 'Archivo', -apple-system, sans-serif;
  --body: 'Inter', -apple-system, sans-serif;
  --wrap: 1240px;
  --pad: clamp(18px, 5vw, 56px);
  --sec: clamp(64px, 9vw, 128px);
  --e: cubic-bezier(.22,.61,.36,1);
  --stripe: repeating-linear-gradient(-45deg, var(--ink) 0 16px, var(--yellow) 16px 32px);
}

* , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { font-family: var(--body); font-size: 17px; line-height: 1.65; color: var(--txt); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--yellow); color: var(--ink); }

h1, h2, h3 { font-family: var(--disp); font-weight: 800; line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }
h2 { font-size: clamp(32px, 5.2vw, 62px); color: var(--ink); }
h3 { font-size: clamp(22px, 2.8vw, 31px); }
.hl { color: var(--yellow); -webkit-text-stroke: 1.5px var(--ink); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.i { width: 1em; height: 1em; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; display: inline-block; vertical-align: -.12em; }
.stripe { height: 12px; background: var(--stripe); }

.eyebrow { display: inline-block; font-family: var(--disp); font-weight: 700; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--green); padding-left: 30px; position: relative; margin-bottom: 16px; }
.eyebrow::before { content: ''; position: absolute; left: 0; top: 50%; width: 22px; height: 4px; background: var(--yellow); transform: translateY(-50%); }
.eyebrow.dark { color: var(--yellow-d); }
.sec-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--disp); font-weight: 700; font-size: 16px; letter-spacing: .02em; text-transform: uppercase; padding: 15px 26px; border: 2px solid transparent; cursor: pointer; transition: all .2s var(--e); }
.btn .i { width: 18px; height: 18px; }
.btn-y { background: var(--yellow); color: var(--ink); }
.btn-y:hover { background: #ffd219; transform: translateY(-2px); box-shadow: 0 14px 28px -12px rgba(245,196,0,.7); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* NAV — gelber Balken */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 60; display: flex; align-items: center; gap: 22px; padding: 11px var(--pad); background: var(--yellow); border-bottom: 3px solid var(--ink); transition: padding .25s; }
.nav.scrolled { padding-top: 7px; padding-bottom: 7px; box-shadow: 0 8px 24px -12px rgba(0,0,0,.4); }
.brand img { height: 38px; width: auto; }
.nav-links { display: flex; gap: 2px; flex: 1; justify-content: center; }
.nav-links a { font-family: var(--disp); font-weight: 700; font-size: 15px; letter-spacing: .03em; text-transform: uppercase; color: var(--ink); padding: 8px 14px; transition: background .18s; }
.nav-links a:hover { background: rgba(0,0,0,.1); }
.nav-call { display: inline-flex; align-items: center; gap: 8px; font-family: var(--disp); font-weight: 700; font-size: 14.5px; text-transform: uppercase; color: #fff; background: var(--ink); padding: 10px 16px; transition: background .2s; }
.nav-call:hover { background: var(--green); }

/* HERO */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; padding: 120px var(--pad) clamp(48px, 8vh, 90px); }
.hero-img { position: absolute; inset: 0; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; animation: kb 24s ease-out infinite alternate; }
@keyframes kb { from { transform: scale(1.05); } to { transform: scale(1.15); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(80deg, rgba(20,22,24,.93) 0%, rgba(20,22,24,.7) 45%, rgba(20,22,24,.25) 100%), linear-gradient(0deg, rgba(20,22,24,.6), transparent 55%); }
.hero-wrap { position: relative; z-index: 2; max-width: var(--wrap); margin: 0 auto; width: 100%; }
.hero .eyebrow { color: var(--yellow); }
.hero .eyebrow::before { background: var(--yellow); }
.hero h1 { font-size: clamp(48px, 10vw, 132px); font-weight: 900; color: #fff; letter-spacing: -.03em; margin-bottom: 22px; }
.hero-sub { font-size: clamp(16.5px, 1.7vw, 20px); color: var(--txt-light); max-width: 520px; margin-bottom: 32px; }
.hero-act { display: flex; gap: 13px; flex-wrap: wrap; }

/* ÖFFNUNGS-STATUS */
.open { background: var(--ink); color: #fff; }
.open-grid { display: grid; grid-template-columns: minmax(260px, 1fr) 2fr; gap: clamp(20px, 3vw, 44px); padding: clamp(28px, 4vw, 44px) 0; align-items: center; }
.open-now { display: flex; align-items: center; gap: 16px; }
.on-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--txt-dim); flex-shrink: 0; box-shadow: 0 0 0 0 rgba(47,125,58,.5); }
.on-dot.is-open { background: #41c553; animation: pulse 2.4s infinite; }
.on-dot.is-closed { background: #e0584f; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(65,197,83,.55); } 70% { box-shadow: 0 0 0 12px rgba(65,197,83,0); } 100% { box-shadow: 0 0 0 0 rgba(65,197,83,0); } }
.on-state { display: block; font-family: var(--disp); font-weight: 800; font-size: 20px; text-transform: uppercase; line-height: 1.1; overflow-wrap: break-word; }
.on-sub { display: block; font-size: 13px; color: var(--txt-dim); margin-top: 2px; }
.open-times { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ot { border: 1px solid rgba(255,255,255,.14); padding: 18px 20px; transition: border-color .2s, background .2s; }
.ot.active { border-color: var(--yellow); background: rgba(245,196,0,.07); }
.ot-h { display: flex; align-items: center; gap: 8px; font-family: var(--disp); font-weight: 700; font-size: 16px; text-transform: uppercase; margin-bottom: 10px; }
.ot-h .i { color: var(--yellow); width: 17px; height: 17px; }
.ot-h em { font-style: normal; font-weight: 500; font-size: 12px; color: var(--txt-dim); margin-left: auto; font-family: var(--body); letter-spacing: 0; text-transform: none; }
.ot-r { display: block; font-size: 14px; color: var(--txt-light); font-variant-numeric: tabular-nums; }

/* LEISTUNGEN — Bänder */
.leist { padding: var(--sec) 0; }
.bands { display: flex; flex-direction: column; gap: clamp(24px, 3.5vw, 48px); max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.band { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
.band-img { overflow: hidden; aspect-ratio: 16/11; }
.band-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--e); }
.band:hover .band-img img { transform: scale(1.05); }
.band-rev .band-img { order: 2; }
.band-body { position: relative; }
.band-no { font-family: var(--disp); font-weight: 800; font-size: clamp(40px, 5vw, 64px); color: var(--line-2); line-height: .8; display: block; }
.band-ico { width: 34px; height: 34px; stroke: var(--green); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; margin: 16px 0 12px; }
.band-body h3 { color: var(--ink); }
.band-body p { color: var(--txt-soft); margin: 12px 0 18px; font-size: 16px; max-width: 480px; }
.band-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.band-tags li { font-family: var(--disp); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .03em; color: var(--green-d); background: var(--green-l); padding: 6px 13px; border-radius: 2px; }

/* ENTSORGUNGSPLATZ */
.platz { padding: var(--sec) 0; background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.platz-lead { color: var(--txt-soft); margin-top: 14px; font-size: 16.5px; }
.accept-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(18px, 2.5vw, 28px); }
.acc { padding: clamp(26px, 3vw, 38px); border: 2px solid var(--line); }
.acc-free { border-color: var(--green); background: var(--green-l); }
.acc-paid { background: var(--paper); }
.acc-tag { display: inline-block; font-family: var(--disp); font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; padding: 6px 14px; margin-bottom: 22px; }
.acc-free .acc-tag { background: var(--green); color: #fff; }
.acc-paid .acc-tag { background: var(--yellow); color: var(--ink); }
.acc ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 16px; }
.acc-paid ul { grid-template-columns: 1fr 1fr; }
.acc li { display: flex; align-items: center; gap: 9px; font-weight: 500; font-size: 15.5px; }
.acc-free .i { color: var(--green); width: 17px; height: 17px; flex-shrink: 0; }
.acc-paid li::before { content: ''; width: 6px; height: 6px; background: var(--yellow-d); flex-shrink: 0; }

/* FUHRPARK */
.fuhr { padding: var(--sec) 0; }
.gal { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 12px; max-width: 1360px; margin: 0 auto; padding: 0 var(--pad); }
.gal figure { position: relative; overflow: hidden; background: var(--ink); }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--e); }
.gal figure:hover img { transform: scale(1.06); }
.gal figcaption { position: absolute; inset: auto 0 0 0; padding: 26px 16px 13px; color: #fff; font-family: var(--disp); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .02em; background: linear-gradient(transparent, rgba(20,22,24,.9)); }
.g-tall { grid-row: span 2; } .g-wide { grid-column: span 2; }

/* KONTAKT */
.kontakt { padding: var(--sec) 0; background: var(--ink); color: #fff; }
.k-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.kontakt .eyebrow { color: var(--yellow); } .kontakt .eyebrow::before { background: var(--yellow); }
.k-left h2 { color: #fff; margin: 16px 0 18px; }
.k-left p { color: var(--txt-light); max-width: 420px; margin-bottom: 28px; }
.k-card { background: var(--ink-2); border: 1px solid rgba(255,255,255,.12); }
.kr { display: flex; align-items: center; gap: 17px; padding: 24px clamp(20px,3vw,30px); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .2s; }
.kr:last-child { border-bottom: none; }
.kr:hover { background: rgba(255,255,255,.04); }
.kr .i { width: 23px; height: 23px; color: var(--yellow); flex-shrink: 0; }
.kr span { display: flex; flex-direction: column; font-family: var(--disp); font-weight: 700; font-size: 17px; }
.kr i { font-style: normal; font-family: var(--body); font-weight: 500; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--txt-dim); margin-bottom: 4px; }

/* FOOTER */
.foot { background: var(--ink); color: var(--txt-light); }
.foot-in { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; padding: clamp(46px,6vw,68px) var(--pad) 30px; max-width: var(--wrap); margin: 0 auto; }
.foot-logo { background: var(--yellow); padding: 9px 13px; display: inline-flex; }
.foot-logo img { height: 36px; }
.foot-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; }
.foot-nav a { font-family: var(--disp); font-weight: 700; font-size: 15px; text-transform: uppercase; color: rgba(255,255,255,.85); }
.foot-nav a:hover { color: var(--yellow); }
.foot-addr { font-size: 14px; }
.foot-addr a:hover { color: #fff; }
.foot-legal { display: flex; justify-content: space-between; width: 100%; max-width: 760px; margin-top: 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12.5px; color: var(--txt-dim); flex-wrap: wrap; gap: 8px; }
.foot-credit a { color: rgba(255,255,255,.7); } .foot-credit a:hover { color: var(--yellow); }

/* REVEAL */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--e), transform .7s var(--e); }
.js .reveal.in { opacity: 1; transform: none; }

/* RESPONSIVE */
@media (max-width: 920px) {
  .nav-links { display: none; }
  .open-grid { grid-template-columns: 1fr; gap: 22px; }
  .band, .band-rev { grid-template-columns: 1fr; gap: 18px; }
  .band-rev .band-img { order: 0; }
  .band-img { aspect-ratio: 16/9; }
  .k-grid { grid-template-columns: 1fr; gap: 32px; }
  .gal { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .g-wide { grid-column: span 2; } .g-tall { grid-row: span 1; }
}
@media (max-width: 560px) {
  .nav { gap: 12px; }
  .nav-call span { display: inline; }
  .hero-act { flex-direction: column; align-items: stretch; }
  .hero-act .btn { width: 100%; }
  .open-times { grid-template-columns: 1fr; }
  .accept-grid { grid-template-columns: 1fr; }
  .acc ul, .acc-paid ul { grid-template-columns: 1fr; }
  .foot-legal { justify-content: center; text-align: center; }
}
@media (max-width: 380px) {
  .acc ul, .acc-paid ul { grid-template-columns: 1fr 1fr; gap: 9px 12px; }
  .acc li { font-size: 13.5px; }
}
