:root {
  --ink: #111114;
  --surface: #1b1b20;
  --paper: #f1f0eb;
  --lime: #d9f875;
  --lilac: #bcb5ef;
  --pink: #f8a8d2;
  --muted: #a5a5ae;
  --line: #ffffff29;
  --gutter: clamp(24px, 5vw, 88px);
  --mono: "DM Mono", monospace;
  --display: "Unbounded", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--ink); color: var(--paper); font: 500 16px/1.65 "Manrope", sans-serif; }
body.modal-open { overflow: hidden; }
main, section, header, footer { min-width: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #917aff; outline-offset: 5px; }
::selection { background: var(--lilac); color: var(--ink); }
p, h1, h2, h3, h4, blockquote { margin: 0; }
h2 { font-size: clamp(36px, 4.6vw, 68px); line-height: 1.08; font-weight: 600; letter-spacing: -.055em; }
h2 em, blockquote em { font-style: normal; color: var(--lilac); }
.mono, .eyebrow, .small-label { font: 400 12px/1.5 var(--mono); letter-spacing: .035em; }
.eyebrow, .small-label { text-transform: uppercase; }
.eyebrow { color: var(--muted); }
.small-label { display: block; color: var(--lilac); margin-bottom: 20px; }
.skip-link { position: fixed; top: -100px; left: 16px; background: var(--lime); color: var(--ink); padding: 12px; z-index: 30; }
.skip-link:focus { top: 12px; }
.topbar { display: flex; align-items: center; gap: 36px; height: 82px; padding: 0 var(--gutter); border-bottom: 1px solid var(--line); background: var(--ink); }
.wordmark { font: 700 23px/1.1 var(--display); letter-spacing: -1.5px; white-space: nowrap; }
.wordmark span { font-weight: 500; }
.topbar nav { display: flex; gap: 30px; margin-left: auto; }
.topbar nav a { font-size: 14px; color: #c1c1c9; padding: 12px 0; transition: color .2s; }
.topbar nav a:hover { color: var(--lime); }
.header-listen { display: inline-flex; align-items: center; gap: 24px; border: 1px solid #ffffff66; border-radius: 100px; padding: 8px 20px; font-size: 14px; }
.header-listen:hover { background: var(--paper); color: var(--ink); }
.menu-toggle { display: none; }
.hero { padding: 25px var(--gutter) 0; overflow: hidden; }
.hero-overline { display: flex; justify-content: space-between; color: var(--muted); text-transform: uppercase; }
.hero h1 { display: flex; align-items: center; width: 100%; margin: 12px 0 36px; font: 600 clamp(76px, 14.1vw, 214px)/1.2 var(--display); letter-spacing: -.065em; white-space: nowrap; }
.hero h1 > span:not(.title-star) { color: var(--lilac); }
.hero h1 .title-star { font: 400 .54em/1 "Manrope", sans-serif; color: var(--lime); margin-left: auto; padding-left: .2em; transform: rotate(12deg); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .86fr); gap: 7vw; align-items: center; padding-bottom: 42px; }
.hero-copy h2 { font-size: clamp(30px, 3.3vw, 49px); }
.hero-copy p { margin-top: 24px; color: #b7b7c0; max-width: 470px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 25px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 52px; padding: 13px 22px; border-radius: 4px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }
.button span { font-size: 24px; font-weight: 400; line-height: 1; }
.button:hover { transform: translateY(-3px); }
.lime { background: var(--lime); color: var(--ink); }
.lime:hover { background: #e7ffa5; }
.dark { background: var(--ink); color: var(--paper); }
.quiet-link { font-size: 14px; display: inline-flex; gap: 14px; min-height: 44px; align-items: center; }
.quiet-link:hover { color: var(--lime); }
.hero-members { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 40px; color: var(--muted); }
.hero-record { width: min(100%, 360px); justify-self: center; transform: rotate(3deg); border: 1px solid #ffffff33; border-radius: 5px; padding: 10px; background: #25232c; box-shadow: 16px 16px 0 #bcb5ef0d; transition: transform .4s; }
.hero-record:hover { transform: rotate(0); }
.record-image { position: relative; }
.record-image img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 2px; }
.record-tag { position: absolute; top: 12px; left: 12px; padding: 6px 9px; color: var(--ink); background: var(--lime); font-size: 12px; }
.record-caption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 4px 2px; font-size: 20px; font-weight: 700; }
.record-arrow { font-size: 27px; font-weight: 400; }
.hero-bottom { display: flex; gap: 20px; justify-content: space-between; border-top: 1px solid var(--line); padding: 18px 0; color: var(--muted); }
.hero-bottom a:hover { color: var(--paper); }
.section { padding: 90px var(--gutter); }
.section-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); margin-bottom: 37px; }
.section-code { color: var(--muted); text-align: right; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.section-heading > p { color: var(--muted); font-size: 16px; flex-shrink: 0; }
.music { background: var(--paper); color: var(--ink); }
.music .section-top, .archive .section-top { border-color: #11111430; }
.music .eyebrow, .music .section-code, .music .section-heading > p, .archive .eyebrow, .archive .section-code, .archive .section-heading > p { color: #65616b; }
.music h2 em { color: #706092; }
.releases { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.release-visual { display: flex; align-items: center; justify-content: center; position: relative; background: #211126; padding: 34px; min-width: 0; overflow: hidden; border-radius: 5px; }
.release-visual img { width: min(100%, 300px); aspect-ratio: 1; object-fit: cover; box-shadow: 0 12px 30px #0005; transition: transform .5s; }
.release-card:hover .release-visual img { transform: scale(1.025); }
.member-cover { background: #d0cec0; }
.release-number { position: absolute; bottom: 12px; left: 16px; color: #eee; font-size: 12px; }
.member-cover .release-number { color: #38362d; }
.release-description { display: flex; gap: 16px; align-items: center; justify-content: space-between; padding: 25px 0 20px; min-height: 135px; }
.release-description .eyebrow { margin-bottom: 7px; }
.release-description h3 { font-size: 26px; font-weight: 700; letter-spacing: -.04em; line-height: 1.2; }
.release-description h3 span { display: block; font-size: 16px; font-weight: 500; letter-spacing: 0; margin-top: 5px; color: #6d6672; }
.round-link { border: 1px solid #11111466; border-radius: 50%; width: 48px; height: 48px; flex-shrink: 0; display: grid; place-items: center; font-size: 26px; transition: background .2s; }
.round-link:hover { background: var(--lilac); }
.release-card iframe { display: block; border: 0; width: 100%; min-width: 0; height: 152px; border-radius: 12px; background: #202020; }
.platform-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; border-bottom: 1px solid #11111440; padding: 16px 0 13px; }
.platform-link:hover { color: #6e488f; }
.release-footnote { color: #69636c; font-size: 14px; margin-top: 26px; }
.about { background: var(--lilac); color: var(--ink); }
.about .section-top { border-color: #11111440; margin-bottom: 36px; }
.about .eyebrow { color: #383245; }
.about-star { font-size: 32px; line-height: 1; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 7vw; }
.about h2 { font-size: clamp(32px, 3.7vw, 58px); }
.about h2 em { color: #f9f8ff; }
.about-copy > p { margin-bottom: 20px; }
.about-copy > p + p { color: #3e384d; }
.group-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #11111444; gap: 16px; margin: 30px 0 0; padding-top: 18px; }
.group-facts dt { font-size: 12px; color: #463f52; }
.group-facts dd { font-size: 16px; margin: 5px 0 0; font-weight: 700; }
.members { background: #17171b; }
.members h2 { font-size: clamp(36px, 4.3vw, 64px); }
.member-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.member-card { --member-color: #c7bde9; display: flex; flex-direction: column; padding: 20px; background: var(--member-color); border: 0; color: #19171f; text-align: left; border-radius: 5px; min-width: 0; transition: transform .25s; }
.member-card.kari { --member-color: #d9ed9f; }
.member-card.gi { --member-color: #e9b3cb; }
.member-card.fizik { --member-color: #c0cbd3; }
.member-card:hover { transform: translateY(-6px); }
.member-top, .member-bottom { display: flex; width: 100%; align-items: center; justify-content: space-between; }
.member-top > span { font-size: 22px; line-height: 1; }
.member-monogram { display: block; font: 500 clamp(62px, 7.3vw, 118px)/1.3 var(--display); letter-spacing: -.07em; margin: 25px 0 24px; align-self: center; color: #19171f; }
.member-info { display: block; min-height: 80px; width: 100%; }
.member-name { display: block; font-size: 26px; font-weight: 800; letter-spacing: -.04em; line-height: 1.2; }
.member-role { display: block; margin-top: 6px; font-size: 14px; line-height: 1.5; color: #433b4c; }
.member-bottom { border-top: 1px solid #19171f40; padding-top: 14px; margin-top: 15px; }
.former { display: grid; grid-template-columns: 200px 1fr; gap: 18px; margin-top: 32px; color: #b7b5c0; }
.former > span { padding-top: 3px; color: var(--lilac); }
.former p { font-size: 14px; }
.former strong { color: var(--paper); font-weight: 600; }
.archive { background: var(--paper); color: var(--ink); }
.archive h2 em { color: #706092; }
.history-milestones { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 10px 0 55px; }
.history-milestones > div { border-left: 1px solid #11111440; padding-left: 20px; }
.history-milestones .mono { color: #69517f; }
.history-milestones h3 { font-size: 20px; margin: 12px 0 6px; letter-spacing: -.03em; }
.history-milestones p { font-size: 14px; color: #64616a; max-width: 300px; }
.archive-label { display: flex; gap: 30px; justify-content: space-between; align-items: end; margin-bottom: 24px; }
.archive-label h3 { font-size: 23px; letter-spacing: -.03em; }
.archive-label p { max-width: 450px; font-size: 14px; color: #69636c; }
details { border-top: 1px solid #11111433; }
summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; font-weight: 700; font-size: 18px; }
summary::-webkit-details-marker { display: none; }
.summary-tail { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 500; color: #68616b; }
summary b, .lyrics summary > span { font-size: 25px; font-weight: 400; display: inline-block; transition: transform .2s; }
details[open] > summary b, .lyrics[open] summary > span { transform: rotate(45deg); }
.work-log details:last-child { border-bottom: 1px solid #11111433; }
.work-log ul { list-style: none; padding: 0 0 20px; margin: 0; }
.work-log li { display: grid; grid-template-columns: 84px minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 16px 20px; background: #e8e6e1; }
.work-log li + li { border-top: 1px solid #11111414; }
.work-log time { font: 400 13px var(--mono); color: #726a77; }
.work-log h4 { font-size: 16px; font-weight: 700; }
.work-log li p { color: #65616b; font-size: 14px; }
.type-tag { font-size: 12px; border: 1px solid #11111430; padding: 3px 9px; border-radius: 30px; }
.type-tag.original { background: #d5cce9; border-color: transparent; color: #42354f; }
.archive-note { font-size: 14px; color: #69636c; margin-top: 22px; max-width: 720px; }
.lore { background: #111114; }
.lore-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 9vw; }
.outline-label { display: inline-block; color: var(--lime); padding: 7px 12px; border: 1px solid #d9f87566; font-size: 12px; }
.lore-intro h2 { font: 600 clamp(50px, 6.3vw, 92px)/1 var(--display); letter-spacing: -.055em; margin: 26px 0; }
.lore-intro h2 em { color: var(--paper); }
.lore-intro h2 > span { font-family: "Manrope", sans-serif; color: var(--lime); margin-left: 12px; }
.lore-intro > p { max-width: 400px; margin-bottom: 18px; }
.muted { color: var(--muted); }
.lore-intro > .muted { font-size: 14px; }
.tracklist-heading { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); padding: 10px 0 17px; border-bottom: 1px solid var(--line); }
.tracklist-heading > span:last-child { color: var(--lime); }
.tracklist ol { list-style: none; counter-reset: track; padding: 0; margin: 0; }
.tracklist li { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); counter-increment: track; }
.tracklist li:before { content: counter(track, decimal-leading-zero); font: 400 12px var(--mono); color: #8a8693; }
.tracklist li small { font-size: 12px; color: var(--lime); }
.tracklist .planned { color: #b0abb9; }
.tracklist .planned small { color: #a39aaa; }
.tracklist > p { color: #a5a0ac; font-size: 12px; margin-top: 18px; }
.archive-file { border: 1px solid #ffffff33; border-radius: 4px; margin-top: 60px; }
.archive-file summary { padding: 22px 24px; }
.archive-file summary > span:last-child { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 500; color: var(--lilac); }
.file-content { padding: 14px 24px 30px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8vw; }
.file-content blockquote { font-size: clamp(28px, 3vw, 45px); line-height: 1.12; letter-spacing: -.05em; }
.file-content p { font-size: 14px; margin-top: 16px; }
.signal { background: var(--lime); color: var(--ink); position: relative; }
.signal .eyebrow { color: #45501f; }
.signal blockquote { font-size: clamp(42px, 7.7vw, 114px); line-height: .98; font-weight: 600; letter-spacing: -.06em; margin: 34px 0 26px; }
.signal blockquote em { color: #687739; }
.lyrics { border-color: #11111440; max-width: 650px; margin: 34px 0 28px; }
.lyrics summary { font-size: 14px; padding: 16px 0; }
.lyrics p { font-size: 16px; line-height: 1.8; padding: 10px 0 24px; }
footer { padding: 40px var(--gutter) 25px; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-top p { font-size: 14px; color: var(--muted); }
.footer-top > a:last-child { font-size: 14px; min-height: 44px; display: flex; align-items: center; }
.footer-bottom { color: #9a97a4; padding-top: 28px; margin-top: 30px; border-top: 1px solid var(--line); }
.member-modal { --member-color: var(--lilac); width: min(600px, calc(100% - 32px)); max-height: calc(100dvh - 40px); overflow-y: auto; border: 1px solid #ffffff40; border-top: 6px solid var(--member-color); border-radius: 8px; background: #1c1b22; color: var(--paper); padding: 38px; box-shadow: 0 30px 100px #0008; }
.member-modal::backdrop { background: #09080dc9; backdrop-filter: blur(9px); }
.member-modal > .eyebrow { color: var(--member-color); margin-bottom: 18px; }
.member-modal h2 { font-family: var(--display); font-size: clamp(28px, 4vw, 43px); padding-right: 30px; overflow-wrap: anywhere; letter-spacing: -.035em; line-height: 1.2; }
.modal-close { border: 1px solid #ffffff44; border-radius: 50%; position: absolute; right: 18px; top: 18px; width: 44px; height: 44px; background: transparent; font-size: 27px; line-height: 1; }
.modal-close:hover { background: #ffffff18; }
.modal-role { margin-top: 12px; font-size: 14px; color: var(--muted); }
.modal-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; margin: 27px 0; }
.modal-facts > div { padding: 12px 0; border-top: 1px solid var(--line); }
.modal-facts dt { color: var(--muted); font-size: 12px; }
.modal-facts dd { margin: 4px 0 0; font-size: 16px; }
.member-modal h3 { color: var(--member-color); font-size: 16px; }
.modal-bio { margin-top: 12px; font-size: 16px; line-height: 1.7; }
.modal-note { color: var(--muted); font-size: 12px; margin-top: 20px; border-top: 1px solid var(--line); padding-top: 15px; }
@keyframes arrive {
  from { opacity: 0; translate: 0 12px; }
  to { opacity: 1; translate: 0 0; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero h1 { animation: arrive .6s ease-out both; }
  .hero-grid { animation: arrive .65s .1s ease-out both; }
  .member-modal[open] { animation: arrive .2s ease-out both; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation: none !important; transition: none !important; }
}
