:root {
  --ink: #071018;
  --deep: #04090f;
  --surface: #0e1b26;
  --raised: #142936;
  --coral: #f2a07a;
  --coral-deep: #b95f59;
  --teal: #70d7cf;
  --gold: #f1c37e;
  --cream: #f9eadc;
  --muted: #a4b3bf;
  --line: #2a414e;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cream); background: var(--ink); font-family: Inter, "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 64px), var(--max)); margin: 0 auto; }
.skip { position: fixed; top: -50px; left: 16px; z-index: 20; padding: 8px 12px; color: var(--deep); background: var(--cream); }
.skip:focus { top: 16px; }
.header { position: absolute; z-index: 10; top: 0; width: 100%; border-bottom: 1px solid #f9eadc2d; }
.header.solid { position: relative; background: var(--deep); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: .01em; }
.mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; color: var(--deep); background: var(--coral); font-family: Georgia, serif; font-size: 21px; font-weight: 700; }
nav { display: flex; gap: 26px; margin-left: auto; color: var(--muted); font-size: 13px; }
nav a { transition: color .2s ease; }
nav a:hover, nav .current { color: var(--cream); }
.header-link { color: var(--teal); font-size: 13px; font-weight: 800; white-space: nowrap; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.02em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(46px, 6.5vw, 88px); line-height: 1.04; }
h2 { margin-bottom: 26px; font-size: clamp(36px, 4.4vw, 60px); line-height: 1.1; }
h3 { line-height: 1.2; }
.muted { color: var(--muted); }
.text-link { color: var(--teal); font-weight: 800; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 19px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: var(--deep); background: var(--coral); }
.quiet { border-color: #f9eadca8; }
.quiet:hover { color: var(--deep); background: var(--cream); }
.dark { color: var(--cream); background: var(--deep); }
.coral-outline { color: var(--coral); border-color: var(--coral); }
.coral-outline:hover { color: var(--deep); background: var(--coral); }

/* Hero */
.hero { min-height: 780px; position: relative; overflow: hidden; }
.hero-art { position: absolute; inset: 0; background: url("assets/album_art.png") center/cover no-repeat; transform: scale(1.03); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #04090fe8 0%, #04090f9c 46%, #04090f24 100%), linear-gradient(0deg, #04090fbc 0%, transparent 35%, #04090f44 100%); }
.hero-inner { min-height: 780px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding-top: 70px; }
.hero-copy { max-width: 570px; margin-bottom: 30px; color: #f9eadcd4; font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-footnotes { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 48px; color: #f9eadcaa; font-size: 12px; }
.hero-footnotes span::before { content: ""; width: 5px; height: 5px; display: inline-block; margin: 0 8px 2px 0; border-radius: 50%; background: var(--coral); }
.scroll-cue { position: absolute; z-index: 2; right: 32px; bottom: 32px; display: flex; align-items: center; gap: 12px; color: #f9eadcaa; font-size: 11px; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 42px; background: var(--coral); }

/* Story and profile */
.intro-band { padding: 100px 0 96px; background: var(--surface); }
.intro-layout { display: grid; grid-template-columns: .72fr 1.85fr .9fr; gap: 55px; align-items: end; }
.section-number { margin: 46px 0 0; color: var(--coral); font-family: Georgia, serif; font-size: 50px; line-height: 1; }
.intro-layout h2 { margin-bottom: 18px; font-size: clamp(38px, 4.8vw, 64px); }
.lead { max-width: 640px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
.mini-manifesto { padding-left: 24px; border-left: 1px solid var(--coral); }
.mini-manifesto p { margin-bottom: 26px; color: var(--cream); font-size: 21px; font-weight: 700; }
.mini-manifesto .text-link span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.mini-manifesto .text-link:hover span { transform: translateX(5px); }
.section { padding: 128px 0; }
.profile-section { background: var(--ink); }
.profile-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(430px, 1.14fr); gap: 100px; align-items: center; }
.profile-copy > p:not(.eyebrow) { max-width: 510px; margin-bottom: 38px; color: var(--muted); }
.feature-list { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding-top: 17px; border-top: 1px solid var(--line); }
.feature-list li > span { color: var(--coral); font-size: 12px; font-weight: 800; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { margin-bottom: 3px; font-size: 16px; }
.feature-list small { color: var(--muted); font-size: 13px; }
.profile-stage { min-height: 620px; position: relative; display: grid; place-items: center; }
.orbital { position: absolute; border: 1px solid #70d7cf37; border-radius: 50%; transform: rotate(-16deg); }
.orbital-one { width: 530px; height: 350px; }
.orbital-two { width: 390px; height: 590px; border-color: #f2a07a40; transform: rotate(28deg); }
.music-card { width: min(365px, 82%); position: relative; z-index: 2; padding: 18px; border: 1px solid #f9eadc30; border-radius: 10px; background: #142936e8; box-shadow: 0 25px 70px #00000050; transform: rotate(-3deg); }
.profile-topline { display: flex; justify-content: space-between; margin-bottom: 16px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.music-card > img { width: 100%; aspect-ratio: 1.1; object-fit: cover; border-radius: 5px; filter: saturate(.82); }
.card-name { margin: 15px 0 2px; font-size: 23px; font-weight: 800; }
.card-name small { margin-left: 7px; color: var(--muted); font-size: 11px; font-weight: 500; }
.card-bio { min-height: 47px; margin-bottom: 16px; color: var(--muted); font-size: 12px; }
.now-playing { display: grid; grid-template-columns: 43px 1fr 24px; gap: 10px; align-items: center; padding: 9px; background: #071018a8; }
.now-playing img { width: 43px; height: 43px; object-fit: cover; }
.now-playing span, .now-playing strong, .now-playing small { display: block; }
.now-playing span, .now-playing small { color: var(--muted); font-size: 9px; }
.now-playing strong { font-size: 12px; }
.now-playing b { color: var(--coral); font-size: 20px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.tag-row span { padding: 4px 8px; border: 1px solid var(--line); border-radius: 20px; color: var(--muted); font-size: 10px; }
.taste-note { position: absolute; z-index: 3; display: grid; grid-template-columns: 7px auto; column-gap: 8px; align-items: center; padding: 11px 13px; border: 1px solid #f9eadc26; background: #071018e8; box-shadow: 0 12px 24px #00000030; }
.taste-note strong, .taste-note small { grid-column: 2; }
.taste-note strong { font-size: 13px; }
.taste-note small { color: var(--muted); font-size: 10px; }
.note-dot { grid-row: 1 / 3; width: 7px; height: 7px; border-radius: 50%; }
.note-dot.coral { background: var(--coral); }.note-dot.teal { background: var(--teal); }
.note-left { top: 18%; left: 1%; transform: rotate(-6deg); }.note-right { right: 0; bottom: 16%; transform: rotate(5deg); }

/* Discovery */
.discovery-section { padding: 126px 0; background: var(--raised); }
.section-heading { margin-bottom: 62px; }
.split-heading { display: grid; grid-template-columns: 1fr .73fr; gap: 80px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }.split-heading > p { margin: 0 0 5px; color: var(--muted); }
.discovery-flow { display: grid; grid-template-columns: minmax(0, 1fr) 55px minmax(0, 1fr) 55px minmax(0, 1fr); gap: 14px; align-items: stretch; }
.flow-card { min-height: 375px; position: relative; overflow: hidden; padding: 22px; border: 1px solid #f9eadc2d; background: var(--surface); }
.card-label { position: relative; z-index: 2; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.flow-profile { padding: 0; }.flow-profile > img { width: 100%; height: 100%; min-height: 375px; object-fit: cover; opacity: .83; }.flow-profile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #04090fd9 0%, transparent 65%); }
.flow-profile .card-label, .flow-profile-copy, .similarity { position: absolute; z-index: 2; left: 22px; right: 22px; }
.flow-profile .card-label { top: 22px; }.flow-profile-copy { bottom: 54px; }.flow-profile-copy > span { color: var(--teal); font-size: 11px; }.flow-profile-copy h3 { margin: 5px 0; font-size: 27px; }.flow-profile-copy p { margin: 0; color: #f9eadca8; font-size: 12px; }
.similarity { right: auto; bottom: 20px; display: flex; align-items: baseline; gap: 7px; color: var(--cream); }.similarity b { color: var(--coral); font-size: 16px; }.similarity span { color: var(--muted); font-size: 10px; }
.flow-arrow { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--coral); }.flow-arrow span { font-size: 30px; }.flow-arrow small { margin-top: 4px; color: var(--muted); font-size: 9px; writing-mode: vertical-rl; }
.flow-song { background: #08141d; }.record-disc { width: 160px; height: 160px; display: grid; place-items: center; margin: 34px auto 35px; border: 1px solid #f1c37e66; border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 20px; line-height: 1.1; text-align: center; background: radial-gradient(circle, #f2a07a 0 6%, #0d1b25 7% 12%, #f1c37e 13% 14%, #0d1b25 15% 39%, transparent 40%), repeating-radial-gradient(circle, #17303a 0 2px, #0a151e 3px 5px); box-shadow: 0 0 0 12px #70d7cf0d, 0 0 0 13px #70d7cf33; }.song-kicker { margin: 0 0 8px; color: var(--teal); font-size: 11px; }.flow-song h3 { margin-bottom: 13px; font-size: 26px; }.song-meta { margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.flow-chat { background: #1c3040; }.chat-thread { margin-top: 38px; }.bubble { width: fit-content; max-width: 90%; margin: 0 0 12px; padding: 10px 12px; border-radius: 3px; font-size: 12px; }.bubble-other { background: #2b4a57; }.bubble-self { margin-left: auto; color: var(--deep); background: var(--coral); }.typing { width: 43px; display: flex; gap: 3px; margin: 20px 0 0; padding: 10px 12px; background: #2b4a57; }.typing i { width: 4px; height: 4px; border-radius: 50%; background: var(--teal); }.chat-caption { position: absolute; right: 22px; bottom: 20px; left: 22px; margin: 0; color: #f9eadca8; font-size: 11px; }

/* People and community */
.people-section { padding: 128px 0; background: var(--ink); }.people-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; }.people-heading h2 { margin-bottom: 0; }.people-heading > p { margin-bottom: 5px; color: var(--muted); }.people-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 245px 245px; gap: 15px; }.people-card { position: relative; overflow: hidden; padding: 25px; }.people-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.people-card > div:last-child { position: absolute; z-index: 2; right: 25px; bottom: 23px; left: 25px; }.people-card > div:last-child span, .photo-card span { color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .08em; }.people-card h3 { margin: 7px 0 0; font-size: 26px; }.large-card { grid-row: 1 / 3; }.image-shade, .photo-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, #04090fdf 0%, transparent 75%); }.quote-card { display: flex; flex-direction: column; justify-content: end; background: var(--surface); }.quote-mark { height: 52px; margin: 0; color: var(--coral); font-family: Georgia, serif; font-size: 72px; line-height: .8; }.quote-card > p:not(.quote-mark) { margin: 0 0 21px; font-size: 17px; }.quote-card > span { color: var(--muted); font-size: 10px; letter-spacing: .08em; }.color-card { background: var(--coral); color: var(--deep); }.card-count { margin-bottom: 46px; font-size: 12px; font-weight: 800; }.color-card h3 { margin-bottom: 12px; font-size: 29px; }.color-card > p:not(.card-count) { max-width: 220px; margin: 0; font-size: 13px; }.corner-note { position: absolute; right: 25px; bottom: 24px; color: #a64464; font-size: 10px; font-weight: 800; letter-spacing: .08em; }.photo-card { grid-column: 2 / 4; }.photo-card > div { position: absolute; z-index: 3; right: 25px; bottom: 23px; left: 25px; }.photo-card h3 { margin-top: 7px; }
.community-section { padding: 125px 0; background: var(--surface); }.community-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 105px; }.community-copy > p:not(.eyebrow) { max-width: 470px; margin-bottom: 30px; color: var(--muted); }.principles { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }.principles article { padding: 0 0 28px; border-bottom: 1px solid var(--line); }.principles article:nth-child(n+3) { padding-top: 27px; border-bottom: 0; }.principle-icon { display: block; margin-bottom: 16px; color: var(--coral); font-size: 27px; }.principles h3 { margin-bottom: 7px; font-size: 18px; }.principles p { margin: 0; color: var(--muted); font-size: 13px; }

/* FAQ and footer */
.faq-section { padding: 128px 0; background: var(--deep); }.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }.faq-grid h2 { margin-bottom: 20px; }.faq-grid .muted { font-size: 13px; }.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; justify-content: space-between; cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--coral); font-size: 24px; font-weight: 300; line-height: 1; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 650px; margin: 14px 28px 2px 0; color: var(--muted); font-size: 14px; }
.closing-section { position: relative; overflow: hidden; padding: 105px 0; color: var(--deep); background: var(--coral); }.closing-inner { position: relative; z-index: 1; }.closing-inner .eyebrow { color: #a64464; }.closing-inner h2 { margin-bottom: 27px; }.closing-lines { position: absolute; top: -50%; right: -4%; width: 54%; height: 200%; border: 1px solid #a6446440; border-radius: 50%; transform: rotate(-28deg); }.closing-lines::after { content: ""; position: absolute; inset: 8% -12%; border: 1px solid #a6446440; border-radius: 50%; }
.footer { background: var(--deep); }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 25px; align-items: center; padding: 32px 0; border-bottom: 1px solid var(--line); }.footer-top p { margin: 0; color: var(--muted); text-align: center; font-size: 13px; }.footer-top .text-link { justify-self: end; font-size: 13px; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 26px; color: var(--muted); font-size: 11px; }.footer-bottom div { display: flex; gap: 20px; }.footer-bottom a:hover { color: var(--cream); }

/* Policy */
.policy-hero { padding: 110px 0 72px; border-bottom: 1px solid var(--line); background: var(--deep); }.policy-hero h1 { margin: 7px 0 15px; }.policy-intro { max-width: 640px; margin-bottom: 0; color: var(--muted); font-size: 18px; }.policy-hero dl { display: flex; flex-wrap: wrap; gap: 35px; margin: 38px 0 0; }.policy-hero dt { margin-bottom: 3px; color: var(--muted); font-size: 11px; }.policy-hero dd { margin: 0; font-size: 13px; font-weight: 800; }.policy-content { padding: 72px 0 112px; }.policy-grid { display: grid; grid-template-columns: 190px minmax(0, 800px); gap: 88px; align-items: start; }.policy-nav { position: sticky; top: 22px; display: grid; gap: 8px; color: var(--muted); font-size: 12px; }.policy-nav strong { margin-bottom: 4px; color: var(--teal); font-size: 13px; }.policy-nav a:hover { color: var(--cream); }.policy-article { color: var(--muted); }.policy-article section { padding: 31px 0; border-bottom: 1px solid var(--line); }.policy-article section:first-of-type { padding-top: 38px; }.policy-article h2 { margin-bottom: 12px; color: var(--cream); font-size: 25px; }.policy-article p { margin-bottom: 14px; }.policy-article p:last-child { margin-bottom: 0; }.policy-article ul { margin: 0; padding-left: 20px; }.policy-article li { margin-bottom: 9px; }.policy-article li:last-child { margin-bottom: 0; }.policy-article strong { color: var(--cream); }.summary { display: grid; grid-template-columns: 13px 1fr; gap: 12px; padding: 19px 21px; border-left: 3px solid var(--teal); color: var(--cream); background: var(--surface); font-size: 14px; }.summary > b { color: var(--teal); }.summary p { margin: 7px 0 0; color: var(--muted); }.contact-box { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }.contact-box div { display: grid; gap: 3px; padding: 15px; border: 1px solid var(--line); background: var(--surface); }.contact-box span { color: var(--muted); font-size: 11px; }.contact-box a { color: var(--teal); font-size: 14px; font-weight: 800; }

@media (max-width: 900px) {
  .header-inner { gap: 20px; }.header-inner nav { gap: 14px; }.profile-grid, .community-grid { gap: 55px; }.profile-grid { grid-template-columns: 1fr 1fr; }.profile-stage { min-height: 560px; }.split-heading, .people-heading { gap: 45px; }.discovery-flow { grid-template-columns: 1fr; gap: 12px; }.flow-card { min-height: 340px; }.flow-profile > img { min-height: 340px; }.flow-arrow { min-height: 34px; flex-direction: row; gap: 10px; }.flow-arrow small { writing-mode: horizontal-tb; }.flow-arrow span { transform: rotate(90deg); }.faq-grid { gap: 60px; }.policy-grid { gap: 50px; }
}

@media (max-width: 700px) {
  .shell { width: calc(100% - 40px); }.header-inner { min-height: 66px; }.brand { font-size: 18px; }.mark { width: 29px; height: 29px; font-size: 19px; }.header-inner nav { display: none; }.header-link { margin-left: auto; }.hero, .hero-inner { min-height: 700px; }.hero-inner { padding-top: 65px; }.hero-copy { font-size: 16px; }.hero-footnotes { gap: 12px; margin-top: 35px; }.scroll-cue { right: 18px; bottom: 20px; }.intro-band, .section, .discovery-section, .people-section, .community-section, .faq-section { padding: 76px 0; }.intro-layout, .profile-grid, .split-heading, .people-heading, .community-grid, .faq-grid { grid-template-columns: 1fr; gap: 34px; }.section-number { margin-top: 22px; }.lead { font-size: 16px; }.mini-manifesto { padding: 18px 0 0; border-top: 1px solid var(--coral); border-left: 0; }.profile-stage { min-height: 540px; order: -1; }.music-card { width: min(350px, 88%); }.orbital-one { width: 100%; height: 300px; }.orbital-two { width: 75%; height: 500px; }.note-left { left: 0; }.note-right { right: 0; }.people-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 260px 220px 220px; }.large-card { grid-column: 1 / 3; grid-row: auto; }.photo-card { grid-column: 1 / 3; grid-row: 3; }.quote-card, .color-card { grid-row: 2; }.people-card h3 { font-size: 22px; }.principles { gap: 0 20px; }.faq-grid .muted { margin-bottom: 0; }.footer-top { grid-template-columns: 1fr; gap: 13px; }.footer-top p { text-align: left; }.footer-top .text-link { justify-self: start; }.footer-bottom { display: grid; gap: 13px; }.footer-bottom div { flex-wrap: wrap; gap: 13px 18px; }.policy-hero { padding: 77px 0 52px; }.policy-hero h1 { font-size: 50px; }.policy-intro { font-size: 16px; }.policy-hero dl { gap: 20px; }.policy-content { padding: 42px 0 80px; }.policy-grid { grid-template-columns: 1fr; gap: 32px; }.policy-nav { position: static; grid-template-columns: repeat(2, 1fr); padding-bottom: 25px; border-bottom: 1px solid var(--line); }.policy-nav strong { grid-column: 1 / -1; }.policy-article { font-size: 15px; }.policy-article h2 { font-size: 22px; }.contact-box { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
  h1 { font-size: 42px; }.actions { display: grid; }.button { width: 100%; }.people-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 220px); }.large-card, .photo-card { grid-column: auto; grid-row: auto; }.quote-card, .color-card { grid-row: auto; }.policy-nav { grid-template-columns: 1fr; }.policy-nav strong { grid-column: auto; }
}
