/* =========================================================================
   RCBE/RCHST Veranstaltungs-Template — Shared styles
   Built on OTH Regensburg Corporate Design (colors_and_type.css)
   ========================================================================= */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; background: #fff; font-family: var(--font-house); color: var(--fg); }
body { font-size: var(--fs-body); line-height: var(--leading-normal); }
img { max-width: 100%; height: auto; display: block; }

/* =========================================================================
   CENTER NAMES — accent color is set independently via [data-faculty]
   in colors_and_type.css. Center only governs the name strings here.
   ========================================================================= */
:root {
  --center-name: "RCBE";
  --center-long: "Regensburg Center of Biomedical Engineering";
}
[data-center="rchst"] {
  --center-name: "RCHST";
  --center-long: "Regensburg Center of Health Sciences and Technology";
}

/* =========================================================================
   TOP UTILITY BAR — phone, email, language, contact
   ========================================================================= */
.util { background: #000; color: #fff; font-size: 12px; }
.util .inner { max-width: 1280px; margin: 0 auto; padding: 8px 32px;
  display: flex; justify-content: space-between; align-items: center; }
.util a { color: #fff; text-decoration: none; }
.util .left { display: flex; gap: 24px; }
.util .right { display: flex; gap: 18px; align-items: center; }
.util .right a { text-transform: uppercase; font-size: 11px; letter-spacing: .13em; }
.util .right a:hover { color: #9D9D9C; }
.util .lang button { background: none; border: 1px solid #9D9D9C; color: #fff;
  font: inherit; font-size: 11px; padding: 3px 8px; cursor: pointer;
  text-transform: uppercase; letter-spacing: .13em; font-family: inherit; }
.util .lang button.active { background: #fff; color: #000; border-color: #fff; }

/* =========================================================================
   HEADER
   ========================================================================= */
header.hdr { border-bottom: 1px solid var(--border); position: relative; z-index: 5;
  background: #fff; }
.hdr .inner { max-width: 1280px; margin: 0 auto; padding: 18px 32px;
  display: flex; align-items: center; gap: 48px; }
.hdr .brand { display: flex; align-items: center; gap: 18px; text-decoration: none; color: #000; }
.hdr .brand img { height: 44px; display: block; }
.hdr .brand .sep { width: 1px; height: 36px; background: var(--border); }
.hdr .brand .center {
  font-size: 11px; letter-spacing: .13em; text-transform: uppercase; font-weight: 700;
  line-height: 1.2;
}
.hdr .brand .center small { display: block; font-weight: 400; letter-spacing: .05em;
  color: #9D9D9C; font-size: 10px; margin-top: 2px; text-transform: none; }
nav.main { flex: 1; display: flex; gap: 28px; justify-content: flex-end; }
nav.main a { text-decoration: none; color: #000; font-size: 12px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; padding: 10px 0; position: relative; }
nav.main a:hover { color: #9D9D9C; }
nav.main a.active::after { content: ""; position: absolute; left: 0; right: 0;
  bottom: 0; height: 3px; background: var(--accent); }

/* =========================================================================
   PAGE FRAME
   ========================================================================= */
section.block { max-width: 1280px; margin: 0 auto; padding: 64px 32px; }
section.block.v2-block { padding-left: 32px; padding-right: 32px; }
.block.narrow { max-width: 920px; }

/* Eyebrow/headline patterns */
.eyebrow { font-size: 12px; letter-spacing: .13em; text-transform: uppercase;
  font-weight: 400; color: #000; display: inline-block; margin-bottom: 12px; }
.section-head { margin-bottom: 40px; }
.section-head .eyebrow { color: var(--accent); font-weight: 700; }
.section-head h2 { font-size: 36px; line-height: 1.05; text-transform: uppercase;
  font-weight: 700; margin: 0 0 12px; letter-spacing: 0; }
.section-head p { color: #555; max-width: 68ch; margin: 0; font-size: 16px; }

/* Buttons */
.btn { font-family: inherit; text-transform: uppercase; letter-spacing: .13em;
  font-size: 12px; font-weight: 700; padding: 14px 22px; border: 0; cursor: pointer;
  text-decoration: none; display: inline-block; }
.btn.primary { background: #000; color: #fff; }
.btn.primary:hover { background: var(--accent); color: #fff; }
.btn.outline { background: transparent; color: #000; border: 2px solid #000; padding: 12px 20px; }
.btn.outline:hover { background: #000; color: #fff; }
.btn.outline.on-dark { color: #fff; border-color: #fff; }
.btn.outline.on-dark:hover { background: #fff; color: #000; }
.btn.accent { background: var(--accent); color: #fff; }
.btn.accent:hover { background: #000; }

/* Cards */
.card { background: #fff; border: 1px solid var(--border); padding: 24px; }
.card h3 { font-size: 18px; margin: 0 0 8px; text-transform: uppercase; }

/* =========================================================================
   FOOTER
   ========================================================================= */
footer.ft { background: #000; color: #fff; margin-top: 80px; }
footer.ft .inner { max-width: 1280px; margin: 0 auto; padding: 56px 32px 28px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
footer.ft h4 { font-size: 12px; letter-spacing: .13em; text-transform: uppercase;
  color: #9D9D9C; margin: 0 0 16px; font-weight: 700; }
footer.ft ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
footer.ft a { color: #fff; text-decoration: none; font-size: 13px; }
footer.ft a:hover { color: #9D9D9C; }
footer.ft .brandbox p { color: #CECECD; font-size: 13px; margin: 0 0 12px; max-width: 36ch; }
footer.ft .brandbox img { height: 36px; filter: invert(1) brightness(2); margin-bottom: 16px; }
footer.ft .legal { max-width: 1280px; margin: 0 auto; padding: 18px 32px;
  border-top: 1px solid #333; display: flex; justify-content: space-between;
  font-size: 12px; color: #9D9D9C; }
footer.ft .legal a { font-size: 12px; color: #9D9D9C; margin-left: 18px; }

/* =========================================================================
   PAGE TABS — for switching between the 6 pages
   ========================================================================= */
.pagetabs { background: var(--bg-soft); border-bottom: 1px solid var(--border); }
.pagetabs .inner { max-width: 1280px; margin: 0 auto; padding: 0 32px;
  display: flex; gap: 0; overflow-x: auto; }
.pagetabs button { background: none; border: 0; font-family: inherit;
  padding: 14px 20px; font-size: 11px; font-weight: 700; letter-spacing: .13em;
  text-transform: uppercase; cursor: pointer; color: #555; border-bottom: 3px solid transparent;
  white-space: nowrap; }
.pagetabs button:hover { color: #000; }
.pagetabs button.active { color: #000; border-bottom-color: var(--accent); }

/* =========================================================================
   HERO VARIANTS
   ========================================================================= */
.hero-photo { position: relative; height: 560px; overflow: hidden; }
.hero-photo .bg { position: absolute; inset: 0; background-size: cover;
  background-position: center; filter: brightness(.78); }
.hero-photo .bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.28) 55%, rgba(0,0,0,.05) 100%); }
.hero-photo .inner { position: relative; max-width: 1280px; margin: 0 auto;
  padding: 0 32px; height: 100%; display: flex; align-items: center; color: #fff; }
.hero-photo .text { max-width: 640px; color: #fff; }
/* HomeV2 sections — consistent treatment */
.v2-section { border-top: 2px solid #000; padding-top: 28px; margin-top: 56px; }
.v2-section:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.v2-h { font-size: 36px; text-transform: uppercase; margin: 8px 0 18px; line-height: 1.1; }
.v2-h.v2-h-sm { font-size: 22px; margin: 8px 0 18px; }
.hero-photo .eyebrow { color: #fff; display: block; }
.hero-photo .eyebrow + .eyebrow { margin-top: 4px; }
.hero-photo .text h1 { font-size: 56px; line-height: 1.05; margin: 0 0 18px;
  text-transform: uppercase; color: #fff !important;
  text-shadow: 0 2px 24px rgba(0,0,0,.55); }
.hero-photo .meta { font-size: 18px; margin: 0 0 24px; line-height: 1.5;
  color: #fff; opacity: .95; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.hero-photo .cta { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-split { display: grid; grid-template-columns: 1.1fr 1fr; min-height: 480px; }
.hero-split .left { padding: 80px 32px 80px 64px; max-width: 720px; margin-left: auto; min-width: 0;
  display: flex; flex-direction: column; justify-content: center; }
.hero-split .right { background-size: cover; background-position: center; }
.hero-split h1 { font-size: 44px; line-height: 1.05; margin: 0 0 18px; text-transform: uppercase;
  overflow-wrap: break-word; word-break: break-word; hyphens: auto; }
.hero-split .datebox { display: inline-flex; gap: 24px; padding: 16px 22px;
  border: 2px solid #000; margin: 18px 0 24px; }
.hero-split .datebox .num { font-size: 32px; font-weight: 700; line-height: 1; }
.hero-split .datebox .lbl { font-size: 11px; letter-spacing: .13em; text-transform: uppercase;
  color: #555; margin-top: 4px; }

.hero-typo { background: #000; color: #fff; padding: 80px 0 64px; position: relative; }
.hero-typo .inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.hero-typo .eyebrow { color: var(--accent); }
.hero-typo h1 { font-size: 88px; line-height: .95; margin: 0 0 24px; text-transform: uppercase;
  letter-spacing: -.01em; max-width: 16ch;
  overflow-wrap: break-word; word-break: break-word; hyphens: auto; }
.hero-typo .accent-bar { height: 6px; width: 80px; background: var(--accent); margin: 0 0 24px; }
.hero-typo .grid-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  border-top: 1px solid #333; padding-top: 32px; margin-top: 48px; }
.hero-typo .grid-meta .lbl { font-size: 11px; letter-spacing: .13em; text-transform: uppercase;
  color: #9D9D9C; margin-bottom: 8px; }
.hero-typo .grid-meta .val { font-size: 17px; font-weight: 700; line-height: 1.3; }

/* =========================================================================
   PROGRAM — TIMELINE / TABLE / CARDS
   ========================================================================= */
.daytabs { display: flex; gap: 0; border-bottom: 2px solid #000; margin-bottom: 32px; }
.daytabs button { background: none; border: 0; font-family: inherit;
  padding: 14px 28px 12px; font-size: 13px; font-weight: 700; letter-spacing: .13em;
  text-transform: uppercase; cursor: pointer; margin-bottom: -2px;
  border-bottom: 4px solid transparent; }
.daytabs button.active { border-bottom-color: var(--accent); }
.daytabs button .date { display: block; font-size: 11px; color: #9D9D9C;
  font-weight: 400; letter-spacing: .05em; margin-top: 4px; text-transform: none; }

/* Timeline layout */
.timeline { display: grid; grid-template-columns: 110px 24px 1fr; gap: 0; }
.timeline .row { display: contents; }
.timeline .time { padding: 16px 12px 16px 0; font-size: 13px; font-weight: 700;
  color: #000; line-height: 1.4; border-top: 1px solid var(--border); }
.timeline .axis { position: relative; border-top: 1px solid var(--border); }
.timeline .axis::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0;
  width: 1px; background: var(--border); }
.timeline .row .axis::after { content: ""; position: absolute; left: 50%; top: 22px;
  width: 11px; height: 11px; background: #fff; border: 2px solid #000;
  border-radius: 50%; transform: translateX(-50%); }
.timeline .row.session .axis::after { background: var(--accent); border-color: var(--accent); }
.timeline .row.break .axis::after { background: #fff; border-color: #9D9D9C;
  width: 9px; height: 9px; }
.timeline .row.dinner .axis::after { background: #000; border-color: #000;
  border-radius: 0; transform: translate(-50%, 0) rotate(45deg); width: 9px; height: 9px; top: 24px; }
.timeline .body { padding: 16px 0 16px 16px; border-top: 1px solid var(--border); }
.timeline .session-num { font-size: 11px; font-weight: 700; letter-spacing: .13em;
  color: var(--accent); text-transform: uppercase; margin-bottom: 4px; }
.timeline .session-title { font-size: 18px; font-weight: 700; text-transform: uppercase;
  line-height: 1.2; margin: 0 0 8px; }
.timeline .chair { font-size: 13px; color: #555; font-style: italic; margin-bottom: 12px; }
.timeline .talks { list-style: none; padding: 0; margin: 0; display: flex;
  flex-direction: column; gap: 10px; }
.timeline .talks li { display: grid; grid-template-columns: 14px 1fr; gap: 10px;
  font-size: 14px; line-height: 1.45; }
.timeline .talks li::before { content: "›"; color: var(--accent); font-weight: 700; }
.timeline .talks .who { font-weight: 700; }
.timeline .talks .what { color: #000; }
.timeline .row.break .body { font-size: 14px; color: #555; padding-top: 18px; padding-bottom: 18px; }
.timeline .row.dinner .body { padding-top: 18px; padding-bottom: 18px; }
.timeline .row.dinner .session-title { color: var(--accent); }

/* Table layout */
.ptable { width: 100%; border-collapse: collapse; font-size: 14px; }
.ptable th, .ptable td { text-align: left; padding: 14px 16px; vertical-align: top;
  border-bottom: 1px solid var(--border); }
.ptable th { background: var(--bg-soft); font-size: 11px; letter-spacing: .13em;
  text-transform: uppercase; color: #000; font-weight: 700; border-bottom: 2px solid #000; }
.ptable td.time { font-weight: 700; white-space: nowrap; width: 130px; font-variant-numeric: tabular-nums; }
.ptable tr.session-head td { background: #000; color: #fff; padding: 12px 16px; }
.ptable tr.session-head .session-num { display: inline-block; background: var(--accent);
  color: #fff; padding: 3px 8px; font-size: 11px; letter-spacing: .13em; margin-right: 12px; }
.ptable tr.session-head .session-title { font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em; display: inline; }
.ptable tr.session-head .chair { color: #9D9D9C; font-style: italic; font-size: 12px; margin-left: 12px; }
.ptable tr.break td { background: var(--bg-soft); color: #555; }
.ptable .who { font-weight: 700; }
.ptable .talk-list { display: flex; flex-direction: column; gap: 6px; }

/* Card layout */
.pcards { display: grid; gap: 24px; }
.pcards .session { border: 1px solid var(--border); }
.pcards .session-bar { background: #000; color: #fff; padding: 14px 22px;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.pcards .session-bar .num { background: var(--accent); padding: 4px 10px; font-size: 11px;
  letter-spacing: .13em; font-weight: 700; }
.pcards .session-bar .title { font-size: 15px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; flex: 1; }
.pcards .session-bar .time { font-size: 12px; color: #9D9D9C; font-variant-numeric: tabular-nums; }
.pcards .chair-row { padding: 14px 22px; background: var(--bg-soft);
  font-size: 13px; color: #555; border-bottom: 1px solid var(--border); }
.pcards .chair-row strong { color: #000; }
.pcards .talk { display: grid; grid-template-columns: 110px 1fr; gap: 24px;
  padding: 18px 22px; border-bottom: 1px solid var(--border); }
.pcards .talk:last-child { border-bottom: 0; }
.pcards .talk .t-time { font-weight: 700; font-size: 13px; color: var(--accent);
  font-variant-numeric: tabular-nums; }
.pcards .talk .t-who { font-weight: 700; font-size: 14px; margin-bottom: 4px; }
.pcards .talk .t-what { font-size: 14px; line-height: 1.5; color: #000; }
.pcards .talk .t-lecture { display: inline-block; background: var(--accent-50); color: #000;
  padding: 2px 8px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase;
  margin-left: 10px; }
.pcards .break-card { padding: 14px 22px; background: var(--bg-soft); display: flex;
  justify-content: space-between; font-size: 13px; color: #555; }
.pcards .break-card strong { color: #000; }

/* =========================================================================
   REFERENTEN — GRID / LIST / DETAIL
   ========================================================================= */
.spk-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.spk-grid .card { padding: 0; text-align: left; }
.spk-grid .photo { aspect-ratio: 4/5; background: var(--bg-soft);
  display: flex; align-items: center; justify-content: center; color: #9D9D9C;
  font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.spk-grid .photo svg { width: 60%; height: 60%; opacity: .35; }
.spk-grid .meta { padding: 18px 18px 22px; }
.spk-grid .name { font-size: 14px; font-weight: 700; line-height: 1.3; margin-bottom: 6px;
  text-transform: uppercase; }
.spk-grid .role { font-size: 13px; color: #555; line-height: 1.45; }

.spk-list { display: flex; flex-direction: column; }
.spk-list .row { display: grid; grid-template-columns: 64px 1.4fr 1fr; gap: 24px;
  padding: 18px 0; border-bottom: 1px solid var(--border); align-items: center; }
.spk-list .row:first-child { border-top: 2px solid #000; }
.spk-list .av { width: 64px; height: 64px; background: var(--bg-soft); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: #9D9D9C; font-size: 18px;
  font-weight: 700; }
.spk-list .name { font-weight: 700; font-size: 15px; line-height: 1.3; text-transform: uppercase; }
.spk-list .role { font-size: 13px; color: #555; line-height: 1.45; }

.spk-detail { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 40px; }
.spk-detail .item { display: grid; grid-template-columns: 120px 1fr; gap: 20px;
  border-top: 1px solid var(--border); padding-top: 20px; }
.spk-detail .item .photo { aspect-ratio: 1/1; background: var(--bg-soft);
  display: flex; align-items: center; justify-content: center; }
.spk-detail .item .photo svg { width: 50%; height: 50%; opacity: .35; }
.spk-detail .item .name { font-size: 16px; font-weight: 700; text-transform: uppercase;
  margin: 0 0 6px; line-height: 1.25; }
.spk-detail .item .role { font-size: 13px; color: #555; line-height: 1.5; margin: 0 0 8px; }
.spk-detail .item .talks { font-size: 12px; color: var(--accent); font-weight: 700;
  letter-spacing: .05em; }

/* =========================================================================
   ABEND / RAHMENPROGRAMM
   ========================================================================= */
.evening-hero {
  background-color: #000;
  background-image:
    linear-gradient(to right, rgba(0,0,0,.82) 0%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.15) 75%, rgba(0,0,0,0) 100%),
    url(../assets/photos/regensburg_altstadt.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.evening-hero .inner { max-width: 1280px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: minmax(0, 620px) 1fr; gap: 64px; align-items: center;
  width: 100%; }
.evening-hero .eyebrow { color: var(--accent); }
.evening-hero h2 { font-size: 56px; line-height: 1.02; margin: 0 0 18px; color: #fff;
  text-shadow: 0 1px 24px rgba(0,0,0,.4); }
.evening-hero p { color: #ECEAE6; font-size: 16px; line-height: 1.6; margin: 0 0 24px;
  text-shadow: 0 1px 12px rgba(0,0,0,.5); }

.evening-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.evening-cards .item { border: 1px solid var(--border); }
.evening-cards .item .img { aspect-ratio: 16/9; background: var(--bg-soft) center/cover; }
.evening-cards .item .body { padding: 24px 28px 28px; }
.evening-cards .item .when { font-size: 12px; letter-spacing: .13em; color: var(--accent);
  font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.evening-cards .item h3 { font-size: 22px; margin: 0 0 10px; }
.evening-cards .item p { font-size: 14px; color: #555; line-height: 1.55; margin: 0 0 16px; }
.evening-cards .item .where { font-size: 13px; color: #000; padding-top: 12px;
  border-top: 1px solid var(--border); }

/* =========================================================================
   VOR ORT / VENUE
   ========================================================================= */
.venue-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: stretch;
  margin-bottom: 56px; }
.venue-row.flip { grid-template-columns: 1.4fr 1fr; }
.venue-row .info h3 { font-size: 26px; margin: 0 0 12px; text-transform: uppercase; }
.venue-row .info .addr { font-size: 14px; color: #000; line-height: 1.55; margin-bottom: 16px; }
.venue-row .info dl { display: grid; grid-template-columns: 100px 1fr; gap: 8px 18px;
  font-size: 13px; margin: 0 0 18px; }
.venue-row .info dt { color: #9D9D9C; text-transform: uppercase; letter-spacing: .13em;
  font-size: 11px; padding-top: 2px; }
.venue-row .info dd { margin: 0; line-height: 1.5; }
.venue-row .map { background: var(--bg-soft); min-height: 320px; }
.venue-row .map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }

.transport { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--border); border: 1px solid var(--border); }
.transport .item { background: #fff; padding: 28px 22px; }
.transport .item h4 { font-size: 13px; letter-spacing: .13em; text-transform: uppercase;
  margin: 0 0 10px; }
.transport .item p { font-size: 13px; line-height: 1.55; color: #555; margin: 0; }
.transport .item .icon { width: 42px; height: 42px; margin-bottom: 14px;
  display: flex; align-items: center; justify-content: center; }
.transport .item .icon svg { width: 100%; height: 100%; stroke: #000; fill: none; stroke-width: 1.5; }

/* =========================================================================
   ANMELDUNG
   ========================================================================= */
.reg-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
.reg-info .price-box { border: 2px solid #000; padding: 24px; margin-bottom: 24px; }
.reg-info .price-box .lbl { font-size: 11px; letter-spacing: .13em; text-transform: uppercase;
  color: #555; margin-bottom: 6px; }
.reg-info .price-box .price { font-size: 36px; font-weight: 700; line-height: 1; }
.reg-info .price-box .price small { font-size: 14px; font-weight: 400; color: #555;
  margin-left: 6px; }
.reg-info ul.facts { list-style: none; padding: 0; margin: 0 0 24px; }
.reg-info ul.facts li { padding: 12px 0; border-bottom: 1px solid var(--border);
  display: flex; justify-content: space-between; gap: 16px; font-size: 14px; }
.reg-info ul.facts li .k { color: #555; }
.reg-info ul.facts li .v { font-weight: 700; text-align: right; }
.reg-frame { border: 1px solid var(--border); background: var(--bg-soft); }
.reg-frame .ph { padding: 80px 24px; text-align: center; color: #555; }
.reg-frame .ph .stamp { display: inline-block; padding: 8px 14px; background: #000;
  color: #fff; font-size: 11px; letter-spacing: .13em; text-transform: uppercase;
  margin-bottom: 18px; }
.reg-frame .ph h4 { font-size: 18px; margin: 0 0 8px; }
.reg-frame .ph p { font-size: 13px; max-width: 50ch; margin: 0 auto; }
.reg-frame iframe { width: 100%; min-height: 720px; border: 0; display: block; background: #fff; }

/* =========================================================================
   SPONSORS / PARTNERS strip
   ========================================================================= */
.sponsors { background: var(--bg-soft); padding: 56px 0; }
.sponsors .inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.sponsors h3 { font-size: 12px; letter-spacing: .13em; text-transform: uppercase;
  color: #555; margin: 0 0 24px; font-weight: 400; }
.sponsors .row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px;
  align-items: center; }
.sponsors .logo { aspect-ratio: 3/1; background: #fff; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; color: #9D9D9C;
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

/* =========================================================================
   HOMEPAGE — Highlight cards / Keynote / Countdown
   ========================================================================= */
.home-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px;
  background: var(--border); border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border); }
.home-grid .tile { background: #fff; padding: 36px 32px; }
.home-grid .tile .k { font-size: 11px; letter-spacing: .13em; text-transform: uppercase;
  color: var(--accent); font-weight: 700; margin-bottom: 12px; }
.home-grid .tile .v { font-size: 28px; font-weight: 700; line-height: 1.15;
  text-transform: uppercase; margin-bottom: 8px; }
.home-grid .tile .d { font-size: 13px; color: #555; line-height: 1.5; }

.cd-strip { background: #000; color: #fff; padding: 36px 0; }
.cd-strip .inner { max-width: 1280px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1fr auto auto auto auto; gap: 32px; align-items: center; }
.cd-strip .lbl { font-size: 11px; letter-spacing: .13em; text-transform: uppercase;
  color: #9D9D9C; }
.cd-strip h3 { font-size: 22px; margin: 4px 0 0; line-height: 1.2; }
.cd-strip .unit { text-align: center; min-width: 72px; }
.cd-strip .unit .num { font-size: 40px; font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
.cd-strip .unit .u { font-size: 11px; letter-spacing: .13em; color: #9D9D9C; margin-top: 6px;
  text-transform: uppercase; }

.home-keynote { display: grid; grid-template-columns: 320px 1fr; gap: 40px; align-items: start;
  border-top: 2px solid #000; padding-top: 32px; }
.home-keynote .photo { aspect-ratio: 4/5; background: var(--bg-soft);
  display: flex; align-items: center; justify-content: center; }
.home-keynote .photo svg { width: 50%; height: 50%; opacity: .35; }
.home-keynote .body .ribbon { display: inline-block; background: var(--accent); color: #fff;
  padding: 4px 10px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase;
  font-weight: 700; margin-bottom: 16px; }
.home-keynote .body h3 { font-size: 32px; line-height: 1.1; margin: 0 0 8px; }
.home-keynote .body .role { font-size: 14px; color: #555; margin: 0 0 16px; line-height: 1.5; }
.home-keynote .body .lecture-title { font-size: 18px; font-weight: 700; line-height: 1.3;
  margin: 16px 0 12px; padding-top: 16px; border-top: 1px solid var(--border); }
.home-keynote .body .lecture-desc { font-size: 14px; color: #000; line-height: 1.6; max-width: 60ch; }

/* V2 content column — aligned with sponsors strip below */
.v2-content { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.home-side-nav { display: grid; grid-template-columns: 220px 1fr; gap: 48px; }
.home-side-nav nav { position: sticky; top: 96px; align-self: start; }
.home-side-nav nav ul { list-style: none; padding: 0; margin: 0; border-left: 1px solid var(--border); }
.home-side-nav nav li { padding: 8px 0 8px 16px; margin-left: -1px; border-left: 3px solid transparent; }
.home-side-nav nav li.active { border-left-color: var(--accent); }
.home-side-nav nav a { font-size: 12px; letter-spacing: .13em; text-transform: uppercase;
  text-decoration: none; color: #555; font-weight: 700; }
.home-side-nav nav li.active a { color: #000; }

/* =========================================================================
   Variant frame — used inside the design canvas
   ========================================================================= */
.variant-frame {
  width: 1280px;
  background: #fff;
  font-family: var(--font-house);
  color: var(--fg);
  border: 1px solid #ddd;
}

/* OTH Hatching strip */
.hatch {
  background: repeating-linear-gradient(-45deg, transparent 0 6px,
    var(--oth-hatch) 6px 6.6px);
}

/* Misc placeholder photo block */
.ph-photo { background: var(--oth-grey); position: relative; overflow: hidden; }
.ph-photo::after { content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg, transparent 0 14px,
    rgba(255,255,255,.08) 14px 15px); }
.ph-photo .lbl { position: absolute; left: 14px; bottom: 14px; color: #fff;
  font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }

/* =========================================================================
   RESPONSIVE — Tablet & Mobile
   Breakpoints (mobile-up cascade):
     <= 1024px  : Tablet portrait        (.r-tab)
     <=  768px  : small Tablet / phone landscape (.r-sm)
     <=  480px  : Phone portrait         (.r-xs)
   ========================================================================= */

/* ── Tablet portrait (≤ 1024px) ────────────────────────────────────────── */
@media (max-width: 1024px) {
  section.block { padding: 48px 24px; }
  footer.ft .inner { padding: 48px 24px 24px; gap: 32px; }
  .util .inner, .hdr .inner, .pagetabs .inner,
  .hero-photo .inner, .hero-typo .inner, .evening-hero .inner,
  .sponsors .inner, .cd-strip .inner, .v2-content { padding-left: 24px; padding-right: 24px; }

  /* Speaker grid: 4 → 3 cols */
  .spk-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }

  /* Transport: 4 → 2 cols */
  .transport { grid-template-columns: repeat(2, 1fr); }

  /* Sponsors: 5 → 4 cols */
  .sponsors .row { grid-template-columns: repeat(4, 1fr); gap: 24px; }

  /* Inline-style grid overrides (variants v3) — need !important */
  .evening-split { grid-template-columns: 240px 1fr !important; }
  .venue-tabs-content { grid-template-columns: 1fr 1.4fr !important; }
  .reg-steps-4 { grid-template-columns: repeat(2, 1fr) !important; }

  /* Home grid: 3 → 2 cols (last tile spans full width) */
  .home-grid { grid-template-columns: 1fr 1fr; }
  .home-grid .tile:nth-child(3) { grid-column: span 2; }

  /* Home keynote: tighter photo column */
  .home-keynote { grid-template-columns: 240px 1fr; gap: 28px; }

  /* Home side nav (HomeV2): tighter */
  .home-side-nav { grid-template-columns: 180px 1fr; gap: 32px; }

  /* Hero typography down a step */
  .hero-typo h1 { font-size: 64px; }
  .hero-photo .text h1 { font-size: 44px; }
  .hero-split h1 { font-size: 36px; }
  .evening-hero h2 { font-size: 44px; }

  /* Countdown: Label-Block oben full-width, darunter 4 Unit-Spalten,
     Ziffern via clamp() skalierend (kein Vertikal-Stack mehr). */
  .cd-strip .inner { grid-template-columns: repeat(4, 1fr); gap: 18px 12px;
    align-items: start; }
  .cd-strip .inner > div:first-child { grid-column: 1 / -1; }
  .cd-strip .unit { min-width: 0; }
  .cd-strip .unit .num { font-size: clamp(26px, 7vw, 40px); }
  .cd-strip .unit .u { font-size: 10px; letter-spacing: .1em; }
}

/* ── Small tablet / phone landscape (≤ 768px) ──────────────────────────── */
@media (max-width: 768px) {
  section.block { padding: 40px 20px; }
  .block.narrow { padding-left: 20px; padding-right: 20px; }

  /* Horizontale Scroll-Container: Pagetabs + .hscroll-Wrapper (für daytabs,
     venue-tabs-bar). ‹/›-Chevrons + Fade-Streifen erscheinen dynamisch via
     data-scroll-state (gesetzt durch JS in app.jsx). Initial: ‹ unsichtbar
     (linksbündig), › sichtbar wenn Overflow. */
  .pagetabs, .hscroll { position: relative; }
  .pagetabs { --indicator-bg: var(--bg-soft); }
  .hscroll  { --indicator-bg: #fff; }
  .pagetabs .inner { padding: 0 36px; gap: 0;
    scroll-snap-type: x proximity; scroll-behavior: smooth;
    /* Snap auf erstes/letztes Element berücksichtigt das Container-Padding,
       damit ganz-links-Wischen wirklich scrollLeft=0 erreicht (sonst
       snapt es auf scrollLeft=36 und der ‹-Pfeil bleibt sichtbar). */
    scroll-padding-inline: 36px; }
  .pagetabs .inner > button { scroll-snap-align: start;
    padding: 14px 16px; min-height: 44px; }
  .pagetabs::before, .pagetabs::after,
  .hscroll::before,  .hscroll::after {
    position: absolute; top: 0; bottom: 0; width: 36px;
    pointer-events: none; z-index: 2;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; line-height: 1; color: #444;
    opacity: 0; transition: opacity .15s ease;
  }
  .pagetabs::before, .hscroll::before { content: "\2039"; left: 0;
    background: linear-gradient(to right, var(--indicator-bg) 55%, rgba(0,0,0,0)); }
  .pagetabs::after,  .hscroll::after  { content: "\203A"; right: 0;
    background: linear-gradient(to left,  var(--indicator-bg) 55%, rgba(0,0,0,0)); }
  .pagetabs[data-scroll-state="middle"]::before,
  .pagetabs[data-scroll-state="end"]::before,
  .hscroll[data-scroll-state="middle"]::before,
  .hscroll[data-scroll-state="end"]::before { opacity: 1; }
  .pagetabs[data-scroll-state="middle"]::after,
  .pagetabs[data-scroll-state="start"]::after,
  .hscroll[data-scroll-state="middle"]::after,
  .hscroll[data-scroll-state="start"]::after { opacity: 1; }

  /* Top utility bar: stack left/right */
  .util .inner { flex-direction: column; align-items: stretch; gap: 6px;
    padding: 8px 20px; }
  .util .left { gap: 16px; flex-wrap: wrap; }
  .util .right { justify-content: flex-end; gap: 12px; }

  /* Header — drop horizontal padding a bit */
  .hdr .inner { padding: 14px 20px; gap: 24px; }
  .hdr .brand img { height: 36px; }
  .hdr .brand .sep { height: 30px; }

  /* Section heads down */
  .section-head h2 { font-size: 28px; }
  .section-head { margin-bottom: 28px; }

  /* Footer: 4 → 2 cols */
  footer.ft .inner { grid-template-columns: 1fr 1fr; gap: 28px;
    padding: 40px 20px 20px; }
  footer.ft .brandbox { grid-column: span 2; }
  footer.ft .legal { padding: 14px 20px; flex-direction: column;
    gap: 6px; align-items: flex-start; }
  footer.ft .legal a { margin-left: 0; margin-right: 14px; }

  /* HERO: Photo */
  .hero-photo { height: auto; min-height: 380px; }
  .hero-photo .inner { padding: 48px 20px; }
  .hero-photo .text h1 { font-size: 34px; }
  .hero-photo .meta { font-size: 15px; }
  .hero-photo .cta { gap: 10px; }
  .hero-photo .cta .btn { width: 100%; text-align: center; }

  /* HERO: Split → einspaltig (Bild oben, Text unten) */
  .hero-split { grid-template-columns: 1fr; min-height: 0; }
  .hero-split .right { order: -1; min-height: 220px; }
  .hero-split .left { padding: 36px 20px; max-width: none; margin-left: 0; }
  .hero-split h1 { font-size: 30px; }
  .hero-split .datebox { gap: 18px; padding: 12px 16px; }
  .hero-split .datebox .num { font-size: 26px; }

  /* HERO: Typo */
  .hero-typo { padding: 60px 0 48px; }
  .hero-typo h1 { font-size: 44px; overflow-wrap: break-word;
    word-break: break-word; hyphens: auto; }
  .hero-typo .grid-meta { grid-template-columns: repeat(2, 1fr);
    gap: 24px; padding-top: 24px; margin-top: 32px; }

  /* DAYTABS: scrollable horizontal */
  .daytabs { overflow-x: auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; }
  .daytabs button { padding: 12px 18px 10px; font-size: 12px; flex-shrink: 0; }

  /* PROGRAM TIMELINE: kompakter, Zeit über Body */
  .timeline { grid-template-columns: 70px 18px 1fr; }
  .timeline .time { font-size: 12px; padding: 14px 8px 14px 0; }
  .timeline .body { padding: 14px 0 14px 12px; }
  .timeline .session-title { font-size: 16px; }
  .timeline .talks li { font-size: 13px; }

  /* PROGRAM TABLE: horizontal scroll wrapper */
  .ptable { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch;
    white-space: nowrap; font-size: 13px; }
  .ptable thead, .ptable tbody, .ptable tr { display: table;
    width: 100%; table-layout: fixed; }
  .ptable th, .ptable td { white-space: normal; }
  .ptable td.time { width: 90px; font-size: 12px; padding: 10px 10px; }

  /* PROGRAM CARDS: Zeit über Talk */
  .pcards .talk { grid-template-columns: 1fr; gap: 6px; padding: 16px 18px; }
  .pcards .session-bar { padding: 12px 18px; gap: 10px; }
  .pcards .session-bar .title { font-size: 14px; flex: 1 1 100%; }
  .pcards .session-bar .time { flex-shrink: 0; }

  /* Inline-style grid overrides (variants v3) for ≤ 768 */
  .evening-split { grid-template-columns: 1fr !important; }
  .venue-three-cards { grid-template-columns: 1fr !important; }
  .venue-tabs-content { grid-template-columns: 1fr !important; }
  .reg-prices-3 { grid-template-columns: 1fr !important; }
  .reg-prices-3 > div { border-right: 0 !important; border-bottom: 1px solid var(--border); }
  .reg-prices-3 > div:last-child { border-bottom: 0; }
  .reg-steps-4 { grid-template-columns: repeat(2, 1fr) !important; }

  /* Venue big-map overlay card: shrink to viewport */
  .venue-bigmap-card { left: 16px !important; right: 16px !important;
    bottom: 16px !important; max-width: none !important; padding: 16px !important; }

  /* Venue v3 tab bar: scroll horizontally, smaller padding */
  .venue-tabs-bar { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .venue-tabs-bar > button { flex-shrink: 0; padding: 14px 18px !important;
    font-size: 11px !important; }

  /* SPEAKERS Grid: → 2 cols */
  .spk-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .spk-grid .meta { padding: 14px 14px 18px; }

  /* SPEAKERS Liste: kompakter */
  .spk-list .row { grid-template-columns: 56px 1fr; gap: 16px; padding: 14px 0; }
  .spk-list .row .role { grid-column: 2; }

  /* SPEAKERS Detail: einspaltig */
  .spk-detail { grid-template-columns: 1fr; gap: 24px; }
  .spk-detail .item { grid-template-columns: 90px 1fr; gap: 16px;
    padding-top: 16px; }

  /* EVENING Hero: einspaltig */
  .evening-hero { padding: 56px 0; min-height: 380px;
    /* Auf einspaltigen Layouts darf der Gradient nicht horizontal verlaufen,
       sonst wird der Text rechts unlesbar — Vollflächen-Overlay verwenden. */
    background-image:
      linear-gradient(to bottom, rgba(0,0,0,.55) 0%, rgba(0,0,0,.55) 100%),
      url(../assets/photos/regensburg_altstadt.jpg); }
  .evening-hero .inner { grid-template-columns: 1fr; gap: 32px; padding: 0 20px; }
  .evening-hero h2 { font-size: 36px; }

  /* EVENING Cards: einspaltig */
  .evening-cards { grid-template-columns: 1fr; gap: 20px; }

  /* VENUE: einspaltig — bei .flip die DOM-Reihenfolge (map zuerst) per
     order umkehren, damit mobil immer zuerst Text, dann Karte erscheint. */
  .venue-row, .venue-row.flip { grid-template-columns: 1fr; gap: 20px; }
  .venue-row.flip .info { order: 1; }
  .venue-row.flip .map  { order: 2; }
  .venue-row .map { min-height: 240px; }
  .venue-row .map iframe { min-height: 240px; }
  .venue-row .info dl { grid-template-columns: 92px 1fr; }

  /* TRANSPORT: 2 cols (already from 1024 — keep) */

  /* REGISTRATION: stacked */
  .reg-grid { grid-template-columns: 1fr; gap: 28px; }
  .reg-grid > * { min-width: 0; }
  .reg-info .price-box { padding: 20px; }
  .reg-info .price-box .price { font-size: 30px; }
  .reg-info ul.facts li { flex-wrap: wrap; }
  .reg-info ul.facts li .v { text-align: left; }
  .reg-frame iframe { min-height: 600px; }

  /* HOME grid: 1 col */
  .home-grid { grid-template-columns: 1fr; }
  .home-grid .tile { padding: 28px 24px; }
  .home-grid .tile:nth-child(3) { grid-column: auto; }

  /* HOME keynote: stacked */
  .home-keynote { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; }
  .home-keynote .photo { max-width: 240px; }
  .home-keynote .body h3 { font-size: 26px; }

  /* HOME side nav: stacked, sticky off */
  .home-side-nav { grid-template-columns: 1fr; gap: 24px; }
  .home-side-nav nav { position: static; }
  .home-side-nav nav ul { display: flex; gap: 4px; flex-wrap: wrap;
    border-left: 0; border-bottom: 1px solid var(--border); padding-bottom: 8px; }
  .home-side-nav nav li { padding: 6px 10px; margin-left: 0;
    border-left: 0; border-bottom: 3px solid transparent; }
  .home-side-nav nav li.active { border-left-color: transparent;
    border-bottom-color: var(--accent); }

  /* SPONSORS: 5 → 3 cols */
  .sponsors .row { grid-template-columns: repeat(3, 1fr); gap: 18px; }

  /* Top toolbar (Vorlage-Tooling): kompakter */
  .toolbar .row { padding: 8px 16px; gap: 10px; flex-wrap: wrap; }
  .toolbar select { font-size: 11px; padding: 5px 6px; max-width: 180px; }

  /* Section head h2 sizes for v2 */
  .v2-h { font-size: 28px; }
}

/* ── Phone (≤ 480px) ──────────────────────────────────────────────────── */
@media (max-width: 480px) {
  /* Safety net for long German compounds */
  h1, h2, h3, .section-head h2 { overflow-wrap: break-word;
    word-break: break-word; hyphens: auto; }

  section.block { padding: 32px 16px; }
  .block.narrow { padding-left: 16px; padding-right: 16px; }

  /* Util bar: hide left block (Phone+Mail erreichbar via Footer) */
  .util .left { display: none; }
  .util .inner { flex-direction: row; padding: 8px 16px; }
  .util .right { justify-content: flex-end; flex: 1; }

  /* Header: Center-Untertitel ausblenden, Logo kleiner */
  .hdr .inner { padding: 12px 16px; gap: 12px; }
  .hdr .brand { gap: 12px; }
  .hdr .brand img { height: 32px; }
  .hdr .brand .sep { height: 26px; }
  .hdr .brand .center small { display: none; }
  .hdr .brand .center { font-size: 10px; }

  /* PAGETABS: kompakteres Padding für Phone — Indicator-Logik
     (Chevrons + Fades) wird aus dem 768-Block geerbt. scroll-padding muss
     mit padding mitgehen, sonst snapt der erste Tab nicht auf scrollLeft=0. */
  .pagetabs .inner { padding: 0 28px; scroll-padding-inline: 28px; }

  /* Section head sizes */
  .section-head h2 { font-size: 24px; }
  .section-head p { font-size: 14px; }

  /* Footer: 1 col */
  footer.ft .inner { grid-template-columns: 1fr; gap: 28px;
    padding: 36px 16px 18px; }
  footer.ft .brandbox { grid-column: auto; }
  footer.ft .legal { padding: 12px 16px; }

  /* Hero variants */
  .hero-photo .inner { padding: 36px 16px; }
  .hero-photo .text h1 { font-size: 28px; }
  .hero-photo .meta { font-size: 14px; }
  .hero-split .left { padding: 28px 16px; }
  .hero-split h1 { font-size: 26px; }
  .hero-split .datebox { padding: 10px 14px; gap: 14px; }
  .hero-typo { padding: 48px 0 36px; }
  .hero-typo .inner { padding: 0 16px; }
  .hero-typo h1 { font-size: 32px; }
  .hero-typo .grid-meta { grid-template-columns: 1fr; gap: 16px;
    padding-top: 20px; margin-top: 24px; }

  /* Speakers: 1 col */
  .spk-grid { grid-template-columns: 1fr; gap: 16px; }
  .spk-grid .photo { aspect-ratio: 16/10; }

  /* Speakers Detail: photo oben über text */
  .spk-detail .item { grid-template-columns: 1fr; gap: 12px; }
  .spk-detail .item .photo { max-width: 140px; }

  /* Speakers list */
  .spk-list .row { grid-template-columns: 48px 1fr; gap: 12px; }
  .spk-list .av { width: 48px; height: 48px; font-size: 15px; }

  /* Program Timeline auf einspaltig: Zeit oben */
  .timeline { grid-template-columns: 1fr; gap: 0; }
  .timeline .row { display: block; padding: 14px 0;
    border-top: 1px solid var(--border); }
  .timeline .row:first-child { border-top: 2px solid #000; }
  .timeline .time { padding: 0 0 4px; border-top: 0;
    font-size: 12px; color: var(--accent); letter-spacing: .05em; }
  .timeline .axis { display: none; }
  .timeline .body { padding: 0; border-top: 0; }
  .timeline .session-title { font-size: 15px; }

  /* Sponsors: 2 cols */
  .sponsors .row { grid-template-columns: repeat(2, 1fr); }

  /* Inline-style grid overrides for ≤ 480 */
  .reg-steps-4 { grid-template-columns: 1fr !important; }

  /* Buttons stretched on phone */
  .hero-photo .cta .btn,
  .hero-split .cta .btn { width: 100%; text-align: center; }

  /* Cards / minor */
  .card { padding: 20px; }

  /* Section head v2 */
  .v2-h { font-size: 24px; }
  .v2-h.v2-h-sm { font-size: 18px; }

  /* Evening hero text spacing */
  .evening-hero h2 { font-size: 28px; }

  /* Top toolbar: noch kompakter, Variant-Switcher schmal */
  .toolbar .row { padding: 6px 12px; gap: 6px; }
  .toolbar .ttl { font-size: 10px; }
  .toolbar select { max-width: 130px; font-size: 10px; }

  /* Tap targets ≥ 40px */
  nav.main a,
  .pagetabs button,
  .util a,
  .util .lang button { min-height: 40px;
    display: inline-flex; align-items: center; }
}


/* =========================================================================
   MODAL (Image-Credits / generic dialog)
   ========================================================================= */
.modal-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,.6);
  z-index: 1000; display: flex; align-items: center; justify-content: center;
  padding: 24px;
  animation: modal-fade .18s ease-out;
}
@keyframes modal-fade { from { opacity: 0 } to { opacity: 1 } }
.modal-sheet {
  background: #fff; color: #000;
  max-width: 600px; width: 100%; max-height: 80vh; overflow-y: auto;
  padding: 32px 36px 32px; position: relative;
  box-shadow: 0 16px 48px rgba(0,0,0,.3);
  font-family: inherit;
}
.modal-sheet h3 {
  margin: 0 0 18px; font-size: 14px; letter-spacing: .13em;
  text-transform: uppercase; font-weight: 700;
  border-bottom: 2px solid #000; padding-bottom: 12px;
}
.modal-close {
  position: absolute; top: 10px; right: 10px;
  width: 36px; height: 36px; border: 0; background: transparent; cursor: pointer;
  font-size: 26px; line-height: 1; color: #555; border-radius: 50%;
  font-family: inherit;
}
.modal-close:hover { background: var(--bg-soft); color: #000; }
.credits-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.credits-list li { font-size: 13px; line-height: 1.55; color: #333; }
.credits-list li strong { color: #000; font-weight: 700; }
.modal-sheet .credits-list a,
.modal-sheet .credits-list a:visited { color: #000; text-decoration: underline;
  font-size: 13px; }
.modal-sheet .credits-list a:hover { color: var(--accent); }
.credits-list .credits-note { color: #666; font-size: 12px; font-style: italic;
  border-top: 1px solid var(--border); padding-top: 12px; margin-top: 4px; }

@media (max-width: 600px) {
  .modal-backdrop { padding: 0; align-items: flex-end; }
  .modal-sheet { max-height: 85vh; border-radius: 16px 16px 0 0;
    padding: 24px 20px 28px; }
  .modal-sheet h3 { font-size: 12px; padding-bottom: 10px; }
}
