:root {
  --seo-surface: rgba(18, 15, 44, 0.84);
  --seo-surface-soft: rgba(255, 255, 255, 0.045);
  --seo-border: rgba(244, 241, 255, 0.16);
  --seo-muted: rgba(244, 241, 255, 0.74);
  --seo-orange: #ff9b45;
  --seo-pink: #ed5b78;
}

.seo-body {
  min-height: 100%;
  color: var(--ink, #f4f1ff);
  background: transparent;
  isolation: isolate;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 11px 16px;
  border-radius: 8px;
  color: #17131f;
  background: #f7f2ff;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.seo-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--seo-border);
  background: rgba(8, 7, 26, 0.8);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
}

.seo-header-inner {
  width: min(100% - 32px, 1180px);
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.seo-brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink, #f4f1ff);
  text-decoration: none;
}

.seo-brand img {
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 4px 14px rgba(229, 52, 90, 0.34));
}

.seo-brand span {
  display: grid;
  line-height: 1;
}

.seo-brand strong {
  font: 700 14px/1 var(--ff-display, "Syne", sans-serif);
  letter-spacing: 0.12em;
}

.seo-brand small {
  margin-top: 5px;
  color: var(--seo-muted);
  font: 500 9px/1 var(--ff-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.3em;
}

.seo-desktop-nav,
.seo-footer nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.seo-desktop-nav a,
.seo-footer nav a,
.seo-footer .external-media-settings-trigger {
  min-height: 44px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: var(--seo-muted);
  font: 500 12px/1 var(--ff-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.04em;
  text-decoration: none;
}

.seo-desktop-nav a:hover,
.seo-footer nav a:hover,
.seo-footer .external-media-settings-trigger:hover {
  color: var(--ink, #f4f1ff);
  background: rgba(255, 255, 255, 0.08);
}

.seo-mobile-nav {
  display: none;
  position: relative;
}

.seo-mobile-nav summary {
  min-width: 72px;
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--seo-border);
  border-radius: 999px;
  cursor: pointer;
  font: 600 12px/1 var(--ff-mono, "JetBrains Mono", monospace);
  list-style: none;
}

.seo-mobile-nav summary::-webkit-details-marker {
  display: none;
}

.seo-mobile-nav nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(82vw, 320px);
  padding: 10px;
  display: grid;
  border: 1px solid var(--seo-border);
  border-radius: 14px;
  background: rgba(13, 11, 34, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.seo-mobile-nav nav a {
  min-height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  color: var(--ink, #f4f1ff);
  text-decoration: none;
}

.seo-mobile-nav nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.seo-main {
  width: min(100% - 32px, 1120px);
  min-height: 70vh;
  margin: 0 auto;
  padding: 32px 0 clamp(80px, 10vw, 140px);
}

.seo-breadcrumbs {
  margin-bottom: clamp(36px, 6vw, 72px);
  font: 500 11px/1.4 var(--ff-mono, "JetBrains Mono", monospace);
  color: var(--seo-muted);
}

.seo-breadcrumbs ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.seo-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(244, 241, 255, 0.4);
}

.seo-breadcrumbs a {
  color: inherit;
}

.seo-hero {
  margin-bottom: clamp(72px, 10vw, 132px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
}

.seo-hero--text {
  grid-template-columns: minmax(0, 820px);
}

.seo-kicker {
  margin: 0 0 18px;
  color: var(--seo-orange);
  font: 600 11px/1.4 var(--ff-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seo-hero h1,
.home-seo-fallback h1 {
  max-width: 18ch;
  margin: 0 0 26px;
  font: 700 clamp(42px, 6vw, 78px)/0.99 var(--ff-display, "Syne", sans-serif);
  letter-spacing: -0.045em;
  text-wrap: balance;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) {
  body[data-page-theme] .seo-hero h1,
  body[data-page-theme] .home-seo-fallback h1 {
    padding-bottom: 0.08em;
    background: linear-gradient(135deg, var(--ink) 0%, var(--page-accent) 64%, var(--page-accent-2) 112%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

@media (forced-colors: active) {
  body[data-page-theme] .seo-hero h1,
  body[data-page-theme] .home-seo-fallback h1 {
    background: none;
    color: CanvasText;
    -webkit-text-fill-color: CanvasText;
  }
}

.seo-lede,
.home-seo-fallback .seo-lede {
  max-width: 68ch;
  margin: 0;
  color: var(--seo-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.seo-playlist-name {
  max-width: 68ch;
  margin: -10px 0 16px;
  color: var(--ink, #f4f1ff);
  font: 650 clamp(16px, 1.5vw, 19px)/1.45 var(--ff-display, "Syne", sans-serif);
}

.seo-playlist-name span {
  color: var(--muted, #c6bfd8);
  font-family: var(--ff-body, "Inter Tight", sans-serif);
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-hero-portrait {
  position: relative;
  aspect-ratio: 1;
}

.seo-hero-portrait::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 138, 30, 0.28), transparent 66%);
  filter: blur(18px);
}

.seo-hero-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid var(--seo-border);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
}

.seo-playlist-hero-cover::before {
  border-radius: 24%;
}

.seo-playlist-hero-cover img {
  border-radius: 12px;
}

.seo-release-hero-cover {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
}

.seo-release-hero-cover::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: -1;
  border-radius: 24%;
  background: radial-gradient(circle, rgba(255, 138, 30, 0.24), transparent 68%);
  filter: blur(18px);
}

.seo-release-hero-cover img {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid var(--seo-border);
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
}

.seo-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-button,
.seo-text-link {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--seo-border);
  border-radius: 999px;
  color: var(--ink, #f4f1ff);
  background: rgba(255, 255, 255, 0.045);
  font: 600 12px/1 var(--ff-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.04em;
  text-decoration: none;
}

.seo-button--primary {
  border-color: transparent;
  color: #17131f;
  background: #f7f2ff;
}

.seo-button:hover,
.seo-text-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 155, 69, 0.62);
}

.seo-section {
  margin-top: clamp(72px, 10vw, 132px);
}

.seo-section-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 82px);
}

.seo-section h2 {
  max-width: 22ch;
  margin: 0 0 24px;
  font: 700 clamp(30px, 4vw, 50px)/1.05 var(--ff-display, "Syne", sans-serif);
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.seo-section h3 {
  margin: 0 0 12px;
  font: 700 clamp(20px, 2.4vw, 28px)/1.15 var(--ff-display, "Syne", sans-serif);
}

.seo-section p,
.seo-section li,
.seo-faq p {
  color: var(--seo-muted);
  font-size: 17px;
  line-height: 1.68;
}

.seo-section p:first-child {
  margin-top: 0;
}

.seo-topic-chips {
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.seo-topic-chips li {
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 155, 69, 0.3);
  border-radius: 999px;
  color: rgba(244, 241, 255, 0.9);
  background: rgba(255, 155, 69, 0.08);
  font: 600 10px/1.2 var(--ff-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-bullet-list {
  margin: 24px 0 0;
  padding-left: 1.25em;
}

.seo-bullet-list li + li {
  margin-top: 10px;
}

.seo-topic-feature-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.seo-topic-feature-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--seo-border);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02));
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.seo-topic-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 155, 69, 0.56);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
}

.seo-topic-feature-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--seo-surface);
}

.seo-topic-feature-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 320ms ease;
}

.seo-topic-feature-card:hover .seo-topic-feature-image img {
  transform: scale(1.025);
}

.seo-topic-feature-card > div {
  padding: clamp(20px, 4vw, 30px);
}

.seo-topic-feature-card h3 a,
.seo-song-guide h3 a {
  color: var(--ink, #f4f1ff);
  text-decoration: none;
}

.seo-topic-feature-card p:last-child {
  margin-bottom: 0;
}

.seo-song-guide {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.seo-song-guide article {
  min-width: 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--seo-border);
  border-radius: 16px;
  background: var(--seo-surface-soft);
}

.seo-song-guide .seo-text-link {
  margin-top: 22px;
}

.seo-link-rail {
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--seo-border);
  list-style: none;
}

.seo-link-rail li {
  margin: 0;
  border-bottom: 1px solid var(--seo-border);
}

.seo-link-rail a {
  min-height: 70px;
  padding: 14px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ink, #f4f1ff);
  font: 600 17px/1.3 var(--ff-display, "Syne", sans-serif);
  text-decoration: none;
}

.seo-link-rail a::after {
  content: "→";
  color: var(--seo-orange);
}

.seo-link-rail a:hover {
  padding-left: 8px;
}

.seo-playlist-list {
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  border-top: 1px solid var(--seo-border);
  list-style: none;
}

.seo-playlist-list > li {
  margin: 0;
  padding: clamp(24px, 4vw, 42px) 0;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 4vw, 42px);
  border-bottom: 1px solid var(--seo-border);
}

.seo-playlist-list img {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  background: var(--seo-surface);
}

.seo-playlist-placeholder {
  width: 110px;
  aspect-ratio: 1;
  display: grid;
  place-items: end start;
  padding: 12px;
  overflow: hidden;
  border: 1px solid var(--seo-border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, .24), transparent 21%),
    radial-gradient(circle at 74% 72%, rgba(229, 52, 90, .38), transparent 35%),
    linear-gradient(135deg, #ff8a1e, #5b1e8e 58%, #0c0a1a);
  color: #fff;
  font: 700 10px/1 var(--ff-mono, ui-monospace, monospace);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-playlist-placeholder--hero {
  width: 100%;
  max-width: 460px;
  justify-self: end;
  padding: clamp(22px, 5vw, 42px);
  border-radius: 14px;
  font-size: clamp(12px, 2vw, 18px);
  box-shadow: 0 36px 90px rgba(0, 0, 0, .38);
}

.seo-playlist-list h2,
.seo-playlist-list h3 {
  max-width: none;
  margin: 0 0 10px;
  font-size: clamp(21px, 2.5vw, 29px);
}

.seo-playlist-list p {
  max-width: 74ch;
  margin: 0;
  color: var(--seo-muted);
  font-size: 15px;
  line-height: 1.55;
}

.seo-playlist-links {
  display: grid;
  gap: 8px;
}

.seo-playlist-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--ink, #f4f1ff);
  font: 600 11px/1 var(--ff-mono, "JetBrains Mono", monospace);
}

.seo-playlist-showcase {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.seo-playlist-showcase > article {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--seo-border);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.seo-playlist-showcase > article:hover {
  transform: translateY(-3px);
  border-color: color-mix(in oklab, var(--coral, #ff6f61) 52%, var(--seo-border));
  box-shadow: 0 22px 48px rgba(0, 0, 0, .24);
}

.seo-playlist-showcase-cover {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--seo-surface);
}

.seo-playlist-showcase-cover img,
.seo-playlist-showcase-cover .seo-playlist-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
  transition: transform .35s ease;
}

.seo-playlist-showcase > article:hover .seo-playlist-showcase-cover img {
  transform: scale(1.025);
}

.seo-playlist-showcase-copy {
  padding: 18px;
  display: flex;
  flex-direction: column;
}

.seo-playlist-showcase h3 {
  margin: 0;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.18;
}

.seo-playlist-showcase h3 a {
  color: var(--ink, #f4f1ff);
  text-decoration: none;
}

.seo-playlist-showcase p {
  margin: 10px 0 18px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--seo-muted);
  font-size: 13px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.seo-playlist-showcase-links {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
}

.seo-playlist-showcase-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink, #f4f1ff);
  font: 600 10px/1 var(--ff-mono, "JetBrains Mono", monospace);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.seo-playlist-highlights {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid color-mix(in oklab, var(--seo-orange) 42%, var(--seo-border));
  border-radius: 22px;
  background:
    radial-gradient(circle at 94% 4%, rgba(237, 91, 120, .18), transparent 34%),
    linear-gradient(145deg, rgba(255, 155, 69, .075), rgba(18, 15, 44, .82) 48%);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .2);
}

.seo-playlist-highlights > h2 {
  margin-top: 0;
}

.seo-playlist-highlights > p:not(.seo-kicker) {
  max-width: 66ch;
}

.seo-playlist-own-highlights,
.seo-playlist-external-highlights {
  margin-top: clamp(30px, 5vw, 48px);
}

.seo-playlist-own-highlights h3,
.seo-playlist-external-highlights h3 {
  margin-bottom: 0;
}

.seo-playlist-external-highlights ol {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  counter-reset: playlist-highlight;
}

.seo-playlist-external-highlights li {
  min-width: 0;
  margin: 0;
  padding: 15px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--seo-border);
  border-radius: 13px;
  background: rgba(255, 255, 255, .035);
  counter-increment: playlist-highlight;
}

.seo-playlist-external-highlights li > div {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.seo-playlist-external-highlights li > div > a {
  overflow: hidden;
  color: var(--ink, #f4f1ff);
  font-weight: 650;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-playlist-external-highlights li > div > span {
  overflow: hidden;
  color: var(--seo-muted);
  font: 500 11px/1.4 var(--ff-mono, "JetBrains Mono", monospace);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-playlist-external-highlights .seo-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  white-space: nowrap;
}

.seo-facts {
  margin: 32px 0;
  padding: 22px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  border-top: 1px solid var(--seo-border);
  border-bottom: 1px solid var(--seo-border);
}

.seo-facts dt {
  margin-bottom: 8px;
  color: var(--seo-orange);
  font: 600 10px/1.3 var(--ff-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-facts dd {
  margin: 0;
  color: var(--ink, #f4f1ff);
  line-height: 1.5;
}

.seo-embed {
  min-height: 380px;
  padding: clamp(24px, 5vw, 48px);
  display: grid;
  place-items: center;
  border: 1px solid var(--seo-border);
  border-radius: 18px;
  background: var(--seo-surface);
  overflow: hidden;
}

.seo-embed iframe {
  width: 100%;
  min-height: 380px;
  border: 0;
  border-radius: 12px;
}

.seo-embed[data-loaded="true"] {
  display: block;
}

.seo-embed[data-loaded="true"] .seo-embed-fallback {
  margin-top: 14px;
}

.seo-embed [hidden] {
  display: none !important;
}

.seo-embed--track {
  min-height: 240px;
}

.seo-embed--track iframe {
  min-height: 152px;
}

.seo-embed--video {
  position: relative;
  min-height: 0;
  padding: 0;
  display: block;
  aspect-ratio: 16 / 9;
}

.seo-embed--video iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  border-radius: 0;
}

.seo-video-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  display: grid;
  place-items: center;
}

.seo-video-placeholder > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 7, 26, 0.12), rgba(8, 7, 26, 0.72));
}

.seo-video-placeholder-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: clamp(14px, 3vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-video-play-button {
  min-height: 64px;
  max-width: calc(100% - 24px);
  padding: 9px 18px 9px 10px;
  border: 1px solid rgba(244, 241, 255, 0.38);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  background: rgba(8, 7, 26, 0.88);
  box-shadow: 0 14px 36px rgba(8, 7, 26, 0.44);
  font: 700 clamp(0.84rem, 2vw, 1rem)/1.2 var(--ff-display, "Syne", sans-serif);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.seo-video-play-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 155, 69, 0.9);
  background: rgba(20, 15, 49, 0.96);
}

.seo-video-play-button:focus-visible {
  outline: 3px solid var(--seo-orange);
  outline-offset: 4px;
}

.seo-video-play-icon {
  flex: 0 0 auto;
  color: var(--seo-orange);
  filter: drop-shadow(0 3px 10px rgba(255, 155, 69, 0.38));
}

.seo-video-privacy {
  position: absolute;
  right: clamp(10px, 2vw, 18px);
  bottom: clamp(10px, 2vw, 18px);
  left: clamp(10px, 2vw, 18px);
  width: fit-content;
  max-width: min(620px, calc(100% - 20px));
  margin: 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(244, 241, 255, 0.2);
  border-radius: 10px;
  color: rgba(244, 241, 255, 0.9);
  background: rgba(8, 7, 26, 0.84);
  font-size: clamp(0.68rem, 1.8vw, 0.82rem);
  line-height: 1.35;
  text-align: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.seo-video-copy--en {
  display: none;
}

html:lang(en) .seo-video-copy--de {
  display: none;
}

html:lang(en) .seo-video-copy--en {
  display: inline;
}

.seo-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.seo-video-grid article {
  overflow: hidden;
  border: 1px solid var(--seo-border);
  border-radius: 16px;
  background: var(--seo-surface-soft);
}

.seo-video-card-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.seo-video-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.seo-video-card-image:hover img {
  transform: scale(1.025);
}

.seo-video-card-play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 241, 255, .48);
  border-radius: 999px;
  color: #f4f1ff;
  background: rgba(8, 7, 26, .78);
  box-shadow: 0 14px 34px rgba(8, 7, 26, .42);
  transform: translate(-50%, -50%);
  transition: background-color 220ms ease, transform 220ms ease;
}

.seo-video-card-image:hover .seo-video-card-play,
.seo-video-card-image:focus-visible .seo-video-card-play {
  background: var(--seo-pink);
  transform: translate(-50%, -50%) scale(1.06);
}

.seo-video-grid article > div {
  padding: 22px;
}

.seo-video-grid h3 {
  margin: 8px 0 10px;
}

.seo-video-grid h3 a {
  color: inherit;
}

.seo-video-card-label {
  color: var(--seo-orange);
  font: 700 10px/1.3 var(--ff-mono, "JetBrains Mono", monospace);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-video-grid p {
  margin: 0 0 18px;
  font-size: 14px;
}

.seo-embed-placeholder {
  width: 100%;
  max-width: 620px;
  text-align: center;
}

.seo-embed-placeholder.seo-video-placeholder {
  max-width: none;
}

.seo-embed-placeholder p {
  margin: 0 0 20px;
}

.seo-embed-placeholder .external-media-remember {
  margin: 0 auto 18px;
  justify-content: center;
  text-align: left;
}

.seo-track-list {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  border-top: 1px solid var(--seo-border);
  list-style: none;
}

.seo-track-list li {
  margin: 0;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--seo-border);
}

.seo-track-list li:not([data-track-play-row]) {
  grid-template-columns: 76px minmax(0, 1fr);
}

.seo-track-list li.is-playable {
  cursor: pointer;
  transition: background-color .2s ease;
}

.seo-track-list li.is-playable:hover {
  background: rgba(255, 255, 255, .025);
}

.seo-track-cover {
  width: 76px;
  height: 76px;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.seo-track-cover-button {
  position: relative;
  width: 76px;
  height: 76px;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  color: var(--ink, #f4f1ff);
  background: transparent;
  cursor: pointer;
}

.seo-track-cover-link {
  width: 76px;
  height: 76px;
  display: block;
  border-radius: 14px;
}

.seo-track-cover-button:focus-visible,
.seo-track-cover-link:focus-visible {
  outline: 3px solid var(--seo-orange);
  outline-offset: 3px;
}

.seo-track-cover-play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 241, 255, .46);
  border-radius: 999px;
  color: #f4f1ff;
  background: rgba(8, 7, 26, .78);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.9);
  transition: opacity .18s ease, transform .18s ease, background-color .18s ease;
}

.seo-track-cover-button:hover .seo-track-cover-play-icon,
.seo-track-cover-button:focus-visible .seo-track-cover-play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  background: var(--seo-pink);
}

.seo-track-copy {
  min-width: 0;
}

.seo-track-copy p {
  margin: 5px 0 0;
}

.seo-track-title {
  display: block;
  color: var(--ink, #f4f1ff);
  font-weight: 600;
}

.seo-track-detail-link {
  min-height: 28px;
  margin-top: 3px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--seo-orange);
  font: 650 10px/1.3 var(--ff-mono, "JetBrains Mono", monospace);
  letter-spacing: .04em;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}

.seo-track-detail-link:hover,
.seo-track-detail-link:focus-visible {
  text-decoration-color: currentColor;
}

.seo-track-play {
  min-height: 44px;
  padding: 10px 14px;
  color: var(--ink, #f4f1ff);
  border: 1px solid var(--seo-border);
  border-radius: 999px;
  font: 700 11px/1 var(--ff-mono, "JetBrains Mono", monospace);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, .04);
  cursor: pointer;
}

.seo-track-play:hover {
  border-color: var(--coral, #ff6f61);
  text-decoration: none;
}

.seo-inline-track-embed { min-width: 0; }
.seo-inline-track-placeholder {
  width: auto;
  max-width: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}
.seo-track-external {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--seo-muted);
  font: 600 10px/1 var(--ff-mono, "JetBrains Mono", monospace);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.seo-track-external svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: currentColor;
}
.seo-inline-track-embed[data-loaded="true"] {
  grid-column: 2 / -1;
  width: min(720px, calc(100% + 20px));
  height: 80px;
  margin-left: -20px;
  overflow: hidden;
  border-radius: 15px;
}

.seo-track-list li.is-player-active {
  min-height: 81px;
  padding-top: 0;
  padding-bottom: 0;
  grid-template-columns: minmax(0, 720px);
}

.seo-track-list li.is-player-active > .seo-track-cover,
.seo-track-list li.is-player-active > .seo-track-cover-button,
.seo-track-list li.is-player-active > .seo-track-copy {
  display: none;
}

.seo-track-list li.is-player-active .seo-inline-track-embed[data-loaded="true"] {
  grid-column: 1;
  width: 100%;
  margin-left: 0;
}
.seo-inline-track-embed iframe {
  width: 100%;
  height: 80px;
  min-height: 80px;
  display: block;
  border: 0;
  border-radius: 15px;
  opacity: .78;
}

.seo-track-list time,
.seo-track-list span {
  color: var(--seo-muted);
  font: 500 11px/1.4 var(--ff-mono, "JetBrains Mono", monospace);
}

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

.seo-visual-links a {
  min-height: 180px;
  padding: 22px;
  display: flex;
  align-items: flex-end;
  border: 1px solid var(--seo-border);
  border-radius: 14px;
  color: var(--ink, #f4f1ff);
  background:
    linear-gradient(180deg, transparent, rgba(8, 7, 26, 0.92)),
    var(--visual-image) center / cover;
  font: 700 20px/1.15 var(--ff-display, "Syne", sans-serif);
  text-decoration: none;
}

.seo-faq {
  display: grid;
  gap: 26px;
}

.seo-faq article {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--seo-border);
}

.seo-updated {
  margin-top: 28px;
  color: var(--seo-muted);
  font: 500 11px/1.5 var(--ff-mono, "JetBrains Mono", monospace);
}

.seo-footer {
  border-top: 1px solid var(--seo-border);
  background: rgba(8, 7, 26, 0.72);
}

.seo-footer-inner {
  width: min(100% - 32px, 1120px);
  min-height: 180px;
  margin: 0 auto;
  padding: 38px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 38px;
}

.seo-footer p {
  margin: 0;
  color: var(--seo-muted);
  line-height: 1.6;
}

.home-seo-fallback {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
  padding: clamp(100px, 12vw, 170px) 0 100px;
}

.home-seo-fallback > header {
  max-width: 900px;
  margin-bottom: 72px;
}

.home-seo-fallback .seo-home-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 36px;
}

.home-kids-spotlight {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) var(--pad);
}

.home-kids-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(36px, 8vw, 110px);
}

.home-kids-copy {
  min-width: 0;
}

.home-kids-portrait {
  position: relative;
  aspect-ratio: 1;
}

.home-kids-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.home-kids-copy h2 {
  max-width: 18ch;
  margin: 0 0 22px;
  font: 700 clamp(34px, 4.6vw, 60px)/1.04 var(--ff-display);
  letter-spacing: -0.04em;
}

.home-kids-copy > p {
  max-width: 66ch;
  color: var(--ink-2);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.62;
}

.home-kids-links {
  margin-top: 32px;
  display: grid;
  border-top: 1px solid var(--line-2);
}

.home-kids-links a {
  min-width: 0;
  min-height: 62px;
  padding: 10px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line-2);
  color: var(--ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.home-kids-links a::after {
  content: "→";
  color: var(--a1);
}

.pl-hub-link {
  margin: 28px 0 0;
}

.pl-accessible-grid {
  width: min(100% - (2 * var(--pad)), var(--max));
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 50px) clamp(20px, 3vw, 34px);
}

.pl-grid-card {
  min-width: 0;
  padding: 0 0 24px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--line-2);
}

.pl-grid-cover {
  display: block;
  border-radius: 14px;
}

.pl-grid-cover .pl-cover {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1;
  border: 1px solid var(--line-2);
  transition: transform 180ms ease, border-color 180ms ease;
}

.pl-grid-cover:hover .pl-cover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.42);
}

.pl-grid-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-grid-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pl-grid-copy h3 {
  margin: 18px 0 10px;
  font: 700 clamp(18px, 2vw, 23px)/1.22 var(--ff-display);
}

.pl-grid-copy h3 a:hover {
  color: var(--a1);
}

.pl-grid-copy p {
  margin: 0;
  color: var(--ink-2);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pl-grid-actions {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.pl-grid-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font: 600 11px/1.3 var(--ff-mono);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pl-grid-actions a:last-child {
  color: var(--seo-orange);
}

.seo-header a:focus-visible,
.seo-footer a:focus-visible,
.seo-button:focus-visible,
.seo-text-link:focus-visible,
.seo-mobile-nav summary:focus-visible,
.seo-link-rail a:focus-visible,
.seo-playlist-list a:focus-visible,
.home-kids-links a:focus-visible {
  outline: 3px solid var(--seo-orange);
  outline-offset: 3px;
}

.pl-grid-cover:focus-visible,
.pl-grid-copy a:focus-visible,
.seo-video-card-image:focus-visible {
  outline: 3px solid var(--seo-orange);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .seo-desktop-nav {
    display: none;
  }

  .seo-mobile-nav {
    display: block;
  }

  .seo-hero,
  .seo-section-grid,
  .home-kids-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .seo-hero-portrait,
  .seo-release-hero-cover,
  .home-kids-portrait {
    width: min(76vw, 430px);
  }

  .seo-section-grid > .seo-kicker {
    margin-bottom: 0;
  }

  .seo-playlist-list > li {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .seo-playlist-list img,
  .seo-playlist-placeholder {
    width: 88px;
    height: 88px;
  }

  .seo-playlist-links {
    grid-column: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
  }

  .seo-playlist-links a {
    justify-content: flex-start;
  }

  .seo-visual-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-footer-inner {
    display: grid;
  }

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

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

@media (max-width: 600px) {
  .seo-header-inner,
  .seo-main,
  .seo-footer-inner,
  .home-seo-fallback {
    width: min(100% - 24px, 1120px);
  }

  .seo-brand strong {
    font-size: 12px;
  }

  .seo-brand small {
    font-size: 8px;
  }

  .seo-hero h1,
  .home-seo-fallback h1 {
    font-size: clamp(38px, 12vw, 54px);
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
  }

  .seo-playlist-list > li {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  .seo-playlist-list img,
  .seo-playlist-placeholder {
    width: 72px;
    height: 72px;
  }

  .seo-playlist-list p {
    grid-column: 1 / -1;
  }

  .seo-playlist-links {
    grid-column: 1 / -1;
  }

  .seo-facts,
  .seo-visual-links,
  .seo-playlist-showcase,
  .seo-playlist-external-highlights ol,
  .seo-topic-feature-grid,
  .seo-song-guide,
  .home-seo-fallback .seo-home-links {
    grid-template-columns: 1fr;
  }

  .seo-track-list li {
    position: relative;
    min-height: 84px;
    padding: 10px 0;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .seo-track-list li:not([data-track-play-row]) {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .seo-track-cover {
    width: 64px;
    height: 64px;
  }

  .seo-track-cover-button {
    width: 64px;
    height: 64px;
  }

  .seo-track-cover-link {
    width: 64px;
    height: 64px;
  }

  .seo-track-cover-play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .seo-inline-track-placeholder {
    grid-column: auto;
    display: grid;
    grid-template-columns: repeat(2, 44px);
    gap: 4px;
  }

  .seo-inline-track-embed:not([data-loaded="true"]) {
    grid-column: 3;
  }

  .seo-track-play {
    display: none;
  }

  .seo-track-external {
    width: 44px;
    min-width: 44px;
    justify-content: center;
    text-decoration: none;
  }

  .seo-track-external span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .seo-inline-track-embed[data-loaded="true"] {
    grid-column: 1 / -1;
    width: 100%;
    margin-left: 0;
  }

  .seo-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pl-accessible-grid {
    width: min(100% - 32px, var(--max));
    grid-template-columns: 1fr;
  }

  .seo-embed--video {
    min-height: 0;
    aspect-ratio: 16 / 9;
    margin-bottom: 120px;
    overflow: visible;
  }

  .seo-video-play-button {
    width: 68px;
    min-height: 54px;
    padding: 0;
    justify-content: center;
    border-radius: 16px;
    background: #ff0033;
  }

  .seo-video-play-icon {
    width: 34px;
    height: 34px;
    color: #fff;
  }

  .seo-video-play-button .seo-video-copy--de,
  .seo-video-play-button .seo-video-copy--en {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  .seo-video-privacy {
    top: calc(100% + 10px);
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    max-width: none;
    padding: 8px 10px;
    font-size: 0.75rem;
  }

  .seo-video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .seo-hero h1,
  .home-seo-fallback h1 {
    font-size: clamp(34px, 11vw, 42px);
  }
}

.seo-source-note {
  padding-left: 16px;
  border-left: 2px solid rgba(255, 155, 69, 0.72);
  color: var(--seo-muted);
  font-size: 0.94rem;
}

.seo-recipe-hero {
  align-items: start;
}

.seo-recipe-hero-poster {
  width: min(100%, 470px);
  margin: 0;
}

.seo-recipe-hero-poster a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--seo-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
}

.seo-recipe-hero-poster img {
  width: 100%;
  height: auto;
  display: block;
}

.seo-recipe-hero-poster figcaption {
  margin-top: 12px;
  color: var(--seo-muted);
  font: 500 11px/1.5 var(--ff-mono, "JetBrains Mono", monospace);
}

.seo-recipe-method {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.seo-recipe-ingredients {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.seo-recipe-ingredients li {
  padding: 15px 17px;
  border: 1px solid var(--seo-border);
  border-radius: 12px;
  color: var(--ink, #f4f1ff);
  background: rgba(255, 255, 255, 0.045);
  font-size: 16px;
  line-height: 1.5;
}

.seo-recipe-steps {
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.seo-recipe-steps li {
  padding: 18px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid var(--seo-border);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 155, 69, 0.09), rgba(255, 255, 255, 0.025));
}

.seo-recipe-steps li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #17131f;
  background: var(--seo-orange);
  font: 700 14px/1 var(--ff-mono, "JetBrains Mono", monospace);
}

.seo-recipe-steps p {
  margin: 4px 0 0;
}

.seo-recipe-safety {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255, 155, 69, 0.38);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 155, 69, 0.12), rgba(255, 255, 255, 0.035));
}

.seo-recipe-safety .seo-bullet-list {
  margin-top: 0;
}

.seo-recipe-sources .seo-link-rail a {
  overflow-wrap: anywhere;
}

.seo-recipe-teaser {
  width: min(100%, 620px);
  min-height: 190px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  overflow: hidden;
  border: 1px solid var(--seo-border);
  border-radius: 16px;
  color: var(--ink, #f4f1ff);
  background: linear-gradient(145deg, rgba(255, 155, 69, 0.1), rgba(255, 255, 255, 0.025));
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease;
}

.seo-recipe-teaser:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 155, 69, 0.6);
}

.seo-recipe-teaser img {
  width: 132px;
  height: 190px;
  display: block;
  object-fit: cover;
  object-position: top;
}

.seo-recipe-teaser span {
  padding-right: 22px;
  display: grid;
  gap: 8px;
}

.seo-recipe-teaser strong {
  font: 700 clamp(20px, 2.8vw, 30px)/1.1 var(--ff-display, "Syne", sans-serif);
}

.seo-recipe-teaser small {
  color: var(--seo-orange);
  font: 600 11px/1.4 var(--ff-mono, "JetBrains Mono", monospace);
}

button.seo-button {
  cursor: pointer;
}

button.seo-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.seo-recipe-print-sheet {
  display: none;
}

@media (max-width: 900px) {
  .seo-recipe-method {
    grid-template-columns: minmax(0, 1fr);
  }

  .seo-recipe-hero-poster {
    width: min(82vw, 520px);
  }
}

@media (max-width: 600px) {
  .seo-recipe-hero-poster {
    width: 100%;
  }

  .seo-recipe-steps li {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 15px;
  }

  .seo-recipe-steps li > span {
    width: 36px;
    height: 36px;
  }

  .seo-recipe-teaser {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 154px;
  }

  .seo-recipe-teaser img {
    width: 104px;
    height: 154px;
  }
}

@media print {
  @page recipe {
    size: A4 portrait;
    margin: 0;
  }

  body.seo-recipe-document {
    background: #fff !important;
  }

  body.seo-recipe-document .cosmic-bg,
  body.seo-recipe-document .seo-header,
  body.seo-recipe-document .seo-footer,
  body.seo-recipe-document .seo-breadcrumbs,
  body.seo-recipe-document .seo-recipe-page > :not(.seo-recipe-print-sheet) {
    display: none !important;
  }

  body.seo-recipe-document .seo-main {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
  }

  body.seo-recipe-document .seo-recipe-print-sheet:not([hidden]) {
    width: 210mm;
    height: 297mm;
    display: block !important;
    page: recipe;
    background: #fff;
  }

  body.seo-recipe-document .seo-recipe-print-sheet img {
    width: 210mm;
    height: 297mm;
    display: block;
    object-fit: contain;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-button,
  .seo-text-link,
  .seo-link-rail a,
  .seo-recipe-teaser,
  .home-kids-links a,
  .pl-grid-cover .pl-cover {
    transition: none;
  }

  .pl-grid-cover:hover .pl-cover {
    transform: none;
  }

  .seo-video-card-image:hover img {
    transform: none;
  }

  .seo-video-play-button {
    transition: none;
  }

  .seo-video-play-button:hover {
    transform: none;
  }
}
