/**
 * Code Credits
 * Project: kilowattradio
 * Owner: Torsten Nixdorf
 * Coding Brand: Nixdorf Media
 * Purpose: FerienKiste Radio page styling based on the approved v4 design package.
 *
 * Rules:
 * - UTF-8 with German umlauts
 * - no secrets in source code
 * - no external fonts
 * - decorative image language comes from supplied PNG assets
 */

:root {
  --fk-blue: #07326d;
  --fk-blue-soft: #153f78;
  --fk-teal: #009aa6;
  --fk-teal-dark: #007a82;
  --fk-yellow: #ffc42a;
  --fk-yellow-soft: #fff1bd;
  --fk-paper: #fffaf0;
  --fk-cream: #fffdf7;
  --fk-ink: #082a60;
  --fk-line: rgba(7, 50, 109, 0.14);
  --fk-shadow: 0 22px 60px rgba(7, 50, 109, 0.15);
  --fk-radius-xl: 34px;
  --fk-radius-lg: 24px;
  --fk-radius-md: 18px;
  --fk-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--fk-ink);
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, system-ui, sans-serif;
  line-height: 1.5;
  background: var(--fk-paper) url("/assets/img/ferienkiste/bg-flyer-papiertextur.webp") center top / cover fixed;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 4px solid var(--fk-yellow);
  outline-offset: 4px;
}

.fk-skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--fk-blue);
  border-radius: 12px;
}

.fk-skip-link:focus {
  left: 12px;
}

.fk-page {
  min-height: 100dvh;
  overflow: hidden;
}

.fk-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 247, 0.92);
  border-bottom: 1px solid var(--fk-line);
  box-shadow: 0 8px 22px rgba(7, 50, 109, 0.06);
  backdrop-filter: blur(14px);
}

.fk-nav-inner {
  max-width: var(--fk-max);
  min-height: 72px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.fk-brand {
  display: inline-flex;
  align-items: center;
  color: var(--fk-blue);
  font-weight: 900;
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  letter-spacing: -0.02em;
  text-decoration: none;
  background: #fff;
  border: 2px solid rgba(0, 52, 113, 0.16);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  box-shadow: 0 8px 18px rgba(0, 52, 113, 0.08);
}

.fk-brand:hover {
  border-color: rgba(0, 154, 166, 0.42);
  color: var(--fk-teal-dark);
}

.fk-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.96rem;
  font-weight: 900;
}

.fk-nav-links a {
  padding: 9px 12px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.fk-nav-links a:hover {
  background: rgba(0, 154, 166, 0.1);
  transform: translateY(-1px);
}

.fk-section {
  max-width: var(--fk-max);
  margin: 0 auto;
  padding: 76px 22px;
}

.fk-hero {
  position: relative;
  padding-top: 34px;
}

.fk-hero::before,
.fk-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}

.fk-hero::before {
  width: 420px;
  height: 180px;
  top: 16px;
  left: -180px;
  background-image: url("/assets/img/ferienkiste/pinselstrich-blau.png");
  transform: rotate(-18deg);
}

.fk-hero::after {
  width: 360px;
  height: 180px;
  top: 20px;
  right: -170px;
  background-image: url("/assets/img/ferienkiste/pinselkarte-gelb.png");
  transform: rotate(15deg);
}

.fk-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 34px;
  align-items: center;
}

.fk-project-logo {
  width: min(240px, 58vw);
  margin: 8px 0 16px;
  display: block;
}

.fk-project-logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 16px rgba(7, 50, 109, 0.12));
}

.fk-eyebrow {
  margin: 0 0 12px;
  color: var(--fk-teal-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fk-title {
  max-width: 10.5ch;
  margin: 0 0 10px;
  color: var(--fk-blue);
  font-size: clamp(3rem, 7.2vw, 5.5rem);
  font-weight: 1000;
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-wrap: balance;
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.86);
}

.fk-hero-claim {
  max-width: 11ch;
  margin: 0 0 18px;
  color: var(--fk-teal-dark);
  font-size: clamp(2.05rem, 4.4vw, 3.35rem);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.85);
}

.fk-lead {
  max-width: 620px;
  margin: 0 0 24px;
  color: #0b3168;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.fk-audio-teaser {
  position: relative;
  max-width: 640px;
  margin: 0 0 22px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 3px solid rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  box-shadow: 0 16px 34px rgba(7, 50, 109, 0.12);
}

.fk-audio-teaser::before {
  content: "";
  position: absolute;
  inset: auto -12px -24px auto;
  z-index: 0;
  width: 150px;
  height: 76px;
  pointer-events: none;
  background: radial-gradient(circle at 32% 45%, rgba(250, 209, 73, 0.7), transparent 56%);
}

.fk-audio-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
}

.fk-audio-copy span {
  color: var(--fk-teal-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fk-audio-copy strong {
  color: var(--fk-blue);
  font-size: clamp(1.26rem, 2.4vw, 1.7rem);
  font-weight: 1000;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.fk-audio-copy small {
  color: var(--fk-blue-soft);
  font-size: 0.95rem;
  line-height: 1.35;
}

.fk-audio-toggle {
  position: relative;
  z-index: 1;
  min-width: 180px;
  min-height: 54px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: var(--fk-teal-dark);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(0, 118, 129, 0.2);
  cursor: pointer;
  font: inherit;
  font-weight: 1000;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fk-audio-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 28px rgba(0, 118, 129, 0.25);
}

.fk-audio-toggle:active {
  transform: translateY(1px);
}

.fk-audio-toggle:focus-visible {
  outline: 4px solid rgba(250, 209, 73, 0.72);
  outline-offset: 3px;
}

.fk-audio-teaser.is-playing .fk-audio-toggle {
  background: var(--fk-teal-dark);
  box-shadow: 0 14px 26px rgba(0, 118, 129, 0.24);
}

.fk-audio-bars {
  height: 20px;
  display: inline-flex;
  align-items: end;
  gap: 3px;
}

.fk-audio-bars i {
  width: 4px;
  height: 9px;
  display: block;
  background: #fff;
  border-radius: 999px;
  transform-origin: bottom;
}

.fk-audio-bars i:nth-child(2) {
  height: 16px;
}

.fk-audio-bars i:nth-child(3) {
  height: 12px;
}

.fk-audio-bars i:nth-child(4) {
  height: 18px;
}

.fk-audio-teaser.is-playing .fk-audio-bars i {
  animation: fk-audio-wave 720ms ease-in-out infinite alternate;
}

.fk-audio-teaser.is-playing .fk-audio-bars i:nth-child(2) {
  animation-delay: 90ms;
}

.fk-audio-teaser.is-playing .fk-audio-bars i:nth-child(3) {
  animation-delay: 180ms;
}

.fk-audio-teaser.is-playing .fk-audio-bars i:nth-child(4) {
  animation-delay: 270ms;
}

.fk-audio-native {
  position: relative;
  z-index: 1;
  width: 100%;
  grid-column: 1 / -1;
}

.has-js .fk-audio-native {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

@keyframes fk-audio-wave {
  from {
    transform: scaleY(0.55);
  }

  to {
    transform: scaleY(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fk-audio-teaser.is-playing .fk-audio-bars i {
    animation: none;
  }
}

.fk-hero-card {
  display: grid;
  align-items: center;
  gap: 18px;
}

.fk-date-card {
  position: relative;
  min-height: 314px;
  padding: 36px 32px 28px;
  overflow: hidden;
  color: var(--fk-blue);
  text-align: center;
  background: var(--fk-yellow-soft) url("/assets/img/ferienkiste/pinselkarte-gelb.png") center / cover no-repeat;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--fk-radius-xl);
  box-shadow: var(--fk-shadow);
}

.fk-date-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 25px;
}

.fk-date-card > * {
  position: relative;
  z-index: 1;
}

.fk-date-label {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 4px 18px 7px;
  border-bottom: 4px solid var(--fk-blue);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 1000;
}

.fk-date-number {
  font-size: clamp(5.2rem, 14vw, 7rem);
  font-weight: 1000;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.fk-time {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 18px 9px;
  color: #fff;
  background: var(--fk-teal);
  border-radius: 999px;
  font-size: clamp(1.4rem, 3vw, 1.95rem);
  font-weight: 1000;
}

.fk-station-logo-wrap {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.fk-station-logo {
  max-width: 205px;
  filter: drop-shadow(0 10px 18px rgba(7, 50, 109, 0.16));
}

.fk-note-hand {
  width: min(100%, 520px);
  margin: 0 auto;
  color: var(--fk-blue);
  font-size: clamp(1.28rem, 3vw, 1.9rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  transform: rotate(-2deg);
}

.fk-note-hand span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 6px solid var(--fk-yellow);
}

.fk-hero-image-card,
.fk-panel-image {
  overflow: hidden;
  margin: 42px 0 0;
  background: rgba(255, 255, 255, 0.68);
  border: 3px solid rgba(0, 154, 166, 0.24);
  border-radius: var(--fk-radius-xl);
  box-shadow: var(--fk-shadow);
}

.fk-hero-image-card img,
.fk-panel-image img {
  width: 100%;
  object-fit: cover;
}

.fk-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fk-info-card {
  min-height: 260px;
  padding: 25px 24px 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 3px solid rgba(0, 154, 166, 0.28);
  border-radius: var(--fk-radius-lg);
  box-shadow: 0 14px 40px rgba(7, 50, 109, 0.1);
}

.fk-info-card--yellow {
  border-color: rgba(255, 196, 42, 0.82);
}

.fk-info-card h2 {
  margin: 10px 0;
  color: var(--fk-blue);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 1000;
  line-height: 1.06;
}

.fk-info-card p {
  margin: 0;
  color: var(--fk-blue-soft);
  font-size: 1.06rem;
}

.fk-icon-dot {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--fk-teal);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 154, 166, 0.18);
}

.fk-icon-dot::before {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background: #fff;
  border-radius: 12px 12px 12px 4px;
}

.fk-icon-dot--yellow {
  background: var(--fk-yellow);
}

.fk-icon-dot--yellow::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: var(--fk-blue);
  border-radius: 12px 12px 12px 4px;
}

.fk-story {
  padding-top: 26px;
}

.fk-story-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.fk-story-head h2 {
  margin: 0 0 12px;
  color: var(--fk-blue);
  font-size: clamp(2.15rem, 4.8vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.fk-story-head p:last-child {
  margin: 0;
  color: var(--fk-blue-soft);
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
  line-height: 1.45;
}

.fk-story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fk-story-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  background: rgba(255, 255, 255, 0.88);
  border: 3px solid rgba(0, 154, 166, 0.2);
  border-radius: var(--fk-radius-lg);
  box-shadow: 0 16px 42px rgba(7, 50, 109, 0.1);
}

.fk-story-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fk-story-card div {
  padding: 18px 18px 20px;
}

.fk-story-card span {
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--fk-teal);
  border-radius: 50%;
  font-weight: 1000;
}

.fk-story-card h3 {
  margin: 0 0 8px;
  color: var(--fk-blue);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.fk-story-card p {
  margin: 0;
  color: var(--fk-blue-soft);
  font-size: 0.98rem;
  line-height: 1.4;
}

.fk-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.45fr);
  gap: 24px;
  align-items: stretch;
}

.fk-panel {
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.86);
  border: 3px solid rgba(7, 50, 109, 0.1);
  border-radius: var(--fk-radius-xl);
  box-shadow: 0 18px 46px rgba(7, 50, 109, 0.11);
}

.fk-panel h2 {
  margin: 0 0 14px;
  color: var(--fk-blue);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.fk-panel p {
  margin: 0 0 14px;
  color: var(--fk-blue-soft);
  font-size: 1.08rem;
}

.fk-panel p:last-child {
  margin-bottom: 0;
}

.fk-panel-image {
  margin-top: 24px;
  border-radius: var(--fk-radius-md);
  aspect-ratio: 16 / 9;
}

.fk-panel-image img {
  height: 100%;
}

.fk-listen-card {
  padding: 0;
  overflow: hidden;
}

.fk-listen-head {
  padding: 18px 24px;
  color: #fff;
  background: var(--fk-teal);
  font-size: 1.55rem;
  font-weight: 1000;
  line-height: 1.1;
}

.fk-listen-body {
  padding: 20px 22px 24px;
  display: grid;
  gap: 22px;
}

.fk-listen-block {
  display: grid;
  gap: 10px;
}

.fk-listen-block h3 {
  margin: 0;
  color: var(--fk-blue);
  font-size: 1.15rem;
  line-height: 1.1;
}

.fk-frequency-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.fk-frequency-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 2px dashed rgba(0, 154, 166, 0.32);
}

.fk-frequency-list li:last-child {
  border-bottom: 0;
}

.fk-frequency-list strong {
  flex: 0 0 auto;
  color: var(--fk-teal-dark);
  font-size: 1.1rem;
  font-weight: 1000;
}

.fk-frequency-list span,
.fk-listen-note {
  color: var(--fk-blue-soft);
  font-size: 0.92rem;
  line-height: 1.35;
}

.fk-listen-note {
  margin: 0;
}

.fk-stream-link {
  min-height: 42px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #007681;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(0, 154, 166, 0.18);
  font-weight: 950;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.fk-stream-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 154, 166, 0.22);
}

.fk-stream-link:active {
  transform: translateY(1px);
}

.fk-store-links {
  display: grid;
  gap: 10px;
}

.fk-store-badge {
  min-height: 52px;
  padding: 9px 12px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #fff;
  background: #0b1732;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(7, 50, 109, 0.14);
  transition: transform 180ms ease, background-color 180ms ease;
}

.fk-store-badge:hover {
  background: #102552;
  transform: translateY(-1px);
}

.fk-store-badge:active {
  transform: translateY(1px);
}

.fk-store-badge svg {
  width: 30px;
  height: 30px;
}

.fk-store-badge span {
  display: grid;
  gap: 1px;
}

.fk-store-badge small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  line-height: 1;
}

.fk-store-badge strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.1;
}

.fk-quote-strip {
  min-height: 158px;
  margin: 38px auto 0;
  padding: 34px 72px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #fff;
  text-align: center;
  background: url("/assets/img/ferienkiste/pinselstrich-blau.png") center / 100% 100% no-repeat;
  filter: drop-shadow(0 14px 30px rgba(7, 50, 109, 0.16));
  font-size: clamp(1.35rem, 3.1vw, 2.05rem);
  font-style: italic;
  font-weight: 1000;
  line-height: 1.02;
}

.fk-quote-strip span {
  display: block;
}

.fk-quote-strip small {
  display: block;
  color: var(--fk-yellow);
  font-size: 0.58em;
  line-height: 1.1;
}

.fk-footer {
  color: #fff;
  background: var(--fk-blue);
  font-weight: 800;
}

.fk-footer-inner {
  max-width: var(--fk-max);
  margin: 0 auto;
  padding: 34px 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fk-footer-inner--stack {
  display: grid;
  gap: 28px;
}

.fk-footer-credits {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: start;
}

.fk-footer-kicker {
  margin: 0 0 8px;
  color: var(--fk-yellow);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fk-footer-credits h2 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 3.4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.fk-credit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fk-credit-group {
  padding-top: 14px;
  border-top: 2px solid rgba(255, 255, 255, 0.22);
}

.fk-credit-group h3 {
  margin: 0 0 10px;
  color: var(--fk-yellow);
  font-size: 1rem;
}

.fk-credit-group ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.fk-credit-group li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  line-height: 1.35;
}

.fk-credit-group li span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9em;
  font-weight: 700;
}

.fk-footer-bottom {
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.fk-footer a {
  color: #fff;
}

@media (max-width: 940px) {
  .fk-nav-inner {
    min-height: auto;
    padding: 14px 18px;
    align-items: flex-start;
  }

  .fk-nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    font-size: 0.88rem;
  }

  .fk-hero-grid,
  .fk-two-col {
    grid-template-columns: 1fr;
  }

  .fk-hero-card {
    order: -1;
  }

  .fk-project-logo {
    width: min(220px, 62vw);
    margin: 8px 0 14px;
  }

  .fk-card-grid {
    grid-template-columns: 1fr;
  }

  .fk-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fk-section {
    padding: 54px 18px;
  }
}

@media (max-width: 620px) {
  body {
    background-attachment: scroll;
  }

  .fk-nav-inner {
    flex-direction: column;
    gap: 10px;
  }

  .fk-nav-links {
    justify-content: flex-start;
  }

  .fk-hero-card {
    order: 0;
  }

  .fk-project-logo {
    width: min(190px, 60vw);
    margin: 8px 0 14px;
  }

  .fk-title {
    max-width: 10.5ch;
    font-size: clamp(2.9rem, 15vw, 4.3rem);
  }

  .fk-hero-claim {
    font-size: clamp(1.8rem, 9vw, 2.7rem);
  }

  .fk-audio-teaser {
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 12px;
  }

  .fk-audio-toggle {
    width: 100%;
  }

  .fk-date-card {
    min-height: 270px;
    padding: 28px 20px 22px;
  }

  .fk-station-logo {
    max-width: 160px;
  }

  .fk-quote-strip {
    min-height: 136px;
    padding: 26px 28px 32px;
    font-size: clamp(1.08rem, 5.5vw, 1.55rem);
  }

  .fk-story-grid {
    grid-template-columns: 1fr;
  }

  .fk-footer-inner {
    align-items: flex-start;
  }

  .fk-footer-credits,
  .fk-credit-grid {
    grid-template-columns: 1fr;
  }

  .fk-footer-credits h2 {
    max-width: none;
  }

  .fk-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media print {
  body {
    color: #000;
    background: #fff;
  }

  .fk-nav,
  .fk-skip-link {
    display: none !important;
  }

  .fk-section {
    max-width: none;
    padding: 18mm;
  }

  .fk-hero-grid,
  .fk-card-grid,
  .fk-two-col {
    display: block;
  }

  .fk-info-card,
  .fk-panel,
  .fk-date-card {
    break-inside: avoid;
    margin-bottom: 8mm;
  }
}
