:root {
  --paper: #f2ede4;
  --paper-deep: #e6dfd3;
  --ink: #1d1d1b;
  --muted: #716d66;
  --line: rgba(29, 29, 27, .16);
  --acid: #d7ff61;
  --lilac: #cdb8ff;
  --coral: #ff8a74;
  --black: #1d1d1b;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Space Grotesk', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
  --container: min(1180px, calc(100% - 3rem));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.5; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(circle at 11% 15%, rgba(205,184,255,.45), transparent 24rem), radial-gradient(circle at 92% 55%, rgba(255,138,116,.18), transparent 28rem); }
.page-noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin: 0 auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; padding: 1.35rem 0; }
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { width: 5.7rem; }
.site-logo { width: 100%; filter: brightness(0); }
.primary-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; font-size: .82rem; font-weight: 700; }
.primary-nav a, .header-link, .text-link, .platform-link, .footer-links a { transition: opacity .2s ease, transform .2s var(--ease); }
.primary-nav a:hover, .header-link:hover, .text-link:hover, .platform-link:hover, .footer-links a:hover { opacity: .55; }
.header-link { font-size: .82rem; font-weight: 700; }
.header-link span, .text-link span, .platform-link span { display: inline-block; margin-left: .3rem; transition: transform .2s var(--ease); }
.header-link:hover span, .text-link:hover span, .platform-link:hover span { transform: translate(3px, -3px); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-weight: 700; }

.hero { min-height: 740px; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); align-items: center; gap: 5rem; padding-top: 7rem; }
.hero-copy { position: relative; z-index: 2; max-width: 640px; }
.kicker { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.1rem; color: var(--muted); font-family: var(--mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.kicker-dot { width: .48rem; height: .48rem; border-radius: 50%; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.07em; line-height: .94; }
h1 { max-width: 8ch; margin-bottom: 1.6rem; font-size: clamp(4rem, 8vw, 8.3rem); }
h1 em, h2 em { color: #7a61b3; font-family: var(--serif); font-weight: 400; letter-spacing: -.08em; }
.hero-intro { max-width: 390px; margin-bottom: 2rem; color: var(--muted); font-size: 1.04rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 3rem; padding: .8rem 1.15rem; border: 1px solid var(--ink); border-radius: 999px; font-size: .78rem; font-weight: 700; transition: transform .25s var(--ease), background .25s ease, color .25s ease; }
.button:hover, .round-arrow:hover { transform: translateY(-3px); }
.button-dark { color: var(--paper); background: var(--black); }
.button-dark:hover { color: var(--ink); background: var(--acid); }
.button-light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button-light:hover { background: var(--acid); border-color: var(--acid); }
.text-link { font-size: .78rem; font-weight: 700; }
.hero-art { position: relative; width: min(100%, 470px); aspect-ratio: 1; justify-self: end; transform: rotate(7deg); }
.hero-art::before { content: ''; position: absolute; inset: 9% 0 0 13%; border: 1px solid var(--line); border-radius: 48% 52% 52% 48%; transform: rotate(-19deg); }
.art-disc { position: absolute; inset: 25%; display: grid; place-items: center; border-radius: 50%; background: var(--lilac); color: var(--ink); box-shadow: 22px 23px 0 var(--acid); transform: rotate(-11deg); }
.art-disc::before, .art-disc::after { content: ''; position: absolute; border: 1px solid rgba(29,29,27,.35); border-radius: 50%; }
.art-disc::before { inset: 10%; }.art-disc::after { inset: 20%; }
.art-disc span { position: relative; z-index: 1; font-family: var(--mono); font-size: .72rem; line-height: 1.1; text-transform: uppercase; transform: rotate(11deg); }
.art-orbit { position: absolute; border: 1px solid var(--ink); border-radius: 50%; }
.orbit-one { inset: 2% 25% 3% 24%; transform: rotate(50deg); }.orbit-two { inset: 14% 9% 20% 17%; transform: rotate(-34deg); border-color: var(--coral); }
.art-line { position: absolute; height: 1px; background: var(--ink); transform-origin: left; }.line-one { top: 31%; left: -3%; width: 46%; transform: rotate(23deg); }.line-two { right: -4%; bottom: 26%; width: 41%; transform: rotate(-38deg); background: var(--coral); }
.art-note { position: absolute; right: 6%; top: 1%; margin: 0; font-family: var(--mono); font-size: .65rem; line-height: 1.5; }.art-note span { color: var(--muted); text-transform: uppercase; }
.hero-index { position: absolute; right: 0; bottom: 2rem; font-family: var(--mono); color: var(--muted); font-size: .65rem; }

.section { padding: 8rem 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.8rem; }
.section-heading h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.7rem); }
.section-note { max-width: 250px; margin: 0 0 .45rem; color: var(--muted); font-size: .88rem; }
.music-layout { display: grid; grid-template-columns: minmax(250px, .85fr) minmax(300px, 1fr); gap: 1.25rem; align-items: stretch; }
.release-card { padding: 1.25rem; background: var(--black); color: var(--paper); }
.release-topline, .release-label, .form-status { font-family: var(--mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; }
.release-topline { display: flex; justify-content: space-between; color: #aaa69c; }.release-art { position: relative; aspect-ratio: 1.05; margin: 1.2rem 0 1.3rem; overflow: hidden; background: #48435c; }.release-glow { position: absolute; width: 90%; aspect-ratio: 1; left: 8%; top: -14%; border-radius: 50%; background: var(--lilac); filter: blur(1px); }.release-glow::after { content: ''; position: absolute; inset: 16%; border: 1px solid rgba(29,29,27,.6); border-radius: 50%; box-shadow: 0 0 0 18px rgba(29,29,27,.07), 0 0 0 36px rgba(29,29,27,.07); }.release-grid { position: absolute; inset: 0; opacity: .35; background: linear-gradient(90deg, transparent 49%, #1d1d1b 50%, transparent 51%), linear-gradient(0deg, transparent 49%, #1d1d1b 50%, transparent 51%); background-size: 38px 38px; transform: rotate(14deg) scale(1.7); }.release-mark, .release-art strong, .release-art small { position: absolute; z-index: 1; }.release-mark { top: 1rem; right: 1rem; font-family: var(--mono); font-size: .65rem; }.release-art strong { left: 1.1rem; bottom: 1.1rem; color: var(--black); font-family: var(--display); font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: .78; letter-spacing: -.1em; }.release-art small { right: 1rem; bottom: 1rem; font-family: var(--mono); font-size: .58rem; writing-mode: vertical-rl; transform: rotate(180deg); }.release-info { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }.release-label { margin: 0 0 .35rem; color: #aaa69c; }.release-info h3 { margin: 0; font-family: var(--display); font-size: 1.35rem; letter-spacing: -.05em; }.round-arrow { display: grid; place-items: center; flex: 0 0 2.65rem; width: 2.65rem; height: 2.65rem; border: 1px solid rgba(242,237,228,.45); border-radius: 50%; font-size: 1.1rem; transition: transform .25s var(--ease), background .25s ease, color .25s ease; }.round-arrow:hover { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.listen-panel { min-height: 100%; padding: 2rem; background: var(--paper-deep); }
.listen-panel h3 { margin-bottom: .7rem; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.45rem); letter-spacing: -.07em; }
.listen-copy { max-width: 330px; margin-bottom: 2rem; color: var(--muted); font-size: .9rem; }
.preview-widget { --audio-progress: 0%; --glow-alpha: .1; --player-scale: 1; --wave-scale: .42; padding: 1.1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); transform: scale(var(--player-scale)); transition: transform .3s var(--ease); }
.preview-widget audio { display: none; }
.player-controls { display: flex; align-items: center; gap: 1rem; }
.play-toggle { position: relative; flex: 0 0 3.1rem; width: 3.1rem; height: 3.1rem; padding: 0; border: 0; border-radius: 50%; background: var(--black); cursor: pointer; transition: transform .25s var(--ease), background .25s ease; }
.play-toggle:hover { background: #7a61b3; transform: scale(1.06); }
.play-toggle::before { content: ''; position: absolute; left: 1.25rem; top: 1.02rem; border-top: .55rem solid transparent; border-bottom: .55rem solid transparent; border-left: .8rem solid var(--paper); }
.player.is-playing .play-toggle::before { left: 1.2rem; top: 1rem; width: .7rem; height: 1.1rem; border: 0; border-left: .23rem solid var(--paper); border-right: .23rem solid var(--paper); }
.seek-shell { position: relative; flex: 1; height: 3rem; }
.wave-mirror { position: absolute; inset: 0; display: grid; grid-template-rows: 1fr 1px 1fr; align-items: center; }
.wave-row { display: flex; align-items: center; justify-content: space-between; gap: .18rem; }
.wave-row span { width: .23rem; height: calc(.24rem + var(--i) * .18rem); border-radius: 999px; background: linear-gradient(var(--coral) 0 var(--audio-progress), rgba(29,29,27,.35) var(--audio-progress)); transform: scaleY(var(--wave-scale)); transition: transform .2s ease; }
.wave-bottom { transform: scaleY(-1); }
.wave-center { height: 1px; background: linear-gradient(90deg, var(--coral) 0 var(--audio-progress), rgba(29,29,27,.2) var(--audio-progress)); }
.player.is-playing .wave-row span { animation: wave .9s ease-in-out infinite alternate; animation-delay: calc(var(--i) * .04s); }
#progress { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.time-row { display: flex; justify-content: space-between; margin-top: .25rem; color: var(--muted); font-family: var(--mono); font-size: .62rem; }
.platform-link { display: inline-block; margin-top: 2rem; font-size: .76rem; font-weight: 700; }

.section-wash { background: var(--paper-deep); }.about-layout { display: grid; grid-template-columns: 1fr 1fr 180px; gap: 4rem; align-items: end; }.about-heading h2 { margin: 0; font-size: clamp(3.1rem, 6vw, 6.2rem); }.about-copy { max-width: 390px; }.about-copy .lead { margin-bottom: 1.2rem; font-family: var(--display); font-size: 1.3rem; line-height: 1.1; letter-spacing: -.04em; }.about-copy p:not(.lead) { margin-bottom: 1.5rem; color: var(--muted); font-size: .93rem; }.about-stamp { position: relative; display: grid; place-items: center; width: 150px; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font-family: var(--mono); font-size: .67rem; line-height: 1.2; text-align: center; text-transform: uppercase; transform: rotate(12deg); }.about-stamp::before { content: ''; position: absolute; width: 164px; height: 164px; border: 1px dashed var(--ink); border-radius: 50%; }
.section-contact { padding-bottom: 9rem; }.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }.booking-form label { display: grid; gap: .65rem; }.booking-form label span { font-family: var(--mono); color: var(--muted); font-size: .64rem; text-transform: uppercase; }.booking-form input, .booking-form textarea { width: 100%; padding: .65rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); background: transparent; outline: 0; font-size: 1rem; }.booking-form input:focus, .booking-form textarea:focus { border-color: var(--ink); }.booking-form input::placeholder, .booking-form textarea::placeholder { color: #9a958c; }.message-field { grid-column: 1 / -1; }.booking-form textarea { resize: vertical; min-height: 2.3rem; }.booking-form .button { justify-self: start; margin-top: 1rem; }.form-status { grid-column: 2; align-self: center; margin: 1rem 0 0; color: var(--muted); text-transform: none; letter-spacing: 0; }
.site-footer { padding: 1.5rem 0 2rem; border-top: 1px solid var(--line); }.footer-inner { display: flex; align-items: center; gap: 2rem; }.footer-brand { width: 4.6rem; }.footer-brand img { filter: brightness(0); }.footer-inner p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: .9rem; }.footer-links { display: flex; gap: 1.3rem; margin-left: auto; font-family: var(--mono); font-size: .64rem; text-transform: uppercase; }
.reveal { opacity: 1; transform: none; }.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }.js .reveal.is-visible { opacity: 1; transform: none; }
@keyframes wave { to { transform: scaleY(1.65); } }

@media (max-width: 800px) { :root { --container: min(100% - 2rem, 620px); }.site-header { padding-top: 1rem; }.nav-toggle { display: block; order: 3; padding: .4rem 0; }.primary-nav { display: none; position: absolute; top: 4.5rem; left: 1rem; right: 1rem; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem; border: 1px solid var(--line); background: rgba(242,237,228,.96); box-shadow: 0 18px 35px rgba(29,29,27,.1); }.primary-nav a { padding: .75rem; border-bottom: 1px solid var(--line); }.primary-nav a:last-child { border: 0; }.nav-shell.is-open .primary-nav { display: flex; }.header-link { margin-left: auto; }.hero { min-height: 760px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2rem; padding-top: 7.5rem; }.hero-art { align-self: center; width: min(94vw, 430px); }.hero-index { bottom: 1rem; }.section { padding: 5.5rem 0; }.section-heading { display: block; }.section-note { margin-top: 1.2rem; }.music-layout, .about-layout { grid-template-columns: 1fr; }.about-layout { gap: 2.2rem; }.about-stamp { margin: 1rem 0 0 auto; }.booking-form { display: grid; grid-template-columns: 1fr; gap: 1.4rem; }.message-field { grid-column: auto; }.form-status { grid-column: auto; }.footer-inner { flex-wrap: wrap; }.footer-inner p { order: 3; flex-basis: 100%; }.footer-links { margin-left: auto; } }
@media (max-width: 480px) { h1 { font-size: clamp(3.6rem, 17vw, 5.2rem); }.hero { min-height: 700px; }.hero-art { transform: rotate(7deg) scale(.88); margin: -1rem 0 -1rem -1rem; }.release-card, .listen-panel { padding: 1rem; }.footer-links { width: 100%; margin: .5rem 0 0; justify-content: space-between; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal, .js .reveal { opacity: 1; transform: none; transition: none; }*, *::before, *::after { animation: none !important; transition-duration: .01ms !important; } }

/* Homepage layout: focused, centered and intentionally compact. */
.site-header { position: fixed; background: linear-gradient(180deg, rgba(242,237,228,.92), rgba(242,237,228,0)); backdrop-filter: blur(12px); }
.hero { grid-template-columns: minmax(0, 1fr); min-height: 680px; max-width: 920px; gap: 1rem; text-align: center; }
.hero-copy { max-width: 680px; margin: 0 auto; }
.hero-intro { margin-left: auto; margin-right: auto; }
.hero-actions { justify-content: center; }
.hero-art { justify-self: center; width: min(100%, 350px); margin-top: .4rem; transform: rotate(7deg) scale(.82); }
.hero-index { right: 1rem; bottom: 1.5rem; }
.section-heading { display: block; max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.section-note { max-width: 440px; margin: 1rem auto 0; }
.music-layout { max-width: 900px; margin: 0 auto; grid-template-columns: minmax(230px, .72fr) minmax(300px, .9fr); gap: 1rem; }
.release-card { padding: .9rem; }
.release-art { margin: .9rem 0 1rem; aspect-ratio: 1.12; }
.release-info h3 { font-size: 1.15rem; }
.listen-panel { padding: 1.45rem; }
.listen-panel h3 { font-size: clamp(1.45rem, 3vw, 2rem); }
.listen-copy { margin-bottom: 1.25rem; }
.platform-link { margin-top: 1.25rem; }
.about-layout { max-width: 900px; margin-left: auto; margin-right: auto; grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
.about-copy { max-width: 540px; margin: 0 auto; }
.about-stamp { margin: 1rem auto 0; }
.section-contact { max-width: 900px; }
.booking-form { max-width: 760px; margin: 0 auto; }
.release-art .release-cover { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; opacity: .94; }
.release-art.has-cover .release-glow { opacity: .15; }
.preview-widget { position: relative; border-color: rgba(29,29,27,.2); box-shadow: 0 8px 22px rgba(29,29,27,.08), 0 0 34px rgba(255,138,116,var(--glow-alpha)); transition: box-shadow .35s var(--ease), transform .35s var(--ease); }
.preview-widget::before { content: ''; position: absolute; inset: 50% 15% auto; height: 1px; background: var(--coral); opacity: .18; filter: blur(4px); transform: scaleX(.35); transition: transform .45s var(--ease), opacity .45s ease; }
.player.is-playing { box-shadow: 0 12px 28px rgba(29,29,27,.12), 0 0 44px rgba(255,138,116,var(--glow-alpha)); }
.player.is-playing::before { opacity: .75; transform: scaleX(1); animation: audio-bloom 1.8s ease-in-out infinite; }
.play-toggle::after { content: ''; position: absolute; inset: -7px; border: 1px solid transparent; border-radius: 50%; }
.player.is-playing .play-toggle::after { border-color: rgba(255,138,116,.7); animation: play-ring 1.5s ease-out infinite; }
.player.is-playing .wave-row span { animation: wave .7s ease-in-out infinite alternate; }
.empty-preview { margin: 1rem 0; color: var(--muted); font-size: .85rem; }
@keyframes play-ring { 0% { transform: scale(.82); opacity: .85; } 100% { transform: scale(1.5); opacity: 0; } }
@keyframes audio-bloom { 0%, 100% { filter: blur(3px); } 50% { filter: blur(8px); } }

@media (max-width: 800px) {
  .hero { min-height: 720px; padding-top: 7.5rem; }
  .music-layout { grid-template-columns: minmax(0, 430px); justify-content: center; }
  .release-art { aspect-ratio: 1.15; }
}
