:root {
  --ink: #171414;
  --red: #b00014;
  --deep-red: #7f0010;
  --cream: #fffaf2;
  --paper: #f8f0e6;
  --pink: #f5dfe1;
  --lilac: #e9e2f0;
  --green: #253c35;
  --yellow: #fffd00;
  --line: rgba(23, 20, 20, .14);
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.8; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body.welcome-running { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 8px 14px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.welcome { position: fixed; z-index: 1000; inset: 0; display: none; place-items: center; overflow: hidden; color: #fff; background: var(--deep-red); }
.welcome-enabled .welcome { display: grid; }
.welcome-stage { position: relative; width: min(760px, 88vw); height: min(420px, 62vh); transform-origin: center; }
.welcome-message { position: absolute; top: 50%; left: 50%; width: max-content; max-width: 90vw; margin: 0; font: 400 clamp(11px, 1.3vw, 15px)/1.8 var(--serif); letter-spacing: .18em; white-space: nowrap; transform: translate(-50%, -50%); }
.welcome-message span { display: inline-block; opacity: 0; filter: blur(3px); transform: translateY(4px); }
.welcome-logo { position: absolute; top: calc(50% - 48px); left: 50%; width: clamp(230px, 34vw, 390px); opacity: 0; filter: drop-shadow(0 8px 30px rgba(0,0,0,.08)); transform: translate(-50%, -50%) scale(.97); }
.welcome.is-playing { animation: welcome-exit 1.15s 4.35s cubic-bezier(.6,0,.8,1) forwards; }
.welcome.is-playing .welcome-message { animation: welcome-message-drop .8s 2.25s cubic-bezier(.22,.7,.25,1) forwards; }
.welcome.is-playing .welcome-message span { animation: welcome-letter .65s calc(.35s + var(--letter-index) * .085s) ease-out forwards; }
.welcome.is-playing .welcome-logo { animation: welcome-logo-reveal 1s 2.75s ease-out forwards; }

@keyframes welcome-letter { to { opacity: 1; filter: blur(0); transform: translateY(0); } }
@keyframes welcome-message-drop { to { transform: translate(-50%, 42px); } }
@keyframes welcome-logo-reveal { to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes welcome-exit { to { visibility: hidden; opacity: 0; transform: scale(1.14); } }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 88px; padding: 0 clamp(24px, 5vw, 76px); background: rgba(255, 250, 242, .94); border-bottom: 1px solid transparent; backdrop-filter: blur(12px); transition: transform .35s ease, border-color .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 72px; border-color: var(--line); }
.site-header.is-hidden { transform: translateY(-105%); }
.header-logo img { width: clamp(150px, 16vw, 220px); }
.header-logo--keycolor img { filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(6150%) hue-rotate(348deg) brightness(76%) contrast(113%); }
.global-nav { display: flex; align-items: center; gap: clamp(24px, 4vw, 60px); }
.global-nav a { position: relative; display: grid; line-height: 1.15; text-align: center; }
.global-nav span { font: 600 15px/1 var(--serif); letter-spacing: .08em; }
.global-nav small { margin-top: 8px; color: #726866; font-size: 10px; letter-spacing: .14em; }
.global-nav a::after { position: absolute; bottom: -12px; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--red); content: ""; opacity: 0; transform: translateX(-50%) scale(0); transition: .25s; }
.global-nav a:hover::after, .global-nav a[aria-current="page"]::after { opacity: 1; transform: translateX(-50%) scale(1); }
.menu-button { display: none; }

.hero { position: relative; min-height: 100svh; color: #fff; background: #455; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 11, 11, .67), rgba(11, 11, 11, .06) 63%), linear-gradient(0deg, rgba(0, 0, 0, .38), transparent 42%); }
.hero-copy { position: absolute; z-index: 2; top: 52%; left: clamp(28px, 8vw, 124px); max-width: 620px; transform: translateY(-45%); }
.hero-kicker { margin: 0 0 28px; font: 700 11px/1 var(--sans); letter-spacing: .4em; }
.hero h1 { margin: 0; }
.hero h1 img { width: clamp(260px, 42vw, 560px); filter: drop-shadow(0 3px 14px rgba(0,0,0,.18)); }
.hero-line { margin: 36px 0 34px; font-family: var(--serif); font-size: clamp(18px, 2vw, 25px); line-height: 2; letter-spacing: .08em; }
.hero-scroll { position: absolute; z-index: 2; right: clamp(20px, 4vw, 62px); bottom: 0; display: flex; align-items: center; gap: 15px; margin: 0; font: 700 9px/1 var(--sans); letter-spacing: .28em; writing-mode: vertical-rl; }
.hero-scroll i { display: block; width: 1px; height: 74px; background: rgba(255,255,255,.72); }
.round-link { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-width: 190px; padding: 14px 22px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; letter-spacing: .06em; transition: .25s; }
.round-link:hover { color: #fff; background: var(--ink); transform: translateY(-2px); }
.round-link--light { border-color: rgba(255,255,255,.75); }
.round-link--light:hover { color: var(--ink); background: #fff; }

.roomy { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; padding-block: clamp(88px, 12vw, 170px); }
.section-heading { position: relative; max-width: 880px; margin-bottom: clamp(48px, 7vw, 88px); }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; max-width: none; gap: 32px; }
.eyebrow { margin: 0 0 20px; color: var(--red); font: italic 600 14px/1 var(--serif); letter-spacing: .17em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font: 500 clamp(28px, 4.3vw, 55px)/1.55 var(--serif); letter-spacing: .04em; }
.text-link { flex: 0 0 auto; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; letter-spacing: .05em; }
.text-link span { margin-left: 20px; }

.about { position: relative; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr); gap: clamp(50px, 10vw, 140px); align-items: center; }
.about-note { position: relative; padding: clamp(40px, 6vw, 72px); background: #fff; box-shadow: 0 24px 70px rgba(64, 39, 31, .08); transform: rotate(-1deg); }
.about-note::before { position: absolute; inset: 13px; border: 1px dashed #dfcbc0; content: ""; pointer-events: none; }
.about-note p { position: relative; margin: 0 0 1.5em; font-size: clamp(14px, 1.45vw, 17px); line-height: 2.25; }
.about-note .signature { margin: 28px 0 0; color: var(--red); font: italic 18px/1.4 var(--serif); text-align: right; }
.tape { position: absolute; z-index: 2; top: -16px; left: 50%; width: 130px; height: 34px; background: rgba(233, 226, 240, .72); transform: translateX(-50%) rotate(2deg); }
.about-card { display: grid; gap: 26px; }
.about-card div { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.about-card strong { color: var(--red); font: italic 500 clamp(52px, 7vw, 84px)/1 var(--serif); }
.about-card span { color: #796e69; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.room-deco { position: absolute; color: var(--pink); font-family: var(--serif); pointer-events: none; }
.room-deco--flower { top: 12%; right: 5%; font-size: 100px; transform: rotate(14deg); }

.home-members { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.face-ribbon { display: grid; grid-template-columns: repeat(6, minmax(150px, 1fr)); gap: clamp(10px, 1.5vw, 22px); }
.face-ribbon a { position: relative; overflow: hidden; border-radius: 100px 100px 14px 14px; background: #fff; }
.face-ribbon img { width: 100%; aspect-ratio: .82; object-fit: cover; filter: saturate(.84); transition: transform .55s ease, filter .4s; }
.face-ribbon span { position: absolute; right: 0; bottom: 0; left: 0; padding: 25px 8px 16px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.62)); font: 500 14px/1.4 var(--serif); text-align: center; letter-spacing: .05em; }
.face-ribbon a:hover img { filter: saturate(1); transform: scale(1.045); }

.latest { padding-block: clamp(100px, 14vw, 190px); }
.latest-inner { position: relative; display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); align-items: center; column-gap: clamp(48px, 6vw, 86px); min-height: 520px; padding: clamp(40px, 7vw, 90px); overflow: hidden; color: #fff; background: var(--green); border-radius: 6px; }
.latest-inner::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 32px 32px; content: ""; }
.latest-label { position: absolute; top: 28px; left: 32px; font: italic 13px/1 var(--serif); letter-spacing: .1em; }
.latest-label span { display: inline-block; margin-right: 12px; padding: 5px 9px; color: var(--ink); background: var(--yellow); font: 800 9px/1 var(--sans); transform: rotate(-4deg); }
.latest-cover { position: relative; z-index: 1; width: min(100%, 430px); padding: 10px; background: #fff; box-shadow: 12px 20px 45px rgba(0,0,0,.35); transform: rotate(-2deg); }
.latest-cover img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.latest-cover span { position: absolute; right: -20px; bottom: -28px; display: grid; place-content: center; width: 76px; height: 76px; color: var(--ink); background: var(--yellow); border-radius: 50%; font: italic 42px/1 var(--serif); transform: rotate(8deg); }
.latest-copy { position: relative; z-index: 1; min-width: 0; }
.latest-copy h2 { margin: 8px 0; font: 500 clamp(42px, 7vw, 86px)/1.25 var(--serif); letter-spacing: .05em; }
.latest-copy > p:not(.release-number) { margin: 0 0 36px; font-size: 17px; letter-spacing: .16em; }
.latest-copy .round-link { border-color: rgba(255,255,255,.6); }
.latest-copy .round-link:hover { color: var(--ink); background: #fff; }
.release-number { margin: 0; color: #d8d3c9; font-size: 10px; letter-spacing: .24em; }

.home-links { display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: none; padding: 0; }
.big-link { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 420px; padding: clamp(40px, 7vw, 100px); overflow: hidden; }
.big-link::before { position: absolute; inset: 0; opacity: .28; background: radial-gradient(circle at 20% 30%, #fff 0 3px, transparent 4px); background-size: 32px 32px; content: ""; transition: transform .5s; }
.big-link--members { background: var(--pink); }
.big-link--songs { color: var(--ink); background: var(--lilac); }
.big-link--songs::before { background-image: radial-gradient(circle at 20% 30%, rgba(176,0,20,.34) 0 3px, transparent 4px); }
.big-link--songs i { color: var(--red); }
.big-link span { position: relative; font: italic 14px/1 var(--serif); letter-spacing: .12em; }
.big-link strong { position: relative; margin-top: 15px; font: 500 clamp(46px, 6vw, 80px)/1 var(--serif); }
.big-link i { position: absolute; right: 11%; bottom: 18%; font: normal 42px/1 var(--serif); transition: transform .25s; }
.big-link:hover i { transform: translateX(10px); }
.big-link:hover::before { transform: scale(1.08); }

.site-footer { display: grid; place-items: center; padding: 80px 24px 34px; color: #fff; background: var(--red); text-align: center; }
.site-footer img { width: min(240px, 65vw); }
.site-footer p { margin: 25px 0 30px; color: rgba(255,255,255,.76); font-family: var(--serif); font-size: 13px; letter-spacing: .1em; }
.site-footer a { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 11px; letter-spacing: .14em; }
.site-footer small { margin-top: 65px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .15em; }

.page-hero { position: relative; display: grid; place-content: center; min-height: 560px; padding: 140px 24px 80px; overflow: hidden; text-align: center; }
.page-hero::before, .page-hero::after { position: absolute; border: 1px solid rgba(176, 0, 20, .13); border-radius: 50%; content: ""; }
.page-hero::before { top: 22%; left: -5%; width: 280px; height: 280px; }
.page-hero::after { right: -7%; bottom: 2%; width: 360px; height: 360px; }
.page-hero--members { background: linear-gradient(135deg, #fffaf2 40%, #f2e6ed); }
.page-hero--discography { background: linear-gradient(135deg, #fffaf2 35%, #ece8dd); }
.page-hero h1 { margin: 0; font: italic 500 clamp(66px, 12vw, 140px)/.9 var(--serif); letter-spacing: -.03em; }
.page-hero > p:last-of-type { margin: 38px 0 0; font-family: var(--serif); line-height: 2; letter-spacing: .08em; }
.page-hero .doodle, .music-doodle { position: absolute; right: 18%; bottom: 17%; color: var(--red); font: 52px/1 var(--serif); transform: rotate(12deg); }

.member-jump { position: sticky; z-index: 20; top: 72px; display: flex; justify-content: center; gap: clamp(9px, 2vw, 26px); width: 100%; padding: 14px 20px; overflow-x: auto; background: rgba(255,250,242,.94); border-block: 1px solid var(--line); backdrop-filter: blur(12px); }
.member-jump a { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; font-size: 11px; }
.member-jump img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.member-list { display: grid; gap: clamp(130px, 18vw, 240px); }
.member-profile { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(50px, 9vw, 125px); align-items: center; scroll-margin-top: 150px; }
.member-profile--reverse { grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); }
.member-profile--reverse .member-photos { order: 2; }
.member-profile--reverse .member-copy { order: 1; }
.member-photos { position: relative; min-height: 620px; }
.member-face { position: absolute; z-index: 2; top: 0; left: 0; width: 56%; aspect-ratio: 1; object-fit: cover; border: 10px solid #fff; box-shadow: 0 20px 60px rgba(62,45,39,.13); transform: rotate(-3deg); }
.member-off { position: absolute; right: 0; bottom: 0; width: 74%; height: 73%; object-fit: cover; border-radius: 3px; box-shadow: 0 24px 70px rgba(62,45,39,.12); }
.member-off--focus-right { object-position: 72% center; }
.member-photos::after { position: absolute; z-index: 3; top: 31%; left: 47%; width: 75px; height: 22px; background: rgba(245,223,225,.83); content: ""; transform: rotate(15deg); }
.member-no { margin: 0 0 24px; color: var(--red); font-size: 10px; letter-spacing: .22em; }
.member-copy h2 { margin: 0; font: 500 clamp(35px, 5vw, 58px)/1.35 var(--serif); }
.kana { margin: 8px 0 35px; color: #756c68; font-size: 12px; letter-spacing: .12em; }
.nickname { display: inline-block; margin: 0 0 35px; padding: 7px 18px; background: var(--pink); font-family: var(--serif); transform: rotate(-2deg); }
.member-copy dl { margin: 0; border-top: 1px solid var(--line); }
.member-copy dl div { display: grid; grid-template-columns: 105px 1fr; padding: 14px 0; border-bottom: 1px solid var(--line); }
.member-copy dt { color: #8a7e78; font: italic 12px/1.8 var(--serif); }
.member-copy dd { margin: 0; font-size: 13px; }

.cover-ticker { width: 100%; padding: 18px 0; overflow: hidden; background: var(--ink); }
.cover-ticker > div { display: flex; width: max-content; gap: 14px; padding-left: 3vw; transform: rotate(-1deg) scale(1.02); }
.cover-ticker img { width: clamp(190px, 22vw, 330px); aspect-ratio: 16 / 9; object-fit: cover; border: 4px solid #fff; }
.featured-release { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(50px, 7vw, 100px); align-items: center; }
.featured-art { position: relative; padding: 0 0 42px 42px; }
.featured-art::before { position: absolute; bottom: 0; left: 0; width: 75%; height: 75%; background: var(--pink); content: ""; }
.featured-art img { position: relative; z-index: 1; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; box-shadow: 0 20px 55px rgba(50, 30, 25, .14); }
.featured-art span { position: absolute; z-index: 2; top: -28px; right: -18px; display: grid; place-content: center; width: 105px; height: 105px; color: #fff; background: var(--red); border-radius: 50%; font: 700 10px/1.5 var(--sans); text-align: center; letter-spacing: .18em; transform: rotate(9deg); }
.featured-copy h2 { margin: 12px 0 4px; font: 500 clamp(50px, 7vw, 88px)/1.2 var(--serif); }
.featured-artist { margin: 0 0 40px; font-size: 15px; letter-spacing: .17em; }
.featured-copy > p:not(.release-number):not(.featured-artist) { max-width: 440px; color: #5d5551; font-family: var(--serif); line-height: 2.2; }
.track-mark { display: flex; align-items: center; gap: 16px; margin-top: 48px; }
.track-mark span { color: var(--red); font: italic 42px/1 var(--serif); }
.track-mark i { width: 70px; height: 1px; background: var(--ink); }
.track-mark b { font-size: 9px; letter-spacing: .18em; }
.catalog { padding-top: 40px; }
.filters { display: flex; gap: 8px; }
.filters button { padding: 9px 18px; cursor: pointer; background: transparent; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }
.filters button.is-active { color: #fff; background: var(--red); border-color: var(--red); }
.release-list { border-top: 1px solid var(--ink); }
.release-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(42px, 6vw, 78px) clamp(22px, 4vw, 52px); border-top: 0; }
.release-card { min-width: 0; }
.release-card figure { position: relative; margin: 0; overflow: hidden; background: #ded8cf; box-shadow: 0 16px 42px rgba(55, 38, 30, .1); }
.release-card figure::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.42); content: ""; pointer-events: none; }
.release-card figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .55s ease, filter .45s ease; }
.release-card figure span { position: absolute; right: 12px; bottom: 10px; display: grid; place-content: center; min-width: 50px; height: 30px; padding: 0 10px; color: #fff; background: rgba(23,20,20,.84); font: italic 11px/1 var(--serif); letter-spacing: .12em; backdrop-filter: blur(5px); }
.release-card:hover figure img { filter: saturate(1.08); transform: scale(1.025); }
.release-card-copy { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 22px 4px 0; }
.release-card-copy p { grid-column: 1 / -1; margin: 0 0 7px; color: var(--red); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.release-card-copy h3 { margin: 0; font: 500 clamp(23px, 3vw, 36px)/1.35 var(--serif); letter-spacing: .035em; }
.release-card-copy h3 small { display: block; margin-top: 3px; color: #6f6661; font: 10px/1.5 var(--sans); letter-spacing: .08em; }
.release-card-copy time { padding-bottom: 7px; color: #7e736e; font-size: 9px; letter-spacing: .1em; }
.youtube-link { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 10px 14px; color: var(--red); border: 1px solid rgba(176,0,20,.3); border-radius: 999px; font-size: 10px; letter-spacing: .08em; transition: color .25s, background .25s, border-color .25s; }
.youtube-link:hover { color: #fff; background: var(--red); border-color: var(--red); }
.youtube-link span { font-size: 14px; }
.release-row { display: grid; grid-template-columns: 70px 1fr 130px 50px; align-items: center; gap: 24px; min-height: 145px; padding: 28px 14px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.release-row:hover { padding-inline: 26px; background: #fff; }
.release-id { color: #8a7e78; font: italic 13px/1 var(--serif); }
.release-row p { margin: 0 0 7px; color: var(--red); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.release-row h3 { margin: 0; font: 500 clamp(21px, 3vw, 34px)/1.3 var(--serif); letter-spacing: .035em; }
.release-row h3 small { font-size: .48em; }
.release-row time { font-size: 10px; letter-spacing: .12em; }
.release-row > i { display: grid; place-content: center; width: 44px; height: 44px; color: #fff; background: var(--green); border-radius: 50%; font: italic 12px/1 var(--serif); }
.release-row[hidden] { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } .welcome { display: none !important; } }

@media (max-width: 900px) {
  .site-header { height: 70px; padding-inline: 20px; }
  .site-header.is-scrolled { height: 64px; }
  .header-logo img { width: 155px; }
  .menu-button { position: relative; z-index: 102; display: grid; grid-template-columns: 22px auto; grid-template-rows: repeat(3, 4px); align-items: center; column-gap: 8px; width: 68px; padding: 8px 0; background: none; border: 0; cursor: pointer; }
  .menu-button span { grid-column: 1; display: block; width: 22px; height: 1px; background: var(--ink); transition: .25s; }
  .menu-button b { grid-column: 2; grid-row: 1 / 4; font-size: 8px; letter-spacing: .12em; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .global-nav { position: fixed; z-index: 101; inset: 0; display: grid; place-content: center; gap: 38px; visibility: hidden; background: var(--cream); opacity: 0; transition: .25s; }
  .global-nav.is-open { visibility: visible; opacity: 1; }
  .global-nav span { font-size: 30px; }
  .global-nav small { font-size: 11px; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,10,10,.72), transparent 70%); }
  .hero-copy { top: auto; right: 24px; bottom: 80px; left: 24px; transform: none; }
  .hero-kicker { margin-bottom: 18px; }
  .hero-line { margin-block: 24px; }
  .hero-scroll { display: none; }
  .about-grid, .featured-release { grid-template-columns: 1fr; }
  .about-card { grid-template-columns: repeat(3, 1fr); }
  .about-card div { display: grid; justify-items: center; }
  .about-card strong { font-size: 50px; }
  .face-ribbon { grid-template-columns: repeat(3, 1fr); }
  .latest-inner { grid-template-columns: 1fr 1.2fr; min-height: 440px; }
  .latest-cover { width: min(100%, 390px); }
  .member-profile { grid-template-columns: 1fr; gap: 50px; }
  .member-profile--reverse .member-photos, .member-profile--reverse .member-copy { order: initial; }
  .member-photos { min-height: 670px; }
  .member-copy { width: min(520px, 100%); margin-inline: auto; }
  .featured-art { width: min(620px, 95%); }
}

@media (min-width: 901px) and (max-width: 1250px) {
  .site-header { padding-inline: 32px; }
  .global-nav { gap: 26px; }
  .header-logo img { width: 165px; }
}

@media (max-width: 620px) {
  .welcome-stage { height: 320px; }
  .welcome-message { font-size: 11px; letter-spacing: .1em; }
  .welcome-logo { top: calc(50% - 42px); width: min(270px, 72vw); }
  .roomy { width: min(100% - 32px, var(--max)); padding-block: 84px; }
  .section-heading--row { display: block; }
  .section-heading--row .text-link, .filters { display: inline-flex; margin-top: 28px; }
  .section-heading h2 { font-size: 30px; }
  .hero { min-height: 700px; }
  .hero-copy { bottom: 48px; }
  .hero h1 img { width: 270px; }
  .hero-line { font-size: 15px; }
  .about-note { padding: 40px 28px; }
  .about-card { gap: 10px; }
  .about-card strong { font-size: 36px; }
  .about-card span { font-size: 8px; }
  .face-ribbon { display: flex; width: calc(100% + 16px); padding-right: 16px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .face-ribbon a { flex: 0 0 55vw; scroll-snap-align: start; }
  .latest { width: calc(100% - 32px); }
  .latest-inner { display: block; min-height: 620px; padding: 84px 28px 40px; }
  .latest-cover { width: 100%; margin: 0 auto 54px; }
  .latest-copy h2 { font-size: 46px; }
  .home-links { grid-template-columns: 1fr; }
  .big-link { min-height: 290px; }
  .page-hero { min-height: 470px; padding-top: 110px; }
  .page-hero h1 { font-size: 64px; }
  .member-jump { top: 64px; justify-content: start; }
  .member-jump a { display: grid; justify-items: center; gap: 3px; }
  .member-jump img { width: 40px; height: 40px; }
  .member-list { gap: 130px; }
  .member-photos { min-height: 490px; }
  .member-face { width: 61%; border-width: 7px; }
  .member-off { width: 82%; height: 72%; }
  .member-copy h2 { font-size: 37px; }
  .featured-release { gap: 65px; }
  .featured-art { padding: 0 0 22px 22px; }
  .featured-art span { right: -8px; width: 82px; height: 82px; font-size: 8px; }
  .featured-copy h2 { font-size: 52px; }
  .filters { max-width: 100%; overflow-x: auto; }
  .release-row { grid-template-columns: 42px 1fr 42px; gap: 12px; min-height: 120px; padding-inline: 3px; }
  .release-row time { grid-column: 2; margin-top: 4px; }
  .release-row > i { grid-column: 3; grid-row: 1 / 3; width: 38px; height: 38px; }
  .release-row h3 { font-size: 22px; }
  .release-row:hover { padding-inline: 8px; }
  .release-gallery { grid-template-columns: 1fr; gap: 56px; }
  .release-card-copy { padding-top: 16px; }
  .release-card-copy h3 { font-size: 26px; }
}
