/*
Theme Name: Georg M. Schneider
Theme URI: https://www.gmsfoundationkarlstadt.de/
Description: Persönlicher Auftritt für Georg M. Schneider – Engagement und Musik.
Author: GMS
Version: 1.0.0
Text Domain: gms
*/

:root {
  --ink: #07111f;
  --ink-2: #0d1b2e;
  --cream: #f5f0e7;
  --paper: #fffdf8;
  --gold: #d7a64a;
  --gold-2: #f0cc7a;
  --red: #a8483f;
  --muted: #657080;
  --line: rgba(7, 17, 31, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 22px 70px rgba(7, 17, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 17px/1.68 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold); font-size: .76rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.06; text-wrap: balance; }
h2 { font-size: clamp(2.35rem, 5vw, 4.4rem); }
p { margin: 0 0 1.25rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 52px; padding: 0 24px; border: 1px solid var(--gold);
  border-radius: 999px; color: var(--ink); background: var(--gold);
  font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); background: var(--gold-2); }
.button--ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.42); }
.button--ghost:hover { color: var(--ink); background: #fff; }
.text-link { color: var(--red); font-size: .83rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link::after { content: "  →"; }

.site-header {
  position: absolute; z-index: 50; top: 0; left: 0; right: 0;
  border-bottom: 1px solid rgba(255,255,255,.16); color: #fff;
}
.site-header__in { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 14px; color: #fff; text-decoration: none; }
.brand__mark {
  display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--gold);
  border-radius: 50%; color: var(--gold-2); font: 600 1.1rem/1 var(--serif);
}
.brand__text { line-height: 1.15; }
.brand__text strong { display: block; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.brand__text span { font-size: .64rem; letter-spacing: .18em; opacity: .68; text-transform: uppercase; }
.nav { display: flex; align-items: center; padding: 5px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(5,13,24,.48); box-shadow: 0 12px 35px rgba(0,0,0,.15); backdrop-filter: blur(14px); }
.nav ul { margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; list-style: none; }
.nav a { position: relative; display: block; padding: 10px 14px; border-radius: 999px; color: rgba(255,255,255,.86); font-size: .7rem; font-weight: 800; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; transition: color .2s, background .2s, transform .2s; }
.nav a:hover, .nav .current-menu-item a { color: #fff; background: rgba(255,255,255,.12); }
.nav li:last-child a, .nav > a:last-of-type { margin-left: 3px; color: var(--ink); background: var(--gold); }
.nav li:last-child a:hover, .nav > a:last-of-type:hover { background: var(--gold-2); transform: translateY(-1px); }
.menu-toggle { display: none; padding: 8px; border: 0; color: #fff; background: transparent; font-size: 1.5rem; }

.hero {
  position: relative; min-height: 830px; display: grid; align-items: end;
  overflow: hidden; color: #fff; background:
    radial-gradient(circle at 72% 22%, rgba(49,76,112,.42), transparent 35%),
    linear-gradient(125deg, #06101d 0%, #091729 55%, #101d30 100%);
}
.hero::before {
  position: absolute; content: ""; inset: 0; pointer-events: none; opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 70%);
}
.hero__portrait { position: absolute; z-index: 1; right: max(0px, calc((100vw - 1380px)/2)); bottom: 0; height: min(89%, 760px); width: auto; object-fit: contain; filter: drop-shadow(-35px 15px 45px rgba(0,0,0,.28)); }
.hero__in { position: relative; z-index: 2; padding: 190px 0 115px; }
.hero__copy { width: min(690px, 58vw); }
.hero h1 { margin: 24px 0 26px; font-size: clamp(4rem, 8.4vw, 8.1rem); letter-spacing: -.045em; }
.hero h1 span { display: block; color: var(--gold-2); font-size: .28em; font-family: var(--sans); font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.hero blockquote { max-width: 620px; margin: 0 0 34px; color: rgba(255,255,255,.82); font: italic 1.3rem/1.55 var(--serif); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__note { position: absolute; z-index: 3; right: 36px; bottom: 38px; writing-mode: vertical-rl; color: rgba(255,255,255,.48); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; }

.intro { padding: 120px 0; background: var(--cream); }
.intro__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 10%; align-items: start; }
.intro h2 { margin-top: 20px; }
.intro__lead { padding-top: 55px; color: #394354; font-size: clamp(1.13rem, 2vw, 1.45rem); }
.intro__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 60px; background: rgba(7,17,31,.13); }
.fact { padding: 25px; background: var(--cream); }
.fact strong { display: block; color: var(--red); font: 500 2rem/1 var(--serif); }
.fact span { display: block; margin-top: 8px; color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.dual { display: grid; grid-template-columns: 1fr 1fr; }
.dual__panel { position: relative; min-height: 620px; padding: 90px max(36px, 6vw); display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.dual__panel::after { position: absolute; content: ""; inset: 0; background: linear-gradient(to top, rgba(5,12,22,.92), rgba(5,12,22,.1)); }
.dual__panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.dual__panel:hover img { transform: scale(1.035); }
.dual__copy { position: relative; z-index: 2; max-width: 560px; }
.dual__copy h2 { margin: 16px 0 20px; font-size: clamp(2.4rem, 4vw, 4rem); }
.dual__copy p { color: rgba(255,255,255,.78); }

.music { padding: 120px 0; color: #fff; background: var(--ink); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-head p { max-width: 470px; margin: 0; color: #7e8998; }
.music h2 { margin-top: 16px; }
.track-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.track {
  position: relative; min-height: 250px; display: grid; grid-template-columns: 210px 1fr; overflow: hidden;
  border: 1px solid rgba(255,255,255,.11); border-radius: 4px; background: #0b1829;
}
.track__cover { position: relative; min-height: 210px; overflow: hidden; background: #14243a; }
.track__cover img { width: 100%; height: 100%; object-fit: cover; }
.track__cover::after { position: absolute; content: ""; inset: 0; background: linear-gradient(135deg, transparent, rgba(7,17,31,.45)); }
.track__body { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.track__nr { color: var(--gold); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.track h3 { margin: 9px 0 8px; font-size: 1.75rem; }
.track p { color: #8e98a7; font-size: .84rem; }
.track audio { width: 100%; height: 38px; margin-top: 12px; accent-color: var(--gold); }
.track--soon { opacity: .58; }
.track--soon .track__cover { display: grid; place-items: center; }
.track--soon .track__cover span { position: relative; z-index: 2; color: var(--gold); font: 500 4rem/1 var(--serif); }
.album-showcase { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.album-showcase--six { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px 20px; }
.album-showcase a { min-width: 0; color: #fff; text-decoration: none; }
.album-showcase img { width: 100%; aspect-ratio: 1; object-fit: cover; box-shadow: 0 22px 45px rgba(0,0,0,.3); transition: transform .35s, box-shadow .35s; }
.album-showcase a:hover img { transform: translateY(-7px); box-shadow: 0 30px 60px rgba(0,0,0,.42); }
.album-showcase span { display: block; margin-top: 17px; font: 500 1.05rem/1.25 var(--serif); }
.album-showcase small { display: block; margin-bottom: 6px; color: var(--gold); font: 800 .61rem/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.music__cta { margin: 48px 0 0; text-align: center; }

.stories { padding: 120px 0; }
.stories .section-head p { color: var(--muted); }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.story-card { min-width: 0; overflow: hidden; border-bottom: 1px solid var(--line); }
.story-card__image { display: block; aspect-ratio: 1.35; overflow: hidden; background: var(--cream); }
.story-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.story-card:hover .story-card__image img { transform: scale(1.035); }
.story-card__body { padding: 24px 2px 28px; }
.story-card__meta { color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-card h3 { margin: 10px 0 14px; font-size: 1.65rem; overflow-wrap: anywhere; }
.story-card h3 a { text-decoration: none; }
.story-card p { color: var(--muted); font-size: .92rem; }

.manifesto { padding: 100px 0; color: #fff; background: var(--red); text-align: center; }
.manifesto p { max-width: 960px; margin: 0 auto; font: 500 clamp(2.1rem, 4.4vw, 4.4rem)/1.18 var(--serif); text-wrap: balance; }
.manifesto span { color: #f3d4aa; }

.page-hero--music { padding-bottom: 105px; background: radial-gradient(circle at 82% 25%, #1d3452, transparent 34%), var(--ink); }
.page-hero--music p { max-width: 720px; margin: 28px 0 0; color: #9ca7b6; font-size: 1.2rem; }
.discography { padding: 110px 0 125px; overflow: hidden; background: var(--cream); }
.discography__head { margin-bottom: 45px; }
.music-note { margin: -35px 0 90px; padding: clamp(30px,5vw,58px); border-left: 4px solid var(--gold); background: #fff; box-shadow: var(--shadow); }
.music-note p { max-width: 920px; margin: 20px 0 0; color: #394354; font: italic clamp(1.05rem,2vw,1.28rem)/1.65 var(--serif); }
.music-note strong { display: block; margin-top: 22px; color: var(--red); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.album-jump { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 80px; }
.album-jump a { min-width: 0; padding: 10px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 4px; background: rgba(255,255,255,.52); text-decoration: none; transition: transform .2s, border-color .2s, background .2s; }
.album-jump a:hover { transform: translateY(-3px); border-color: var(--gold); background: #fff; }
.album-jump img { width: 64px; height: 64px; flex: 0 0 64px; object-fit: cover; }
.album-jump span { min-width: 0; font: 500 .95rem/1.2 var(--serif); }
.album-jump small { display: block; margin-bottom: 6px; color: var(--red); font: 800 .58rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.album-list { display: grid; gap: 80px; }
.album { min-width: 0; display: grid; grid-template-columns: minmax(220px, 330px) minmax(0, 1fr); gap: clamp(35px, 6vw, 85px); align-items: start; scroll-margin-top: 30px; }
.album + .album { padding-top: 80px; border-top: 1px solid var(--line); }
.album__art { position: sticky; top: 28px; }
.album__art img { width: 100%; aspect-ratio: 1; object-fit: cover; box-shadow: 0 25px 55px rgba(7,17,31,.2); }
.album__art > span { display: block; margin-top: 18px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.album__content { min-width: 0; }
.album__content header { padding: 4px 0 26px; }
.album__content h2 { margin: 14px 0 16px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.album__content header p { max-width: 680px; color: var(--muted); }
.tracklist { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.tracklist li { min-width: 0; padding: 13px 4px; display: grid; grid-template-columns: 44px minmax(0,1fr) auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.tracklist__number { color: #a1a8b1; font: 500 .72rem/1 var(--sans); }
.tracklist__title { min-width: 0; font-weight: 750; overflow-wrap: anywhere; }
.tracklist__title small { display: block; margin-top: 2px; color: #929aa5; font-size: .68rem; font-weight: 500; }
.track-play { padding: 8px 12px; display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; font-size: .66rem; font-weight: 800; letter-spacing: .06em; cursor: pointer; text-transform: uppercase; }
.track-play span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #bac0c7; border-radius: 50%; color: var(--ink); font-size: .65rem; }
.track-play:hover, .track-play.is-active { color: var(--red); background: #fff; }
.track-play.is-active span { color: #fff; border-color: var(--red); background: var(--red); }
.now-playing { position: sticky; z-index: 12; bottom: 18px; width: min(760px, calc(100% - 20px)); min-height: 76px; margin: 80px auto 0; padding: 12px 20px; display: grid; grid-template-columns: 46px minmax(0,1fr) minmax(160px, 280px) auto; gap: 15px; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: #fff; background: rgba(7,17,31,.94); box-shadow: 0 20px 50px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.now-playing__toggle { width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--ink); background: var(--gold); cursor: pointer; }
.now-playing small { display: block; color: #8995a4; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.now-playing strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.now-playing audio { width: 100%; height: 32px; }
.now-playing__time { color: #8d97a4; font-size: .66rem; }
.performances { padding: 115px 0; overflow: hidden; }
.page-hero--engagement p { max-width: 760px; margin: 28px 0 0; color: #9ca7b6; font-size: 1.2rem; }
.foundation-area { padding: 110px 0; background: var(--cream); }
.foundation-callout { padding: clamp(28px,5vw,64px); display: grid; grid-template-columns: minmax(230px,360px) minmax(0,1fr); gap: clamp(35px,6vw,85px); align-items: start; background: #fff; box-shadow: var(--shadow); }
.foundation-callout__logo img { width: 100%; height: auto; }
.foundation-callout h2 { margin: 18px 0 25px; font-size: clamp(2.4rem,4vw,4rem); }
.foundation-callout p { color: #465161; }
.foundation-callout__actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.button--dark { color: #fff; border-color: var(--ink); background: var(--ink); }
.button--dark:hover { color: #fff; background: #16263b; }
.foundation-management { margin: 45px 0 0; display: grid; grid-template-columns: minmax(240px,420px) minmax(0,1fr); align-items: center; background: var(--ink); }
.foundation-management img { width: 100%; height: auto; min-height: 0; align-self: center; object-fit: contain; background: #fff; }
.foundation-management figcaption { padding: 35px 45px; color: #9aa5b3; }
.foundation-management strong { display: block; margin-bottom: 8px; color: #fff; font: 500 1.7rem/1.2 var(--serif); }
.engagement-projects { background: var(--paper); }
.article-gallery { margin: 38px 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.article-gallery img { width: 100%; height: 100%; min-height: 260px; margin: 0; object-fit: cover; box-shadow: none; }
.article-gallery img:first-child { grid-column: 1 / -1; aspect-ratio: 1.8; }

.page-hero { padding: 190px 0 90px; color: #fff; background: var(--ink); }
.page-hero h1 { max-width: 940px; margin-top: 20px; font-size: clamp(3.2rem, 7vw, 6.2rem); }
.archive { padding: 90px 0 120px; background: var(--paper); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; }
.filters a { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .75rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.filters a:hover { color: var(--ink); border-color: var(--gold); }
.pagination { margin-top: 55px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--line); text-decoration: none; }
.pagination .current { color: #fff; background: var(--ink); }

.article { padding: 80px 0 120px; }
.article__grid { display: grid; grid-template-columns: minmax(0, 760px) 250px; justify-content: center; gap: 80px; }
.article__content { font-size: 1.08rem; }
.article__content > p:first-child { font-size: 1.3rem; color: #344052; }
.article__content img { margin: 34px auto; border-radius: 3px; box-shadow: var(--shadow); }
.article__content iframe,
.article__content video,
.article__content object,
.article__content embed,
.responsive-video {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  margin: 30px 0;
  border: 0;
}
.article__content audio { width: 100%; margin: 18px 0 30px; }
.video-consent { width: 100%; min-height: 0; aspect-ratio: 16 / 9; margin: 30px 0; display: grid; place-items: center; background: var(--ink); }
.video-consent button { padding: 18px 24px; border: 1px solid var(--gold); color: #fff; background: transparent; cursor: pointer; }
.video-consent small { display: block; margin-top: 7px; color: #8792a1; }
.article__content h2, .article__content h3 { margin: 2em 0 .6em; }
.article__side { border-left: 1px solid var(--line); padding-left: 28px; color: var(--muted); font-size: .83rem; }
.article__side strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.article__side a { color: var(--red); text-decoration: none; }

.legal { padding: 80px 0 120px; }
.legal__in { max-width: 850px; }
.legal h2 { margin: 2em 0 .6em; font-size: 2.2rem; }
.legal h3 { margin: 1.5em 0 .5em; font-size: 1.4rem; }

.site-footer { padding: 70px 0 30px; color: #c6ccd5; background: #040b14; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 70px; }
.footer__brand h2 { max-width: 480px; color: #fff; font-size: 2.2rem; }
.footer__brand p { max-width: 520px; margin-top: 18px; color: #7d8794; }
.footer__col strong { display: block; margin-bottom: 17px; color: var(--gold); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.footer__col a { display: block; margin: 8px 0; color: #c6ccd5; text-decoration: none; }
.footer__bottom { margin-top: 65px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #646e7b; font-size: .74rem; }

@media (max-width: 980px) {
  .nav { position: fixed; inset: 0; padding: 120px 40px 40px; display: none; flex-direction: column; align-items: flex-start; background: var(--ink); }
  .nav ul { display: flex; flex-direction: column; align-items: flex-start; }
  .menu-open .nav { display: flex; }
  .nav a { font: 500 2rem/1.2 var(--serif); text-transform: none; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .hero { min-height: 760px; }
  .hero__portrait { right: -140px; height: 68%; opacity: .55; }
  .hero__copy { width: min(680px, 82vw); }
  .hero h1 { font-size: clamp(3.8rem, 12vw, 6.5rem); }
  .intro__grid { grid-template-columns: 1fr; }
  .intro__lead { padding-top: 15px; }
  .dual { grid-template-columns: 1fr; }
  .dual__panel { min-height: 520px; }
  .track-grid { grid-template-columns: 1fr; }
  .album-showcase { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .album-showcase--six { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
  .album-jump { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .album { grid-template-columns: minmax(190px, 260px) minmax(0,1fr); gap: 35px; }
  .foundation-callout { grid-template-columns: minmax(200px,280px) minmax(0,1fr); gap: 35px; }
  .now-playing { grid-template-columns: 46px minmax(0,1fr) minmax(140px,220px); }
  .now-playing__time { display: none; }
  .article__grid { grid-template-columns: 1fr; gap: 45px; }
  .article__side { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 26px, 1180px); }
  .brand__text span { display: none; }
  .site-header__in { height: 76px; }
  .hero { min-height: 760px; }
  .hero__in { padding: 150px 0 70px; }
  .hero__copy { width: 100%; }
  .hero__portrait { right: -210px; height: 58%; opacity: .42; }
  .hero h1 { font-size: clamp(3.4rem, 18vw, 5rem); }
  .hero blockquote { font-size: 1.08rem; }
  .hero__note { display: none; }
  .intro, .music, .stories { padding: 80px 0; }
  .intro__facts { grid-template-columns: 1fr; }
  .dual__panel { min-height: 470px; padding: 60px 26px; }
  .section-head { display: block; }
  .section-head p { margin-top: 20px; }
  .track { grid-template-columns: 1fr; }
  .album-showcase { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; }
  .track__cover { aspect-ratio: 1.7; }
  .story-grid { grid-template-columns: 1fr; }
  .album-jump { grid-template-columns: 1fr; }
  .album { grid-template-columns: 1fr; }
  .album__art { position: static; width: min(320px, 88vw); margin-inline: auto; }
  .tracklist li { grid-template-columns: 34px minmax(0,1fr) 42px; }
  .track-play { width: 40px; padding: 5px; font-size: 0; }
  .track-play span { width: 30px; height: 30px; }
  .now-playing { grid-template-columns: 42px minmax(0,1fr); }
  .now-playing audio, .now-playing__time { display: none; }
  .foundation-callout, .foundation-management { grid-template-columns: 1fr; }
  .foundation-callout__logo { width: min(330px,100%); margin-inline: auto; }
  .foundation-management figcaption { padding: 28px; }
  .article-gallery { grid-template-columns: 1fr; }
  .article-gallery img:first-child { grid-column: auto; }
  .page-hero { padding: 150px 0 70px; }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__bottom { display: block; }
}

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