* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #100d0b; color: #e8e0d0; font-family: 'Barlow', sans-serif; overflow-x: hidden; }
::selection { background: #d11f2a; color: #f5efe2; }
img { max-width: 100%; }
a { color: inherit; }

@keyframes gkScrollCue { 0%,100% { transform: translateY(0); opacity: .9 } 50% { transform: translateY(8px); opacity: .4 } }
@keyframes gkTicker { from { transform: translateX(0) } to { transform: translateX(-50%) } }

.grain { position: fixed; inset: 0; z-index: 60; pointer-events: none; opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal--tl { transition-delay: .02s, .02s; }
.reveal--04 { transition-delay: .04s, .04s; }
.reveal.is-visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 14px clamp(20px,5vw,64px); background: rgba(16,13,11,.82); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(236,228,212,.12); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand__badge { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: #d11f2a; color: #f5efe2;
  font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 19px; line-height: 1; border-radius: 3px; }
.brand__name { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 18px; letter-spacing: .14em; text-transform: uppercase; color: #f5efe2; }
.nav { display: flex; align-items: center; gap: clamp(14px,2.4vw,34px); font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.nav a { text-decoration: none; color: #b8ad99; transition: color .2s ease; }
.nav a:hover { color: #f5efe2; }
.nav .btn-kontakt { display: inline-block; color: #f5efe2; border: 1px solid rgba(236,228,212,.3); padding: 7px 14px; border-radius: 3px; transition: border-color .2s ease, color .2s ease; }
.nav .btn-kontakt:hover { border-color: #d11f2a; color: #d11f2a; }

/* hero */
.hero { position: relative; min-height: 92vh; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px,5vw,72px); overflow: hidden; }
.hero__watermark { position: absolute; top: -4%; right: -3%; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: min(58vw,820px); line-height: .7;
  color: transparent; -webkit-text-stroke: 2px rgba(236,228,212,.07); user-select: none; pointer-events: none; }
.hero__stripes { position: absolute; top: 0; bottom: 0; left: clamp(0px,42vw,640px); width: 240px; transform: skewX(-14deg);
  background: repeating-linear-gradient(180deg,#1e4fa3 0 60px,#100d0b 60px 66px,#d11f2a 66px 126px,#100d0b 126px 132px,#ece4d4 132px 192px,#100d0b 192px 198px,#d11f2a 198px 258px,#100d0b 258px 264px); opacity: .14; pointer-events: none; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: clamp(24px,4vw,56px); align-items: end; }
.hero__flagrow { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.hero__flag { display: flex; height: 18px; width: 54px; border-radius: 2px; overflow: hidden; box-shadow: 0 0 0 1px rgba(236,228,212,.2); }
.hero__flag span { flex: 1; background: #d11f2a; }
.hero__flag span:nth-child(2) { background: #ece4d4; }
.hero__label { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: #ec6a1c; }
.hero__title { margin: 0; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: clamp(64px,14vw,210px); line-height: .84; letter-spacing: -.01em; text-transform: uppercase; color: #f5efe2; }
.hero__lead { margin: 24px 0 0; max-width: 30ch; font-family: 'Space Mono', monospace; font-size: clamp(13px,1.5vw,16px); letter-spacing: .06em; color: #b8ad99; }
.hero__photobox { position: relative; border: 1px solid rgba(236,228,212,.18); padding: 8px; background: rgba(10,8,7,.4); }
.hero__photobox-label { position: absolute; top: -9px; left: 14px; z-index: 3; background: #100d0b; padding: 0 8px;
  font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #ec6a1c; }
.hero__photobox img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center; }
.hero__scroll { position: relative; z-index: 2; margin-top: clamp(28px,4vw,48px); display: flex; align-items: center; gap: 14px;
  font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #7a7264; }
.hero__scroll span { display: inline-block; animation: gkScrollCue 1.8s ease-in-out infinite; }

/* ticker */
.ticker { border-top: 1px solid rgba(236,228,212,.12); border-bottom: 1px solid rgba(236,228,212,.12); background: #0a0807; overflow: hidden; padding: 13px 0; }
.ticker__track { display: inline-flex; white-space: nowrap; font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 15px;
  letter-spacing: .22em; text-transform: uppercase; color: #8a8170; animation: gkTicker 32s linear infinite; }
.ticker__track span { padding: 0 28px; }
.ticker__track span.dot { color: #d11f2a; }

/* shared section bits */
.kicker { margin: 0 0 16px; font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: #d11f2a; }
.two-col { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(28px,5vw,72px); }

/* vorstellung */
.vorstellung { scroll-margin-top: 84px; padding: clamp(56px,9vw,128px) clamp(20px,5vw,64px); max-width: 1280px; margin: 0 auto; }
.vorstellung .two-col { align-items: start; }
.vorstellung h2 { margin: 0 0 26px; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: clamp(34px,5vw,68px); line-height: 1; text-transform: uppercase; color: #f5efe2; }
.vorstellung p.lede { margin: 0 0 18px; font-size: clamp(17px,1.5vw,20px); line-height: 1.65; color: #cabfa8; max-width: 46ch; }
.vorstellung strong { color: #f5efe2; }
.facts-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-bottom: 14px; }
.fact-card { border: 1px solid rgba(236,228,212,.14); padding: 20px; }
.fact-card .fact-label { margin: 0 0 6px; font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #7a7264; }
.fact-card .fact-value { margin: 0; font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 22px; color: #f5efe2; }
.fact-card .fact-sub { margin: 4px 0 0; font-size: 14px; color: #b8ad99; }
.portrait-frame { position: relative; border: 1px solid rgba(236,228,212,.18); padding: 8px; background: rgba(10,8,7,.4); }
.portrait-frame img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center top; }

/* stat band */
.stat-band { background: #d11f2a; color: #160a09; }
.stat-band__grid { max-width: 1280px; margin: 0 auto; padding: clamp(44px,6vw,80px) clamp(20px,5vw,64px);
  display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(20px,3vw,40px); }
.stat__num { margin: 0; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: clamp(48px,7vw,104px); line-height: .85; color: #160a09; }
.stat__label { margin: 10px 0 0; font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(22,10,9,.78); }

/* karriere */
.karriere { scroll-margin-top: 84px; background: #ece4d4; color: #1a1411; }
.karriere__inner { max-width: 1180px; margin: 0 auto; padding: clamp(56px,9vw,128px) clamp(20px,5vw,64px); }
.karriere h2 { margin: 0; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: clamp(40px,7vw,104px); line-height: .9; text-transform: uppercase; color: #1a1411; }
.karriere__head { margin-bottom: clamp(40px,6vw,72px); }
.tl-row { display: grid; grid-template-columns: 200px 1fr; gap: clamp(20px,4vw,56px); padding: clamp(26px,3.5vw,44px) 0; border-top: 1px solid rgba(26,20,17,.18); }
.tl-row:last-child { border-bottom: 1px solid rgba(26,20,17,.18); }
.tl-year { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: clamp(40px,5vw,76px); line-height: .9; color: #d11f2a; }
.tl-row h3 { margin: 0 0 10px; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: clamp(22px,2.4vw,32px); text-transform: uppercase; color: #1a1411; }
.tl-row p { margin: 0 0 16px; font-size: clamp(16px,1.4vw,19px); line-height: 1.6; color: #4a4038; max-width: 60ch; }
.tl-row p:last-child { margin-bottom: 0; }
.tl-tags { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.tl-tags li { border: 1px solid rgba(26,20,17,.3); padding: 6px 12px; color: #1a1411; }
.tl-tags li.tag--dark { border: 0; background: #1a1411; color: #ece4d4; }
.tl-tags li.tag--red { border: 0; background: #d11f2a; color: #f5efe2; }

/* galerie */
.galerie { scroll-margin-top: 84px; padding: clamp(56px,9vw,128px) clamp(20px,5vw,64px); max-width: 1280px; margin: 0 auto; }
.galerie__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: clamp(28px,4vw,52px); }
.galerie h2 { margin: 0; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: clamp(40px,7vw,104px); line-height: .9; text-transform: uppercase; color: #f5efe2; }
.galerie__intro { margin: 0; max-width: 34ch; font-size: 15px; line-height: 1.6; color: #b8ad99; }
.gal-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; }
.g-tile { margin: 0; }
.g-tile button { cursor: pointer; display: block; width: 100%; text-align: left; margin: 0; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; }
.g-tile__frame { border: 1px solid rgba(236,228,212,.18); padding: 8px; background: rgba(10,8,7,.4); transition: border-color .25s ease; }
.g-tile button:hover .g-tile__frame { border-color: #d11f2a; }
.g-tile__frame img { display: block; width: 100%; object-fit: cover; object-position: center; }
.g-tile figcaption { margin-top: 8px; font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #7a7264; }
.g-tile figcaption .count { color: #ec6a1c; }

/* chapter overlay + lightbox */
.overlay, .lightbox, .video-modal { display: none; }
.overlay.is-open, .lightbox.is-open, .video-modal.is-open { display: block; }
.overlay { position: fixed; inset: 0; z-index: 100; background: rgba(8,6,5,.97); backdrop-filter: blur(4px); overflow-y: auto; }
.overlay__head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px clamp(16px,4vw,40px); background: rgba(8,6,5,.92); border-bottom: 1px solid rgba(236,228,212,.12); }
.overlay__meta { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 14px; }
.overlay__badge { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 26px; line-height: 1; color: #d11f2a; }
.overlay__title { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 20px; text-transform: uppercase; color: #f5efe2; }
.overlay__count { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #8a8170; }
.round-btn-text { cursor: pointer; flex: 0 0 auto; font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: #f5efe2; background: transparent; border: 1px solid rgba(236,228,212,.3); padding: 9px 14px; border-radius: 3px; transition: border-color .2s ease, color .2s ease; }
.round-btn-text:hover { border-color: #d11f2a; color: #d11f2a; }
.overlay__grid { max-width: 1440px; margin: 0 auto; padding: clamp(16px,3vw,32px); display: grid; grid-template-columns: repeat(auto-fill,minmax(min(100%,190px),1fr)); gap: 10px; }
.overlay__thumb { cursor: zoom-in; margin: 0; padding: 0; border: 1px solid rgba(236,228,212,.12); background: #000; overflow: hidden; display: block; aspect-ratio: 1/1; transition: border-color .2s ease; }
.overlay__thumb:hover { border-color: #d11f2a; }
.overlay__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }

.lightbox { position: fixed; inset: 0; z-index: 110; background: rgba(4,3,3,.98); align-items: center; justify-content: center; padding: clamp(48px,7vw,80px) clamp(12px,3vw,56px); }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; box-shadow: 0 24px 90px rgba(0,0,0,.7); }
.round-btn { cursor: pointer; position: fixed; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px;
  font-family: 'Oswald', sans-serif; font-size: 32px; line-height: 1; color: #f5efe2; background: rgba(16,13,11,.6); border: 1px solid rgba(236,228,212,.25); border-radius: 50%;
  transition: border-color .2s ease, color .2s ease; }
.round-btn:hover, .round-btn-close:hover { border-color: #d11f2a; color: #d11f2a; }
.round-btn--prev { left: clamp(8px,2vw,28px); top: 50%; transform: translateY(-50%); }
.round-btn--next { right: clamp(8px,2vw,28px); top: 50%; transform: translateY(-50%); }
.round-btn-close { cursor: pointer; position: fixed; top: clamp(10px,2vw,22px); right: clamp(10px,2vw,22px); display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; font-family: 'Space Mono', monospace; font-size: 18px; color: #f5efe2; background: rgba(16,13,11,.6); border: 1px solid rgba(236,228,212,.25); border-radius: 50%;
  transition: border-color .2s ease, color .2s ease; }
.lightbox__counter { position: fixed; bottom: clamp(12px,2vw,24px); left: 50%; transform: translateX(-50%); font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .16em; color: #b8ad99; }

/* videos */
.videos { scroll-margin-top: 84px; background: #0a0807; border-top: 1px solid rgba(236,228,212,.1); border-bottom: 1px solid rgba(236,228,212,.1); }
.videos__inner { max-width: 1280px; margin: 0 auto; padding: clamp(56px,9vw,128px) clamp(20px,5vw,64px); }
.videos h2 { margin: 0 0 14px; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: clamp(40px,7vw,104px); line-height: .9; text-transform: uppercase; color: #f5efe2; }
.videos__intro { margin: 0; max-width: 58ch; font-size: 15px; line-height: 1.6; color: #b8ad99; }
.videos__head { margin-bottom: clamp(28px,4vw,52px); }
.v-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(min(100%,300px),1fr)); gap: 14px; }
.v-card { cursor: pointer; width: 100%; text-align: left; background: transparent; color: inherit; font: inherit; display: flex; gap: 16px; align-items: center;
  padding: 18px; border: 1px solid rgba(236,228,212,.14); transition: border-color .2s ease; }
.v-card:hover { border-color: #d11f2a; }
.v-card__play { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: #d11f2a; }
.v-card__play--alt { background: #ec6a1c; }
.v-card__play i { width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 12px; border-color: transparent transparent transparent #f5efe2; margin-left: 3px; display: block; }
.v-card__play--alt i { border-color: transparent transparent transparent #160a09; }
.v-card__title { display: block; font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 18px; text-transform: uppercase; color: #f5efe2; }
.v-card__sub { display: block; font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #8a8170; }

.video-modal { position: fixed; inset: 0; z-index: 110; background: rgba(4,3,3,.97); align-items: center; justify-content: center; padding: clamp(48px,7vw,80px) clamp(12px,3vw,56px); }
.video-modal.is-open { display: flex; }
.video-modal__inner { width: min(100%,1100px); }
.video-modal__frame { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; border: 1px solid rgba(236,228,212,.15); }
.video-modal__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* heute */
.heute { padding: clamp(56px,9vw,120px) clamp(20px,5vw,64px); max-width: 1080px; margin: 0 auto; }
.heute__inner { border-left: 3px solid #d11f2a; padding: 8px 0 8px clamp(20px,4vw,44px); }
.heute__quote { margin: 0; font-family: 'Oswald', sans-serif; font-weight: 300; font-size: clamp(24px,3.4vw,46px); line-height: 1.25; color: #f5efe2; }

/* footer */
.site-footer { scroll-margin-top: 84px; background: #0a0807; border-top: 1px solid rgba(236,228,212,.12); }
.site-footer__inner { max-width: 1280px; margin: 0 auto; padding: clamp(48px,7vw,96px) clamp(20px,5vw,64px); }
.footer-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(28px,5vw,64px); align-items: end; }
.footer-name { margin: 0 0 22px; font-family: 'Oswald', sans-serif; font-weight: 500; font-size: clamp(22px,2.4vw,30px); line-height: 1.3; color: #f5efe2; }
.footer-name small { display: block; font-weight: 300; color: #b8ad99; font-size: .78em; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; font-family: 'Space Mono', monospace; font-size: 13px; letter-spacing: .06em; color: #cabfa8; }
.footer-contact a { text-decoration: none; color: #ec6a1c; transition: color .2s ease; }
.footer-contact a:hover { color: #f5efe2; }
.footer-22 { display: flex; justify-content: flex-end; }
.footer-22 div { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: clamp(110px,20vw,300px); line-height: .7; color: transparent; -webkit-text-stroke: 2px rgba(209,31,42,.55); }
.footer-bottom { margin-top: clamp(40px,6vw,72px); padding-top: 24px; border-top: 1px solid rgba(236,228,212,.12); display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: space-between; align-items: center; font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #7a7264; }

/* responsive */
@media (max-width: 900px) {
  .gal-grid { grid-template-columns: repeat(2,1fr) !important; }
  .gal-grid .g-tile { grid-column: span 1 !important; }
}
@media (max-width: 720px) {
  .site-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .nav { flex-wrap: wrap; gap: 12px 16px; width: 100%; }
  .hero__grid, .two-col, .footer-grid { grid-template-columns: 1fr !important; }
  .stat-band__grid { grid-template-columns: repeat(2,1fr); }
  .tl-row { grid-template-columns: 1fr !important; gap: 6px !important; }
  .gal-grid { grid-template-columns: 1fr !important; }
  .footer-22 { display: none !important; }
}
@media (max-width: 480px) {
  .stat-band__grid { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
}
