:root {
  --black: #111;
  --white: #fff;
  --gray-1: #f4f4f4;
  --gray-2: #dedede;
  --gray-3: #777;
  --pad: clamp(18px, 3.2vw, 54px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--black); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 50; padding: 10px 14px; background: var(--black); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 10; background: white; border-bottom: 1px solid var(--gray-2); }
.utility-bar { height: 32px; padding: 0 var(--pad); display: flex; justify-content: space-between; align-items: center; background: var(--gray-1); border-bottom: 1px solid var(--gray-2); color: #333; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.utility-bar p { margin: 0; }
.utility-bar nav { display: flex; gap: 25px; }
.utility-bar a:hover { text-decoration: underline; }
.main-nav { min-height: 96px; padding: 15px var(--pad); display: grid; grid-template-columns: 190px minmax(280px, 820px) 50px; align-items: center; justify-content: space-between; gap: clamp(20px, 4vw, 64px); }
.brand img { width: 160px; height: 62px; object-fit: contain; filter: invert(1); }
.search { position: relative; display: flex; align-items: center; height: 52px; padding-left: 17px; border: 1px solid var(--gray-2); background: white; box-shadow: 0 4px 14px rgba(0,0,0,.05); }
.search:focus-within { border-color: var(--black); box-shadow: 0 0 0 1px var(--black); }
.search svg { flex: 0 0 21px; width: 21px; fill: none; stroke: var(--black); stroke-width: 2; }
.search input { min-width: 0; flex: 1; height: 100%; padding: 0 16px; border: 0; outline: 0; background: transparent; color: var(--black); }
.search input::placeholder { color: #777; }
.search button { align-self: stretch; border: 0; border-left: 1px solid var(--gray-2); padding: 0 23px; background: var(--black); color: white; cursor: pointer; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.search-suggestions { position: absolute; z-index: 30; top: calc(100% + 1px); left: -1px; right: -1px; max-height: min(520px, 70vh); overflow-y: auto; border: 1px solid var(--black); background: white; color: var(--black); box-shadow: 0 22px 45px rgba(0,0,0,.18); }
.search-suggestions[hidden] { display: none; }
.search-suggestion { min-height: 67px; padding: 12px 15px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px; border-bottom: 1px solid var(--gray-2); }
.search-suggestion:last-child { border-bottom: 0; }
.search-suggestion:hover, .search-suggestion.is-active { background: var(--black); color: white; }
.search-suggestion-copy { min-width: 0; }
.search-suggestion-copy small { display: block; margin-bottom: 5px; color: #777; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.search-suggestion:hover small, .search-suggestion.is-active small { color: #aaa; }
.search-suggestion-copy strong { display: block; overflow: hidden; font-size: 13px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.search-suggestion-copy span { display: block; margin-top: 4px; overflow: hidden; color: #666; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion:hover .search-suggestion-copy span, .search-suggestion.is-active .search-suggestion-copy span { color: #ccc; }
.search-suggestion > b { font-size: 21px; font-weight: 400; }
.search-no-results { margin: 0; padding: 18px 15px; color: #666; font-size: 11px; }
.menu-toggle { width: 50px; height: 50px; padding: 13px; border: 1px solid var(--gray-2); background: white; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 3px; margin: 4px 0; background: var(--black); }
.menu-toggle:hover { background: var(--black); }
.menu-toggle:hover span:not(.sr-only) { background: white; }
.mobile-nav { display: none; position: absolute; top: 100%; right: var(--pad); width: min(330px, calc(100vw - 36px)); padding: 10px 24px; background: var(--black); color: white; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.mobile-nav.is-open { display: grid; }
.mobile-nav a { padding: 16px 0; border-bottom: 1px solid #333; font-size: 14px; font-weight: 800; text-transform: uppercase; }

.hero { background: white; }
.hero-kicker { height: 48px; padding: 0 var(--pad); display: flex; align-items: center; gap: 30px; border-bottom: 1px solid var(--gray-2); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.hero-kicker strong { font-size: 12px; }
.hero-kicker span { color: var(--gray-3); }
.hero-viewport { position: relative; overflow: hidden; border-bottom: 1px solid white; cursor: grab; touch-action: pan-y; user-select: none; }
.hero-viewport.is-dragging { cursor: grabbing; }
.hero-viewport.is-dragging .hero-slide { pointer-events: none; }
.hero-track { display: flex; width: 100%; transform: translateX(0); transition: transform .55s cubic-bezier(.25,.75,.25,1); }
.hero-slide { position: relative; flex: 0 0 20%; min-width: 240px; height: clamp(330px, 29vw, 455px); overflow: hidden; border-right: 2px solid white; background: #111; }
.hero-slide > img { height: calc(100% - 62px); object-fit: cover; object-position: center; transition: transform .6s ease, filter .3s ease; }
.hero-slide:hover > img { transform: scale(1.025); filter: brightness(.9); }
.hero-card-copy { position: absolute; inset: auto 0 0; height: 62px; padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--black); color: white; }
.hero-card-copy span { display: block; margin-bottom: 5px; color: #aaa; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.hero-card-copy h1, .hero-card-copy h2 { margin: 0; overflow: hidden; font-size: clamp(17px, 1.5vw, 23px); line-height: 1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.hero-card-copy b { color: white; font-size: 34px; font-weight: 300; }
.hero-arrow { position: absolute; z-index: 2; top: calc(50% - 42px); display: grid; place-items: center; width: 52px; height: 52px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--black); box-shadow: 0 3px 18px rgba(0,0,0,.18); cursor: pointer; font-size: 22px; }
.hero-arrow:hover { background: var(--black); color: white; }
.hero-prev { left: 18px; }
.hero-next { right: 18px; }

.ticker { overflow: hidden; padding: 15px 0; background: var(--black); color: white; font-size: 11px; font-weight: 900; letter-spacing: .13em; white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 25s linear infinite; }
.ticker span { margin: 0 35px; }
@keyframes ticker { to { transform: translateX(-25%); } }

.events-section { padding: clamp(46px, 6vw, 88px) var(--pad) 96px; background: white; color: var(--black); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 56px); line-height: .94; letter-spacing: -.05em; text-transform: uppercase; }
.statement h2 { margin: 0; font-size: clamp(25px, 2.45vw, 38px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.newsletter h2 { margin: 0; font-size: clamp(25px, 2.4vw, 37px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.eyebrow { margin: 0 0 18px; color: var(--black); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.accent { color: var(--gray-3); }
.text-link { padding-bottom: 9px; border-bottom: 1px solid var(--black); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.text-link span { color: var(--black); }
.filter-bar { display: flex; gap: 7px; margin: 48px 0 28px; overflow-x: auto; }
.filter { flex: 0 0 auto; padding: 11px 17px; border: 1px solid #bbb; border-radius: 100px; background: white; color: #444; cursor: pointer; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.filter:hover, .filter.is-active { border-color: var(--black); background: var(--black); color: white; }
.events-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(30px, 3vw, 48px) clamp(12px, 1.8vw, 25px); }
.event-card[hidden] { display: none; }
.event-card figure { position: relative; height: clamp(300px, 31vw, 480px); margin: 0 0 14px; overflow: hidden; background: #eee; }
.event-card figure img { height: 100%; object-fit: cover; transition: transform .55s ease, filter .35s ease; }
.event-card:hover figure img { transform: scale(1.03); filter: brightness(.85); }
.card-action { position: absolute; top: 13px; right: 13px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--black); color: white; font-size: 18px; opacity: 0; transform: translateY(7px); transition: .2s; }
.event-card:hover .card-action { opacity: 1; transform: none; }
.event-meta { display: flex; justify-content: space-between; gap: 12px; padding: 0 2px 9px; border-bottom: 1px solid #aaa; color: #777; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.event-card h3 { margin: 12px 0 2px; font-size: clamp(20px, 1.8vw, 29px); line-height: 1; letter-spacing: -.03em; text-transform: uppercase; }
.event-card > p { margin: 6px 0 0; color: #707070; font-size: 12px; }
.empty-state { padding: 70px 0; text-align: center; color: #777; }

.home-conversion { display: grid; grid-template-columns: 1fr 1fr; }
.statement { min-height: 340px; padding: clamp(42px, 5vw, 70px) var(--pad); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; border-top: 1px solid var(--gray-2); background: var(--gray-1); color: var(--black); }
.statement > p { margin-bottom: 16px; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.statement em { font-style: normal; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 8px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; min-width: 205px; padding: 15px 17px; border: 1px solid currentColor; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: .2s; }
.statement .button { min-width: 180px; margin-top: 27px; }
.button span { color: inherit; }
.button-dark:hover { background: var(--black); color: white; }

.newsletter { display: grid; grid-template-columns: 1fr; gap: 30px; padding: clamp(42px, 5vw, 70px) var(--pad); background: var(--black); color: white; }
.newsletter .eyebrow { color: white; }
.newsletter form { align-self: end; }
.newsletter label { display: block; margin-bottom: 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.newsletter-input { display: flex; border-bottom: 2px solid white; }
.newsletter-input input { flex: 1; min-width: 0; padding: 16px 0; border: 0; outline: 0; background: transparent; color: white; font-size: clamp(18px, 2vw, 26px); }
.newsletter-input input::placeholder { color: #777; }
.newsletter-input button { width: 54px; border: 0; background: transparent; color: white; cursor: pointer; font-size: 30px; }
#newsletter-status { min-height: 32px; color: #999; font-size: 10px; line-height: 1.5; }

.all-events-cta { padding: clamp(40px, 5vw, 64px) var(--pad); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 34px; border-bottom: 1px solid var(--gray-2); background: white; }
.all-events-cta .eyebrow { color: #777; }
.all-events-cta h2 { max-width: 900px; margin: 0; font-size: clamp(25px, 2.7vw, 40px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.all-events-cta .button { min-width: 230px; background: var(--black); color: white; }
.all-events-cta .button:hover { background: white; color: var(--black); }

footer { padding: 32px var(--pad) 16px; background: white; color: var(--black); }
.footer-logo img { width: 124px; height: 48px; object-fit: contain; object-position: left center; filter: invert(1); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; width: min(690px, 100%); margin: 22px 0 30px auto; }
.footer-links div { display: flex; flex-direction: column; gap: 8px; }
.footer-links h2 { margin: 0 0 5px; color: #777; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { width: fit-content; font-size: 12px; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--gray-2); color: #777; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

/* Editorial motion system */
.motion-ready .reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  filter: blur(3px);
  transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .9s cubic-bezier(.22, 1, .36, 1), filter .7s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
.motion-ready .reveal-on-scroll.reveal-from-left { transform: translate3d(-34px, 0, 0); }
.motion-ready .reveal-on-scroll.reveal-from-right { transform: translate3d(34px, 0, 0); }
.motion-ready .reveal-on-scroll.is-visible { opacity: 1; transform: translate3d(0, 0, 0); filter: none; will-change: auto; }

.hero-card-copy b,
.primary-ticket span,
.ticket-button span,
.button span,
.newsletter-input button,
.text-link span { display: inline-block; transition: transform .35s cubic-bezier(.22, 1, .36, 1); }
.hero-arrow,
.menu-toggle,
.filter,
.button,
.primary-ticket,
.ticket-button,
.footer-links a,
.mobile-nav a { transition: color .3s ease, background-color .3s ease, border-color .3s ease, transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease; }
.more-grid a { overflow: hidden; transition: transform .55s cubic-bezier(.22, 1, .36, 1); }
.more-grid img { transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .45s ease; }
.date-row { transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease; }

@media (hover: hover) and (pointer: fine) {
  .motion-ready .event-card.reveal-on-scroll.is-visible:hover { transform: translateY(-8px); }
  .event-card { transition: transform .55s cubic-bezier(.22, 1, .36, 1); }
  .motion-ready .more-grid a.reveal-on-scroll.is-visible:hover { transform: translateY(-8px); }
  .more-grid a:hover img { transform: scale(1.035); filter: brightness(.88); }
  .motion-ready .date-row.reveal-on-scroll.is-visible:hover { position: relative; z-index: 1; transform: translateX(6px); box-shadow: 0 18px 45px rgba(0,0,0,.09); }
  .hero-slide:hover .hero-card-copy b,
  .primary-ticket:hover span,
  .ticket-button:hover span,
  .button:hover span,
  .text-link:hover span { transform: translateX(5px); }
  .hero-arrow:hover { transform: scale(1.08); box-shadow: 0 8px 28px rgba(0,0,0,.24); }
  .menu-toggle:hover { transform: rotate(2deg) scale(1.04); }
  .footer-links a:hover,
  .mobile-nav a:hover { transform: translateX(5px); }
  .brand:hover img,
  .footer-logo:hover img { opacity: .72; transition: opacity .3s ease; }
}

@media (max-width: 1100px) {
  .hero-slide { flex-basis: 25%; }
  .events-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .main-nav { grid-template-columns: 135px 1fr 46px; gap: 14px; }
  .brand img { width: 125px; }
  .hero-slide { flex-basis: 40%; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .event-card figure { height: 58vw; }
  .home-conversion { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .utility-bar { display: none; }
  .main-nav { min-height: 70px; padding-top: 8px; padding-bottom: 8px; grid-template-columns: 108px 1fr 42px; }
  .brand img { width: 104px; height: 47px; }
  .search { height: 43px; padding-left: 10px; }
  /* iOS zoomt Felder mit einer Schriftgroesse unter 16px beim Fokus automatisch heran. */
  .search input { padding: 0 8px; font-size: 16px; }
  .search button { display: none; }
  body.search-results-open { overflow: hidden; }
  .search-suggestions { position: fixed; z-index: 45; top: 70px; right: 0; bottom: 0; left: 0; max-height: none; padding-bottom: env(safe-area-inset-bottom); border: 0; border-top: 1px solid var(--black); box-shadow: none; overscroll-behavior: contain; }
  .search-suggestion { min-height: 82px; padding: 14px var(--pad); gap: 18px; }
  .search-suggestion-copy small { margin-bottom: 6px; font-size: 9px; }
  .search-suggestion-copy strong { font-size: 15px; }
  .search-suggestion-copy span { margin-top: 5px; font-size: 11px; }
  .search-suggestion > b { font-size: 25px; }
  .search-no-results { padding: 28px var(--pad); font-size: 13px; }
  .menu-toggle { width: 42px; height: 42px; padding: 11px; }
  .hero-kicker { height: 42px; justify-content: space-between; }
  .hero-slide { flex-basis: 78%; height: 455px; }
  .hero-arrow { top: calc(50% - 38px); width: 46px; height: 46px; }
  .hero-prev { left: 10px; }
  .hero-next { right: 10px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .events-section { padding-bottom: 80px; }
  .filter-bar { margin-top: 34px; }
  .events-grid { gap: 30px 11px; }
  .event-card figure { height: 64vw; }
  .event-card h3 { font-size: 17px; }
  .event-meta { flex-direction: column; gap: 4px; }
  .card-action { display: none; }
  .statement { min-height: 280px; }
  .newsletter { padding-top: 44px; padding-bottom: 44px; }
  .all-events-cta { grid-template-columns: 1fr; align-items: start; }
  .footer-links { grid-template-columns: 1fr 1fr; margin: 22px 0 26px; gap: 24px 22px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .motion-ready .reveal-on-scroll { transform: translate3d(0, 22px, 0); filter: blur(2px); }
  .motion-ready .reveal-on-scroll.reveal-from-left,
  .motion-ready .reveal-on-scroll.reveal-from-right { transform: translate3d(0, 22px, 0); }
  .motion-ready .reveal-on-scroll.reveal-from-left.is-visible,
  .motion-ready .reveal-on-scroll.reveal-from-right.is-visible { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal-on-scroll { opacity: 1 !important; transform: none !important; filter: none !important; }
}
