@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("../assets/fonts/inter-v20-latin_latin-ext-300.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/inter-v20-latin_latin-ext-regular.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../assets/fonts/inter-v20-latin_latin-ext-500.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("../assets/fonts/inter-v20-latin_latin-ext-700.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 300; font-display: swap; src: url("../assets/fonts/roboto-v51-latin_latin-ext-300.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/roboto-v51-latin_latin-ext-regular.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; font-display: swap; src: url("../assets/fonts/roboto-v51-latin_latin-ext-500.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; font-display: swap; src: url("../assets/fonts/roboto-v51-latin_latin-ext-700.woff2") format("woff2"); }

:root {
  --paper: #ffffff;
  --stone: #e4e3de;
  --navy: #253551;
  --navy-deep: #1b2740;
  --ink: #0d1119;
  --steel: #8fafd4;

  --bg: var(--paper);
  --fg: #1c2129;
  --fg-soft: #5a6472;
  --rule: #d5d8dd;
  --card: var(--stone);

  --font-display: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Roboto", system-ui, -apple-system, sans-serif;

  --wrap: 1180px;
  --pad-y: clamp(4rem, 9vw, 8rem);
  --header-h: 4.5rem;
  --cut: 3.5vw;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1.0625rem);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

[hidden] { display: none !important; }

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1.1rem; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap.narrow { width: min(100% - 2.5rem, 780px); }

.sr-only, .yt-label {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--paper); color: var(--ink);
  padding: 0.85rem 1.4rem; font-weight: 500;
}
.skip-link:focus { left: 0; }

:where(a, button, summary, input, textarea, audio, video):focus-visible {
  outline: 2px solid var(--steel);
  outline-offset: 3px;
}

/* ---------- Bandes ---------- */

.band {
  position: relative;
  background: var(--bg);
  color: var(--fg);
  padding-block: var(--pad-y);
  isolation: isolate;
}
.band--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }

.band--navy {
  --bg: var(--navy);
  --fg: #ffffff;
  --fg-soft: rgba(255, 255, 255, 0.74);
  --rule: rgba(255, 255, 255, 0.2);
  --card: rgba(255, 255, 255, 0.06);
}

.band--cut {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), 0 100%);
  padding-bottom: calc(var(--pad-y) + var(--cut));
}

.band--photo {
  --fg: #ffffff;
  --fg-soft: rgba(255, 255, 255, 0.8);
  color: var(--fg);
  background: var(--navy-deep);
}
.band-bg, .hero-bg {
  position: absolute; inset: 0; z-index: -1;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 35%;
  filter: grayscale(1);
  opacity: 0.3;
}

/* ---------- Titres ---------- */

.head {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 1.25rem;
}

.head--left {
  font-size: clamp(1.35rem, 1.1rem + 1.1vw, 1.9rem);
  letter-spacing: 0.16em;
}
.head--left::after {
  content: "";
  display: block;
  width: 3.5rem; height: 2px;
  margin-top: 1.1rem;
  background: currentColor;
  opacity: 0.55;
}

.head-block { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.head--display {
  font-size: clamp(2.5rem, 1rem + 7vw, 6rem);
  letter-spacing: clamp(0.06em, 0.02em + 0.6vw, 0.2em);
  text-indent: clamp(0.06em, 0.02em + 0.6vw, 0.2em);
  margin-bottom: 1.5rem;
}
.head--display::after {
  content: "";
  display: block;
  width: min(22rem, 60%); height: 3px;
  margin: 1.5rem auto 0;
  background: currentColor;
  opacity: 0.45;
  text-indent: 0;
}
.head--long { font-size: clamp(1.6rem, 0.9rem + 2.9vw, 3.25rem); }

.head-sub {
  font-size: clamp(0.95rem, 0.92rem + 0.25vw, 1.05rem);
  color: var(--fg-soft);
  max-width: 58ch;
  margin: 0 auto;
}

.lang-badge {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--fg-soft);
  margin: 0 0 1.1rem;
}
.lang-badge .flag { width: 1.35rem; }

.flag {
  flex: none;
  width: 1.15rem; height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.demo-group { margin-top: clamp(2.25rem, 4vw, 3.25rem); }
.demo-group:first-of-type { margin-top: 0; }
.group-head {
  font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--fg-soft);
  display: flex; align-items: center; gap: 1rem;
  margin: 0 0 1.1rem;
}
.group-head::after {
  content: ""; flex: 1; height: 1px;
  background: var(--rule);
}

/* ---------- En-tête ---------- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--ink); color: #fff;
}
.header-inner { display: flex; align-items: center; gap: 1.5rem; min-height: var(--header-h); }

.logo {
  font-family: var(--font-display);
  font-weight: 700; font-size: 0.95rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap;
}

.nav { margin-left: auto; }
.nav ul { display: flex; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.nav a {
  font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; color: rgba(255, 255, 255, 0.78);
  padding-block: 0.4rem;
  border-bottom: 1px solid transparent;
  transition: color 0.18s, border-color 0.18s;
}
.nav a:hover { color: #fff; border-bottom-color: var(--steel); }
.nav a[aria-current="location"] { color: #fff; border-bottom-color: var(--steel); }

.btn-mail {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0.6rem 1.1rem; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff; text-decoration: none;
  transition: background-color 0.18s, color 0.18s, border-color 0.18s;
}
.btn-mail:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-mail .icon { width: 1.05em; height: 1.05em; flex: none; }

.lang-switch {
  display: flex; align-items: center; gap: 0.5rem;
  list-style: none; margin: 0; padding: 0;
  font-family: var(--font-display);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em;
}
.lang-switch li + li::before {
  content: ""; display: inline-block;
  width: 1px; height: 0.75rem;
  margin-right: 0.5rem; vertical-align: -0.1em;
  background: rgba(255, 255, 255, 0.3);
}
.lang-switch a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.18s;
}
.lang-switch a:hover { color: #fff; }
.lang-switch a[aria-current="true"] { color: #fff; }

.burger {
  display: none; margin-left: auto;
  width: 2.75rem; height: 2.75rem; padding: 0.65rem;
  background: none; border: 0; cursor: pointer;
}
.burger span { display: block; height: 2px; background: #fff; margin: 0.28rem 0; transition: transform 0.22s, opacity 0.22s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(0.36rem) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-0.36rem) rotate(-45deg); }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  background: var(--navy-deep);
  color: #fff;
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
  isolation: isolate;
  overflow: hidden;
}
.hero-inner { text-align: center; max-width: 56rem; }

.hero-title {
  font-family: var(--font-display);
  font-weight: 700; text-transform: uppercase;
  font-size: clamp(1.75rem, 0.9rem + 3.4vw, 3.5rem);
  letter-spacing: 0.06em;
  line-height: 1.12;
  margin: 0 0 1.75rem;
}
.hero-lead {
  font-size: clamp(1rem, 0.95rem + 0.4vw, 1.2rem);
  color: rgba(255, 255, 255, 0.86);
  max-width: 46rem; margin-inline: auto;
}
.hero-tag {
  font-family: var(--font-display);
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.9rem);
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  margin: 1.75rem 0 0;
}

/* ---------- Lecteurs audio ---------- */

.players { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.75rem; }
.players--grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 21rem), 1fr)); }
.players--hero { max-width: 32rem; margin: clamp(2.75rem, 5vw, 4rem) auto 0; }

.player { display: flex; flex-direction: column; }
.player audio { width: 100%; order: 2; }
.player .player-ui {
  order: 1;
  text-align: left;
  background: var(--ink);
  color: #fff;
  padding: 0.7rem 1.1rem 0.7rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.player .player-play, .player .player-track { display: none; }

.player.is-enhanced audio { display: none; }
.player.is-enhanced .player-ui {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "play meta" "play track";
  align-items: center;
  gap: 0.1rem 0.9rem;
}
.player.is-enhanced .player-track { display: flex; }

.player.is-enhanced .player-play { display: grid; }
.player-play {
  grid-area: play;
  width: 2.6rem; height: 2.6rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: none; color: #fff; cursor: pointer;
  transition: background-color 0.18s, color 0.18s, border-color 0.18s;
}
.player-play:hover { background: #fff; color: var(--ink); border-color: #fff; }
.player-play svg { width: 1.05rem; height: 1.05rem; fill: currentColor; }
.player-play .ico-pause { display: none; }
.player.is-playing .player-play .ico-play { display: none; }
.player.is-playing .player-play .ico-pause { display: block; }

.player-meta { grid-area: meta; min-width: 0; }
.player-title {
  font-family: var(--font-display);
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.04em;
  margin: 0;
  display: flex; align-items: center; gap: 0.5rem;
}
.player-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.player-artist {
  font-size: 0.7rem; color: rgba(255, 255, 255, 0.5);
  margin: 0; line-height: 1.4;
}

.player-track { grid-area: track; display: flex; align-items: center; gap: 0.75rem; }

.player-seek {
  --pct: 0%;
  flex: 1; min-width: 0;
  -webkit-appearance: none; appearance: none;
  height: 1rem; background: none; cursor: pointer; margin: 0;
}
.player-seek::-webkit-slider-runnable-track {
  height: 3px; border-radius: 2px;
  background: linear-gradient(to right, var(--steel) var(--pct), rgba(255, 255, 255, 0.2) var(--pct));
}
.player-seek::-moz-range-track {
  height: 3px; border-radius: 2px;
  background: linear-gradient(to right, var(--steel) var(--pct), rgba(255, 255, 255, 0.2) var(--pct));
}
.player-seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0.7rem; height: 0.7rem; margin-top: -0.2rem;
  border-radius: 50%; background: #fff; border: 0;
}
.player-seek::-moz-range-thumb {
  width: 0.7rem; height: 0.7rem;
  border-radius: 50%; background: #fff; border: 0;
}

.player-time {
  display: flex; gap: 0.35rem;
  font-size: 0.68rem; font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.5);
  margin: 0; white-space: nowrap;
}
.player-time .t-cur::after { content: " /"; }

/* ---------- Colonnes ---------- */

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.split--media-first .players { order: -1; }
.split-text p:last-child { margin-bottom: 0; }
.split-text p { color: var(--fg-soft); }

.split--about { align-items: start; }
.split--about .about-text p { color: rgba(255, 255, 255, 0.82); }

.split--contact { align-items: center; }
.portrait { margin: 0; }
.portrait img {
  width: min(22rem, 100%);
  aspect-ratio: 1;
  object-fit: cover; object-position: center 20%;
  border-radius: 50%;
  margin-inline: auto;
  filter: grayscale(1);
}

/* ---------- Grille vidéos ---------- */

.grid-media {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 26rem), 1fr));
}
.grid-media figure { margin: 0; }
.grid-media video { width: 100%; aspect-ratio: 16 / 9; background: var(--ink); }
.grid-media iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; }
.grid-media figcaption { margin-top: 0.9rem; color: var(--fg-soft); font-size: 0.9rem; line-height: 1.6; }

.yt {
  position: relative; display: block; width: 100%; padding: 0;
  border: 0; background: var(--ink);
  overflow: hidden; cursor: pointer; aspect-ratio: 16 / 9;
}
.yt img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: opacity 0.25s, transform 0.35s; }
.yt:hover img { opacity: 1; transform: scale(1.04); }
.yt-play {
  position: absolute; inset: 50% auto auto 50%; translate: -50% -50%;
  width: 3.6rem; height: 3.6rem; border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(13, 17, 25, 0.45);
  transition: background-color 0.2s;
}
.yt-play::after {
  content: ""; position: absolute; inset: 50% auto auto 50%; translate: -35% -50%;
  border-style: solid; border-width: 0.5rem 0 0.5rem 0.85rem;
  border-color: transparent transparent transparent #fff;
}
.yt:hover .yt-play { background: rgba(13, 17, 25, 0.8); }

/* ---------- Tuiles ---------- */

.tiles {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 12.5rem), 1fr));
}
.tiles--three { grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); }

.tile { background: var(--stone); padding: 1.75rem 1.5rem; }
.tile h3 {
  font-family: var(--font-display);
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin: 0 0 1rem;
}
.tile > ul { list-style: none; margin: 0; padding: 0; font-size: 0.875rem; color: var(--fg-soft); }
.tile > ul li { padding-left: 1.3rem; position: relative; margin-bottom: 0.4rem; }
.tile > ul li::before { content: "➜"; position: absolute; left: 0; color: var(--navy); }

.tile--icon { text-align: center; padding: 2.25rem 1.75rem; }
.tile--icon img { width: 3.25rem; height: 3.25rem; object-fit: contain; margin: 0 auto 1.25rem; }
.tile--icon p { color: var(--fg-soft); font-size: 0.875rem; margin: 0; }

/* ---------- Accordéon ---------- */

details { background: var(--stone); margin-bottom: 0.6rem; }
summary {
  cursor: pointer; list-style: none; position: relative;
  font-family: var(--font-display);
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 1.35rem 3.25rem 1.35rem 1.5rem;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: ""; position: absolute; right: 1.6rem; top: 50%;
  width: 0.55rem; height: 0.55rem; translate: 0 -65%;
  border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy);
  rotate: 45deg; transition: rotate 0.22s, translate 0.22s;
}
details[open] summary::after { rotate: -135deg; translate: 0 -25%; }
.details-body { padding: 0 1.5rem 1.5rem; color: var(--fg-soft); font-size: 0.9rem; }
.details-body p { margin-bottom: 0.3rem; }
.details-body p:last-child { margin-bottom: 0; }

/* ---------- Formulaire ---------- */

form { margin-top: 2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin: 0 0 1.1rem; display: flex; flex-direction: column; gap: 0.45rem; }
.field label {
  font-family: var(--font-display);
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.req { color: var(--fg-soft); font-weight: 400; letter-spacing: 0.04em; }

input[type="text"], input[type="email"], textarea {
  font: inherit; font-size: 0.95rem; color: var(--fg);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--rule);
  padding: 0.75rem 0.9rem; width: 100%;
  transition: border-color 0.18s, background-color 0.18s;
}
input:focus, textarea:focus { border-color: var(--steel); background: rgba(255, 255, 255, 0.14); }
textarea { resize: vertical; min-height: 8rem; }
input[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: #e88b8b; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.95rem 2.25rem;
  background: #fff; color: var(--navy);
  border: 1px solid #fff; cursor: pointer;
  transition: background-color 0.18s, color 0.18s;
}
.btn:hover { background: transparent; color: #fff; }
.btn[disabled] { opacity: 0.5; cursor: progress; }

.form-status { margin-top: 1rem; font-size: 0.9rem; min-height: 1.5rem; }
.form-status.is-ok { color: #9fe0b4; }
.form-status.is-error { color: #f0a5a5; }

.mail-link { text-underline-offset: 5px; text-decoration-color: var(--steel); }

/* ---------- Mentions légales ---------- */

.legal h2 {
  font-family: var(--font-display);
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin: 2.75rem 0 0.9rem;
}
.legal p { color: var(--fg-soft); }
.legal-lead { margin: 0 0 1rem; max-width: none; font-style: italic; }
.legal .btn--dark { background: var(--navy); color: #fff; border-color: var(--navy); }
.legal .btn--dark:hover { background: transparent; color: var(--navy); }
.legal-back { margin-top: 3.5rem; }

/* ---------- Pied de page ---------- */

.site-footer {
  background: var(--navy-deep); color: #fff;
  text-align: center;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}
.footer-title {
  font-family: var(--font-display);
  font-size: clamp(0.85rem, 0.8rem + 0.35vw, 1.05rem);
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  margin: 0 0 1.75rem;
}
.footer-nav ul {
  list-style: none; margin: 0 0 1.75rem; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 2rem;
}
.footer-nav a {
  font-size: 0.85rem; text-decoration: none;
  color: rgba(255, 255, 255, 0.72);
}
.footer-nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

.social { list-style: none; margin: 0 0 1.75rem; padding: 0; display: flex; justify-content: center; gap: 0.9rem; }
.social a {
  display: grid; place-items: center;
  width: 2.6rem; height: 2.6rem;
  border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 50%;
  transition: background-color 0.18s, color 0.18s, border-color 0.18s;
}
.social a:hover { background: #fff; color: var(--navy-deep); border-color: #fff; }
.social svg { width: 1.25rem; height: 1.25rem; }

.copyright { color: rgba(255, 255, 255, 0.5); font-size: 0.78rem; margin: 0; }

/* ---------- Adaptatif ---------- */

@media (max-width: 1120px) {
  .btn-mail span { display: none; }
  .btn-mail { padding: 0.55rem; }
  .nav ul { gap: 1.2rem; }
}

@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split--media-first .players { order: 0; }
  .split--media-first .split-text { order: -1; }
  .portrait img { width: min(16rem, 70%); }
  :root { --cut: 6vw; }
  .burger { display: block; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0;
    background: var(--ink);
    margin: 0; padding: 0.5rem 1.25rem 1.5rem;
    display: none;
  }
  .nav.is-open { display: block; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav a { display: block; padding: 0.95rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.8rem; }
  .nav a[aria-current="location"] { color: var(--steel); border-bottom-color: rgba(255, 255, 255, 0.1); }
  .player.is-enhanced .player-ui { padding-right: 0.9rem; }
}

@media (max-width: 600px) {
  .field-row { grid-template-columns: 1fr; }
  .player-time .t-cur::after { content: ""; }
  .player-time .t-dur { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .yt:hover img { transform: none; }
}
