/* Brennweite. Fotografie im Dialog mit Leica. — Landesinnung Berufsfotografie Tirol */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --paper: #ffffff;
  --ink: #000000;
  --graphite: #4a4a48;
  --mist: #f2f2f0;
  --line: #d9d9d6;
  --red: #e20612;

  --font: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --wrap: 1360px;
  --gutter: clamp(20px, 4vw, 56px);
  --header-h: 76px;

  color-scheme: light;
  box-sizing: border-box;
}
*, *::before, *::after { box-sizing: inherit; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0px));
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  font-weight: 400;
  font-stretch: 100%;
  font-feature-settings: "kern", "liga";
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; line-height: 1.1; }

:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.on-dark :focus-visible { outline-color: var(--paper); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--ink); color: var(--paper); padding: 10px 16px; text-decoration: none;
}
.skip:focus { top: 12px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(1.2) blur(8px);
  border-bottom: 1px solid var(--line);
  padding-top: env(safe-area-inset-top, 0px);
}
.site-header .wrap {
  height: var(--header-h);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
}
.logo-innung img { height: 54px; width: auto; }
.logo-leica img { height: 44px; width: 44px; }
.nav { justify-self: center; display: flex; gap: clamp(16px, 2.4vw, 36px); }
.nav a { text-decoration: none; font-size: .9375rem; font-weight: 500; padding: 6px 0; border-bottom: 1px solid transparent; }
.nav a:hover { border-bottom-color: var(--ink); }
.header-right { display: flex; align-items: center; gap: 20px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 28px;
  background: var(--ink); color: var(--paper);
  border: 1px solid var(--ink);
  font: 500 1rem/1 var(--font); letter-spacing: .01em;
  text-decoration: none; cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.btn:hover { background: var(--paper); color: var(--ink); }
.btn--small { min-height: 40px; padding: 0 18px; font-size: .9375rem; }
.btn--light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--light:hover { background: transparent; color: var(--paper); }
.link { font-weight: 500; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.link:hover { text-decoration-thickness: 2px; }

/* ---------- Hero ---------- */
.hero { padding: clamp(40px, 7vw, 96px) 0 0; }
.wordmark {
  font-size: min(calc((100vw - 2 * var(--gutter)) / 5.95), 13.5rem);
  white-space: nowrap;
  font-weight: 560;
  font-stretch: 112%;
  letter-spacing: -.035em;
  line-height: .86;
  margin-left: -.09em; /* Vorbreite des „B" ausgleichen, damit es bündig mit dem Text darunter steht */
  overflow: hidden;
  padding-bottom: .06em;
}
.wordmark span { display: inline-block; animation: rise .9s cubic-bezier(.2,.7,.1,1) both; }
/* Runder roter Punkt statt des eckigen Schrift-Punkts (Bezug zum Leica-Punkt); der Punkt bleibt für Screenreader im Text */
.wordmark .dot {
  display: inline-block; width: .175em; height: .175em; margin-left: .04em;
  border-radius: 50%; background: var(--red);
  color: transparent; overflow: hidden; vertical-align: baseline; line-height: 1;
}
@keyframes rise { from { transform: translateY(105%); } to { transform: none; } }

.hero-grid {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px;
  margin-top: clamp(28px, 4vw, 48px);
  align-items: end;
}
.hero-info { grid-column: 1 / span 6; }
.tagline { font-size: clamp(1.6rem, 3vw, 2.5rem); font-weight: 450; font-stretch: 104%; letter-spacing: -.01em; line-height: 1.15; margin-bottom: 8px; margin-left: -.07em; }
.host { color: var(--graphite); font-size: 1rem; margin-bottom: 24px; }
.facts { list-style: none; padding: 0; margin: 0 0 32px; font-size: 1.125rem; line-height: 1.5; }
.facts li { padding: 2px 0; }
.facts a { text-decoration: none; border-bottom: 1px solid var(--line); }
.facts a:hover { border-bottom-color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }

.countdown { grid-column: 8 / span 5; justify-self: end; text-align: right; }
.countdown-label { font-size: .9375rem; color: var(--graphite); margin-bottom: 10px; }
.countdown-units { display: flex; gap: clamp(14px, 2vw, 28px); justify-content: flex-end; }
.cd-unit { display: flex; flex-direction: column; align-items: flex-end; }
.cd-num {
  font-size: clamp(2.4rem, 4.6vw, 4.25rem); font-weight: 400; font-stretch: 90%;
  line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -.02em;
}
.cd-name { font-size: .8125rem; color: var(--graphite); margin-top: 6px; }
.countdown-message { font-size: clamp(1.5rem, 2.6vw, 2.25rem); font-weight: 450; line-height: 1.2; max-width: 18ch; margin-left: auto; }

.triptych {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(8px, 1.2vw, 16px);
  margin-top: clamp(48px, 7vw, 96px);
}
.triptych a { text-decoration: none; display: block; }
.triptych figure { margin: 0; }
.triptych img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--mist); }
.triptych figcaption { padding: 14px 0 0; display: flex; flex-direction: column; }
.triptych .t-name { font-weight: 500; font-size: 1.125rem; }
.triptych .t-talk { color: var(--graphite); font-size: .9375rem; }
.triptych a:hover .t-name { text-decoration: underline; text-underline-offset: 4px; }

/* ---------- Sections ---------- */
.section { padding: clamp(80px, 11vw, 160px) 0; }
.section--mist { background: var(--mist); }
.section-title {
  font-size: clamp(2.4rem, 5.4vw, 4.75rem); font-weight: 500; font-stretch: 108%;
  letter-spacing: -.025em; line-height: 1; margin-bottom: clamp(40px, 6vw, 80px);
}

/* Intro */
.intro-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.intro-lede {
  grid-column: 1 / span 7;
  font-size: clamp(1.6rem, 3.1vw, 2.6rem); font-weight: 420; line-height: 1.22; letter-spacing: -.012em;
  margin: 0;
}
.intro-body { grid-column: 9 / span 4; align-self: end; color: var(--graphite); max-width: 42ch; }
.intro-body p:last-child { margin-bottom: 0; }

/* Was Sie erwartet */
.benefits-title { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 500; letter-spacing: -.01em; margin: clamp(72px, 9vw, 128px) 0 32px; }
.benefits { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.benefit { border-top: 1px solid var(--ink); padding-top: 20px; }
.benefit h4 { font-size: 1.125rem; font-weight: 600; margin-bottom: 10px; }
.benefit h4::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--red); margin-right: 10px; vertical-align: .12em; }
.benefit p { color: var(--graphite); margin: 0; }

/* Speakers */
.speaker-main { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: start; }
.speaker + .speaker { margin-top: clamp(96px, 12vw, 176px); }
/* Porträt bleibt beim Scrollen stehen – aber nur neben dem Text, die Bildstrecke liegt außerhalb */
.speaker-media { grid-column: 1 / span 5; margin: 0; position: sticky; top: calc(var(--header-h) + 24px); }
.speaker-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--mist); }
.credit { font-size: .75rem; color: var(--graphite); margin-top: 8px; }
.speaker-text { grid-column: 7 / span 6; }
.speaker--flip .speaker-media { grid-column: 8 / span 5; grid-row: 1; }
.speaker--flip .speaker-text { grid-column: 1 / span 6; grid-row: 1; }

.speaker-role { color: var(--graphite); font-size: 1rem; margin-bottom: 8px; }
.speaker-name { font-size: clamp(2rem, 3.8vw, 3.25rem); font-weight: 500; font-stretch: 106%; letter-spacing: -.02em; margin-bottom: clamp(28px, 4vw, 48px); }
.talk-label {
  display: block; margin: 0 0 8px;
  font-size: .8125rem; font-weight: 600; letter-spacing: .02em;
  color: var(--red);
}
.talk-label::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--red); margin-right: 8px; vertical-align: .08em; }
.talk-title { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 500; line-height: 1.15; letter-spacing: -.01em; }
.speaker-text .talk-title { margin-bottom: 0; }
.talk-sub { text-wrap: balance; font-size: clamp(1.125rem, 1.6vw, 1.3125rem); color: var(--graphite); margin: 6px 0 24px; line-height: 1.35; }
.speaker-text > p { max-width: 62ch; }

.quote {
  margin: 36px 0; padding: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 420; line-height: 1.25; letter-spacing: -.012em;
  max-width: 24ch;
}
.quote p { margin: 0; }

.more { border-top: 1px solid var(--line); margin-top: 32px; }
.more summary {
  list-style: none; cursor: pointer; padding: 18px 0; font-weight: 500;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.more summary::-webkit-details-marker { display: none; }
.more summary::after { content: "+"; font-size: 1.5rem; font-weight: 300; line-height: 1; }
.more[open] summary::after { content: "–"; }
.more-body { padding-bottom: 12px; max-width: 62ch; }
.more-body h4 { font-size: 1rem; font-weight: 600; margin: 20px 0 8px; }
.more-body h4:first-child { margin-top: 0; }

.bio { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 8px; }
.bio h4 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; }

/* Justified gallery: each figure grows by its aspect ratio */
.gallery { margin-top: clamp(48px, 6vw, 80px); }
.gallery-row { display: flex; gap: clamp(8px, 1vw, 14px); align-items: flex-start; }
.gallery-row + .gallery-row { margin-top: clamp(8px, 1vw, 14px); }
.gallery figure { margin: 0; flex: var(--ar) 1 0; min-width: 0; }
.gallery img { display: block; width: 100%; height: auto; aspect-ratio: var(--ar); object-fit: cover; background: var(--mist); }
.gallery .credit { margin-top: 10px; }

/* Programme */
.programme { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.programme li {
  display: grid; grid-template-columns: 9rem 1fr 1fr; gap: 24px;
  padding: 22px 0; border-bottom: 1px solid var(--line); align-items: baseline;
}
.p-time { font-variant-numeric: tabular-nums; font-size: 1.125rem; }
.p-title { font-size: 1.125rem; }
.p-who { color: var(--graphite); }
/* Talks: Leica-Rot für Zeit und Markierung, fett; Rahmenprogramm tritt zurück */
.programme li:not(.is-talk) .p-time,
.programme li:not(.is-talk) .p-title { color: var(--graphite); }
.programme .is-talk { position: relative; }
.programme .is-talk::before {
  content: ""; position: absolute; left: 0; top: -1px; width: 56px; height: 3px; background: var(--red);
}
.programme .is-talk .p-time { color: var(--red); font-weight: 650; }
.programme .is-talk .p-title { font-weight: 650; }
.programme .is-talk .p-who { color: var(--ink); font-weight: 650; }

/* Location */
.location-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: start; }
.location-text { grid-column: 1 / span 4; }
.location-text h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 500; letter-spacing: -.01em; margin-bottom: 20px; }
.address { font-style: normal; margin: 28px 0; line-height: 1.5; }
.address strong { font-weight: 600; }
.location-media {
  grid-column: 6 / span 7;
  display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: clamp(8px, 1vw, 14px);
}
.location-media figure { margin: 0; }
.lm-main { grid-row: 1 / span 2; }
.lm-main img { width: 100%; aspect-ratio: 3 / 2.1; object-fit: cover; height: 100%; }
.lm-side img { width: 100%; height: 100%; object-fit: cover; }
.lm-side { min-height: 0; }
.lm-logo { background: #131614; display: flex; align-items: center; justify-content: center; }
.lm-logo img { width: 72%; height: auto; }
.location-media .credit { grid-column: 1 / -1; margin-top: 0; }

/* Tickets (dark band) */
.tickets { background: var(--ink); color: var(--paper); }
.tickets .section-title { color: var(--paper); }
.prices { border-top: 1px solid rgba(255,255,255,.5); }
.price {
  display: grid; grid-template-columns: minmax(10rem, 3fr) 7fr; gap: 24px;
  padding: clamp(24px, 3vw, 40px) 0; border-bottom: 1px solid rgba(255,255,255,.22); align-items: baseline;
}
.price p { margin: 0; }
.price-amount { font-size: clamp(3rem, 7vw, 6rem); font-weight: 450; font-stretch: 94%; letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.price-who { font-size: clamp(1.125rem, 1.8vw, 1.5rem); line-height: 1.35; max-width: 34ch; }
.price-who span { display: block; color: rgba(255,255,255,.66); font-size: 1rem; margin-top: 6px; }
.tickets-foot { display: flex; flex-wrap: wrap; gap: 24px 48px; align-items: center; margin-top: 48px; }
.btn--buy { min-height: 68px; padding: 0 44px; font-size: 1.1875rem; font-weight: 600; gap: 12px; }
.btn--buy::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--red); flex: none; }
.btn--buy:hover::before { background: var(--paper); }
.tickets-note { color: rgba(255,255,255,.72); font-size: .9375rem; max-width: 52ch; margin: 0; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: start; }
.faq-aside { grid-column: 1 / span 4; position: sticky; top: calc(var(--header-h) + 32px); }
.faq-aside .section-title { margin-bottom: 20px; }
.faq-lede { color: var(--graphite); font-size: 1.125rem; max-width: 30ch; margin-bottom: 40px; }
.faq-contact { border-top: 1px solid var(--ink); padding-top: 20px; }
.faq-contact p { margin: 0 0 6px; color: var(--graphite); }
.faq-contact .faq-contact-title { color: var(--ink); font-weight: 600; }
.faq { grid-column: 6 / span 7; display: flex; flex-direction: column; gap: 10px; }

.faq-item {
  background: var(--paper);
  border-left: 3px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.faq-item:hover { box-shadow: 0 1px 0 var(--line), 0 10px 30px -18px rgba(0,0,0,.25); }
.faq-item[open] { border-left-color: var(--red); }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 24px 28px;
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  font-size: clamp(1.0625rem, 1.4vw, 1.1875rem); font-weight: 500; line-height: 1.35;
}
.faq-item summary::-webkit-details-marker { display: none; }

/* Plus/Minus im Kreis */
.faq-item summary::after {
  content: ""; flex: none; width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--ink);
  background:
    linear-gradient(var(--ink), var(--ink)) center / 12px 1.5px no-repeat,
    linear-gradient(var(--ink), var(--ink)) center / 1.5px 12px no-repeat;
  transition: transform .3s ease, background-color .2s ease;
}
.faq-item summary:hover::after { background-color: var(--mist); }
.faq-item[open] summary::after {
  transform: rotate(180deg);
  border-color: var(--red); background-color: var(--red);
  background-image:
    linear-gradient(var(--paper), var(--paper)),
    linear-gradient(transparent, transparent);
}
.faq-item p {
  color: var(--graphite); max-width: 60ch;
  margin: -6px 28px 0; padding-bottom: 26px;
}
@media (prefers-reduced-motion: no-preference) {
  .faq-item[open] p { animation: faq-in .35s ease both; }
}
@keyframes faq-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* Partner: Logo-Kacheln, Logos schwarzweiß, beim Hovern in Originalfarbe */
.partners-section { border-top: 1px solid var(--line); }
.partners-lede { color: var(--graphite); font-size: 1.125rem; margin: -40px 0 40px; }
.partners {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 280px)); gap: clamp(8px, 1vw, 14px);
}
.partner a {
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 3 / 2; background: var(--mist);
  transition: background .25s ease;
}
.partner a:hover, .partner a:focus-visible { background: #e9e9e6; }
.partner-logo { position: relative; display: block; }
.partner-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.partner-logo .is-color { position: absolute; inset: 0; opacity: 0; transition: opacity .3s ease; }
.partner a:hover .is-color, .partner a:focus-visible .is-color { opacity: 1; }
.partner-logo--wide { width: 128px; height: 52px; }
.partner-logo--square { width: 60px; height: 60px; }
.partner-logo--round { width: 64px; height: 64px; }

/* Footer */
.site-footer { padding: 0 0 40px; }
.legal + .site-footer { padding-top: clamp(40px, 5vw, 64px); }
.footer-logos { display: flex; justify-content: space-between; align-items: center; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.footer-logos .logo-innung img { height: 64px; }
.footer-logos .logo-leica img { height: 56px; width: 56px; }
.footer-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; padding-top: 32px; border-top: 1px solid var(--ink); font-size: .9375rem; }
.footer-grid h4 { font-size: .9375rem; font-weight: 600; margin-bottom: 10px; }
.footer-grid p { color: var(--graphite); }
.fg-1 { grid-column: 1 / span 4; }
.fg-2 { grid-column: 5 / span 4; }
.fg-3 { grid-column: 9 / span 4; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { padding: 2px 0; }
.footer-bottom { margin-top: 48px; font-size: .8125rem; color: var(--graphite); display: flex; justify-content: space-between; align-items: flex-end; gap: 16px 48px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; max-width: 72ch; }
.footer-bottom .footer-credit { white-space: nowrap; margin-left: auto; text-align: right; }
.footer-credit a { color: var(--ink); text-underline-offset: 3px; }

/* Mobile Ticketleiste: vollflächiger Button, immer sichtbar (nur Handy) */
.ticketbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: none; align-items: center; justify-content: center;
  min-height: 60px; padding: 0 var(--gutter) env(safe-area-inset-bottom, 0px);
  background: var(--ink); color: var(--paper);
  font: 600 1.0625rem/1 var(--font); letter-spacing: .01em; text-decoration: none;
  border-top: 1px solid rgba(255,255,255,.14);
}
.ticketbar::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--red); margin-right: 10px; flex: none; }
.ticketbar:active { background: #1a1a1a; }
.ticketbar.is-buy { background: var(--paper); color: var(--ink); border-top-color: var(--line); }

/* Legal pages */
.legal { padding: clamp(56px, 8vw, 112px) 0; }
.legal .wrap { max-width: 860px; }
.legal h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 500; font-stretch: 108%; letter-spacing: -.025em; margin-bottom: 48px; }
.legal h2 { font-size: 1.375rem; font-weight: 600; margin: 40px 0 12px; }
.legal p, .legal li { max-width: 68ch; }
.todo { background: #fff2b3; padding: 0 .25em; }

/* ---------- Fade-in beim Scrollen ----------
   Nur aktiv mit JavaScript (Klasse .js) und ohne „Bewegung reduzieren“. */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .9s cubic-bezier(.2,.7,.1,1), transform .9s cubic-bezier(.2,.7,.1,1);
    transition-delay: calc(var(--i, 0) * 90ms);
  }
  .js .reveal.is-in { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav { display: none; }
  .site-header .wrap { grid-template-columns: auto 1fr; }
  .header-right { justify-self: end; }
  .hero-info { grid-column: 1 / -1; }
  .countdown { grid-column: 1 / -1; justify-self: start; text-align: left; margin-top: 24px; }
  .countdown-units { justify-content: flex-start; }
  .cd-unit { align-items: flex-start; }
  .countdown-message { margin-left: 0; }
  .intro-lede, .intro-body { grid-column: 1 / -1; }
  .intro-body { max-width: 62ch; }
  .location-text, .location-media { grid-column: 1 / -1; }
  .benefits { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .faq-aside { grid-column: 1 / -1; position: static; }
  .faq { grid-column: 1 / -1; margin-top: 16px; }
  .faq-lede { margin-bottom: 28px; }
}
@media (max-width: 860px) {
  .speaker-main { display: block; }
  .speaker-media { position: static; max-width: 560px; margin-bottom: 36px; }
  /* Mobil: alle Bilder einer Galerie in einer wischbaren Reihe */
  .gallery-track { display: flex; gap: 10px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; touch-action: pan-x pan-y; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter); scrollbar-width: none; }
  .gallery-track::-webkit-scrollbar { display: none; }
  .gallery-row { display: contents; }
  .gallery figure { flex: 0 0 auto; height: 300px; width: calc(300px * var(--ar)); overflow: hidden; scroll-snap-align: start; }
  .gallery img { display: block; height: 100%; width: 100%; }
  /* Im horizontalen Slider nur einblenden, nicht verschieben: sonst ragen noch nicht sichtbare Bilder nach unten und die Leiste lässt sich vertikal scrollen */
  .js .gallery .reveal { transform: none; }
  .programme li { grid-template-columns: 5.5rem 1fr; gap: 4px 16px; }
  .p-who { grid-column: 2; }
  .price { grid-template-columns: 1fr; gap: 8px; }
  .fg-1, .fg-2, .fg-3 { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  :root { --header-h: 64px; }
  .logo-innung img { height: 38px; }
  .logo-leica img { height: 36px; width: 36px; }
  .header-right .btn { display: none; }
  .triptych { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .triptych .t-talk { display: none; }
  .triptych .t-name { font-size: .875rem; line-height: 1.25; }
  .location-media { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .lm-main { grid-column: 1 / -1; grid-row: auto; }
  .lm-side { aspect-ratio: 1; }
  .ticketbar { display: flex; }
  .benefits { grid-template-columns: 1fr; gap: 28px; }
  .btn--buy { width: 100%; }
  .partners { grid-template-columns: 1fr 1fr; }
  .partner-logo--wide { width: 104px; height: 42px; }
  .partner-logo--square { width: 48px; height: 48px; }
  .partner-logo--round { width: 52px; height: 52px; }
  .partners-lede { margin-top: -24px; }
  .faq-item summary { padding: 20px 18px; }
  .faq-item p { margin: -4px 18px 0; padding-bottom: 22px; }
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px)); }
  .footer-logos .logo-innung img { height: 52px; }
  .footer-logos .logo-leica img { height: 44px; width: 44px; }
}
