@charset "UTF-8";

:root {
  --ink: #252624;
  --muted: #6d6e68;
  --paper: #faf9f6;
  --line: #dedfd8;
  --accent: #435c52;
  --radius: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; }
button, a, input { font: inherit; }
button { border: 0; cursor: pointer; color: inherit; }
button:disabled { cursor: default; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p { margin: 0; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:where(button, a, summary):focus-visible { outline: 3px solid #52756a; outline-offset: 5px; }
.icon { width: 20px; height: 20px; flex-shrink: 0; }
.wrap { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: 120px; }
h1, h2, h3 { font-weight: 650; }
h2 { font-size: clamp(40px, 4.8vw, 64px); letter-spacing: -.045em; line-height: 1.065; }
.section-copy { font-size: 20px; line-height: 1.5; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 12px 24px; background: var(--ink); color: #fff; border-radius: 99px; font-size: 15px; font-weight: 500; transition: background .2s; }
.button:hover { background: #454741; }
.button .icon { width: 15px; height: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-size: 17px; line-height: 1.5; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link .icon { width: 16px; height: 16px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

/* A quiet local navigation bar, with one clear action. */
.site-header { position: sticky; top: 0; z-index: 20; background: #faf9f6e8; backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); border-bottom: 1px solid #dedfd8bb; }
.nav { display: flex; align-items: center; gap: 30px; height: 60px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 22px; font-weight: 600; letter-spacing: -.7px; }
.brand img { object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 12px; color: #565953; }
.nav-links a:hover, .nav-links [aria-current] { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.nav-cta { min-height: 30px; padding: 7px 15px; font-size: 12px; }

/* Product first. The artwork brings the color. */
.hero { overflow: clip; text-align: center; background: linear-gradient(180deg, #faf9f6 36%, #f0eee8 80%, #faf9f6); }
.hero-heading { padding-top: 72px; }
h1 { font-size: clamp(62px, 7.7vw, 108px); letter-spacing: -.058em; line-height: 1.015; }
.hero-copy { max-width: 650px; margin: 26px auto 0; color: var(--muted); font-size: 21px; line-height: 1.45; letter-spacing: -.3px; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 29px; }
.preview-stage { max-width: 1100px; padding-top: 54px; padding-bottom: 24px; }
.preview-controls { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 6px 14px 6px 6px; background: #fdfdfbcf; border: 1px solid #d9d8d0; border-radius: 99px; margin: 30px auto 0; box-shadow: 0 4px 16px #333e2b05; }
.segmented { display: flex; gap: 2px; }
.segmented button { display: flex; align-items: center; gap: 7px; min-height: 36px; padding: 8px 16px; background: transparent; border-radius: 99px; font-size: 13px; color: #686a63; }
.segmented button[aria-pressed=true] { background: #e8e9e3; color: #292c28; }
.segmented .icon, .appearance-button .icon { width: 16px; height: 16px; }
.appearance-button { display: flex; align-items: center; gap: 7px; background: transparent; min-height: 36px; padding: 6px; color: #565e53; font-size: 12px; }
.control-divider { width: 1px; height: 19px; background: #dedfd8; }
.preview-caption { font-size: 11px; line-height: 1.5; color: #73766d; margin-top: 16px; }

/* Editorial sections, without repeated labels or badges. */
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 90px; align-items: end; }
.section-heading .section-copy { max-width: 410px; padding-bottom: 3px; }
.collection-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; margin-top: 64px; padding-top: 40px; border-top: 1px solid var(--line); }
.collection-notes .icon { width: 30px; height: 30px; color: #637361; stroke-width: 1.6; }
.collection-notes h3 { font-size: 19px; line-height: 1.3; letter-spacing: -.5px; margin-top: 21px; }
.collection-notes p { font-size: 16px; line-height: 1.5; color: var(--muted); margin-top: 10px; }

.sessions-section { background: #eeede7; overflow: hidden; }
.centered-heading { text-align: center; }
.centered-heading .section-copy { max-width: 565px; margin: 26px auto 0; }
.session-gallery { display: flex; gap: 28px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; margin-top: 60px; padding: 9px max(48px, calc((100vw - 1120px) / 2)) 28px; scroll-padding-inline: max(48px, calc((100vw - 1120px) / 2)); }
.session-gallery::-webkit-scrollbar { display: none; }
.session-card { flex: 0 0 clamp(235px, 25vw, 320px); min-width: 0; background: transparent; padding: 0; text-align: left; scroll-snap-align: start; border-radius: 15px; }
.session-card img { border-radius: 14px; width: 100%; aspect-ratio: 1; transition: transform .25s, box-shadow .25s; }
.session-card:hover img { transform: translateY(-4px); box-shadow: 0 15px 24px -18px #46413566; }
.session-card[aria-pressed=true] img { box-shadow: 0 0 0 4px #eeede7, 0 0 0 5px #7d8979; }
.session-name { display: block; font-size: 19px; font-weight: 600; letter-spacing: -.4px; margin-top: 22px; }
.session-subtitle { display: block; font-size: 14px; line-height: 1.4; color: #6c6f64; margin-top: 7px; }
.gallery-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 12px; }
.session-detail { font-size: 15px; line-height: 1.5; color: #656a60; }
.session-detail strong { color: #363d33; font-weight: 600; }
.session-detail>span { display: block; font-size: 12px; margin-top: 6px; color: #75786f; }
.gallery-controls { display: flex; gap: 12px; flex-shrink: 0; }
.round-button { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #dbded4; color: #454e3e; transition: background .2s; }
.round-button:hover:not(:disabled) { background: #cbd0c4; }
.round-button:disabled { opacity: .35; }
.round-button:first-child .icon { transform: rotate(180deg); }
.round-button .icon { width: 17px; height: 17px; }

.quality-panel { display: grid; grid-template-columns: 1.15fr 1fr; min-height: 530px; border-radius: var(--radius); background: #e1e6dc; overflow: hidden; }
.quality-copy { padding: 68px 0 64px 60px; position: relative; z-index: 1; }
.quality-copy h2 { font-size: clamp(38px, 4vw, 54px); color: #374637; }
.quality-copy>p { max-width: 380px; margin-top: 26px; color: #596451; font-size: 17px; line-height: 1.6; }
.format-tags { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 30px; color: #4b5945; }
.format-tags span { font-size: 12px; font-weight: 600; letter-spacing: .4px; }
.sound-visual { position: relative; display: flex; align-items: center; justify-content: center; isolation: isolate; min-width: 0; overflow: hidden; }
.sound-rings { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: repeating-radial-gradient(circle, #72826521 0 1px, transparent 2px 27px); mask-image: radial-gradient(circle, #000, transparent 70%); z-index: -1; }
.waveform { display: flex; align-items: center; justify-content: center; gap: 6px; height: 240px; margin-top: -20px; }
.waveform i { width: 5px; height: var(--bar); border-radius: 8px; background: linear-gradient(#879878, #435d43); }
.quality-label { position: absolute; inset: auto 0 75px; display: grid; text-align: center; gap: 8px; }
.quality-label span { font-size: 25px; font-weight: 550; letter-spacing: -.8px; color: #465b3d; }
.quality-label small { font-size: 13px; color: #68765e; }
.fine-print { margin-top: 18px; text-align: center; color: #74766d; font-size: 11px; line-height: 1.5; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 32px; }
.detail-card { position: relative; min-height: 580px; padding: 50px 48px 30px; overflow: hidden; border-radius: var(--radius); }
.detail-card h3 { font-size: 41px; line-height: 1.08; letter-spacing: -.045em; }
.detail-card>p { max-width: 375px; margin-top: 21px; color: #666963; font-size: 16px; line-height: 1.55; }
.lyrics-card { background: #e8e9e7; }
.lyric-visual { display: grid; gap: 24px; padding: 34px 0 22px 14px; margin-top: 22px; mask-image: linear-gradient(transparent, #000 14%, #000 80%, transparent); }
.lyric-visual>span { font-size: 25px; font-weight: 650; letter-spacing: -.8px; color: #9ba29a; white-space: nowrap; }
.lyric-visual strong { font-size: 44px; line-height: 1.1; letter-spacing: -1.8px; color: #435448; }
.visual-note { position: absolute; bottom: 22px; left: 48px; font-size: 10px; color: #71776d; }
.playlists-card { background: #ede7e1; }
.playlist-stack { position: relative; height: 230px; display: flex; align-items: center; justify-content: center; margin-top: 33px; }
.playlist-stack img { position: absolute; width: 195px; border-radius: 11px; box-shadow: 0 14px 30px #40342a29; }
.playlist-stack img:first-child { transform: translateX(-84px) rotate(-11deg); width: 172px; }
.playlist-stack img:nth-child(2) { transform: translateX(84px) rotate(11deg); width: 172px; }
.playlist-stack img:last-child { transform: rotate(-3deg); }
.playlist-visual-title { display: grid; gap: 6px; text-align: center; margin-top: 16px; }
.playlist-visual-title strong { font-size: 16px; font-weight: 600; }
.playlist-visual-title span { font-size: 12px; color: #75716b; }

.privacy-section { display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 55px; max-width: 900px; padding: 22px 0 110px; }
.privacy-mark { display: grid; place-items: center; }
.privacy-mark .icon { width: 102px; height: 102px; stroke-width: 1.05; color: #78856e; }
.privacy-section h2 { font-size: 39px; letter-spacing: -.035em; }
.privacy-section .section-copy { font-size: 18px; margin-top: 19px; }
.privacy-section .text-link { margin-top: 21px; }
.faq-section { border-top: 1px solid var(--line); }
.faq-section>h2 { text-align: center; font-size: 52px; }
.faq-list { width: min(800px, 100%); margin: 48px auto 0; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; font-size: 19px; line-height: 1.4; font-weight: 550; cursor: pointer; list-style: none; letter-spacing: -.35px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 19px; height: 19px; color: #73796f; transition: transform .2s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; padding: 0 35px 25px 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.download-section { padding: 96px 0 80px; background: #eeede7; text-align: center; }
.download-icon { width: 84px; height: 84px; object-fit: contain; margin: 0 auto 26px; border-radius: 23%; }
.download-section h2 { font-size: clamp(40px, 5vw, 64px); }
.download-section h2+p { margin-top: 20px; color: #707267; font-size: 21px; line-height: 1.4; }
.download-options { display: grid; grid-template-columns: 1fr 1fr; max-width: 760px; margin: 55px auto 0; }
.download-option { padding: 10px 35px 15px; }
.download-option+.download-option { border-left: 1px solid #d6d8cf; }
.download-option>.icon { width: 42px; height: 42px; stroke-width: 1.35; margin: 0 auto 19px; color: #5c6455; }
.download-option h3 { font-size: 22px; letter-spacing: -.5px; }
.download-option p { margin: 10px 0 22px; font-size: 13px; color: #6c7263; }
.release-status { display: inline-block; padding: 9px 18px; border: 1px solid #c9cfc1; border-radius: 99px; color: #5e6954; font-size: 13px; }
.download-help { margin-top: 44px; font-size: 14px; }
.site-footer { padding-block: 35px 28px; }
.footer-top { display: flex; align-items: center; gap: 24px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.footer-top .brand { font-size: 18px; }
.footer-top p { font-size: 12px; color: #73766b; }
.footer-bottom { display: flex; align-items: center; gap: 28px; margin-top: 20px; font-size: 11px; line-height: 1.5; color: #74776e; }
.footer-bottom>div { display: flex; gap: 20px; }
.footer-bottom>div a { display: inline-flex; align-items: center; gap: 4px; }
.footer-bottom a:hover { color: var(--ink); text-decoration: underline; }
.footer-bottom .icon { width: 10px; height: 10px; }
.footer-bottom>span { margin-left: auto; }

/* Support and privacy use the same quiet typography. */
.document { max-width: 860px; padding-block: 85px 100px; }
.document h1 { font-size: 66px; letter-spacing: -.045em; line-height: 1.06; }
.document .lead { font-size: 23px; line-height: 1.5; margin: 25px 0 40px; color: var(--muted); }
.document h2 { font-size: 28px; letter-spacing: -.7px; margin-top: 45px; line-height: 1.2; }
.document p { color: #666b60; font-size: 16px; line-height: 1.75; margin-top: 18px; overflow-wrap: anywhere; }
.document p a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.document .contact-panel { background: #eeeee7; border-radius: 20px; padding: 25px 30px; margin-top: 35px; }
.document .contact-panel p { margin: 0; }
.document .faq-list { margin-top: 30px; }
.document .faq-list details p { padding-top: 0; margin-top: 0; }
.error-page { min-height: 65vh; padding-block: 110px; text-align: center; }
.error-page h1 { font-size: 65px; letter-spacing: -.045em; }
.error-page p { color: var(--muted); font-size: 20px; margin-top: 25px; }
.error-page .button { margin-top: 32px; }
.error-code { display: block; color: #7e8675; font-size: 18px; margin-bottom: 20px; }

@media (max-width: 1050px) {
  .wrap { width: calc(100% - 72px); }
  .section-space { padding-block: 90px; }
  .section-heading { gap: 50px; }
  .collection-notes { gap: 35px; }
  .quality-copy { padding: 50px 0 45px 40px; }
  .quality-panel { min-height: 500px; }
  .waveform { transform: scale(.8); }
  .detail-card { padding: 38px 34px 28px; min-height: 545px; }
  .detail-card h3 { font-size: 35px; }
  .playlist-stack img { width: 165px; }
  .playlist-stack img:first-child { width: 145px; transform: translateX(-60px) rotate(-11deg); }
  .playlist-stack img:nth-child(2) { width: 145px; transform: translateX(60px) rotate(11deg); }
  .visual-note { left: 34px; }
  .lyric-visual strong { font-size: 37px; }
  .lyric-visual>span { font-size: 22px; }
  .privacy-section { padding-bottom: 90px; gap: 25px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .wrap { width: calc(100% - 44px); }
  .nav { height: 56px; gap: 18px; }
  .brand { font-size: 21px; }
  .brand img { width: 26px; height: 26px; }
  .nav-links { gap: 18px; }
  .nav-links a:not(:last-child) { display: none; }
  .nav-cta { margin-left: auto; }
  .nav-links { margin-left: auto; }
  .nav-links+.nav-cta { margin-left: 0; }
  .hero-heading { padding-top: 56px; }
  h1 { font-size: clamp(54px, 10vw, 76px); letter-spacing: -.055em; }
  .hero-copy { max-width: 480px; font-size: 18px; margin-top: 23px; }
  .desktop-break { display: none; }
  .hero-actions { gap: 22px; margin-top: 26px; }
  .hero-actions .text-link { font-size: 15px; }
  .button { font-size: 14px; padding: 11px 21px; }
  .preview-stage { padding-top: 34px; padding-bottom: 12px; }
  .preview-controls { margin-top: 24px; gap: 8px; padding-right: 10px; }
  .segmented button { font-size: 12px; padding: 8px 12px; }
  .appearance-button { font-size: 11px; }
  .section-space { padding-block: 76px; }
  h2 { font-size: 43px; }
  .section-copy { font-size: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading .section-copy { max-width: 490px; }
  .collection-notes { gap: 25px; margin-top: 40px; padding-top: 32px; }
  .collection-notes h3 { font-size: 17px; }
  .collection-notes p { font-size: 14px; }
  .session-gallery { margin-top: 38px; padding-inline: 22px; gap: 22px; scroll-padding-inline: 22px; }
  .session-card { flex-basis: 260px; }
  .session-name { font-size: 18px; }
  .session-detail { font-size: 14px; }
  .session-detail>span { font-size: 11px; }
  .quality-panel { grid-template-columns: 1fr; }
  .quality-copy { padding: 42px 35px 0; }
  .quality-copy h2 { font-size: 44px; }
  .quality-copy>p { max-width: 500px; font-size: 16px; }
  .sound-visual { height: 310px; }
  .waveform { transform: scale(.9); margin-top: -50px; }
  .quality-label { bottom: 38px; }
  .detail-grid { gap: 22px; }
  .detail-card { padding: 32px 26px 25px; min-height: 515px; }
  .detail-card h3 { font-size: 30px; }
  .detail-card>p { font-size: 14px; }
  .playlist-stack { height: 205px; margin-top: 26px; }
  .playlist-stack img { width: 138px; }
  .playlist-stack img:first-child { width: 120px; transform: translateX(-43px) rotate(-11deg); }
  .playlist-stack img:nth-child(2) { width: 120px; transform: translateX(43px) rotate(11deg); }
  .playlist-visual-title strong { font-size: 13px; }
  .playlist-visual-title span { font-size: 11px; }
  .lyric-visual { padding-left: 0; }
  .lyric-visual strong { font-size: 32px; }
  .lyric-visual>span { font-size: 19px; }
  .visual-note { left: 26px; }
  .privacy-section { grid-template-columns: 100px 1fr; gap: 27px; padding: 0 0 76px; }
  .privacy-section h2 { font-size: 31px; }
  .privacy-mark .icon { width: 80px; height: 80px; }
  .privacy-section .section-copy { font-size: 16px; }
  .faq-section>h2 { font-size: 43px; }
  .faq-list { margin-top: 28px; }
  .faq-list summary { font-size: 17px; padding-block: 23px; }
  .faq-list details p { font-size: 15px; }
  .download-section { padding: 76px 0 60px; }
  .download-section h2+p { font-size: 18px; }
  .download-options { margin-top: 38px; }
  .download-option { padding-inline: 20px; }
  .download-option h3 { font-size: 20px; }
  .download-option p { font-size: 12px; }
  .footer-bottom { flex-wrap: wrap; gap: 14px 24px; }
  .footer-bottom>span { margin-left: 0; width: 100%; }
  .document { padding-block: 60px 70px; }
  .document h1 { font-size: 49px; }
  .document .lead { font-size: 20px; }
  .document h2 { font-size: 25px; }
  .error-page { padding-block: 85px; }
  .error-page h1 { font-size: 48px; }
}
@media (max-width: 480px) {
  .hero-heading { padding-top: 49px; }
  h1 { font-size: clamp(48px, 12vw, 58px); }
  .hero-copy { max-width: 330px; font-size: 17px; }
  .hero-actions { gap: 17px; }
  .hero-actions .text-link { font-size: 14px; }
  .preview-caption { font-size: 10px; }
  .appearance-button span { display: none; }
  .appearance-button { padding-inline: 9px; }
  .preview-controls { gap: 8px; }
  h2 { font-size: 39px; }
  .collection-notes { grid-template-columns: 1fr; gap: 28px; }
  .collection-notes>div { position: relative; padding-left: 48px; }
  .collection-notes>div>.icon { position: absolute; top: 0; left: 0; width: 28px; height: 28px; }
  .collection-notes h3 { margin-top: 0; font-size: 18px; }
  .collection-notes p { margin-top: 8px; font-size: 15px; }
  .gallery-bottom { align-items: flex-end; gap: 15px; }
  .session-detail p { max-width: 240px; }
  .session-detail p span { display: block; margin-top: 2px; }
  .gallery-controls { gap: 8px; }
  .round-button { width: 35px; height: 35px; }
  .session-card { flex-basis: 76vw; }
  .quality-copy { padding: 36px 28px 0; }
  .quality-copy h2 { font-size: 37px; }
  .quality-copy>p { font-size: 15px; }
  .format-tags { gap: 14px; }
  .waveform { transform: scale(.72); }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card { min-height: 515px; padding: 36px 29px 30px; }
  .detail-card h3 { font-size: 36px; }
  .detail-card>p { font-size: 15px; }
  .lyric-visual strong { font-size: 39px; }
  .lyric-visual>span { font-size: 23px; }
  .lyric-visual { padding-left: 7px; }
  .playlist-stack { height: 220px; }
  .playlist-stack img { width: 175px; }
  .playlist-stack img:first-child { width: 150px; transform: translateX(-58px) rotate(-11deg); }
  .playlist-stack img:nth-child(2) { width: 150px; transform: translateX(58px) rotate(11deg); }
  .playlist-visual-title strong { font-size: 15px; }
  .visual-note { left: 29px; }
  .privacy-section { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .privacy-mark .icon { width: 72px; height: 72px; }
  .privacy-section h2 { font-size: 35px; }
  .privacy-section .text-link { font-size: 16px; }
  .download-icon { width: 72px; height: 72px; }
  .download-section h2 { font-size: 43px; }
  .download-options { grid-template-columns: 1fr; max-width: 270px; gap: 25px; }
  .download-option+.download-option { border-left: 0; border-top: 1px solid #d6d8cf; padding-top: 30px; }
  .download-option h3 { font-size: 21px; }
  .download-option>.icon { margin-bottom: 14px; }
  .footer-top { justify-content: space-between; gap: 15px; }
  .footer-top p { font-size: 10px; }
  .footer-bottom { font-size: 10px; }
}
@media (max-width: 380px) {
  .nav-links { display: none; }
  .nav-links+.nav-cta { margin-left: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
