
/* Native hidden attribute must win over component display rules. */
[hidden] { display: none !important; }
:root {
  --ink: #082f35;
  --ink-2: #0a3c43;
  --blue: #073f73;
  --blue-2: #0b568f;
  --paper: #f6f3f2;
  --paper-2: #ffffff;
  --soft: #ebe8e6;
  --muted: #6f7d7f;
  --line: rgba(8, 47, 53, .12);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8, 47, 53, .10);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.shell { width: min(calc(100% - 56px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 243, 242, .90);
  border-bottom: 1px solid rgba(8, 47, 53, .08);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 34px; }
.brand { width: 142px; height: 58px; display: flex; align-items: center; overflow: hidden; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { font-size: .94rem; font-weight: 700; color: rgba(8, 47, 53, .76); transition: color .2s ease; }
.main-nav a:hover { color: var(--ink); }
.header-listen, .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
  font-size: .94rem;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.header-listen:hover, .primary-button:hover { transform: translateY(-1px); background: var(--blue-2); box-shadow: 0 12px 26px rgba(7,63,115,.18); }
.play-dot { width: 27px; height: 27px; border-radius: 50%; display: inline-grid; place-items: center; background: rgba(255,255,255,.16); font-size: .7rem; padding-left: 1px; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--white); box-shadow: 0 8px 24px rgba(8,47,53,.08); }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero { padding: 74px 0 38px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, .85fr); gap: 70px; align-items: center; }
.eyebrow, .overline { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; font-weight: 900; color: var(--blue); }
.eyebrow--light { color: rgba(255,255,255,.7); }
.hero h1 { margin: 0; max-width: 700px; font-size: clamp(3rem, 6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero-text { max-width: 610px; margin: 24px 0 0; font-size: 1.12rem; line-height: 1.72; color: var(--muted); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.primary-button { min-height: 54px; padding-inline: 24px; }
.primary-button > span { font-size: .78rem; }
.secondary-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--ink); }
.secondary-link span { color: var(--blue); }

.onair-panel {
  position: relative;
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 26px;
  min-height: 212px;
  padding: 24px;
  border-radius: 30px;
  background: #073f73;
  color: #fff;
  box-shadow: 0 26px 70px rgba(7,63,115,.22);
  overflow: hidden;
}
.onair-cover-wrap {
  position: relative;
  width: 164px;
  aspect-ratio: 1;
  align-self: center;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.10);
  box-shadow: 0 12px 30px rgba(0,0,0,.14);
}
.onair-cover { width: 100%; height: 100%; object-fit: cover; }
.live-pill {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.68);
  color: #fff;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.12); }
.onair-content { min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.onair-content .overline { margin-bottom: 9px; color: #b9d9f5; }
.onair-content h2 {
  margin: 0;
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  line-height: 1.07;
  letter-spacing: -.035em;
  color: #fff;
  overflow-wrap: anywhere;
}
.current-artist {
  margin: 7px 0 0;
  color: rgba(255,255,255,.72);
  font-size: .98rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.onair-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
  color: rgba(255,255,255,.72);
  font-size: .76rem;
  font-weight: 800;
}
.onair-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.onair-meta span + span::before { content: none; }
.onair-play {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
}
.onair-play span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #073f73;
  font-size: .7rem;
  padding-left: 2px;
  transition: transform .2s ease;
}
.onair-play:hover span { transform: scale(1.06); }
.hero-status { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .78rem; color: var(--muted); }

.section { padding: 96px 0; }
.section-light { background: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-head h2, .section-sound h2, .closing-cta h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 3.55rem); line-height: 1; letter-spacing: -.05em; }
.section-copy { max-width: 450px; margin: 0; color: var(--muted); line-height: 1.65; }

.recent-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.recent-card { min-width: 0; }
.recent-cover-wrap { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 18px; background: var(--soft); }
.recent-cover { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.recent-card:hover .recent-cover { transform: scale(1.03); }
.recent-time { position: absolute; left: 10px; bottom: 10px; padding: 6px 9px; border-radius: 999px; background: rgba(8,47,53,.86); color: #fff; font-size: .67rem; font-weight: 900; }
.recent-info { padding: 13px 2px 0; }
.recent-info h3 { margin: 0; font-size: 1rem; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.recent-info p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.loading-card { grid-column: 1 / -1; min-height: 180px; display: grid; place-items: center; border: 1px dashed var(--line); border-radius: var(--radius-md); color: var(--muted); }

.section-events { background: #073f73; color: #fff; }
.section-head--light .section-copy { color: rgba(255,255,255,.62); }
.events-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.event-card { display: grid; grid-template-columns: 78px 1fr auto; gap: 20px; align-items: center; min-height: 142px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.06); transition: transform .2s ease, background .2s ease; }
.event-card:hover { transform: translateY(-2px); background: rgba(255,255,255,.09); }
.event-date { width: 72px; height: 82px; border-radius: 18px; display: grid; place-items: center; align-content: center; background: #fff; color: var(--ink); }
.event-date strong { font-size: 1.72rem; line-height: 1; }
.event-date span { margin-top: 4px; font-size: .72rem; font-weight: 900; letter-spacing: .09em; }
.event-text .overline { margin-bottom: 7px; color: rgba(255,255,255,.52); }
.event-text h3 { margin: 0; font-size: 1.25rem; }
.event-text > p:last-child { margin: 6px 0 0; color: rgba(255,255,255,.62); }
.event-arrow { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.1); font-weight: 900; }
.events-empty { display: grid; grid-template-columns: 68px 1fr; gap: 24px; align-items: center; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.05); }
.events-empty-mark { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fff; color: var(--ink); font-size: 0; font-weight: 300; }
.events-empty-mark::before { content: "+"; display: block; font-size: 2rem; line-height: 1; font-weight: 300; transform: translateY(-1px); }
.events-empty .overline { color: #d9eaff; }
.events-empty h3 { margin: 0; font-size: 1.6rem; }
.events-empty p:last-child { margin: 7px 0 0; color: rgba(255,255,255,.62); }

.section-program { background: var(--paper); }
.section-head--program { align-items: flex-start; }
.program-note { max-width: 620px; margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.program-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.program-feature { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.6); }
.program-feature--active { background: var(--white); box-shadow: 0 16px 50px rgba(8,47,53,.07); }
.program-kicker { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 900; color: var(--blue); }
.program-feature--active .live-dot { background: var(--blue); box-shadow: 0 0 0 5px rgba(7,63,115,.10); }
.program-main h3 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.35rem); letter-spacing: -.04em; }
.program-main p { max-width: 550px; margin: 9px 0 0; color: var(--muted); line-height: 1.6; }
.program-feature time { font-size: .9rem; font-weight: 800; color: var(--muted); }

.section-sound { background: var(--white); }
.sound-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); gap: 70px; align-items: center; }
.sound-copy > p:not(.eyebrow) { max-width: 620px; margin: 22px 0; color: var(--muted); line-height: 1.75; font-size: 1.03rem; }
.sound-panel { padding: 34px; border-radius: var(--radius-lg); background: var(--paper); border: 1px solid var(--line); }
.sound-panel .overline { margin-bottom: 18px; }
.genre-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.genre-chips span { padding: 10px 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-size: .86rem; font-weight: 800; }

.closing-cta { padding: 72px 0; background: var(--blue); color: #fff; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.primary-button--light { background: #fff; color: var(--blue); }
.primary-button--light:hover { background: #f8f8f8; }
.primary-button--light .play-dot { background: rgba(7,63,115,.08); }

.site-footer { background: #222222; color: rgba(255,255,255,.75); }
.footer-top { display: flex; justify-content: center; padding-top: 30px; }
.to-top { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; min-width: 64px; color: #fff; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.to-top i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.10); transition: transform .2s ease, background .2s ease; }
.to-top:hover i { transform: translateY(-3px); background: rgba(255,255,255,.16); }
.footer-inner { min-height: 142px; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.footer-brand { width: 120px; height: 72px; display: flex; align-items: center; overflow: hidden; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); opacity: .95; }
.footer-copy p { margin: 0 0 6px; color: #fff; font-weight: 800; }
.footer-copy span { font-size: .82rem; }
.footer-nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 12px 22px; }
.footer-nav a { color: #fff; font-size: .86rem; font-weight: 800; }
.footer-nav a:hover { opacity: .78; }
.footer-nav i { margin-left: 4px; font-size: .72em; }

@media (max-width: 980px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .main-nav { position: absolute; left: 18px; right: 18px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(8,47,53,.14); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 12px; }
  .menu-toggle { display: block; }
  .header-listen { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { max-width: 760px; }
  .onair-panel { max-width: 720px; }
  .recent-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .events-grid { grid-template-columns: 1fr; }
  .sound-layout { grid-template-columns: 1fr; gap: 38px; }
  .sound-panel { max-width: 620px; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 26px), var(--shell)); }
  .header-inner { min-height: 74px; gap: 14px; }
  .brand { width: 118px; height: 50px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.1rem); }
  .hero-text { font-size: 1.02rem; }
  .onair-panel { grid-template-columns: 122px 1fr; gap: 18px; min-height: 0; padding: 18px; border-radius: 24px; }
  .onair-cover-wrap { width: 122px; border-radius: 18px; }
  .onair-content h2 { font-size: 1.5rem; }
  .onair-meta { margin-top: 12px; }
  .onair-meta #listeners { display: none; }
  .onair-play { margin-top: 13px; }
  .section { padding: 72px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 28px; }
  .section-head h2, .section-sound h2, .closing-cta h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .recent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .program-layout { grid-template-columns: 1fr; }
  .program-feature { min-height: 230px; padding: 24px; }
  .events-empty { grid-template-columns: 1fr; padding: 26px; }
  .closing-inner { flex-direction: column; align-items: flex-start; }
  .footer-inner { grid-template-columns: 1fr; padding: 24px 0 30px; text-align: center; }
  .footer-brand { justify-self: center; }
  .footer-nav { justify-content: center; }
}

@media (max-width: 460px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .primary-button { width: 100%; }
  .onair-panel { grid-template-columns: 92px 1fr; gap: 14px; padding: 14px; }
  .onair-cover-wrap { width: 92px; border-radius: 16px; }
  .live-pill { left: 7px; top: 7px; padding: 6px 8px; }
  .current-artist { font-size: .88rem; }
  .onair-meta { display: none; }
  .onair-play { margin-top: 10px; }
  .onair-play span { width: 32px; height: 32px; }
  .recent-grid { grid-template-columns: 1fr 1fr; }
  .event-card { grid-template-columns: 60px 1fr; padding: 18px; gap: 15px; }
  .event-date { width: 58px; height: 68px; border-radius: 15px; }
  .event-date strong { font-size: 1.4rem; }
  .event-arrow { grid-column: 2; width: 40px; height: 40px; }
  .sound-panel { padding: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Bremen im Blick */
.section-bremen-info { background: #eef3f5; }
.bremen-info-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; }
.weather-card, .traffic-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(8,47,53,.10);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(8,47,53,.06);
}
.info-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.info-card-head .overline { margin-bottom: 7px; }
.info-card-head h3 { margin: 0; font-size: 1.6rem; letter-spacing: -.035em; }
.info-card-head > i { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: rgba(7,63,115,.08); color: var(--blue); font-size: 1.15rem; }
.weather-widget-shell { min-height: 354px; display: grid; place-items: center; padding: 10px; border-radius: 22px; background: #f5f7f8; overflow: hidden; }
.weather-widget-shell iframe { display: block; border: 0; max-width: 100%; }
.info-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 18px; font-size: .78rem; color: var(--muted); }
.info-card-footer > span { max-width: 310px; line-height: 1.5; }
.info-card-footer a { flex: 0 0 auto; color: var(--blue); font-weight: 900; }
.info-card-footer a i { margin-left: 5px; font-size: .8em; }
.traffic-intro { margin: 0 0 24px; color: var(--muted); line-height: 1.7; }
.traffic-links { display: grid; gap: 10px; }
.traffic-links > a { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.traffic-links > a:hover { transform: translateY(-1px); background: #f7f9fa; border-color: rgba(7,63,115,.20); }
.traffic-link-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--blue); color: #fff; }
.traffic-links strong, .traffic-links small { display: block; }
.traffic-links strong { font-size: .94rem; }
.traffic-links small { margin-top: 3px; color: var(--muted); line-height: 1.35; }
.traffic-links > a > i { color: var(--blue); font-size: .8rem; }

/* Subpages */
.subpage-main { min-height: 60vh; }
.subpage-hero { padding: 82px 0 54px; border-bottom: 1px solid var(--line); }
.subpage-hero .eyebrow { margin-bottom: 12px; }
.subpage-hero h1 { max-width: 780px; margin: 0; font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.05em; }
.subpage-hero p:not(.eyebrow) { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 1.06rem; line-height: 1.72; }
.subpage-section { padding: 74px 0 96px; background: var(--white); }
.content-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.content-card { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.content-card > i { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--blue); color: #fff; }
.content-card h2, .content-card h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.03em; }
.content-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.65; }
.content-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--blue); font-weight: 900; }
.subpage-callout { margin-top: 22px; padding: 30px; border-radius: 24px; background: var(--blue); color: #fff; }
.subpage-callout h2 { margin: 0; font-size: 1.7rem; }
.subpage-callout p { max-width: 760px; margin: 10px 0 0; color: rgba(255,255,255,.72); line-height: 1.65; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; align-items: start; }
.contact-box { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.contact-box h2 { margin-top: 0; font-size: 1.6rem; }
.contact-box p { color: var(--muted); line-height: 1.65; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 7px; font-size: .85rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 14px 15px; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(7,63,115,.45); box-shadow: 0 0 0 4px rgba(7,63,115,.07); }
.contact-form textarea { min-height: 170px; resize: vertical; }
.contact-form button { justify-self: start; border: 0; cursor: pointer; }
.form-note { font-size: .78rem; color: var(--muted); }

@media (max-width: 980px) {
  .bremen-info-grid, .contact-layout { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .weather-card, .traffic-card { padding: 22px; }
  .info-card-footer { align-items: flex-start; flex-direction: column; }
  .content-grid { grid-template-columns: 1fr; }
  .subpage-hero { padding: 58px 0 42px; }
  .subpage-section { padding: 58px 0 72px; }
}

/* Service subpages */
.service-placeholder { display:flex; align-items:center; gap:24px; }
.service-placeholder > i { flex:0 0 auto; width:64px; height:64px; display:grid; place-items:center; border-radius:20px; background:#073f73; color:#fff; font-size:1.45rem; }
.service-placeholder .overline { margin:0 0 6px; color:#073f73; }
.service-placeholder h2 { margin:0 0 8px; }
.service-placeholder p:last-child { margin-bottom:0; }
@media (max-width:640px){ .service-placeholder { align-items:flex-start; gap:16px; } .service-placeholder > i { width:52px; height:52px; border-radius:16px; } }

/* Weather page v2.6 */
.weather-section { background: #f4f6f7; }
.weather-loading,
.weather-error {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  color: var(--muted);
}
.weather-loading i { color: var(--blue); font-size: 1.25rem; }
.weather-error { justify-content: flex-start; padding: 28px; }
.weather-error > i { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 18px; background: rgba(7,63,115,.08); color: var(--blue); font-size: 1.25rem; }
.weather-error strong { display: block; color: var(--ink); }
.weather-error p { margin: 5px 0 0; }
.weather-content { display: grid; gap: 42px; }
.weather-current-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 38px;
  padding: 38px;
  border-radius: 30px;
  background: #073f73;
  color: #fff;
  box-shadow: 0 22px 60px rgba(7,63,115,.16);
}
.weather-current-main { display: flex; align-items: center; gap: 28px; min-width: 0; }
.weather-current-icon { width: 112px; height: 112px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 30px; background: rgba(255,255,255,.12); font-size: 3.15rem; }
.weather-location { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; color: rgba(255,255,255,.72); font-size: .88rem; font-weight: 800; }
.weather-temperature-row { display: flex; align-items: center; gap: 24px; }
.weather-temperature-row > strong { font-size: clamp(4.5rem, 9vw, 7.4rem); line-height: .88; letter-spacing: -.075em; }
.weather-temperature-row h2 { margin: 0; font-size: 1.55rem; }
.weather-temperature-row p { margin: 7px 0 0; color: rgba(255,255,255,.74); font-size: 1.02rem; }
.weather-current-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: center; }
.weather-meta-item { min-width: 0; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.07); }
.weather-meta-item i { margin-bottom: 14px; color: rgba(255,255,255,.86); }
.weather-meta-item span, .weather-meta-item strong { display: block; }
.weather-meta-item span { color: rgba(255,255,255,.62); font-size: .76rem; font-weight: 700; }
.weather-meta-item strong { margin-top: 4px; font-size: 1.05rem; }
.weather-forecast-block { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.weather-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.weather-section-head .overline { margin: 0 0 6px; color: var(--blue); }
.weather-section-head h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.25rem); letter-spacing: -.04em; }
.weather-updated { margin: 0; color: var(--muted); font-size: .78rem; }
.weather-forecast-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.forecast-card { text-align: center; padding: 22px 14px; border: 1px solid var(--line); border-radius: 20px; background: #f8f9fa; }
.forecast-card.is-today { border-color: rgba(7,63,115,.20); background: rgba(7,63,115,.055); }
.forecast-day { margin: 0 0 18px; font-size: .84rem; font-weight: 900; }
.forecast-icon { color: var(--blue); font-size: 1.7rem; }
.forecast-label { min-height: 2.5em; margin: 13px 0 12px; color: var(--muted); font-size: .76rem; line-height: 1.25; }
.forecast-temp { display: flex; justify-content: center; align-items: baseline; gap: 7px; margin: 0; }
.forecast-temp strong { font-size: 1.18rem; }
.forecast-temp span { color: var(--muted); font-size: .9rem; }
.forecast-rain { margin: 12px 0 0; color: var(--blue); font-size: .74rem; font-weight: 800; }
.weather-source { margin: -20px 4px 0; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.weather-source a { color: var(--blue); font-weight: 800; }

@media (max-width: 980px) {
  .weather-current-card { grid-template-columns: 1fr; }
  .weather-current-meta { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .weather-forecast-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .weather-current-card { padding: 26px; gap: 26px; border-radius: 24px; }
  .weather-current-main { align-items: flex-start; gap: 18px; }
  .weather-current-icon { width: 70px; height: 70px; border-radius: 20px; font-size: 2rem; }
  .weather-temperature-row { display: block; }
  .weather-temperature-row > strong { font-size: 4.5rem; }
  .weather-temperature-row h2 { margin-top: 12px; font-size: 1.25rem; }
  .weather-current-meta { grid-template-columns: 1fr 1fr; }
  .weather-forecast-block { padding: 24px; }
  .weather-section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .weather-forecast-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 440px) {
  .weather-current-main { display: block; }
  .weather-current-icon { margin-bottom: 18px; }
  .weather-current-meta { grid-template-columns: 1fr; }
  .weather-forecast-grid { grid-template-columns: 1fr; }
  .forecast-card { display: grid; grid-template-columns: 62px 42px 1fr auto; align-items: center; gap: 10px; text-align: left; padding: 16px; }
  .forecast-day, .forecast-label, .forecast-temp, .forecast-rain { margin: 0; min-height: 0; }
  .forecast-rain { grid-column: 3 / -1; }
}


/* Weather district selector v3.1 */
.weather-districts {
  margin-bottom: 24px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
}
.weather-districts-head { display:flex; align-items:flex-end; justify-content:space-between; gap:28px; margin-bottom:20px; }
.weather-districts-head .overline { margin:0 0 5px; color:var(--blue); }
.weather-districts-head h2 { margin:0; font-size:clamp(1.45rem,2.6vw,1.95rem); letter-spacing:-.035em; }
.weather-districts-head > p { max-width:520px; margin:0; color:var(--muted); font-size:.9rem; line-height:1.55; }
.weather-district-list { display:flex; flex-wrap:wrap; gap:9px; }
.weather-district {
  appearance:none;
  border:1px solid #d9e0e4;
  border-radius:999px;
  padding:10px 15px;
  background:#f7f9fa;
  color:var(--ink);
  font:inherit;
  font-size:.82rem;
  font-weight:800;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.weather-district:hover { border-color:rgba(7,63,115,.35); transform:translateY(-1px); }
.weather-district.is-active { border-color:#073f73; background:#073f73; color:#fff; }
.weather-location span { color:inherit; }
@media (max-width:720px) {
  .weather-districts { padding:22px; border-radius:22px; }
  .weather-districts-head { align-items:flex-start; flex-direction:column; gap:8px; }
  .weather-district-list { gap:7px; }
  .weather-district { padding:9px 13px; font-size:.78rem; }
}

/* Traffic page v2.7 */
.traffic-section { background:#f4f6f7; }
.traffic-overview { display:flex; align-items:center; justify-content:space-between; gap:28px; padding:30px 32px; border-radius:28px; background:#073f73; color:#fff; box-shadow:0 22px 60px rgba(7,63,115,.14); }
.traffic-overview .overline { margin:0 0 7px; color:rgba(255,255,255,.62); }
.traffic-overview h2 { margin:0; font-size:clamp(1.7rem,3vw,2.3rem); letter-spacing:-.04em; }
.traffic-overview p:last-child { margin:8px 0 0; color:rgba(255,255,255,.72); line-height:1.55; }
.traffic-overview-icon { width:64px; height:64px; display:grid; place-items:center; flex:0 0 auto; border-radius:20px; background:rgba(255,255,255,.12); font-size:1.45rem; }
.traffic-toolbar { display:flex; align-items:center; justify-content:space-between; gap:24px; margin:26px 0 18px; }
.traffic-filters { display:flex; flex-wrap:wrap; gap:8px; }
.traffic-filter { display:inline-flex; align-items:center; gap:8px; border:1px solid var(--line); border-radius:999px; padding:10px 14px; background:#fff; color:var(--ink); font:inherit; font-size:.82rem; font-weight:850; cursor:pointer; transition:.2s ease; }
.traffic-filter span { min-width:22px; height:22px; display:grid; place-items:center; padding:0 6px; border-radius:999px; background:#edf1f3; color:var(--muted); font-size:.72rem; }
.traffic-filter:hover { border-color:rgba(7,63,115,.28); }
.traffic-filter.is-active { border-color:#073f73; background:#073f73; color:#fff; }
.traffic-filter.is-active span { background:rgba(255,255,255,.16); color:#fff; }
.traffic-updated { margin:0; color:var(--muted); font-size:.78rem; white-space:nowrap; }
.traffic-loading,.traffic-error,.traffic-empty { display:flex; align-items:center; gap:16px; min-height:120px; padding:26px; border:1px solid var(--line); border-radius:22px; background:#fff; color:var(--muted); }
.traffic-loading { justify-content:center; }
.traffic-loading i { color:#073f73; }
.traffic-error > i,.traffic-empty > i { width:48px; height:48px; display:grid; place-items:center; flex:0 0 auto; border-radius:15px; background:rgba(7,63,115,.08); color:#073f73; }
.traffic-error strong,.traffic-empty strong { display:block; color:var(--ink); }
.traffic-error p,.traffic-empty p { margin:5px 0 0; }
.traffic-list { display:grid; gap:12px; }
.traffic-message { display:grid; grid-template-columns:56px minmax(0,1fr); gap:18px; padding:22px; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:0 10px 30px rgba(8,47,53,.035); }
.traffic-message-icon { width:50px; height:50px; display:grid; place-items:center; border-radius:16px; background:rgba(7,63,115,.08); color:#073f73; font-size:1.05rem; }
.traffic-closure .traffic-message-icon { background:rgba(151,34,34,.09); color:#8f2222; }
.traffic-road { display:inline-grid; place-items:center; min-width:40px; height:26px; padding:0 9px; border-radius:8px; background:#073f73; color:#fff; font-size:.73rem; font-weight:950; }
.traffic-message-topline { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin-bottom:9px; }
.traffic-type { color:#073f73; font-size:.75rem; font-weight:900; }
.traffic-distance { margin-left:auto; color:var(--muted); font-size:.72rem; }
.traffic-message h3 { margin:0; font-size:1.12rem; letter-spacing:-.025em; line-height:1.35; }
.traffic-direction { display:flex; align-items:center; gap:8px; margin:8px 0 0; color:#073f73; font-size:.82rem; font-weight:800; }
.traffic-description { margin:10px 0 0; color:var(--muted); font-size:.9rem; line-height:1.58; }
.traffic-source { margin:22px 3px 0; color:var(--muted); font-size:.74rem; line-height:1.55; }
.traffic-source a { color:#073f73; font-weight:800; }
@media (max-width:720px){
  .traffic-overview { align-items:flex-start; padding:24px; border-radius:24px; }
  .traffic-overview-icon { width:52px; height:52px; border-radius:16px; }
  .traffic-toolbar { align-items:flex-start; flex-direction:column; gap:12px; }
  .traffic-updated { white-space:normal; }
  .traffic-message { grid-template-columns:44px minmax(0,1fr); gap:14px; padding:18px; }
  .traffic-message-icon { width:42px; height:42px; border-radius:13px; }
  .traffic-distance { width:100%; margin-left:0; }
}

/* Traffic pagination v2.9 */
.traffic-pagination { display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:7px; margin:24px 0 4px; }
.traffic-page-button { min-width:40px; height:40px; padding:0 12px; border:1px solid var(--line); border-radius:12px; background:#fff; color:var(--ink); font:inherit; font-size:.82rem; font-weight:850; cursor:pointer; transition:.2s ease; }
.traffic-page-button:hover:not(:disabled):not(.is-active) { border-color:#073f73; color:#073f73; }
.traffic-page-button.is-active { border-color:#073f73; background:#073f73; color:#fff; }
.traffic-page-button:disabled { opacity:.38; cursor:default; }

/* v3.3 – Bremen chillt editorial additions */
.nav-social {
  width: 34px;
  height: 34px;
  display: inline-grid !important;
  place-items: center;
  border-radius: 50%;
  background: rgba(7,63,115,.08);
  color: var(--blue) !important;
  font-size: 1rem !important;
}
.nav-social:hover { background: rgba(7,63,115,.14); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; color: var(--muted); font-size: .76rem; font-weight: 800; }
.hero-facts span { position: relative; }
.hero-facts span + span::before { content: "·"; position: absolute; left: -11px; color: rgba(8,47,53,.35); }

.section-service { background: #eef2f5; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.service-card { position: relative; min-height: 260px; display: flex; flex-direction: column; padding: 28px; border-radius: 26px; background: #fff; border: 1px solid rgba(7,63,115,.08); box-shadow: 0 14px 40px rgba(8,47,53,.05); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(8,47,53,.09); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: var(--blue); color: #fff; font-size: 1.05rem; margin-bottom: 30px; }
.service-card .overline { margin-bottom: 7px; }
.service-card h3 { margin: 0; font-size: 1.3rem; letter-spacing: -.025em; }
.service-card p:not(.overline) { margin: 10px 0 0; color: var(--muted); line-height: 1.6; font-size: .92rem; }
.service-arrow { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: 1.25rem; font-weight: 900; }
.section-action { margin-top: 28px; }
.outline-button { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 18px; border: 1px solid rgba(7,63,115,.2); border-radius: 999px; color: var(--blue); font-size: .88rem; font-weight: 850; }
.outline-button:hover { background: rgba(7,63,115,.06); }

.section-newcomer { background: #fff; }
.newcomer-layout { display: grid; grid-template-columns: .8fr 1.1fr; gap: 80px; align-items: start; }
.newcomer-layout h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.05em; }
.newcomer-copy > p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 1.05rem; }
.inline-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.section-discovery { padding-top: 0; background: #fff; }
.discovery-card { padding: 52px; border-radius: 30px; background: #073f73; color: #fff; }
.discovery-card h2 { max-width: 760px; margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.discovery-card > p:last-child { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.72); line-height: 1.7; font-size: 1.02rem; }
.brand-claim { margin-top: 24px !important; color: var(--blue) !important; font-size: .8rem !important; font-weight: 950; letter-spacing: .12em; }
.social-strip { padding: 58px 0; background: #fff; }
.social-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.social-inner h2 { margin: 0; max-width: 690px; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.08; letter-spacing: -.04em; }
.social-button { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; min-height: 54px; padding: 0 22px; border-radius: 999px; background: #222; color: #fff; font-weight: 850; }
.social-button i { font-size: 1.22rem; }

.subpage-hero--shows { padding-bottom: 66px; }
.shows-hero-grid { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: center; }
.shows-claim-card { min-height: 220px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 28px; background: #073f73; color: #fff; }
.shows-claim-card span { color: #b9d9f5; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.shows-claim-card strong { font-size: 1.75rem; line-height: 1.05; letter-spacing: -.04em; }
.shows-tomorrow-section { background: #eef2f5; }
.tomorrow-list { display: grid; gap: 10px; }
.tomorrow-item { display: grid; grid-template-columns: 95px minmax(0,1fr); gap: 22px; align-items: start; padding: 22px 24px; border-radius: 18px; background: #fff; border: 1px solid rgba(8,47,53,.08); }
.tomorrow-item time { font-size: 1.05rem; font-weight: 900; color: var(--blue); }
.tomorrow-copy h3 { margin: 0; font-size: 1.15rem; }
.tomorrow-copy p { margin: 7px 0 0; color: var(--muted); line-height: 1.55; }
.show-host { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; color: var(--blue); font-size: .78rem; font-weight: 800; }
.shows-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.show-card { display: grid; grid-template-columns: 94px minmax(0,1fr); gap: 22px; align-items: center; padding: 22px; border-radius: 22px; background: var(--paper); border: 1px solid rgba(8,47,53,.08); }
.show-card-mark { width: 94px; aspect-ratio: 1; overflow: hidden; border-radius: 18px; background: #fff; }
.show-card-mark img { width: 100%; height: 100%; object-fit: cover; }
.show-card-copy .overline { margin-bottom: 6px; }
.show-card-copy h3 { margin: 0; font-size: 1.16rem; }
.show-card-copy > p:not(.overline) { margin: 8px 0 0; color: var(--muted); line-height: 1.55; font-size: .9rem; }
.schedule-status { margin: 24px 0 0; color: var(--muted); font-size: .78rem; }

@media (max-width: 1080px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .newcomer-layout { grid-template-columns: 1fr; gap: 28px; }
  .shows-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .shows-claim-card { min-height: 180px; }
}
@media (max-width: 760px) {
  .hero-facts { gap: 7px 12px; }
  .hero-facts span + span::before { display: none; }
  .discovery-card { padding: 34px 26px; border-radius: 24px; }
  .social-inner { align-items: flex-start; flex-direction: column; }
  .shows-grid { grid-template-columns: 1fr; }
  .show-card { grid-template-columns: 72px minmax(0,1fr); gap: 16px; }
  .show-card-mark { width: 72px; }
  .tomorrow-item { grid-template-columns: 72px minmax(0,1fr); padding: 19px; }
  .nav-social { width: auto; height: auto; display: flex !important; justify-content: flex-start; background: transparent; }
}

/* Empfang page v3.4 */
.reception-page { background: #f6f3f2; }
.reception-hero { padding: 76px 0 74px; border-bottom: 1px solid var(--line); }
.reception-hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); gap: 70px; align-items: center; }
.reception-hero-copy h1 { max-width: 650px; margin: 0; font-size: clamp(2.7rem,5vw,4.35rem); line-height: .98; letter-spacing: -.055em; }
.reception-lead { max-width: 590px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.72; }
.reception-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.reception-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.reception-facts span { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); color: var(--muted); font-size: .78rem; font-weight: 800; }
.reception-facts i { color: var(--blue); }
.reception-hero-image { position: relative; margin: 0; min-height: 430px; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); background: #e8eceb; }
.reception-hero-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.reception-hero-image figcaption { position: absolute; left: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px; padding: 11px 14px; border-radius: 999px; background: rgba(34,34,34,.84); color: #fff; font-size: .8rem; font-weight: 800; backdrop-filter: blur(10px); }

.reception-section { padding: 92px 0 104px; background: #fff; }
.reception-section-head { display: grid; grid-template-columns: minmax(0,.85fr) minmax(320px,.65fr); gap: 70px; align-items: end; margin-bottom: 42px; }
.reception-section-head h2 { max-width: 620px; margin: 0; font-size: clamp(2.15rem,4vw,3.3rem); line-height: 1; letter-spacing: -.05em; }
.reception-section-head > p { margin: 0; color: var(--muted); line-height: 1.7; }
.reception-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.reception-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #f7f5f4; }
.reception-card--wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); }
.reception-card-media { aspect-ratio: 16 / 9; overflow: hidden; background: #e9ecec; }
.reception-card--wide .reception-card-media { aspect-ratio: auto; min-height: 390px; }
.reception-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.reception-card:hover .reception-card-media img { transform: scale(1.025); }
.reception-card-body { position: relative; padding: 30px; }
.reception-card--wide .reception-card-body { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.reception-number { position: absolute; right: 28px; top: 27px; color: rgba(7,63,115,.25); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.reception-card .overline { padding-right: 42px; }
.reception-card h3 { max-width: 470px; margin: 0; font-size: clamp(1.45rem,2.4vw,2rem); line-height: 1.08; letter-spacing: -.04em; }
.reception-card p:not(.overline) { max-width: 560px; margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.reception-card a { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; margin-top: 22px; color: var(--blue); font-weight: 900; }
.reception-card--dark { background: #073f73; color: #fff; border-color: #073f73; }
.reception-card--dark .reception-card-body { background: #073f73; }
.reception-card--dark .overline { color: #b9d9f5; }
.reception-card--dark .reception-number { color: rgba(255,255,255,.3); }
.reception-card--dark p:not(.overline) { color: rgba(255,255,255,.7); }

.reception-cta-section { padding: 0 0 100px; background: #fff; }
.reception-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 44px 48px; border-radius: 30px; background: #073f73; color: #fff; }
.reception-cta h2 { margin: 0; font-size: clamp(2rem,3.6vw,3rem); line-height: 1; letter-spacing: -.045em; }
.reception-cta p:not(.eyebrow) { max-width: 650px; margin: 13px 0 0; color: rgba(255,255,255,.68); line-height: 1.6; }
.reception-cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 22px; flex: 0 0 auto; border-radius: 999px; background: #fff; color: #073f73; font-size: .9rem; font-weight: 900; }
.reception-cta-button i { font-size: .78rem; }

@media (max-width: 980px) {
  .reception-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .reception-hero-image { min-height: 360px; }
  .reception-hero-image img { min-height: 360px; }
  .reception-section-head { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .reception-card--wide { grid-template-columns: 1fr; }
  .reception-card--wide .reception-card-media { min-height: 320px; }
  .reception-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 720px) {
  .reception-hero { padding: 56px 0 58px; }
  .reception-hero-image { min-height: 285px; border-radius: 24px; }
  .reception-hero-image img { min-height: 285px; }
  .reception-section { padding: 64px 0 74px; }
  .reception-grid { grid-template-columns: 1fr; }
  .reception-card--wide { grid-column: auto; display: block; }
  .reception-card-media, .reception-card--wide .reception-card-media { min-height: 0; aspect-ratio: 16 / 10; }
  .reception-card--wide .reception-card-body, .reception-card-body { padding: 24px; }
  .reception-cta-section { padding-bottom: 72px; }
  .reception-cta { padding: 30px 26px; border-radius: 24px; }
}

/* Empfang v3.5 */
.reception-hero--tower{position:relative;min-height:570px;padding:0;overflow:hidden;border-bottom:0;background:#073f73;color:#fff}
.reception-hero-backdrop{position:absolute;inset:0}
.reception-hero-backdrop::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,51,.88) 0%,rgba(3,28,51,.72) 42%,rgba(3,28,51,.18) 76%,rgba(3,28,51,.10) 100%)}
.reception-hero-backdrop img{width:100%;height:100%;object-fit:cover;object-position:center 45%}
.reception-hero-overlay{position:relative;z-index:1;display:flex;align-items:center;min-height:570px;padding-top:72px;padding-bottom:72px}
.reception-hero-copy--light{max-width:680px}
.reception-hero-copy--light h1{color:#fff;font-size:clamp(2.65rem,5vw,4.15rem)}
.reception-hero-copy--light .reception-lead{color:rgba(255,255,255,.82)}
.primary-button--light{background:#fff!important;color:#073f73!important}
.secondary-link--light{color:#fff!important}
.reception-facts--light span{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.10);color:#fff;backdrop-filter:blur(10px)}
.reception-facts--light i{color:#fff}
.reception-platforms{padding-top:88px}
.reception-platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:26px}
.reception-platform-card{position:relative;display:block;min-height:340px;overflow:hidden;border-radius:28px;background:#0a2943;box-shadow:var(--shadow)}
.reception-platform-card img{width:100%;height:100%;min-height:340px;object-fit:cover;transition:transform .45s ease,filter .45s ease}
.reception-platform-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 35%,rgba(0,0,0,.78) 100%)}
.reception-platform-card:hover img{transform:scale(1.025)}
.reception-platform-overlay{position:absolute;z-index:1;left:26px;right:26px;bottom:24px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;color:#fff}
.reception-platform-overlay strong{font-size:1.65rem;letter-spacing:-.03em}
.reception-platform-overlay small{font-size:.8rem;font-weight:800}
.reception-grid--devices{margin-top:22px}
.reception-card-body--icon{min-height:310px;display:flex;flex-direction:column;justify-content:flex-end}
.reception-device-icon{margin-bottom:auto;color:#073f73;font-size:2.3rem}
@media (max-width:760px){
  .reception-hero--tower,.reception-hero-overlay{min-height:500px}
  .reception-hero-backdrop::after{background:linear-gradient(90deg,rgba(3,28,51,.9),rgba(3,28,51,.62))}
  .reception-platform-grid{grid-template-columns:1fr}
  .reception-platform-card,.reception-platform-card img{min-height:280px}
  .reception-platform-overlay{left:20px;right:20px;bottom:18px}
}


/* Empfang page v3.6 – kompakter Seitenkopf */
.reception-hero--compact{padding:70px 0 54px;background:#f6f3f2;border-bottom:0}
.reception-hero--compact .reception-hero-copy{max-width:760px;margin-bottom:38px}
.reception-hero--compact .reception-hero-copy h1{max-width:720px;font-size:clamp(2.35rem,4vw,3.45rem);line-height:1;letter-spacing:-.05em}
.reception-hero--compact .reception-lead{max-width:680px;margin-top:18px}
.reception-signal-teaser{position:relative;display:block;height:330px;overflow:hidden;border-radius:28px;background:#073f73;box-shadow:var(--shadow);color:#fff}
.reception-signal-teaser>img{width:100%;height:100%;object-fit:cover;object-position:center 48%;transition:transform .5s ease}
.reception-signal-teaser:hover>img{transform:scale(1.018)}
.reception-signal-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,51,.84) 0%,rgba(3,28,51,.60) 42%,rgba(3,28,51,.10) 78%)}
.reception-signal-content{position:absolute;left:38px;bottom:34px;z-index:1;display:flex;max-width:590px;flex-direction:column;align-items:flex-start;gap:8px}
.reception-signal-content>span:first-child{font-size:.73rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.76)}
.reception-signal-content strong{font-size:clamp(1.65rem,3vw,2.45rem);line-height:1.04;letter-spacing:-.04em}
.reception-signal-link{display:inline-flex;align-items:center;gap:9px;margin-top:7px;font-size:.84rem;font-weight:900}
.reception-platforms{padding-top:74px}
@media(max-width:760px){
  .reception-hero--compact{padding:48px 0 40px}
  .reception-hero--compact .reception-hero-copy{margin-bottom:28px}
  .reception-signal-teaser{height:250px;border-radius:22px}
  .reception-signal-shade{background:linear-gradient(90deg,rgba(3,28,51,.86),rgba(3,28,51,.42))}
  .reception-signal-content{left:24px;right:24px;bottom:24px}
  .reception-platforms{padding-top:60px}
}

/* Mitmachen / Karriere */
.jobs-intro{max-width:820px;margin-bottom:32px}.jobs-note{display:inline-flex;gap:10px;align-items:center;margin-top:18px;padding:11px 15px;border-radius:999px;background:#eef4f8;color:#073f73;font-weight:750;font-size:.92rem}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0 42px}.benefit-card{padding:22px;border:1px solid rgba(7,63,115,.1);border-radius:20px;background:#fff}.benefit-card i{color:#073f73;font-size:1.25rem;margin-bottom:15px}.benefit-card h3{font-size:1rem;margin:0 0 7px}.benefit-card p{margin:0;color:#68747a;font-size:.92rem;line-height:1.55}.jobs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.job-card{background:#fff;border:1px solid rgba(7,63,115,.1);border-radius:24px;padding:26px;display:flex;flex-direction:column;align-items:flex-start}.job-card--wide{grid-column:1/-1}.job-icon{width:48px;height:48px;border-radius:15px;background:#073f73;color:#fff;display:grid;place-items:center;font-size:1.15rem;margin-bottom:18px}.job-card h2{font-size:1.35rem;margin:0 0 6px}.job-card .job-claim{color:#073f73;font-weight:750;margin:0 0 14px}.job-card p{color:#68747a;line-height:1.65}.job-details{width:100%;margin-top:12px;border-top:1px solid #e8ebed}.job-details summary{cursor:pointer;list-style:none;padding:17px 0;font-weight:800;color:#073f73;display:flex;justify-content:space-between;align-items:center}.job-details summary::-webkit-details-marker{display:none}.job-details summary:after{content:'+';font-size:1.35rem;font-weight:500}.job-details[open] summary:after{content:'−'}.job-details h3{font-size:.98rem;margin:15px 0 8px}.job-details ul{margin:0 0 18px;padding-left:20px;color:#68747a;line-height:1.6}.job-apply{margin-top:auto;padding-top:16px}.why-block{margin-top:48px;background:#073f73;color:#fff;border-radius:28px;padding:38px}.why-block h2,.why-block p{color:#fff}.why-block p{max-width:850px;line-height:1.7;opacity:.9}.apply-block{margin-top:22px;padding:34px;border-radius:28px;background:#fff;border:1px solid rgba(7,63,115,.1)}.apply-block h2{margin-top:0}.apply-block ul{color:#68747a;line-height:1.7}.apply-emails{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.apply-emails a{display:inline-flex;padding:10px 14px;border-radius:999px;background:#eef4f8;color:#073f73;font-weight:750;text-decoration:none}.jobs-final{margin-top:44px;background:#073f73;color:#fff;border-radius:28px;padding:42px;text-align:center}.jobs-final h2{color:#fff;margin:0 0 10px}.jobs-final p{color:#fff;opacity:.9;margin:0 auto 22px;max-width:680px}@media(max-width:900px){.benefit-grid{grid-template-columns:repeat(2,1fr)}.jobs-grid{grid-template-columns:1fr}.job-card--wide{grid-column:auto}}@media(max-width:560px){.benefit-grid{grid-template-columns:1fr}.why-block,.apply-block,.jobs-final{padding:26px 20px}.job-card{padding:22px}}

/* Mitmachen v3.8 */
.jobs-grid + *{}
.eyebrow + .jobs-grid{}
main .container > .eyebrow:has(+ .jobs-grid){font-size:1.05rem;letter-spacing:.12em;margin-bottom:12px}
.job-card > p:not(.job-claim){margin-bottom:0}
.job-details{margin-top:auto}
.job-apply{margin-top:0}
@media(max-width:560px){main .container > .eyebrow:has(+ .jobs-grid){font-size:1rem}}


/* Mitmachen: Bilder dezent in das bestehende Seitensystem integriert */
.mitmachen-image{position:relative;margin:0 0 38px;border-radius:26px;overflow:hidden;background:#073f73;min-height:280px}
.mitmachen-image img{display:block;width:100%;height:320px;object-fit:cover}
.mitmachen-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,51,.78) 0%,rgba(3,28,51,.28) 52%,rgba(3,28,51,.05) 100%);pointer-events:none}
.mitmachen-image figcaption{position:absolute;left:30px;bottom:26px;z-index:1;color:#fff;display:flex;flex-direction:column;gap:5px;max-width:520px}
.mitmachen-image figcaption span{text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:800;opacity:.85}
.mitmachen-image figcaption strong{font-size:clamp(1.3rem,2.2vw,2rem);line-height:1.12}
.mitmachen-split-teaser{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:28px;align-items:stretch;margin:8px 0 42px;border:1px solid rgba(7,63,115,.1);border-radius:26px;overflow:hidden;background:#fff}
.mitmachen-split-copy{padding:32px 34px;align-self:center}
.mitmachen-split-copy h2{margin:4px 0 12px;font-size:clamp(1.45rem,2vw,2rem)}
.mitmachen-split-copy p:last-child{margin-bottom:0;color:#68747a;line-height:1.7}
.mitmachen-split-teaser img{width:100%;height:100%;min-height:280px;object-fit:cover}
.jobs-heading{margin-top:0}
.apply-block--media{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:28px;align-items:stretch;padding:0;overflow:hidden}
.apply-block__content{padding:34px}
.apply-block__image{position:relative;min-height:330px;background:#06111b;overflow:hidden}
.apply-block__image img{width:100%;height:100%;object-fit:cover}
.apply-block__image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,28,51,.65),rgba(3,28,51,0) 55%)}
.apply-block__image span{position:absolute;left:24px;bottom:22px;z-index:1;color:#fff;font-size:1.08rem;font-weight:800}
@media(max-width:900px){.mitmachen-split-teaser,.apply-block--media{grid-template-columns:1fr}.mitmachen-split-teaser img{height:260px}.apply-block__image{min-height:280px}.mitmachen-image img{height:280px}}
@media(max-width:560px){.mitmachen-image{min-height:220px;border-radius:22px}.mitmachen-image img{height:240px}.mitmachen-image figcaption{left:20px;right:20px;bottom:18px}.mitmachen-split-copy,.apply-block__content{padding:24px 20px}.mitmachen-split-teaser{gap:0}.mitmachen-split-teaser img{height:220px;min-height:0}.apply-block__image{min-height:230px}}

/* v4.4 – full-width menu opening from the top */
.header-inner { justify-content: space-between; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.menu-toggle {
  display: inline-grid;
  place-items: center;
  margin-left: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  cursor: pointer;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(8,47,53,.08);
  box-shadow: 0 8px 24px rgba(8,47,53,.08);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.menu-toggle:hover { transform: translateY(-1px); background: var(--blue); color: #fff; }
.menu-toggle i { font-size: 1rem; }
.menu-toggle span:not(.sr-only) { display: none; }

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(8,26,30,.28);
  opacity: 0;
  backdrop-filter: blur(4px);
  transition: opacity .32s ease;
}
.nav-backdrop.is-open { opacity: 1; }

.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 0 max(28px, calc((100vw - var(--shell)) / 2));
  background: rgba(246,243,242,.985);
  box-shadow: 0 30px 90px rgba(8,47,53,.18);
  transform: translateY(-102%);
  visibility: hidden;
  transition: transform .38s cubic-bezier(.22,.61,.36,1), visibility .38s;
  overflow-y: auto;
}
.nav-drawer.is-open { transform: translateY(0); visibility: visible; }

.nav-drawer-head {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 0 0 auto;
  border-bottom: 1px solid var(--line);
}
.nav-drawer-brand { width: 142px; height: 58px; display: flex; align-items: center; overflow: hidden; }
.nav-drawer-brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.nav-close {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8,47,53,.08);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(8,47,53,.08);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.nav-close:hover { background: var(--blue); color: #fff; transform: rotate(4deg); }
.nav-close i { font-size: 1.08rem; }

.nav-drawer .main-nav {
  position: static;
  width: min(100%, 920px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  align-items: stretch;
  gap: 10px 48px;
  margin: auto;
  padding: 52px 0 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.nav-drawer .main-nav a {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 4px;
  border-bottom: 1px solid rgba(8,47,53,.12);
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 850;
  letter-spacing: -.025em;
  transition: color .2s ease, padding .2s ease;
}
.nav-drawer .main-nav a i { color: rgba(7,63,115,.34); font-size: .78rem; transition: transform .2s ease, color .2s ease; }
.nav-drawer .main-nav a:hover,
.nav-drawer .main-nav a[aria-current="page"] { color: var(--blue); padding-left: 10px; }
.nav-drawer .main-nav a:hover i,
.nav-drawer .main-nav a[aria-current="page"] i { color: var(--blue); transform: translateX(4px); }
.nav-drawer .main-nav a[aria-current="page"] span { position: relative; }
.nav-drawer .main-nav a[aria-current="page"] span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  bottom: -10px;
  height: 3px;
  border-radius: 3px;
  background: var(--blue);
}

.nav-drawer-footer {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 0 42px;
}
.drawer-listen {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.drawer-listen:hover { transform: translateY(-1px); background: var(--blue-2); box-shadow: 0 12px 26px rgba(7,63,115,.18); }
body.nav-open { overflow: hidden; }

@media (max-width: 980px) {
  .main-nav { position: static; left: auto; right: auto; top: auto; }
  .menu-toggle { display: inline-grid; }
  .header-listen { display: inline-flex; }
  .nav-drawer .main-nav { width: min(100%, 760px); gap: 6px 32px; }
}

@media (max-width: 700px) {
  .site-header { background: rgba(246,243,242,.96); }
  .header-inner { min-height: 72px; }
  .header-actions { gap: 8px; }
  .header-listen { display: none; }
  .menu-toggle { width: 44px; height: 44px; }
  .nav-drawer { padding-inline: 20px; }
  .nav-drawer-head { min-height: 76px; }
  .nav-drawer-brand { width: 118px; height: 48px; }
  .nav-close { width: 44px; height: 44px; }
  .nav-drawer .main-nav {
    width: 100%;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 0;
    margin: 0;
    padding: 28px 0 24px;
  }
  .nav-drawer .main-nav a { min-height: 58px; font-size: 1.05rem; }
  .nav-drawer-footer { margin-top: auto; padding-bottom: 24px; }
  .drawer-listen { width: 100%; }
}


/* =========================================================
   v4.5 – dark editorial home inspired by modern radio portals
   ========================================================= */
:root{
  --bc-bg:#07090b;
  --bc-bg-2:#0d1115;
  --bc-panel:#11171c;
  --bc-panel-2:#151d24;
  --bc-blue:#073f73;
  --bc-blue-bright:#0b5d9f;
  --bc-text:#f5f7f8;
  --bc-muted:#9aa6ad;
  --bc-line:rgba(255,255,255,.10);
}

/* Header stays bright as a deliberate contrast, like the reference site. */
.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid rgba(8,47,53,.08)}
.site-header .menu-toggle{background:#fff;color:#082f35}
.site-header .menu-toggle:hover{background:var(--bc-blue);color:#fff}

/* Full-page menu: dark and editorial. */
.nav-drawer{background:#07090b;color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.42)}
.nav-drawer-head{border-bottom-color:rgba(255,255,255,.10)}
.nav-drawer-brand{background:#fff;border-radius:14px;padding:5px 10px}
.nav-close{background:#11171c;color:#fff;border-color:rgba(255,255,255,.12);box-shadow:none}
.nav-close:hover{background:var(--bc-blue);color:#fff}
.nav-drawer .main-nav a{color:#fff;border-bottom-color:rgba(255,255,255,.10)}
.nav-drawer .main-nav a i{color:rgba(255,255,255,.28)}
.nav-drawer .main-nav a:hover,.nav-drawer .main-nav a[aria-current="page"]{color:#6fb6ee}
.nav-drawer .main-nav a:hover i,.nav-drawer .main-nav a[aria-current="page"] i{color:#6fb6ee}
.nav-drawer .main-nav a[aria-current="page"] span::after{background:#6fb6ee}
.drawer-listen{background:#fff;color:#073f73}
.drawer-listen:hover{background:#dbeefe;color:#073f73}

.home-redesign{background:var(--bc-bg);color:var(--bc-text);overflow:hidden}
.home-redesign .shell{width:min(calc(100% - 64px),1220px)}
.home-redesign .eyebrow{color:#8dc7f2}
.home-redesign .eyebrow--light{color:#8dc7f2}

.home-hero{position:relative;padding:82px 0 72px;background:
  radial-gradient(circle at 78% 20%,rgba(11,93,159,.24),transparent 33%),
  radial-gradient(circle at 15% 85%,rgba(7,63,115,.16),transparent 34%),
  #07090b;
  border-bottom:1px solid var(--bc-line)
}
.home-hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:28px;background:linear-gradient(176deg,transparent 49%,#073f73 50%)}
.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:72px;align-items:center}
.home-hero-copy h1{margin:0;font-size:clamp(3rem,6vw,5.3rem);line-height:.94;letter-spacing:-.055em;color:#fff}
.home-hero-copy>p:not(.eyebrow){max-width:650px;margin:25px 0 0;font-size:1.08rem;line-height:1.75;color:var(--bc-muted)}
.home-hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:32px}
.home-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:999px;background:var(--bc-blue);color:#fff;font-weight:850;transition:.2s ease}
.home-cta:hover{background:var(--bc-blue-bright);transform:translateY(-1px)}
.home-cta i{font-size:.78rem}
.home-text-link{display:inline-flex;align-items:center;gap:9px;color:#fff;font-weight:800}
.home-text-link i{font-size:.76rem;color:#78baf0}
.home-hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.home-hero-tags span{padding:7px 11px;border:1px solid var(--bc-line);border-radius:999px;color:#b7c0c6;font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}

.home-onair{position:relative;padding:24px;border:1px solid rgba(255,255,255,.10);border-radius:28px;background:linear-gradient(145deg,#11171c,#0c1115);box-shadow:0 28px 80px rgba(0,0,0,.35)}
.home-onair::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(11,93,159,.16),transparent 55%);pointer-events:none}
.home-onair-label{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;color:#aab5bc;font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.12em}
.home-onair-label span:first-child{display:inline-flex;padding:7px 10px;border-radius:999px;background:#fff;color:#073f73;letter-spacing:.1em}
.home-onair-main{position:relative;display:grid;grid-template-columns:172px 1fr;gap:25px;align-items:center}
.home-cover-wrap{aspect-ratio:1;border-radius:22px;overflow:hidden;background:#0c1115;box-shadow:0 15px 36px rgba(0,0,0,.32)}
.home-cover{width:100%;height:100%;object-fit:cover}
.home-onair-copy p{margin:0 0 8px;color:#71b8ef;text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;font-weight:900}
.home-onair-copy h2{margin:0;color:#fff;font-size:clamp(1.65rem,2.6vw,2.45rem);line-height:1.02;letter-spacing:-.035em;overflow-wrap:anywhere}
.home-onair-copy strong{display:block;margin-top:9px;color:#9eabb3;font-size:1rem;line-height:1.45}
.home-onair-bottom{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding-top:17px;border-top:1px solid var(--bc-line)}
.home-onair-bottom>span{color:#7f8c94;font-size:.72rem;line-height:1.4}
.home-onair-bottom>a{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#fff;color:#073f73;transition:.2s ease}
.home-onair-bottom>a:hover{transform:scale(1.06)}

.home-radio-strip{position:relative;background:#073f73;padding:54px 0 48px;color:#fff}
.radio-strip-grid{display:grid;grid-template-columns:.72fr 1fr 1fr auto;gap:14px;align-items:stretch}
.radio-strip-grid>div:first-child{display:flex;flex-direction:column;justify-content:center;padding-right:22px}
.home-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:900;color:#62abe1}
.home-kicker--light{color:#c8e6fb}
.radio-strip-grid>div:first-child .home-kicker{color:#c8e6fb}
.radio-strip-grid h2{margin:0;font-size:clamp(1.9rem,3vw,2.75rem);letter-spacing:-.04em}
.radio-program-card{display:flex;flex-direction:column;min-height:154px;padding:20px;border:1px solid rgba(255,255,255,.15);background:rgba(0,0,0,.12)}
.radio-program-card--active{background:#fff;color:#082f35;border-color:#fff}
.radio-program-card>span{font-size:.65rem;font-weight:900;letter-spacing:.14em;color:#a9d8f6}
.radio-program-card--active>span{color:#073f73}
.radio-program-card div{margin:auto 0}
.radio-program-card h3{margin:0 0 7px;font-size:1.12rem;line-height:1.15}
.radio-program-card p{margin:0;color:rgba(255,255,255,.65);font-size:.82rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.radio-program-card--active p{color:#6f7d7f}
.radio-program-card time{margin-top:10px;font-size:.72rem;font-weight:800;color:rgba(255,255,255,.58)}
.radio-program-card--active time{color:#6f7d7f}
.radio-strip-link{display:flex;align-items:center;justify-content:center;gap:9px;min-width:150px;padding:0 18px;border:1px solid rgba(255,255,255,.18);font-weight:850;font-size:.86rem;transition:.2s ease}
.radio-strip-link:hover{background:#fff;color:#073f73}

.home-section{padding:92px 0}
.home-section--dark{background:#0d1115}
.home-section--black{background:#07090b}
.home-section--blue{background:#073f73;color:#fff}
.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:36px}
.home-section-head h2,.home-editorial-copy h2,.home-about-grid h2,.home-final-inner h2,.home-social-inner h2{margin:0;color:#fff;font-size:clamp(2.25rem,4.3vw,4rem);line-height:.98;letter-spacing:-.05em}
.home-section-head>p{max-width:470px;margin:0;color:#8f9ba2;line-height:1.65}
.home-section-head--blue>p{color:rgba(255,255,255,.68)}

.home-redesign .recent-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.home-redesign .recent-card{padding:0 0 14px;background:#13191e;border:1px solid rgba(255,255,255,.08);overflow:hidden}
.home-redesign .recent-cover-wrap{border-radius:0;background:#0b0f12}
.home-redesign .recent-time{left:10px;bottom:10px;background:#073f73}
.home-redesign .recent-info{padding:14px 14px 0}
.home-redesign .recent-info h3{color:#fff}
.home-redesign .recent-info p{color:#87939a}
.home-redesign .loading-card{border-color:rgba(255,255,255,.12);color:#8f9ba2;background:#11171c}

.home-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-service-card{position:relative;min-height:270px;display:flex;flex-direction:column;padding:24px;border:1px solid rgba(255,255,255,.10);background:#11171c;transition:.25s ease;overflow:hidden}
.home-service-card::before{content:"";position:absolute;inset:auto 0 0;height:5px;background:#073f73;transform:scaleX(0);transform-origin:left;transition:.25s ease}
.home-service-card:hover{transform:translateY(-4px);background:#151d24;border-color:rgba(111,182,238,.32)}
.home-service-card:hover::before{transform:scaleX(1)}
.home-service-index{align-self:flex-end;color:#556169;font-size:.7rem;font-weight:900;letter-spacing:.12em}
.home-service-card>i{margin-top:32px;color:#5faee6;font-size:1.7rem}
.home-service-card>div{margin-top:auto}
.home-service-card h3{margin:0 0 8px;color:#fff;font-size:1.45rem}
.home-service-card p{margin:0;color:#8e9aa1;line-height:1.6}
.home-card-arrow{position:absolute;right:22px;bottom:22px;color:#6fb6ee;font-size:1.1rem}

.home-events-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.home-event-card{min-height:190px;padding:22px;background:#fff;color:#082f35;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
.home-event-date{width:64px;height:74px;display:grid;place-items:center;align-content:center;background:#073f73;color:#fff}
.home-event-date strong{font-size:1.55rem;line-height:1}.home-event-date span{font-size:.66rem;font-weight:900;letter-spacing:.1em;margin-top:4px}
.home-event-card p{margin:0 0 6px;color:#6a7780;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.home-event-card h3{margin:0 0 7px;font-size:1.15rem}.home-event-card span{color:#6a7780;font-size:.85rem}
.home-event-card>a{font-size:1.1rem;color:#073f73}
.home-events-empty{display:grid;grid-template-columns:82px 1fr;gap:22px;align-items:center;min-height:150px;padding:28px;background:#fff;color:#082f35}
.home-events-plus{width:68px;height:68px;display:grid;place-items:center;border-radius:50%;background:#073f73;color:#fff;font-size:2rem;font-weight:300}
.home-events-empty p{margin:0 0 5px;color:#073f73;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.home-events-empty h3{margin:0;font-size:1.55rem}.home-events-empty div>span{display:block;margin-top:7px;color:#728087}

.home-editorial-grid{display:grid;grid-template-columns:1fr .92fr;gap:44px;align-items:stretch}
.home-editorial-copy{padding:24px 0;align-self:center}
.home-editorial-copy>p:not(.home-kicker){max-width:630px;margin:24px 0 0;color:#929ea5;line-height:1.75;font-size:1.02rem}
.home-inline-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:28px}
.home-editorial-poster{min-height:350px;display:flex;flex-direction:column;justify-content:flex-end;padding:34px;background:linear-gradient(145deg,#073f73 0%,#0b5d9f 55%,#0a2740 100%);position:relative;overflow:hidden}
.home-editorial-poster::before{content:"";position:absolute;width:240px;height:240px;border:48px solid rgba(255,255,255,.08);border-radius:50%;right:-70px;top:-60px}
.home-editorial-poster>span{position:relative;color:#bfe3fb;font-size:.72rem;letter-spacing:.16em;font-weight:900}
.home-editorial-poster strong{position:relative;margin-top:12px;color:#fff;font-size:clamp(2rem,3.5vw,3.4rem);line-height:.98;letter-spacing:-.05em}
.home-editorial-poster p{position:relative;margin:16px 0 0;color:rgba(255,255,255,.72)}

.home-about-grid{display:grid;grid-template-columns:.8fr 1.15fr;gap:44px 70px;align-items:start}
.home-about-copy p{margin:4px 0 22px;color:#929ea5;line-height:1.78;font-size:1.02rem}
.home-about-copy strong{color:#6fb6ee;font-size:.78rem;letter-spacing:.13em}
.home-genre-list{grid-column:1/-1;display:flex;flex-wrap:wrap;border-top:1px solid var(--bc-line);border-left:1px solid var(--bc-line)}
.home-genre-list span{flex:1 1 180px;padding:20px;border-right:1px solid var(--bc-line);border-bottom:1px solid var(--bc-line);color:#fff;font-weight:850;text-align:center;background:#0d1115}

.home-final-cta{padding:72px 0;background:#073f73;color:#fff}
.home-final-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.home-final-inner p{margin:0 0 8px;color:#cae8fb;text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:900}
.home-cta--light{background:#fff;color:#073f73}.home-cta--light:hover{background:#d8eefc;color:#073f73}

.home-social{padding:68px 0;background:#0d1115}
.home-social-inner{display:flex;align-items:center;justify-content:space-between;gap:34px}
.home-social-inner h2{font-size:clamp(2rem,3.5vw,3.2rem)}
.home-social-inner>div>span{display:block;margin-top:12px;color:#8f9ba2}
.home-social-inner>a{display:inline-flex;align-items:center;gap:12px;padding:15px 18px;border:1px solid var(--bc-line);color:#fff;font-weight:800}.home-social-inner>a i{font-size:1.15rem;color:#6fb6ee}

/* Footer remains the requested #222222. */
.site-footer{background:#222;color:#fff;border-top:0}
.site-footer .footer-copy p,.site-footer .footer-copy span,.site-footer .footer-nav a{color:rgba(255,255,255,.72)}
.site-footer .footer-nav a:hover{color:#fff}
.site-footer .to-top{color:#fff;border-color:rgba(255,255,255,.16)}
.site-footer .to-top:hover{background:#073f73;border-color:#073f73}
.site-footer .footer-brand{background:#fff;border-radius:12px;padding:5px 9px}

@media(max-width:1050px){
  .home-hero-grid{grid-template-columns:1fr;gap:42px}.home-onair{max-width:760px}
  .radio-strip-grid{grid-template-columns:1fr 1fr}.radio-strip-grid>div:first-child{grid-column:1/-1}.radio-strip-link{min-height:64px}
  .home-redesign .recent-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  .home-redesign .shell{width:min(calc(100% - 40px),1220px)}
  .home-section{padding:70px 0}.home-section-head{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:28px}
  .home-service-grid{grid-template-columns:1fr}.home-service-card{min-height:210px}
  .home-editorial-grid,.home-about-grid{grid-template-columns:1fr;gap:28px}.home-about-grid{gap:24px}.home-genre-list{grid-column:auto}
  .home-events-grid{grid-template-columns:1fr 1fr}
  .home-final-inner,.home-social-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .home-redesign .shell{width:min(calc(100% - 28px),1220px)}
  .home-hero{padding:56px 0 58px}.home-hero::after{height:18px}
  .home-hero-copy h1{font-size:clamp(2.8rem,15vw,4rem)}
  .home-onair{padding:18px;border-radius:22px}.home-onair-main{grid-template-columns:112px 1fr;gap:16px}.home-cover-wrap{border-radius:16px}.home-onair-copy h2{font-size:1.45rem}
  .radio-strip-grid{grid-template-columns:1fr}.radio-program-card{min-height:130px}.radio-strip-link{min-height:58px}
  .home-redesign .recent-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-redesign .recent-info{padding-inline:11px}
  .home-events-grid{grid-template-columns:1fr}.home-events-empty{grid-template-columns:58px 1fr;padding:20px}.home-events-plus{width:54px;height:54px}
  .home-editorial-poster{min-height:280px;padding:26px}.home-section-head h2,.home-editorial-copy h2,.home-about-grid h2,.home-final-inner h2{font-size:clamp(2rem,11vw,3rem)}
  .home-genre-list span{flex-basis:50%;padding:15px 10px;font-size:.82rem}
}

/* =========================================================
   v4.6 – consistent dark mode across header and subpages
   ========================================================= */
:root {
  --ink: #f5f7f8;
  --ink-2: #dbe3e8;
  --paper: #07090b;
  --paper-2: #0d1115;
  --soft: #151d24;
  --muted: #9aa6ad;
  --line: rgba(255,255,255,.10);
  --white: #11171c;
  --shadow: 0 24px 70px rgba(0,0,0,.28);
}

body { background:#07090b; color:#f5f7f8; }

/* Header now belongs to the dark visual system. */
.site-header {
  background: rgba(7,9,11,.94);
  border-bottom-color: rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
}
.site-header .brand img,
.nav-drawer-brand img { filter:none; }
.site-header .menu-toggle {
  color:#fff;
  background:#11171c;
  border-color:rgba(255,255,255,.12);
  box-shadow:none;
}
.site-header .menu-toggle:hover { background:#073f73; color:#fff; }
.header-listen { box-shadow:none; }
@media(max-width:700px){ .site-header{background:rgba(7,9,11,.96)} }

/* Keep the full-page navigation equally dark. */
.nav-drawer { background:#07090b; }
.nav-drawer-brand { background:transparent; padding:0; }
.nav-drawer-head { border-bottom-color:rgba(255,255,255,.10); }
.nav-close { background:#11171c; border-color:rgba(255,255,255,.12); color:#fff; }
.nav-drawer .main-nav a { border-bottom-color:rgba(255,255,255,.10); }

/* Footer logo: transparent artwork + white treatment, no white box. */
.site-footer .footer-brand { background:transparent; padding:0; border-radius:0; }
.site-footer .footer-brand img { filter:brightness(0) invert(1); opacity:.96; }

/* Two local-service cards after removing ÖPNV. */
.home-service-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
@media(max-width:820px){ .home-service-grid{grid-template-columns:1fr} }

/* Shared subpage canvas. */
.subpage-main,
.reception-page,
.weather-page { background:#07090b; color:#f5f7f8; }
.subpage-hero,
.reception-hero--compact {
  background:#07090b;
  border-bottom-color:rgba(255,255,255,.10);
}
.subpage-hero h1,
.reception-hero-copy h1,
.reception-section-head h2,
.content-card h2,
.content-card h3,
.contact-box h2,
.jobs-intro h2,
.job-card h2,
.mitmachen-split-copy h2,
.apply-block h2,
.weather-section-head h2,
.weather-districts-head h2,
.traffic-overview h2 { color:#fff; }
.subpage-hero p:not(.eyebrow),
.reception-lead { color:#9aa6ad; }
.subpage-section,
.section-light,
.reception-section,
.reception-cta-section,
.weather-section,
.traffic-section,
.shows-tomorrow-section { background:#0d1115; }

/* Generic cards / forms. */
.content-card,
.contact-box,
.benefit-card,
.job-card,
.apply-block,
.mitmachen-split-teaser,
.reception-card,
.weather-forecast-block,
.weather-loading,
.weather-error,
.traffic-loading,
.traffic-error,
.traffic-empty,
.traffic-message,
.tomorrow-item,
.shows-card,
.loading-card {
  background:#11171c;
  border-color:rgba(255,255,255,.10);
  box-shadow:none;
}
.content-card p,
.contact-box p,
.benefit-card p,
.job-card p,
.job-details ul,
.mitmachen-split-copy p:last-child,
.reception-card p:not(.overline),
.tomorrow-copy p { color:#9aa6ad; }
.content-card a,
.job-card .job-claim,
.job-details summary,
.reception-card a,
.tomorrow-item time { color:#6fb6ee; }

.contact-form input,
.contact-form textarea {
  background:#0b0f12;
  color:#fff;
  border-color:rgba(255,255,255,.12);
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color:#0b5d9f;
  box-shadow:0 0 0 4px rgba(11,93,159,.14);
}

/* Mitmachen keeps the visual hierarchy, but no light islands. */
.jobs-note { background:rgba(111,182,238,.10); color:#8dc7f2; }
.job-details { border-top-color:rgba(255,255,255,.10); }
.apply-emails a { background:#0b1c28; color:#8dc7f2; }
.mitmachen-split-teaser { background:#11171c; }
.benefit-card i { color:#6fb6ee; }

/* Weather: retain blue live-weather card, darken everything around it. */
.weather-section { background:#0d1115; }
.weather-districts { background:transparent; }
.weather-district {
  background:#11171c;
  color:#dfe7eb;
  border-color:rgba(255,255,255,.10);
}
.weather-district:hover { border-color:rgba(111,182,238,.42); }
.weather-district.is-active { background:#073f73; border-color:#0b5d9f; color:#fff; }
.weather-loading,
.weather-error { background:#11171c; }
.weather-error strong { color:#fff; }
.weather-forecast-block { background:#11171c; }
.forecast-card { background:#0b0f12; border-color:rgba(255,255,255,.10); }
.forecast-card.is-today { background:rgba(7,63,115,.24); border-color:rgba(111,182,238,.30); }
.forecast-day,.forecast-temp strong { color:#fff; }
.forecast-icon,.forecast-rain,.weather-source a { color:#6fb6ee; }

/* Traffic page dark mode. */
.traffic-section { background:#0d1115; }
.traffic-filter,
.traffic-page-button {
  background:#11171c;
  color:#dfe7eb;
  border-color:rgba(255,255,255,.10);
}
.traffic-filter span { background:#1b242b; color:#9aa6ad; }
.traffic-filter:hover,
.traffic-page-button:hover:not(:disabled):not(.is-active) { border-color:#0b5d9f; color:#8dc7f2; }
.traffic-filter.is-active,
.traffic-page-button.is-active { background:#073f73; border-color:#0b5d9f; color:#fff; }
.traffic-message h3,
.traffic-error strong,
.traffic-empty strong { color:#fff; }
.traffic-message-icon { background:rgba(111,182,238,.10); color:#6fb6ee; }
.traffic-type,.traffic-direction,.traffic-source a { color:#6fb6ee; }

/* Shows / schedule. */
.shows-tomorrow-section { background:#0d1115; }
.tomorrow-item { background:#11171c; border-color:rgba(255,255,255,.10); }
.schedule-status { color:#9aa6ad; }

/* Reception page. */
.reception-page { background:#07090b; }
.reception-hero--compact { background:#07090b; }
.reception-section,
.reception-cta-section { background:#0d1115; }
.reception-card { background:#11171c; border-color:rgba(255,255,255,.10); }
.reception-number { color:rgba(111,182,238,.35); }
.reception-device-icon { color:#6fb6ee; }
.reception-card--dark { background:#073f73; border-color:#0b5d9f; }
.reception-card--dark .reception-card-body { background:#073f73; }

/* Old helper components that can still appear on legal/service pages. */
.service-placeholder .overline { color:#6fb6ee; }
.traffic-links > a:hover { background:#151d24; border-color:rgba(111,182,238,.28); }
.weather-widget-shell { background:#11171c; }
.info-card-head > i { background:rgba(111,182,238,.10); color:#6fb6ee; }

/* Ensure headings/labels retain strong contrast everywhere. */
.eyebrow,.overline { color:#6fb6ee; }
.section-copy,.program-note,.form-note,.weather-updated,.weather-source,.traffic-updated,.traffic-source { color:#9aa6ad; }


/* v4.7 – supplied dark-mode logo artwork. */
.site-header .brand img,
.nav-drawer-brand img,
.site-footer .footer-brand img {
  filter: none;
  opacity: 1;
}
.site-header .brand,
.nav-drawer-brand { height: 60px; }
.site-footer .footer-brand { width: 132px; height: 82px; }
@media (max-width:700px) {
  .site-header .brand, .nav-drawer-brand { height: 50px; }
  .site-footer .footer-brand { width: 118px; height: 72px; }
}


/* =========================================================
   v4.8 – compact local service cards + footer/nav refinements
   ========================================================= */

/* Live-listen labels: keep them clearly readable on the dark navigation. */
.nav-drawer .drawer-listen,
.nav-drawer .drawer-listen:visited {
  color: #f7fbff;
}
.nav-drawer .drawer-listen:hover,
.nav-drawer .drawer-listen:focus-visible {
  color: #ffffff;
}
.site-header .header-listen,
.site-header .header-listen:visited {
  color: #eaf5ff;
}
.site-header .header-listen:hover,
.site-header .header-listen:focus-visible {
  color: #ffffff;
}

/* Weather + traffic on the homepage only need a compact amount of space. */
.home-service-grid {
  max-width: 920px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.home-service-card {
  min-height: 176px;
  padding: 20px 22px;
}
.home-service-card > i {
  margin-top: 10px;
  font-size: 1.4rem;
}
.home-service-card > div {
  margin-top: 18px;
  padding-right: 34px;
}
.home-service-card h3 {
  font-size: 1.2rem;
}
.home-service-card p {
  font-size: .86rem;
  line-height: 1.5;
}
.home-card-arrow {
  right: 20px;
  bottom: 18px;
}

/* Top now belongs to the same footer row as logo, copy and legal links. */
.footer-top { display: none; }
.footer-inner {
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
}
.to-top {
  min-width: auto;
  flex-direction: row;
  gap: 9px;
  padding: 0;
  color: rgba(255,255,255,.72);
  background: transparent;
  border: 0;
  transition: none;
}
.to-top i {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: transparent;
  transition: none;
}
.to-top:hover,
.to-top:focus-visible,
.site-footer .to-top:hover,
.site-footer .to-top:focus-visible {
  color: rgba(255,255,255,.72);
  background: transparent;
  border-color: transparent;
}
.to-top:hover i,
.to-top:focus-visible i {
  transform: none;
  background: transparent;
  border-color: rgba(255,255,255,.16);
}

@media (max-width: 820px) {
  .home-service-grid { max-width: none; grid-template-columns: 1fr; }
  .home-service-card { min-height: 154px; }
}
@media (max-width: 720px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .to-top { justify-self: center; }
}


/* v4.9 — compact Bremen service strip */
#bremen-service {
  padding-top: 76px;
  padding-bottom: 76px;
}
.home-service-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
  margin-bottom: 30px;
}
.home-service-head h2 {
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.home-service-head > p {
  max-width: 360px;
  margin: 0 0 5px;
  color: #8f9ca5;
  font-size: .95rem;
  line-height: 1.55;
}
.home-service-grid.home-service-grid--compact {
  max-width: none;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.home-service-card.home-service-card--compact {
  min-height: 0;
  display: grid;
  grid-template-columns: 62px minmax(0,1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 20px 22px;
  background: #10161b;
  border: 1px solid rgba(255,255,255,.09);
  overflow: hidden;
  transform: none;
}
.home-service-card.home-service-card--compact::before {
  width: 4px;
  height: 100%;
  inset: 0 auto 0 0;
  transform: none;
  background: #0b67ad;
}
.home-service-card.home-service-card--compact:hover {
  transform: none;
  background: #141c22;
  border-color: rgba(95,174,230,.34);
}
.home-service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: #073f73;
  color: #8fd0ff;
  font-size: 1.35rem;
}
.home-service-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.home-service-label {
  color: #5faee6;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.home-service-copy strong {
  color: #fff;
  font-size: 1.13rem;
  line-height: 1.2;
}
.home-service-copy small {
  color: #8f9ca5;
  font-size: .82rem;
  line-height: 1.45;
}
.home-service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  color: #eaf5ff;
  font-size: .78rem;
  font-weight: 800;
}
.home-service-link i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #073f73;
  color: #fff;
  font-size: .7rem;
}
@media (max-width: 900px) {
  .home-service-head { grid-template-columns: 1fr; gap: 12px; }
  .home-service-head > p { max-width: 520px; }
  .home-service-grid.home-service-grid--compact { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  #bremen-service { padding-top: 56px; padding-bottom: 56px; }
  .home-service-card.home-service-card--compact {
    grid-template-columns: 48px minmax(0,1fr);
    gap: 15px;
    padding: 17px 16px;
  }
  .home-service-icon { width: 46px; height: 46px; font-size: 1.08rem; }
  .home-service-link { grid-column: 2; margin-top: 6px; justify-content: flex-start; }
  .home-service-copy strong { font-size: 1.02rem; }
}

/* =========================================================
   v5.0 – navigation live CTA
   ========================================================= */
.nav-drawer-footer {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 22px 0 32px;
  border-top: 1px solid rgba(255,255,255,.12);
  justify-content: flex-start;
}
.nav-drawer .drawer-listen,
.nav-drawer .drawer-listen:visited {
  width: auto;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  font-size: .98rem;
  font-weight: 800;
  letter-spacing: .01em;
  gap: 12px;
  transition: opacity .18s ease;
}
.nav-drawer .drawer-listen .play-dot {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 50%;
  background: #0b5f9f;
  color: #fff;
  font-size: .72rem;
  padding-left: 2px;
}
.nav-drawer .drawer-listen:hover,
.nav-drawer .drawer-listen:focus-visible {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  transform: none;
  opacity: .78;
}
@media (max-width:700px) {
  .nav-drawer-footer { width: calc(100% - 32px); padding-bottom: 24px; }
  .nav-drawer .drawer-listen { width: auto; }
}

/* =========================================================
   v5.1 – requested homepage / shows / reception refinements
   ========================================================= */
/* Hero: station identity instead of player. */
.home-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);
  gap:70px;
}
.home-hero-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:360px;
}
.home-hero-logo img{
  width:min(100%,460px);
  max-height:330px;
  object-fit:contain;
  filter:drop-shadow(0 26px 55px rgba(0,0,0,.28));
}

/* Player now lives as its own compact section between hero and programme. */
.home-player-section{
  position:relative;
  padding:34px 0;
  background:#0d1115;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.home-player-section .home-onair--wide{
  width:100%;
  max-width:none;
  padding:20px 22px;
  border-radius:18px;
  box-shadow:none;
}
.home-onair--wide .home-onair-label{margin-bottom:14px}
.home-onair--wide .home-onair-main{
  grid-template-columns:92px minmax(0,1fr) auto;
  gap:22px;
}
.home-onair--wide .home-cover-wrap{border-radius:12px}
.home-onair--wide .home-onair-copy h2{font-size:clamp(1.45rem,2.2vw,2rem)}
.home-onair-play{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  background:#073f73;
  color:#fff;
  font-weight:850;
  white-space:nowrap;
}
.home-onair-play i{font-size:.72rem}
.home-onair--wide .home-onair-bottom{margin-top:14px;padding-top:13px}

/* Keep genre cells uniform. A static Charts cell is added in JS so a seventh API genre never stretches full width. */
.home-genre-list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.home-genre-list span{min-width:0}

/* Full weekly schedule and airtimes on A–Z cards. */
.week-schedule{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:10px;
}
.week-day-card{
  min-width:0;
  border:1px solid rgba(255,255,255,.10);
  background:#11171c;
}
.week-day-head{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:16px 15px;
  background:#073f73;
  color:#fff;
}
.week-day-head span{font-weight:900;font-size:1rem}
.week-day-head small{color:#b9d9f5;font-size:.68rem}
.week-day-shows{padding:6px 14px 13px}
.week-show-row{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.week-show-row:last-child{border-bottom:0}
.week-show-row time{display:block;margin-bottom:5px;color:#6fb6ee;font-size:.72rem;font-weight:900}
.week-show-row strong{display:block;color:#fff;font-size:.86rem;line-height:1.25}
.week-show-row small{display:block;margin-top:4px;color:#8f9ba2;font-size:.7rem;line-height:1.35}
.week-empty{margin:10px 0 0;color:#7f8c94;font-size:.75rem;line-height:1.45}
.show-airtimes{
  display:block;
  margin-top:14px;
  color:#6fb6ee;
  font-size:.75rem;
  font-weight:800;
  line-height:1.45;
}
.show-airtimes + .show-host{margin-top:7px}

/* Reception device cards: browser and smartphone/tablet keep exactly the same proportions. */
.reception-grid--devices{align-items:stretch}
.reception-grid--devices > .reception-card:not(.reception-card--wide){height:100%}
.reception-grid--devices > .reception-card:not(.reception-card--wide) .reception-card-body--icon{
  min-height:340px;
  height:100%;
  justify-content:flex-start;
}
.reception-grid--devices > .reception-card:not(.reception-card--wide) .reception-card-body--icon > p:not(.overline){flex:1}

@media(max-width:1100px){
  .week-schedule{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:820px){
  .home-hero-grid{grid-template-columns:1fr;gap:34px}
  .home-hero-logo{min-height:220px;justify-content:flex-start}
  .home-hero-logo img{width:min(78vw,390px);max-height:240px}
  .home-genre-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .week-schedule{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .home-player-section{padding:24px 0}
  .home-onair--wide .home-onair-main{grid-template-columns:84px 1fr;gap:14px}
  .home-onair-play{grid-column:1/-1;justify-content:center}
  .home-onair--wide .home-onair-bottom{display:none}
  .week-schedule{grid-template-columns:1fr}
  .reception-grid--devices > .reception-card:not(.reception-card--wide) .reception-card-body--icon{min-height:0}
}

/* v5.2 – blue transition belongs to the radio strip, not the hero */
.home-hero::after{display:none!important}
.home-player-section{padding-bottom:46px;border-bottom:0}
.home-radio-strip{position:relative;margin-top:0;padding-top:64px}
.home-radio-strip::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-28px;
  height:29px;
  background:linear-gradient(176deg,transparent 49%,#073f73 50%);
  pointer-events:none;
}
@media (max-width:760px){
  .home-player-section{padding-bottom:34px}
  .home-radio-strip{padding-top:52px}
  .home-radio-strip::before{top:-18px;height:19px}
}

/* v5.3 – premium weekly schedule with day selector */
.week-schedule-premium{margin-top:4px}
.week-tabs{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:1px;
  padding:1px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px 16px 0 0;
  overflow:hidden;
}
.week-tab{
  position:relative;
  min-height:76px;
  padding:14px 10px;
  border:0;
  background:#11171c;
  color:#849198;
  cursor:pointer;
  font:inherit;
  transition:background .18s ease,color .18s ease;
}
.week-tab::after{
  content:"";
  position:absolute;
  left:18px;right:18px;bottom:0;
  height:3px;
  background:#55adf0;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .18s ease;
}
.week-tab:hover{background:#151d23;color:#d7e0e5}
.week-tab.is-active{background:#073f73;color:#fff}
.week-tab.is-active::after{transform:scaleX(1)}
.week-tab-short{display:none}
.week-tab-label{display:block;font-size:.78rem;font-weight:900;letter-spacing:.04em}
.week-stage{
  border:1px solid rgba(255,255,255,.10);
  border-top:0;
  background:linear-gradient(145deg,#10161b,#0d1216);
  border-radius:0 0 16px 16px;
  overflow:hidden;
}
.week-panel{padding:30px 34px 34px}
.week-panel[hidden]{display:none!important}
.week-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.10)}
.week-panel-head h3{margin:4px 0 0;color:#fff;font-size:clamp(1.6rem,3vw,2.35rem);letter-spacing:-.035em}
.week-count{padding:8px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#aeb8bd;font-size:.72rem;font-weight:850;white-space:nowrap}
.week-timeline{padding-top:6px}
.week-timeline-item{display:grid;grid-template-columns:82px 24px minmax(0,1fr);gap:0;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.075)}
.week-timeline-item:last-child{border-bottom:0}
.week-time{padding-top:4px;color:#67b8f2;font-size:.92rem;font-weight:950;letter-spacing:.02em}
.week-timeline-line{position:relative}
.week-timeline-line::before{content:"";position:absolute;left:50%;top:-20px;bottom:-20px;width:1px;background:rgba(255,255,255,.10);transform:translateX(-50%)}
.week-timeline-item:first-child .week-timeline-line::before{top:7px}
.week-timeline-item:last-child .week-timeline-line::before{bottom:calc(100% - 9px)}
.week-timeline-line i{position:absolute;top:8px;left:50%;width:9px;height:9px;border-radius:50%;background:#55adf0;box-shadow:0 0 0 5px rgba(85,173,240,.10);transform:translate(-50%,-50%)}
.week-show-content{padding-left:22px}
.week-show-content .overline{margin:0 0 6px;color:#72818a;font-size:.62rem}
.week-show-content h4{margin:0;color:#fff;font-size:1.08rem;line-height:1.25}
.week-show-content>p:not(.overline){max-width:720px;margin:7px 0 0;color:#9aa6ad;font-size:.82rem;line-height:1.55}
.week-host{display:inline-flex;align-items:center;gap:7px;margin-top:10px;color:#b7c1c6;font-size:.74rem;font-weight:750}
.week-host i{color:#67b8f2}
.week-empty-premium{display:flex;align-items:center;gap:18px;padding:34px 0;color:#9aa6ad}
.week-empty-premium>i{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#073f73;color:#fff}
.week-empty-premium strong{display:block;margin-bottom:4px;color:#fff}
.week-empty-premium p{margin:0;font-size:.82rem;line-height:1.5}

@media(max-width:820px){
  .week-tabs{display:flex;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}
  .week-tabs::-webkit-scrollbar{display:none}
  .week-tab{flex:0 0 104px;min-height:64px;scroll-snap-align:start}
  .week-tab-label{font-size:.72rem}
  .week-panel{padding:24px 20px 28px}
}
@media(max-width:560px){
  .week-tab{flex-basis:68px;padding:12px 8px}
  .week-tab-label{display:none}
  .week-tab-short{display:block;font-size:.82rem;font-weight:950}
  .week-panel-head{align-items:flex-start;flex-direction:column;gap:12px}
  .week-timeline-item{grid-template-columns:62px 18px minmax(0,1fr)}
  .week-show-content{padding-left:14px}
}

/* =========================================================
   v5.4 – small layout refinements
   ========================================================= */
/* Center the station logo in the mobile homepage hero. */
@media (max-width:820px){
  .home-hero-logo{
    justify-content:center;
    width:100%;
    text-align:center;
  }
  .home-hero-logo img{
    margin-inline:auto;
  }
}

/* Keep all genre tiles in one row on desktop. */
@media (min-width:1001px){
  .home-genre-list{
    grid-template-columns:repeat(7,minmax(0,1fr));
  }
  .home-genre-list span{
    padding-inline:12px;
    white-space:nowrap;
  }
}

/* The long shows closing claim needs a little less visual weight so the CTA stays aligned. */
.closing-cta--shows h2{
  font-size:clamp(1.85rem,3vw,2.8rem);
  line-height:1.04;
  max-width:760px;
}
@media (max-width:700px){
  .closing-cta--shows h2{
    font-size:clamp(1.7rem,8vw,2.25rem);
  }
}

/* v5.5: Keep the Sendungen closing claim on one line on desktop. */
@media (min-width: 901px){
  .closing-cta--shows .closing-inner{
    gap:24px;
  }
  .closing-cta--shows .closing-inner > div:first-child{
    flex:1 1 auto;
    min-width:0;
  }
  .closing-cta--shows h2{
    max-width:none;
    font-size:clamp(1.65rem,2.15vw,2.35rem);
    line-height:1.05;
    letter-spacing:-.035em;
    white-space:nowrap;
  }
  .closing-cta--shows .primary-button{
    flex:0 0 auto;
    white-space:nowrap;
  }
}

/* =========================================================
   v5.6 – mobile playlist / recently played
   ========================================================= */
@media (max-width: 620px) {
  .home-redesign #playlist .home-section-head {
    margin-bottom: 22px;
  }

  .home-redesign #playlist .home-section-head > p {
    font-size: .92rem;
    line-height: 1.55;
  }

  .home-redesign .recent-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.09);
  }

  .home-redesign .recent-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    min-height: 98px;
    padding: 11px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
    overflow: visible;
  }

  .home-redesign .recent-cover-wrap {
    width: 76px;
    height: 76px;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #0b0f12;
  }

  .home-redesign .recent-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-redesign .recent-card:hover .recent-cover {
    transform: none;
  }

  .home-redesign .recent-time {
    left: 6px;
    bottom: 6px;
    padding: 4px 7px;
    font-size: .6rem;
    line-height: 1;
  }

  .home-redesign .recent-info {
    min-width: 0;
    padding: 0 10px 0 0;
  }

  .home-redesign .recent-info h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.3;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-redesign .recent-info p {
    margin-top: 5px;
    font-size: .82rem;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* v5.7 – clearer A–Z airtimes */
.show-airtimes{
  flex-wrap:wrap;
  row-gap:6px;
}
.show-airtime-range{
  display:inline-flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}
.show-airtime-range i{
  font-size:.68em;
  opacity:.72;
}
.show-airtime-sep{
  margin:0 7px;
  opacity:.42;
}
@media(max-width:560px){
  .show-airtimes{align-items:flex-start}
  .show-airtime-sep{display:none}
}

/* v5.8 – iOS-safe schedule times + compact A–Z airtimes */
.week-time{
  display:flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
}
.week-time i{font-size:.65em;opacity:.7}
.week-time small{font-size:.62rem;font-weight:800;color:#7f8d95}
.show-airtimes{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:5px;
}
.show-airtime-summary{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.show-airtime-summary>strong{
  color:#6fb6ee;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.02em;
  white-space:nowrap;
}
.show-airtime-range{color:#93a0a7}

@media(max-width:560px){
  .week-timeline-item{
    grid-template-columns:1fr;
    padding:18px 0;
  }
  .week-time{
    margin-bottom:9px;
    padding:0 0 0 0;
    color:#67b8f2;
    font-size:.84rem;
    line-height:1.2;
    overflow:visible;
  }
  .week-timeline-line{display:none}
  .week-show-content{padding-left:0}
  .show-airtime-summary{
    flex-wrap:wrap;
    gap:5px 8px;
  }
}
\n\n/* v6.3 – Mitmachen: gleichmäßiges Premium-Grid */
@media (min-width: 1101px){
  .jobs-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
  .job-card{min-width:0;height:100%}
  .job-card--wide{grid-column:auto}
  .job-card > p:not(.job-claim){min-height:5.15em}
}
@media (min-width: 701px) and (max-width:1100px){
  .jobs-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}
  .job-card--wide{grid-column:auto}
  .job-card > p:not(.job-claim){min-height:5.15em}
}
@media (max-width:700px){
  .jobs-grid{grid-template-columns:1fr}
  .job-card > p:not(.job-claim){min-height:0}
}
.job-card{overflow:hidden}
.job-details{margin-top:auto}
.job-apply{margin-top:0;padding-top:16px}

/* Contact form */
.contact-mail { margin: 22px 0 !important; }
.contact-mail a { font-size: clamp(1.05rem, 1.6vw, 1.35rem); font-weight: 800; color: var(--accent); text-decoration: none; overflow-wrap: anywhere; }
.contact-mail a:hover { text-decoration: underline; }
.form-note { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.form-note a { color: var(--accent); }
.form-status { margin-bottom: 18px; padding: 14px 16px; border-radius: 14px; font-size: .9rem; line-height: 1.5; border: 1px solid var(--line); }
.form-status--success { background: rgba(28, 125, 82, .12); border-color: rgba(59, 181, 120, .35); }
.form-status--error { background: rgba(173, 52, 52, .12); border-color: rgba(220, 86, 86, .35); }
.form-hp { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }


/* Kontaktformular: Spam-Schutz, Datenschutz und CTA */
.contact-form .contact-submit {
  background: #1f8be0;
  color: #fff;
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(31, 139, 224, .24);
}
.contact-form .contact-submit:hover,
.contact-form .contact-submit:focus-visible {
  background: #43a5ef;
  color: #071018;
  box-shadow: 0 14px 32px rgba(67, 165, 239, .3);
}
.contact-captcha {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
}
.contact-captcha__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.contact-captcha strong { display: block; font-size: .98rem; }
.contact-form .contact-captcha input {
  min-width: 0;
  text-align: center;
  font-weight: 850;
  font-size: 1.05rem;
}
.contact-form .privacy-check {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--muted);
  cursor: pointer;
}
.contact-form .privacy-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: #43a5ef;
  cursor: pointer;
}
.contact-form .privacy-check a { color: var(--accent); font-weight: 750; }
@media (max-width: 620px) {
  .contact-captcha { grid-template-columns: 1fr 92px; padding: 14px; gap: 12px; }
  .contact-form .contact-submit { width: 100%; }
}


/* RadioGruppe Deutschland network badge – analog Radio Rheinland */
.network-bar {
  height: 38px;
  min-height: 38px;
  background: #ffffff;
  border-bottom: 1px solid #eceff3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  position: relative;
  z-index: 40;
}
.network-bar__brand,
.network-bar__more {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.network-bar__brand img {
  display: block;
  height: 24px;
  width: auto;
  max-width: none;
}
.network-bar__more {
  gap: 7px;
  color: #e5007d;
  font-size: 13px;
  font-weight: 700;
}
.network-bar__more:hover {
  color: #bd0068;
}
@media(max-width:620px) {
  .network-bar { height:34px; min-height:34px; padding:0 10px; }
  .network-bar__brand img { height:21px; }
  .network-bar__more { font-size:11px; }
}


/* CMS-driven events & news */
.home-event-card{overflow:hidden}.home-event-card--image{display:block}.home-event-image{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.home-event-inner{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:20px}.home-event-info small{display:block;margin-top:10px;line-height:1.5;opacity:.78}.home-event-link{font-size:1.35rem}.home-news-section{background:#0b1014}.home-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-news-card{background:#11171c;border:1px solid #26323a;border-radius:18px;overflow:hidden}.home-news-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.home-news-card-body{padding:20px}.home-news-card h2,.home-news-card h3{margin:6px 0 10px;line-height:1.2}.home-news-card h2{font-size:1.5rem}.home-news-card h3{font-size:1.35rem}.home-news-card-body>p:not(.home-news-meta){color:#aebbc3}.home-news-meta{margin:0;color:#5caef0;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.news-detail{padding:70px 0}.news-detail-shell{max-width:920px}.news-detail h1{font-size:clamp(2.2rem,5vw,4.8rem);line-height:1;max-width:850px;margin:10px 0 20px}.news-lead{font-size:1.3rem;color:#b9c6ce;max-width:800px}.news-hero-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:20px;margin:28px 0}.news-body{font-size:1.08rem;line-height:1.85;color:#d8e0e5}.news-author{margin-top:30px;color:#82929c}.content-page .home-news-grid{margin-top:12px}@media(max-width:900px){.home-news-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.home-news-grid{grid-template-columns:1fr}.home-event-inner{grid-template-columns:auto 1fr}.home-event-link{grid-column:2}.news-detail{padding:45px 0}}
.home-event-card{display:block;min-height:0;padding:0;background:#fff;color:#082f35;border-radius:0}.home-event-inner{min-height:150px}.home-event-card--image .home-event-inner{min-height:132px}.home-event-info h3{margin:0 0 7px}.home-event-info span{color:#6a7780;font-size:.85rem}.home-event-info p{margin:0 0 6px}.home-event-link{color:#073f73!important}
