/*
Theme Name: SINZOO
Theme URI: https://sinzoo.com/
Author: SINZOO
Description: A multilingual editorial theme for SINZOO music, films, notes and practice.
Version: 1.5.2
Text Domain: sinzoo
*/

:root {
  --paper: #f3f0e8;
  --ink: #141414;
  --muted: #6f6d67;
  --line: #aaa69d;
  --max: 1360px;
}

/* Homepage 1.1 — an editorial listening guide */
.home-journal {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
}
.home-journal h2, .home-journal h3 { font-weight: 500; }
.home-hero {
  min-height: 570px;
  display: grid;
  grid-template-columns: 56% 44%;
  border-bottom: 1px solid var(--line);
}
.home-hero-copy {
  min-height: 570px;
  padding: 46px 44px 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(44px, 4.8vw, 55px);
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-weight: 500;
  letter-spacing: -.07em;
  line-height: 1.08;
}
.home-hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}
.home-hero-bottom {
  font-size: 12px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
}
.home-hero-bottom p { max-width: 380px; margin: 0; font-size: 14px; }
.text-arrow { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; text-underline-offset: 5px; }
.home-hero-art { margin: 0; padding: 28px; border-left: 1px solid var(--line); }
.home-hero-art img { width: 100%; height: 406px; object-fit: cover; }
.home-hero-art figcaption {
  display: flex; justify-content: space-between; gap: 20px; padding-top: 12px;
  font-size: 11px; letter-spacing: .12em;
}
.home-statement, .home-closing {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-bottom: 1px solid var(--line);
}
.home-index { padding: 28px; border-right: 1px solid var(--line); font-size: 11px; letter-spacing: .17em; }
.home-statement-copy { padding: 68px 34px 74px; }
.statement-lead { margin: 0 0 28px; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.home-statement h2 {
  max-width: 970px; margin: 0 0 52px; font-size: 29px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  letter-spacing: -.05em; line-height: 1.22;
}
.statement-columns { max-width: 830px; margin-left: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.statement-columns p { margin: 0; font-size: 14px; line-height: 1.9; }
.mood-section, .latest-section { border-bottom: 1px solid var(--line); }
.mood-heading, .latest-heading {
  display: grid; grid-template-columns: 260px 1fr; border-bottom: 1px solid var(--line);
}
.mood-heading > div:last-child, .latest-heading > div:last-child { padding: 54px 34px; }
.mood-heading h2, .latest-heading h2 {
  margin: 0; font-size: 36px; letter-spacing: -.04em; line-height: 1.2;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
}
.mood-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.mood-card {
  position: relative; min-height: 250px; padding: 26px 64px 26px 28px;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: 48px 1fr; gap: 18px; text-decoration: none;
  transition: background .25s ease, color .25s ease;
}
.mood-card:nth-child(2n) { border-right: 0; }
.mood-card:nth-last-child(-n+2) { border-bottom: 0; }
.mood-card:hover { background: var(--ink); color: var(--paper); }
.mood-number { font-size: 11px; letter-spacing: .15em; }
.mood-copy h3 { margin: 0 0 12px; font-size: 28px; letter-spacing: -.03em; }
.mood-copy p { max-width: 390px; margin: 0; font-size: 15px; }
.mood-copy { font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif; }
.mood-songs { grid-column: 2; display: flex; flex-wrap: wrap; gap: 7px; align-self: end; }
.mood-songs span { padding: 4px 9px; border: 1px solid currentColor; border-radius: 99px; font-size: 11px; }
.mood-arrow { position: absolute; right: 26px; top: 24px; font-size: 19px; }
.featured-release { min-height: 700px; display: grid; grid-template-columns: 42% 58%; border-bottom: 1px solid var(--line); }
.featured-copy { padding: 44px 34px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.featured-kicker { margin: 0 0 12px; font-size: 18px; }
.featured-copy {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
}
.featured-copy h2 { margin: 0; font-size: 52px; letter-spacing: -.05em; line-height: 1.08; }
.featured-en { margin: 16px 0 0; font-size: 17px; }
.featured-description { max-width: 520px; margin: 0 0 28px; font-size: 17px; line-height: 1.85; }
.featured-art { padding: 28px; }
.featured-art img { width: 100%; height: 100%; max-height: 690px; object-fit: contain; }
.latest-heading > div:last-child { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.latest-heading h2 { font-size: 42px; }
.latest-heading p { max-width: 390px; margin: 0; }
.latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.latest-card { min-width: 0; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.latest-card:last-child { border-right: 0; }
.latest-art { aspect-ratio: 1; overflow: hidden; background: #dedbd3; }
.latest-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.latest-card:hover img { transform: scale(1.02); }
.latest-meta { padding-top: 14px; display: grid; gap: 3px; }
.latest-meta span { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.latest-meta strong { font-size: 16px; font-weight: 500; }
.latest-meta p { margin: 6px 0 0; font-size: 14px; line-height: 1.55; color: var(--muted); text-transform: none; }
.latest-meta small { margin-top: 8px; color: var(--muted); }
.art-placeholder { width: 100%; height: 100%; display: grid; place-items: center; font-size: 34px; letter-spacing: .1em; }
.latest-all { position: relative; min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; }
.latest-all div { display: grid; gap: 14px; }
.latest-all strong { font-size: 28px; font-weight: 500; }
.latest-all span:not(.mood-arrow):not(.mood-number) { max-width: 290px; }
.story-film-section { display: grid; grid-template-columns: 38% 62%; border-bottom: 1px solid var(--line); }
.story-panel { padding: 46px 34px; border-right: 1px solid var(--line); display: flex; flex-direction: column; text-decoration: none; }
.story-panel h2 { margin: 22px 0 80px; font-size: clamp(35px, 4vw, 54px); letter-spacing: -.05em; line-height: 1.18; }
.story-panel > p:not(.eyebrow) { max-width: 390px; margin: auto 0 32px; font-size: 16px; }
.film-panel { padding: 28px; }
.film-panel .video-embed { padding: 0; }
.film-caption { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding-top: 24px; }
.film-caption h2 { margin: 0; font-size: 28px; letter-spacing: -.03em; line-height: 1.35; }
.film-caption .text-arrow { grid-column: 2; }
.home-closing > div:last-child { padding: 60px 34px; }
.home-closing h2 { max-width: 850px; margin: 0 0 30px; font-size: clamp(40px, 5vw, 66px); letter-spacing: -.055em; line-height: 1.15; }
.home-closing p { max-width: 670px; font-size: 17px; line-height: 1.85; }
.closing-links { margin-top: 54px; display: flex; flex-wrap: wrap; gap: 24px; }
.closing-links a { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", "Noto Sans TC", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img, video, iframe { display: block; max-width: 100%; }
a { color: inherit; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  width: auto;
  height: auto;
  padding: .75rem;
  margin: .5rem;
  clip: auto;
  background: #fff;
  z-index: 9999;
}
.site-frame {
  width: min(var(--max), calc(100% - 48px));
  margin: 24px auto;
  border: 1px solid var(--line);
}
.site-header {
  min-height: 82px;
  padding: 18px 26px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
}
.site-nav, .language-switcher {
  display: flex;
  align-items: center;
  gap: 22px;
}
.site-nav a, .language-switcher a {
  font-size: 11px;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
}
.language-switcher { gap: 8px; }
.language-switcher a {
  border: 1px solid var(--ink);
  border-radius: 99px;
  padding: 5px 8px;
}
.language-switcher a.is-current {
  color: var(--paper);
  background: var(--ink);
}
.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  padding: 70px 42px 42px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eyebrow {
  margin: 0 0 24px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1, .display-title {
  margin: 0;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: 1.28;
}
.hero-intro {
  max-width: 540px;
  margin: 36px 0 0;
  font-size: clamp(18px, 2vw, 23px);
}
.hero-media {
  padding: 28px;
  border-left: 1px solid var(--line);
}
.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}
.section {
  border-bottom: 1px solid var(--line);
}
.section-heading {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-bottom: 1px solid var(--line);
}
.section-label {
  padding: 25px 28px;
  border-right: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.section-intro { padding: 52px 34px; }
.section-intro h2 {
  max-width: 850px;
  margin: 0;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.25;
}
.music-page-title {
  margin: 0;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.25;
}
.works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.work-card {
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.work-card:nth-child(2n) { border-right: 0; }
.work-card-media {
  aspect-ratio: 1 / 1;
  background: #dfdcd4;
  overflow: hidden;
}
.work-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.work-card:hover img { transform: scale(1.015); }
.work-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding-top: 12px;
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.work-card-titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.work-card-title-zh {
  font-size: 15px;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: none;
}
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.editorial-card {
  min-height: 440px;
  padding: 34px 28px;
  border-right: 1px solid var(--line);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.editorial-card:last-child { border-right: 0; }
.editorial-card h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.22;
}
.editorial-card .editorial-excerpt {
  margin: auto 0 34px;
  max-width: 340px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.8;
}
.text-link {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.video-feature {
  display: grid;
  grid-template-columns: 34% 66%;
}
.video-copy {
  padding: 42px 28px;
  border-right: 1px solid var(--line);
}
.video-copy h2 {
  margin: 0 0 28px;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.25;
}
.video-embed { padding: 28px; }
.video-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
.button {
  display: inline-block;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer {
  min-height: 290px;
  padding: 42px 28px 24px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-footer h2 {
  margin: 0;
  font-size: 52px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}
.footer-meta {
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: .1em;
}
.content-wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
}
.content-aside {
  padding: 30px 28px;
  border-right: 1px solid var(--line);
}
.content-main { padding: clamp(36px, 7vw, 90px); }
.content-main > * { max-width: 780px; }
.content-main img { height: auto; }
.release-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 42% 58%;
  border-bottom: 1px solid var(--line);
}
.release {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
}
.release-copy {
  padding: 64px 28px 34px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.release-copy h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.18;
}
.release-title-zh,
.release-title-en {
  margin: 26px 0 0;
  font-size: 23px;
  letter-spacing: .12em;
}
.release-title-en { letter-spacing: .02em; }
.release-number {
  margin: 50px 0 0;
  font-size: 11px;
  letter-spacing: .18em;
}
.release-cover {
  margin: 0;
  padding: 32px 28px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.release-cover img {
  width: min(424px, 100%);
  height: auto;
  max-height: 457px;
  object-fit: contain;
}
.release-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}
.release-facts div {
  min-height: 120px;
  padding: 24px 28px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.release-facts div:last-child { border-right: 0; }
.release-facts span {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.release-facts strong {
  font-size: 17px;
  font-weight: 500;
}
.release-story {
  display: grid;
  grid-template-columns: 260px 1fr;
}
.release-story-body { padding: 58px 34px 72px; }
.release-story-body h2 {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: 32px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.25;
}
.release-story-body p {
  max-width: 680px;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  line-height: 1.9;
}
.release-story-body .story-lead {
  margin: 0 0 38px;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.7;
}
.release-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}
.button-outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.release-video,
.release-notes,
.release-lyrics {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-top: 1px solid var(--line);
}
.release-video-body,
.release-notes-body,
.release-lyrics-body {
  min-width: 0;
  padding: 44px 34px 56px;
}
.release-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--ink);
}
.release-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.release-video-body > p {
  max-width: 690px;
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.9;
}
.release-notes-body h2 {
  max-width: 780px;
  margin: 8px 0 48px;
  font-size: 32px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -.04em;
}
.makers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  counter-reset: makers;
}
.makers-list li {
  min-height: 84px;
  padding: 20px 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  counter-increment: makers;
  font-size: 14px;
}
.makers-list li:nth-child(3n) { border-right: 0; }
.makers-list li::before {
  display: block;
  margin-bottom: 16px;
  content: counter(makers, decimal-leading-zero);
  font-size: 10px;
  letter-spacing: .16em;
  opacity: .58;
}
.makers-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}
.makers-list a span {
  font-size: 12px;
  opacity: .55;
  transition: transform .2s ease, opacity .2s ease;
}
.makers-list a:hover span {
  opacity: 1;
  transform: translate(2px, -2px);
}
.lyrics-always { border-top: 1px solid var(--line); }
.lyrics-columns {
  display: block;
  max-width: 620px;
  padding: 30px 0 48px;
}
.lyric-stanza {
  margin: 0 0 1.15em;
  font-size: 14px;
  line-height: 1.6;
}
.lyric-stanza:last-child { margin-bottom: 0; }
.lyric-refrain { margin-top: 1.8em; }
.release-credits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.release-credits div {
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.release-credits div:last-child { border-right: 0; }
.release-credits span {
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.release-credits strong {
  font-size: 14px;
  font-weight: 500;
}
.song-release,
.song-release h1,
.song-release h2,
.song-release p,
.song-release strong,
.song-release a {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Noto Serif JP", serif;
}
.song-release .release-copy h1 {
  max-width: 520px;
  font-size: 40px;
  line-height: 1.22;
}
.release-subtitle {
  max-width: 520px;
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.4;
}
.song-summary {
  max-width: 520px;
  margin: 34px 0 0;
  font-size: 15px;
  line-height: 1.8;
}
.song-story .release-story-body > p {
  max-width: 760px;
  font-size: 14px;
  line-height: 1.85;
}
.song-story .release-story-body .sinzoo-quote {
  margin: 0 0 32px;
  font-size: 30px;
  line-height: 1.45;
}
.release-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}
.button-outline {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
}
.song-release .release-cover img {
  width: min(100%, 425px);
  height: auto;
  margin-left: auto;
}
.song-release .lyrics-columns {
  font-size: 14px;
  line-height: 1.65;
}
.works-archive {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Noto Serif JP", serif;
}
.works-archive-heading {
  display: grid;
  grid-template-columns: 28% 72%;
  border-bottom: 1px solid var(--line);
}
.works-archive-heading > .eyebrow {
  margin: 0;
  padding: 38px 32px;
  border-right: 1px solid var(--line);
}
.works-archive-heading > div {
  padding: 54px 32px 64px;
}
.works-archive-heading h1 {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
}
.works-archive-heading > div > p {
  max-width: 620px;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
.works-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.archive-work-card {
  min-width: 0;
  padding: 26px;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.archive-work-card:nth-child(3n) { border-right: 0; }
.archive-work-cover {
  aspect-ratio: 1 / 1;
  margin: 0 0 24px;
  overflow: hidden;
  background: #e8e4db;
}
.archive-work-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.archive-work-card:hover .archive-work-cover img { transform: scale(1.025); }
.archive-work-copy { min-height: 250px; }
.archive-work-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  font-size: 10px;
  letter-spacing: .14em;
}
.archive-work-card h2 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
}
.archive-work-en {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.5;
}
.archive-work-summary {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}
.films-page {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Noto Serif JP", serif;
}
.films-heading {
  display: grid;
  grid-template-columns: 28% 72%;
  border-bottom: 1px solid var(--line);
}
.films-heading > .eyebrow {
  margin: 0;
  padding: 38px 32px;
  border-right: 1px solid var(--line);
}
.films-heading > div { padding: 54px 32px 60px; }
.films-heading h1 {
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
}
.films-heading > div > p {
  max-width: 650px;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
.film-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
  font-size: 11px;
  letter-spacing: .08em;
}
.film-legend span { display: inline-flex; align-items: center; gap: 8px; }
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}
.films-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.film-list-card {
  padding: 24px;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.film-list-card:nth-child(3n) { border-right: 0; }
.film-list-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0 0 22px;
  overflow: hidden;
  background: #dedad1;
}
.film-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.film-list-card:hover .film-list-thumb img { transform: scale(1.025); }
.film-play {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  border-radius: 50%;
  font-size: 12px;
}
.film-list-copy { min-height: 210px; }
.film-status {
  margin: 0 0 24px;
  font-size: 10px;
  letter-spacing: .14em;
}
.status-released { color: #315c3b; }
.status-youtube { color: #9a493b; }
.film-list-copy h2 {
  margin: 0 0 18px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.35;
}
.film-list-copy > p:last-child {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}
.about-page {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", "Noto Serif JP", serif;
}
.about-hero,
.about-statement,
.about-process,
.about-music,
.about-ongoing {
  display: grid;
  grid-template-columns: 28% 72%;
  border-bottom: 1px solid var(--line);
}
.about-hero > .eyebrow,
.about-index {
  margin: 0;
  padding: 38px 32px;
  border-right: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: .14em;
}
.about-hero > div {
  min-height: 570px;
  padding: 64px 44px 54px;
  display: flex;
  flex-direction: column;
}
.about-intro-en {
  margin: 0;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.about-hero h1 {
  max-width: 760px;
  margin: auto 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.18;
}
.about-lead {
  max-width: 650px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.about-statement-body,
.about-music-body {
  padding: 60px 44px 72px;
}
.about-statement h2,
.about-music h2,
.about-ongoing h2 {
  max-width: 800px;
  margin: 0 0 64px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.35;
}
.about-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  max-width: 850px;
}
.about-columns p,
.about-process-grid p,
.about-ongoing p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}
.about-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-process-grid article {
  min-height: 390px;
  padding: 36px 28px;
  border-right: 1px solid var(--line);
}
.about-process-grid article:last-child { border-right: 0; }
.about-process-grid article > span {
  font-size: 10px;
  letter-spacing: .14em;
}
.about-process-grid h2 {
  margin: 120px 0 24px;
  font-size: 25px;
  font-weight: 400;
}
.about-music-body > .eyebrow { margin: 0 0 24px; }
.about-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 52px;
}
.about-ongoing > div:last-child { padding: 60px 44px 72px; }
.about-ongoing h2 { margin-bottom: 30px; }
.about-ongoing p { max-width: 650px; }

@media (max-width: 820px) {
  .site-frame { width: calc(100% - 20px); margin: 10px auto; }
  .site-header { align-items: flex-start; padding: 18px 16px; }
  .site-nav { flex-wrap: wrap; justify-content: flex-end; gap: 10px 14px; }
  .hero, .section-heading, .video-feature, .content-wrap { grid-template-columns: 1fr; }
  .hero-copy { min-height: 500px; padding: 48px 18px; }
  .hero h1 { font-size: 50px; line-height: 1.28; }
  .hero-media, .content-aside { border-left: 0; border-right: 0; border-top: 1px solid var(--line); }
  .hero-media { padding: 16px; }
  .hero-media img { min-height: 430px; }
  .section-label { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px; }
  .section-intro { padding: 38px 18px; }
  .section-intro h2, .video-copy h2 { font-size: 50px; line-height: 1.25; }
  .works-grid, .editorial-grid { grid-template-columns: 1fr; }
  .work-card, .editorial-card { border-right: 0; }
  .work-card { padding: 16px; }
  .video-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .video-embed { padding: 16px; }
  .site-footer { padding: 38px 18px 20px; }
  .footer-meta { flex-direction: column; gap: 8px; }
  .content-main { padding: 42px 18px; }
  .release-hero, .release-story, .release-video, .release-notes, .release-lyrics { grid-template-columns: 1fr; }
  .release-copy { min-height: 440px; border-right: 0; border-bottom: 1px solid var(--line); padding: 48px 18px 28px; }
  .song-release .release-copy h1 { font-size: 36px; line-height: 1.25; }
  .works-archive-heading { grid-template-columns: 1fr; }
  .works-archive-heading > .eyebrow { padding: 20px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .works-archive-heading > div { padding: 38px 18px 46px; }
  .works-archive-heading h1 { font-size: 36px; }
  .works-archive-grid { grid-template-columns: 1fr; }
  .archive-work-card,
  .archive-work-card:nth-child(3n) { padding: 18px; border-right: 0; }
  .archive-work-copy { min-height: 0; padding-bottom: 20px; }
  .films-heading { grid-template-columns: 1fr; }
  .films-heading > .eyebrow { padding: 20px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .films-heading > div { padding: 38px 18px 46px; }
  .films-heading h1 { font-size: 36px; }
  .films-grid { grid-template-columns: 1fr; }
  .film-list-card,
  .film-list-card:nth-child(3n) { padding: 18px; border-right: 0; }
  .film-list-copy { min-height: 0; padding-bottom: 20px; }
  .about-hero,
  .about-statement,
  .about-process,
  .about-music,
  .about-ongoing { grid-template-columns: 1fr; }
  .about-hero > .eyebrow,
  .about-index { padding: 20px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-hero > div { min-height: 500px; padding: 42px 18px 36px; }
  .about-hero h1 { font-size: 40px; }
  .about-statement-body,
  .about-music-body,
  .about-ongoing > div:last-child { padding: 42px 18px 52px; }
  .about-statement h2,
  .about-music h2,
  .about-ongoing h2 { margin-bottom: 42px; font-size: 30px; }
  .about-columns { grid-template-columns: 1fr; gap: 24px; }
  .about-process-grid { grid-template-columns: 1fr; }
  .about-process-grid article { min-height: 260px; padding: 26px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-process-grid article:last-child { border-bottom: 0; }
  .about-process-grid h2 { margin-top: 72px; }
  .release-cover { padding: 16px; }
  .release-facts { grid-template-columns: 1fr; }
  .release-facts div { border-right: 0; border-bottom: 1px solid var(--line); min-height: 100px; padding: 20px 18px; }
  .release-facts div:last-child { border-bottom: 0; }
  .release-story-body { padding: 42px 18px 58px; }
  .release-story-body h2 { font-size: 30px; line-height: 1.3; }
  .release-video-body, .release-notes-body, .release-lyrics-body { padding: 18px; }
  .release-notes-body h2 { font-size: 30px; margin-bottom: 34px; }
  .makers-list { grid-template-columns: repeat(2, 1fr); }
  .makers-list li:nth-child(3n) { border-right: 1px solid var(--line); }
  .makers-list li:nth-child(2n) { border-right: 0; }
  .lyrics-columns { grid-template-columns: 1fr; }
  .release-credits { grid-template-columns: repeat(2, 1fr); }
  .release-credits div:nth-child(2n) { border-right: 0; }
  .home-hero, .home-statement, .mood-heading, .latest-heading, .featured-release,
  .story-film-section, .home-closing { grid-template-columns: 1fr; }
  .home-hero-copy { min-height: 500px; padding: 40px 18px 28px; }
  .home-hero h1 { font-size: clamp(38px, 11vw, 48px); line-height: 1.12; }
  .home-hero-bottom { align-items: flex-start; flex-direction: column; }
  .home-hero-art { padding: 16px; border-left: 0; border-top: 1px solid var(--line); }
  .home-hero-art img { height: auto; }
  .home-index { padding: 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-statement-copy { padding: 42px 18px 52px; }
  .home-statement h2 { margin-bottom: 44px; font-size: 30px; }
  .statement-columns { grid-template-columns: 1fr; gap: 24px; }
  .mood-heading > div:last-child, .latest-heading > div:last-child { padding: 38px 18px; }
  .mood-heading h2 { font-size: 34px; }
  .latest-heading h2 { font-size: 38px; }
  .mood-grid { grid-template-columns: 1fr; }
  .mood-card { min-height: 230px; padding: 24px 52px 24px 18px; border-right: 0; border-bottom: 1px solid var(--line) !important; grid-template-columns: 34px 1fr; }
  .mood-card:last-child { border-bottom: 0 !important; }
  .mood-copy h3 { font-size: 25px; }
  .featured-copy { min-height: 590px; padding: 38px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .featured-art { padding: 16px; }
  .latest-heading > div:last-child { align-items: flex-start; flex-direction: column; }
  .latest-grid { grid-template-columns: 1fr; }
  .latest-card { padding: 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .latest-card:last-child { border-bottom: 0; }
  .latest-all { min-height: 280px; padding: 24px 18px; }
  .story-panel { min-height: 590px; padding: 38px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-panel h2 { margin-bottom: 56px; }
  .film-panel { padding: 16px; }
  .film-caption { grid-template-columns: 1fr; }
  .film-caption .text-arrow { grid-column: 1; }
  .home-closing > div:last-child { padding: 42px 18px 54px; }
  .closing-links { flex-direction: column; gap: 14px; }
}
