/* Tunebytes – public home page / Red & Blue. Green archive: website-v0.css. */

@font-face {
    font-family: "Chakra Petch";
    src: url("fonts/chakra-petch-bold-67fhIYj.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    color-scheme: dark;
    --bg: #101319;
    --panel: #181e27;
    --panel-raised: #202834;
    --line: #323e4e;
    --text: #f2f4f7;
    --muted: #a5aebc;
    --accent: #76a9ff;
    --red: #d82b3e;
    --red-light: #ed6b72;
    --blue: #377ef2;
    --font: "Segoe UI", Arial, sans-serif;
    --brand-font: "Chakra Petch", "Segoe UI", sans-serif;
    --gradient-red: #f15460;
    --gradient-blue: #73a9ff;
    --emphasis-blue: #88b6ff;
}





* {
    box-sizing:border-box
}

html {
    scroll-behavior:smooth;
    scroll-padding-top:100px
}

body {
    margin:0;
    background:var(--bg);
    color:var(--text);
    font-family:var(--font);
    font-size:16px;
    line-height:1.6;
    -webkit-font-smoothing:antialiased
}

a {
    color:inherit;
    text-decoration:none
}

button,a,summary {
    -webkit-tap-highlight-color:transparent
}

a,summary {
    touch-action:manipulation
}

a:focus-visible,summary:focus-visible {
    outline:2px solid var(--accent);
    outline-offset:6px
}

a:hover {
    color:var(--accent)
}

img {
    display:block;
    max-width:100%
}

h1,h2,h3,p {
    margin:0
}

h1,h2,h3 {
    font-weight:650;
    line-height:1.08;
    letter-spacing:-.045em
}

h2 {
    font-size:clamp(2.2rem,3.5vw,3.2rem)
}

.container {
    width:calc(100% - 112px);
    max-width:1320px;
    margin-inline:auto
}

.icon {
    width:22px;
    height:22px;
    flex-shrink:0;
    vertical-align:middle
}

.skip-link {
    position:fixed;
    z-index:100;
    top:12px;
    left:12px;
    padding:12px 20px;
    background:var(--accent);
    color:var(--bg);
    transform:translateY(-160%)
}

.skip-link:focus {
    transform:translateY(0)
}

.eyebrow {
    font-size:.75rem;
    font-weight:650;
    letter-spacing:.14em;
    display:flex;
    align-items:center;
    gap:10px;
    line-height:1.6;
    color:#bec3c9
}

.status-dot {
    display:inline-block;
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--accent);
    flex-shrink:0
}

.site-header {
    height:98px;
    border-bottom:1px solid #212529
}

.header-inner {
    height:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px
}

.brand {
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-weight:750;
    font-size:1.7rem;
    letter-spacing:-.07em;
    line-height:1
}

.brand-dot {
    color:var(--accent)
}

.desktop-nav {
    display:flex;
    align-items:center;
    gap:32px;
    font-size:.875rem;
    color:#babfc5
}

.desktop-nav a {
    transition:color .15s
}

.nav-soon {
    font-size:.75rem;
    text-transform:uppercase;
    letter-spacing:.06em;
    border:1px solid #373c42;
    border-radius:4px;
    padding:3px 5px;
    margin-left:4px;
    color:#aab1bb
}

.header-contact {
    border:1px solid #3d434a;
    border-radius:7px;
    display:flex;
    gap:22px;
    align-items:center;
    padding:10px 16px;
    font-size:.875rem;
    font-weight:600
}

.header-contact .icon {
    width:17px;
    height:17px
}

.mobile-menu {
    display:none
}

.hero {
    display:grid;
    grid-template-columns:1fr 1.03fr;
    align-items:center;
    gap:52px;
    padding-block:90px 100px
}

.hero-copy {
    position:relative;
    z-index:2
}

.hero-copy .eyebrow {
    margin-bottom:26px
}

h1 {
    font-size:clamp(3.25rem,5.2vw,4.8rem);
    font-weight:680;
    line-height:1.055;
    letter-spacing:-.063em
}

.hero-description {
    color:#a4aab3;
    max-width:455px;
    font-size:1.05rem;
    line-height:1.75;
    margin-top:26px
}

.hero-actions {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:25px;
    margin-top:32px
}

.button {
    min-height:50px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:24px;
    padding:13px 20px;
    border-radius:6px;
    font-size:.875rem;
    font-weight:650;
    transition:background .15s,transform .15s
}

.button-primary {
    background:var(--accent);
    color:#14191f
}

.button-primary:hover {
    background:#b5c1d1;
    color:#14191f;
    transform:translateY(-2px)
}

.button .icon {
    width:19px;
    height:19px
}

.text-link {
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:.875rem;
    font-weight:550
}

.text-link .icon {
    height:17px;
    width:17px
}

.hero-note {
    display:flex;
    align-items:center;
    gap:10px;
    color:#7e8793;
    font-size:.75rem;
    margin-top:23px
}

.tiny-wave {
    height:15px;
    display:flex;
    gap:2px;
    align-items:center
}

.tiny-wave i {
    width:2px;
    height:7px;
    background:#7b8591
}

.tiny-wave i:nth-child(2) {
    height:12px
}

.tiny-wave i:nth-child(3) {
    height:15px
}

.tiny-wave i:nth-child(4) {
    height:10px
}

.hero-visual {
    position:relative;
    padding:26px 0 28px;
    min-width:0
}

.orbit {
    position:absolute;
    z-index:-1;
    border:1px solid #24272d;
    border-radius:50%;
    pointer-events:none
}

.orbit-one {
    width:98%;
    height:105%;
    inset:-4% 0 auto;
    transform:rotate(-18deg)
}

.orbit-two {
    width:90%;
    height:103%;
    inset:0 0 auto 8%;
    transform:rotate(22deg)
}

.hero-visual:before {
    content:"";
    position:absolute;
    inset:-50px -30px;
    background:radial-gradient(ellipse at center,#51668218,transparent 70%);
    z-index:-1;
    pointer-events:none
}

.app-window {
    border:1px solid #3d434a;
    border-radius:13px;
    background:#181a1d;
    box-shadow:0 28px 70px #0006;
    overflow:hidden;
    transform:rotate(-2deg)
}

.window-bar {
    height:39px;
    border-bottom:1px solid #2f3338;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-inline:15px;
    color:#7d8692;
    font-size:.75rem;
    letter-spacing:.035em;
    background:#1d2023
}

.window-bar>.icon {
    height:13px;
    width:13px
}

.window-dots {
    display:flex;
    gap:5px
}

.window-dots i {
    width:5px;
    height:5px;
    background:#474e56;
    border-radius:50%
}

.window-dots i:first-child {
    background:#7a8490
}

.app-body {
    display:flex
}

.app-sidebar {
    width:54px;
    flex-shrink:0;
    border-right:1px solid #2b2f34;
    display:flex;
    align-items:center;
    gap:25px;
    flex-direction:column;
    padding:20px 0;
    color:#6c7581
}

.app-sidebar>.icon {
    width:18px;
    height:18px
}

.sidebar-active {
    color:var(--accent);
    background:#262b32;
    padding:8px;
    border-radius:6px;
    margin-top:1px
}

.sidebar-active .icon {
    width:18px;
    height:18px
}

.sidebar-avatar {
    margin-top:auto;
    font-size:.75rem;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#3c4147;
    width:25px;
    height:25px;
    color:#d0d7e1
}

.project-detail {
    padding:19px 24px 22px;
    flex:1;
    min-width:0
}

.project-breadcrumb {
    font-size:.75rem;
    color:#7e8793;
    display:flex;
    align-items:center;
    gap:9px;
    margin-bottom:24px
}

.project-breadcrumb strong {
    font-weight:500;
    color:#c1c5cb
}

.ellipsis {
    margin-left:auto;
    font-size:1.1rem
}

.project-intro {
    display:flex;
    gap:20px;
    align-items:center
}

.project-artwork {
    width:116px;
    height:116px;
    object-fit:cover;
    border-radius:7px;
    border:1px solid #3a414a
}

.project-type {
    color:#848d98;
    font-size:.75rem;
    letter-spacing:.12em
}

.project-intro h2 {
    font-size:1.8rem;
    line-height:1.06;
    letter-spacing:-.045em;
    margin:7px 0 10px
}

.badge {
    display:inline-flex;
    gap:6px;
    align-items:center;
    border-radius:4px;
    padding:3px 6px;
    font-size:.75rem;
    font-weight:600;
    white-space:nowrap
}

.badge-green {
    color:#b0bdcd;
    background:#32373f
}

.badge>span {
    height:4px;
    width:4px;
    border-radius:50%;
    background:#a3b2c6
}

.project-tags {
    display:flex;
    gap:24px;
    margin-top:20px;
    color:#e7e9ec;
    font-size:.82rem
}

.project-tags small {
    font-size:.75rem;
    color:#828b97;
    margin-left:4px
}

.preview-tabs {
    display:flex;
    gap:24px;
    font-size:.75rem;
    color:#868f9a;
    border-bottom:1px solid #303339;
    margin-top:24px
}

.preview-tabs>span {
    padding-bottom:10px
}

.preview-tab-active {
    color:var(--accent);
    border-bottom:2px solid var(--accent)
}

.preview-tabs b {
    font-size:.75rem;
    font-weight:500;
    background:#303439;
    padding:0 4px;
    border-radius:3px
}

.master-file {
    display:flex;
    align-items:center;
    gap:9px;
    margin-top:17px
}

.file-icon {
    background:#282f37;
    border:1px solid #3a414b;
    display:grid;
    place-items:center;
    width:31px;
    height:34px;
    color:var(--accent);
    border-radius:5px
}

.file-icon .icon {
    width:16px;
    height:16px
}

.master-file>div {
    min-width:0
}

.master-file strong {
    display:block;
    font-size:.75rem;
    font-weight:550;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}

.master-file div>span {
    display:block;
    font-size:.75rem;
    color:#7a8490;
    margin-top:2px
}

.final-tag {
    display:flex;
    gap:4px;
    align-items:center;
    margin-left:auto;
    font-size:.75rem;
    color:#9fadc0;
    background:#2c3239;
    border-radius:3px;
    padding:3px 5px;
    white-space:nowrap
}

.final-tag .icon {
    height:9px;
    width:9px
}

.waveform {
    height:62px;
    display:flex;
    align-items:center;
    gap:3px;
    position:relative;
    margin-top:11px
}

.waveform>i {
    height:var(--bar-height);
    min-height:4px;
    flex:1;
    background:#7c8fa8;
    border-radius:1px
}

.waveform>i:nth-of-type(n+28) {
    background:#444d58
}

.waveform-position {
    height:54px;
    width:1px;
    background:#c4ceda;
    position:absolute;
    left:53%;
    top:4px
}

.waveform-labels {
    font-family:monospace;
    font-size:.75rem;
    color:#9098a2;
    display:flex;
    justify-content:space-between;
    margin-top:-7px
}

.project-credits {
    border-top:1px solid #303339;
    display:flex;
    align-items:center;
    gap:9px;
    margin-top:14px;
    padding-top:14px
}

.credit-avatar {
    background:#474e56;
    color:#dbe1e8;
    font-size:.75rem;
    width:25px;
    height:25px;
    display:grid;
    place-items:center;
    border-radius:50%
}

.project-credits strong {
    font-size:.75rem;
    display:block;
    font-weight:600
}

.project-credits div>span {
    display:block;
    font-size:.75rem;
    color:#818a96
}

.project-credits>.icon {
    margin-left:auto;
    width:13px;
    height:13px;
    color:#929eaf
}

.floating-card {
    position:absolute;
    display:flex;
    align-items:center;
    border:1px solid #454b52;
    border-radius:9px;
    box-shadow:0 15px 40px #0004;
    background:#25282b;
    gap:12px;
    padding:13px 15px;
    z-index:2
}

.float-icon {
    width:33px;
    height:33px;
    border-radius:50%;
    background:#333b45;
    color:var(--accent);
    display:grid;
    place-items:center;
    flex-shrink:0
}

.float-icon .icon {
    width:18px;
    height:18px
}

.release-card {
    right:-20px;
    top:5px;
    transform:rotate(3deg)
}

.release-card div>span {
    display:block;
    font-size:.75rem;
    letter-spacing:.09em;
    color:#9ca3ac;
    margin-bottom:4px
}

.release-card strong {
    font-size:.75rem;
    font-weight:600;
    display:flex;
    gap:15px
}

.release-card strong>span {
    display:flex;
    gap:6px
}

.release-card i {
    font-style:normal;
    color:var(--accent)
}

.asset-card {
    bottom:20px;
    left:-29px;
    transform:rotate(2deg);
    min-width:298px
}

.asset-card strong {
    display:block;
    font-size:.75rem;
    font-weight:550
}

.asset-card div>span {
    font-size:.75rem;
    display:block;
    color:#9da4ae;
    margin-top:3px
}

.asset-card .float-icon {
    border-radius:6px
}

.asset-count {
    font-size:.75rem;
    background:#3a3f47;
    border-radius:4px;
    padding:3px 7px;
    margin-left:8px
}

.preview-caption {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    color:#747d8b;
    font-size:.75rem;
    position:absolute;
    bottom:-14px;
    right:0;
    transform:rotate(-2deg)
}

.preview-caption>span {
    width:4px;
    height:4px;
    background:#7d8692;
    border-radius:50%
}

.preview-caption>b {
    font-size:.75rem;
    font-weight:500;
    letter-spacing:.05em;
    border-left:1px solid #363a41;
    padding-left:8px;
    margin-left:4px
}

.project-strip {
    border-block:1px solid #26292e;
    background:#141617
}

.strip-inner {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding-block:26px
}

.strip-inner>span {
    font-size:.75rem;
    letter-spacing:.09em;
    font-weight:650;
    color:#78828f
}

.strip-inner>div {
    display:flex;
    align-items:center;
    gap:11px;
    font-size:.8rem;
    font-weight:500;
    color:#c4c8cd;
    white-space:nowrap
}

.strip-inner .icon {
    color:#7e8893;
    width:19px;
    height:19px
}

.section-space {
    padding-block:95px
}

.section-heading {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:60px;
    margin-bottom:40px
}

.section-heading .eyebrow {
    margin-bottom:18px
}

.section-heading>p {
    max-width:390px;
    color:var(--muted);
    font-size:.9375rem;
    line-height:1.8;
    padding-bottom:3px
}

.feature-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px
}

.feature-card {
    padding:27px 25px 24px;
    background:#181a1c;
    border:1px solid #2c2f35;
    border-radius:10px;
    overflow:hidden;
    display:flex;
    flex-direction:column
}

.feature-card-top {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:24px
}

.feature-icon {
    display:grid;
    place-items:center;
    width:39px;
    height:39px;
    background:#262a30;
    border:1px solid #343b45;
    border-radius:8px;
    color:var(--accent)
}

.feature-icon .icon {
    width:20px;
    height:20px
}

.feature-card-top>span:last-child {
    font-size:.75rem;
    letter-spacing:.08em;
    color:#818a96
}

.feature-card h3 {
    font-size:1.5rem;
    line-height:1.18;
    letter-spacing:-.03em
}

.feature-card>p {
    color:var(--muted);
    font-size:.875rem;
    line-height:1.8;
    margin-top:15px;
    margin-bottom:25px;
    min-height:76px
}

.mini-files,.mini-metadata,.mini-releases {
    margin-top:auto;
    background:#121315;
    border:1px solid #2c3035;
    border-radius:7px;
    font-size:.75rem
}

.mini-files {
    padding:5px 12px
}

.mini-files>div {
    display:flex;
    align-items:center;
    gap:9px;
    min-height:39px;
    border-bottom:1px solid #25282c
}

.mini-files>div:last-child {
    border:0
}

.mini-files .icon {
    width:15px;
    height:15px;
    color:#8e96a1
}

.mini-files div>span {
    font-size:.75rem;
    overflow-wrap:anywhere
}

.mini-files b {
    font-size:.75rem;
    letter-spacing:.04em;
    background:#313840;
    color:#aebbcd;
    padding:2px 5px;
    border-radius:3px;
    margin-left:auto;
    font-weight:600
}

.mini-files small {
    color:#868f9a;
    font-size:.75rem;
    margin-left:auto;
    white-space:nowrap
}

.mini-metadata {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    padding:14px 18px
}

.mini-metadata span {
    display:block;
    color:#88909b;
    font-size:.75rem;
    margin-bottom:3px
}

.mini-metadata strong {
    font-size:.75rem;
    font-weight:500
}

.mini-releases {
    padding:5px 11px
}

.mini-releases>div {
    display:flex;
    align-items:center;
    gap:8px;
    min-height:39px;
    border-bottom:1px solid #25282c
}

.mini-releases>div:last-child {
    border:0
}

.platform-symbol {
    font-size:1rem;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    font-weight:700;
    color:#c5c9d0
}

.platform-symbol>span {
    font-size:.75rem
}

.platform-symbol.youtube {
    font-size:.75rem;
    background:#a7b0bb;
    color:#13171c;
    width:17px;
    height:12px;
    border-radius:4px;
    margin-inline:1.5px
}

.mini-releases strong {
    font-size:.75rem;
    font-weight:500
}

.release-state {
    margin-left:auto;
    color:#97a7bd;
    font-size:.75rem;
    display:flex;
    align-items:center;
    gap:6px
}

.release-state .icon {
    width:12px;
    height:12px
}

.release-pending {
    color:#8997aa
}

.release-pending>i {
    width:5px;
    height:5px;
    border:1px solid #8997aa;
    border-radius:50%;
    margin:3.5px
}

.development-note {
    font-size:.75rem;
    color:#848d99;
    margin-top:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px
}

.development-note .status-dot {
    width:5px;
    height:5px;
    background:#7c8694
}

.workflow-section {
    background:#161719;
    border-block:1px solid #26292e;
    padding-block:85px
}

.workflow-layout {
    display:grid;
    grid-template-columns:1.05fr 1fr;
    gap:110px;
    align-items:center
}

.collection-preview {
    background:#1d2023;
    border:1px solid #373b42;
    border-radius:12px;
    padding:26px 30px;
    box-shadow:0 25px 45px #0002
}

.collection-top {
    display:flex;
    align-items:center;
    gap:10px;
    color:#979ea8;
    font-size:.75rem;
    letter-spacing:.1em
}

.collection-icon {
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
    border-radius:5px;
    background:#2d343c;
    color:var(--accent)
}

.collection-icon .icon {
    width:17px;
    height:17px
}

.collection-more {
    margin-left:auto;
    font-size:1.25rem;
    line-height:1
}

.collection-heading {
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:20px
}

.collection-heading h3 {
    font-size:1.8rem;
    letter-spacing:-.04em
}

.collection-heading>span {
    font-size:.75rem;
    border:1px solid #42484f;
    border-radius:4px;
    padding:2px 6px;
    color:#abb2ba
}

.collection-preview>p {
    font-size:.75rem;
    color:#99a0aa;
    margin-top:8px
}

.collection-progress {
    display:flex;
    align-items:center;
    gap:13px;
    margin-top:22px
}

.collection-progress>span {
    height:4px;
    border-radius:2px;
    background:#34383e;
    flex:1;
    overflow:hidden
}

.collection-progress i {
    display:block;
    width:50%;
    height:100%;
    background:var(--accent)
}

.collection-progress>b {
    font-size:.75rem;
    color:#a4aab3;
    font-weight:400;
    white-space:nowrap
}

.track-list {
    padding:0;
    list-style:none;
    margin:15px 0 0
}

.track-list li {
    display:flex;
    align-items:center;
    gap:11px;
    padding:15px 0;
    border-bottom:1px solid #33373d
}

.track-number {
    font-size:.75rem;
    color:#828b97
}

.track-cover {
    width:37px;
    height:37px;
    border-radius:4px;
    object-fit:cover
}

.cover-2 {
    filter:hue-rotate(55deg)
}

.cover-3 {
    filter:hue-rotate(200deg)
}

.cover-4 {
    filter:hue-rotate(110deg);
    object-position:right
}

.track-list li>div {
    min-width:0
}

.track-list strong {
    font-size:.75rem;
    font-weight:550;
    display:block
}

.track-list div>span {
    font-size:.75rem;
    color:#8e96a1;
    display:block;
    margin-top:2px
}

.track-state {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:auto;
    font-size:.75rem;
    border-radius:4px;
    padding:3px 7px;
    min-width:54px;
    gap:4px
}

.track-state .icon {
    width:10px;
    height:10px
}

.track-state.done {
    color:#aebbcd;
    background:#30363e
}

.track-state.mixing {
    color:#abb8ca;
    background:#32383f
}

.track-state.idea {
    color:#a6adb5;
    background:#30343a
}

.collection-footer {
    font-size:.75rem;
    color:#9199a4;
    display:flex;
    align-items:center;
    gap:7px;
    margin-top:19px
}

.collection-footer .icon {
    width:14px;
    height:14px
}

.workflow-copy>.eyebrow {
    margin-bottom:20px
}

.workflow-copy>p {
    color:var(--muted);
    font-size:.9375rem;
    margin-top:23px;
    max-width:405px
}

.workflow-steps {
    list-style:none;
    margin:30px 0 0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:23px
}

.workflow-steps>li {
    display:flex;
    align-items:flex-start;
    gap:17px
}

.workflow-steps li>span {
    font-size:.75rem;
    font-weight:600;
    color:#a8b6c8;
    border:1px solid #3f4752;
    border-radius:50%;
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    flex-shrink:0;
    margin-top:2px
}

.workflow-steps h3 {
    font-size:1rem;
    letter-spacing:-.015em;
    line-height:1.5;
    font-weight:600
}

.workflow-steps p {
    font-size:.8125rem;
    color:#8e96a1;
    margin-top:4px
}

.future-section {
    display:grid;
    grid-template-columns:1.4fr 1fr;
    align-items:center;
    gap:100px
}

.future-copy>.eyebrow {
    margin-bottom:20px
}

.future-copy>p {
    max-width:545px;
    margin-top:24px;
    font-size:.9375rem;
    color:var(--muted);
    line-height:1.85
}

.future-tags {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px
}

.future-tags>span {
    font-size:.75rem;
    display:flex;
    align-items:center;
    gap:7px;
    border:1px solid #33373d;
    background:#181b1d;
    border-radius:5px;
    padding:7px 10px;
    color:#a9b0b8
}

.future-tags .icon {
    height:13px;
    width:13px
}

.team-card {
    position:relative;
    border:1px solid #383d43;
    background:#1a1d21;
    border-radius:10px;
    padding:29px 30px
}

.planned-label {
    position:absolute;
    right:22px;
    top:24px;
    font-size:.75rem;
    color:#aeb9c8;
    letter-spacing:.08em;
    border:1px solid #3d4550;
    border-radius:4px;
    padding:3px 7px
}

.team-card-icon {
    color:#b1bece;
    margin-bottom:25px
}

.team-card-icon .icon {
    width:30px;
    height:30px
}

.team-card h3 {
    font-size:1.7rem;
    line-height:1.17
}

.team-card p {
    font-size:.875rem;
    line-height:1.8;
    color:#9da4ae;
    margin-top:16px;
    margin-bottom:22px
}

.team-card .text-link {
    color:#c1cbd8;
    font-size:.8125rem
}

.contact-section {
    padding-bottom:60px
}

.contact-panel {
    display:grid;
    grid-template-columns:minmax(0, 1.1fr) minmax(0, 1fr);
    align-items:start;
    gap:40px;
    background:var(--accent);
    color:#151b22;
    border-radius:12px;
    padding:48px 50px;
    position:relative;
    overflow:hidden
}

.contact-panel .eyebrow {
    color:#394454;
    font-size:.75rem;
    margin-bottom:20px
}

.contact-panel h2 {
    font-size:clamp(2rem,3.1vw,2.9rem);
    letter-spacing:-.05em;
    line-height:1.12
}

.contact-panel h2>span {
    color:#3d4858
}

.contact-panel p {
    color:#3b4656;
    font-size:.875rem;
    margin-top:18px;
    line-height:1.8
}

.contact-copy {
    min-width: 0;
    max-width: 640px;
}

.contact-details {
    min-width: 0;
    padding-left: 32px;
    border-left: 1px solid var(--line);
}

.contact-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-info > div { min-width: 0; }

.contact-info-icon {
    width: 21px;
    height: 21px;
    margin-top: 3px;
    color: var(--accent);
}

.contact-panel .contact-details p {
    margin: 0;
    font-size: .9375rem;
    line-height: 1.75;
}

.contact-panel .contact-info p + p { margin-top: 8px; }

.contact-provider {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.contact-panel .contact-provider p + p { margin-top: 12px; }

.contact-details a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-details a:hover { color: var(--text); }

.contact-action {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    margin-top:26px;
    gap:13px;
    flex-shrink:0;
    max-width:310px
}

.contact-action>span:last-child {
    font-size:.75rem;
    color:#3c4857
}

.contact-action .button {
    min-width:225px;
    font-family:inherit
}

.contact-pending {
    font-size:.875rem;
    text-align:center;
    color:#27313e
}

.site-footer {
    padding-block:0 35px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    flex-wrap:wrap
}

.footer-credit a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer .brand {
    font-size:1.35rem;
    gap:8px
}

.site-footer>span {
    font-size:.75rem;
    color:#828b97
}

.copyright>span {
    padding-inline:5px
}

@media(min-width:1500px) {
    .hero {
        padding-block:110px 125px;
        gap:70px
    }

    .hero-visual {
        padding-inline:12px
    }

    .project-detail {
        padding:23px 30px 25px
    }

    .project-artwork {
        width:130px;
        height:130px
    }

    .project-intro h2 {
        font-size:2rem
    }

    .window-bar {
        height:42px
    }

    .hero-description {
        font-size:1.125rem
    }

    .app-sidebar {
        width:60px
    }

    .master-file strong {
        font-size:.75rem
    }

    .project-breadcrumb {
        font-size:.75rem
    }

    .preview-tabs {
        font-size:.75rem
    }

    .project-credits strong {
        font-size:.75rem
    }

    .project-credits div>span {
        font-size:.75rem
    }

}

@media(max-width:1150px) {
    .container {
        width:calc(100% - 64px)
    }

    .hero {
        gap:35px;
        padding-block:75px 90px
    }

    h1 {
        font-size:clamp(2.9rem,5.1vw,4rem)
    }

    .hero-actions {
        gap:16px
    }

    .hero-actions .text-link {
        font-size:.8125rem
    }

    .hero-visual {
        margin-right:8px
    }

    .project-detail {
        padding:17px 16px 20px
    }

    .app-sidebar {
        width:44px
    }

    .project-intro {
        gap:13px
    }

    .project-artwork {
        width:92px;
        height:92px
    }

    .project-intro h2 {
        font-size:1.5rem
    }

    .project-tags {
        gap:17px
    }

    .release-card {
        right:-15px
    }

    .asset-card {
        left:-15px;
        min-width:275px
    }

    .strip-inner {
        gap:17px
    }

    .strip-inner>span {
        display:none
    }

    .feature-grid {
        gap:14px
    }

    .feature-card {
        padding:22px 18px
    }

    .feature-card h3 {
        font-size:1.35rem
    }

    .feature-card>p {
        font-size:.8125rem;
        min-height:90px
    }

    .mini-releases {
        padding-inline:8px
    }

    .mini-releases>div {
        gap:5px
    }

    .mini-releases strong {
        font-size:.75rem
    }

    .release-state {
        font-size:.75rem
    }

    .workflow-layout {
        gap:65px
    }

    .collection-preview {
        padding:23px
    }

    .future-section {
        gap:55px
    }

    .contact-panel {
        padding:40px 35px
    }

    .contact-action {
        max-width:230px
    }

    .desktop-nav {
        gap:23px
    }

}

@media(max-width:900px) {
    .desktop-nav {
        gap:17px
    }

    .header-contact {
        padding:8px 12px;
        gap:10px;
        font-size:.75rem
    }

    .brand {
        font-size:1.5rem
    }

    .brand img {
        width:32px;
        height:32px
    }

    .hero {
        grid-template-columns:1fr;
        gap:50px;
        max-width:690px;
        padding-top:65px
    }

    .hero-copy {
        text-align:center
    }

    .hero-copy .eyebrow {
        justify-content:center
    }

    h1 {
        font-size:clamp(3.4rem,8vw,4.8rem)
    }

    .hero-description {
        margin-inline:auto;
        max-width:485px
    }

    .hero-actions,.hero-note {
        justify-content:center
    }

    .hero-visual {
        width:100%;
        max-width:515px;
        margin-inline:auto
    }

    .app-sidebar {
        width:54px
    }

    .project-detail {
        padding:20px 24px
    }

    .project-artwork {
        width:120px;
        height:120px
    }

    .project-intro {
        gap:22px
    }

    .project-intro h2 {
        font-size:1.9rem
    }

    .project-breadcrumb {
        font-size:.75rem
    }

    .preview-tabs {
        font-size:.75rem
    }

    .master-file strong {
        font-size:.75rem
    }

    .master-file div>span {
        font-size:.75rem
    }

    .project-credits strong {
        font-size:.75rem
    }

    .project-credits div>span {
        font-size:.75rem
    }

    .project-type {
        font-size:.75rem
    }

    .badge {
        font-size:.75rem
    }

    .floating-card {
        padding:15px
    }

    .release-card {
        right:-20px
    }

    .asset-card {
        left:-24px
    }

    .section-space {
        padding-block:75px
    }

    .section-heading {
        gap:30px;
        align-items:flex-start
    }

    .section-heading>p {
        max-width:300px
    }

    .feature-grid {
        grid-template-columns:1fr
    }

    .feature-card {
        display:grid;
        grid-template-columns:1fr 1fr;
        column-gap:35px;
        padding:25px
    }

    .feature-card-top {
        grid-column:1 / -1;
        margin-bottom:18px
    }

    .feature-card h3 {
        font-size:1.5rem
    }

    .feature-card>p {
        grid-column:1;
        min-height:0;
        margin:14px 0 0;
        font-size:.875rem
    }

    .mini-files,.mini-metadata,.mini-releases {
        grid-column:2;
        grid-row:2 / 4;
        align-self:end;
        width:100%
    }

    .mini-releases strong {
        font-size:.75rem
    }

    .release-state {
        font-size:.75rem
    }

    .mini-files div>span {
        font-size:.75rem
    }

    .workflow-layout {
        gap:35px;
        grid-template-columns:1fr 1fr
    }

    .workflow-copy h2 {
        font-size:2.2rem
    }

    .workflow-copy .eyebrow {
        font-size:.75rem
    }

    .collection-preview {
        padding:20px 16px
    }

    .track-list li {
        gap:7px
    }

    .track-list strong {
        font-size:.75rem
    }

    .track-cover {
        width:29px;
        height:34px
    }

    .track-state {
        min-width:43px;
        padding:3px 5px;
        font-size:.75rem
    }

    .track-number {
        font-size:.75rem
    }

    .collection-progress {
        gap:8px
    }

    .collection-progress b {
        font-size:.75rem
    }

    .future-section {
        gap:30px
    }

    .future-copy h2 {
        font-size:2.25rem
    }

    .future-copy .eyebrow {
        font-size:.75rem
    }

    .team-card {
        padding:25px
    }

    .contact-panel {
        grid-template-columns:minmax(0, 1fr);
        gap:26px
    }

    .contact-details {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding-left: 0;
        padding-top: 26px;
    }

    .contact-panel h2 {
        font-size:2.5rem
    }

    .contact-action {
        align-items:flex-start;
        max-width:none
    }

    .site-footer {
        flex-wrap:wrap
    }

    .site-footer>span:nth-child(2) {
        display:none
    }

}

@media(max-width:620px) {
    .container {
        width:calc(100% - 40px)
    }

    .site-header {
        height:78px
    }

    .header-inner {
        gap:14px
    }

    .desktop-nav,.header-contact {
        display:none
    }

    .brand {
        font-size:1.6rem
    }

    .mobile-menu {
        display:block;
        position:relative
    }

    .mobile-menu>summary {
        display:grid;
        place-items:center;
        cursor:pointer;
        width:42px;
        height:42px;
        border:1px solid #3a3f45;
        border-radius:6px;
        list-style:none
    }

    .mobile-menu>summary::-webkit-details-marker {
        display:none
    }

    .mobile-menu nav {
        position:absolute;
        right:0;
        top:52px;
        z-index:10;
        min-width:220px;
        padding:10px;
        background:#1e2124;
        border:1px solid #41474f;
        border-radius:8px;
        box-shadow:0 20px 40px #0006
    }

    .mobile-menu nav a {
        display:block;
        padding:12px;
        font-size:.9rem
    }

    .hero {
        padding-block:50px 65px;
        gap:36px
    }

    .hero-copy .eyebrow {
        font-size:.75rem;
        letter-spacing:.1em;
        margin-bottom:22px
    }

    h1 {
        font-size:clamp(2.7rem,10.1vw,3.9rem);
        letter-spacing:-.057em;
        line-height:1.1
    }

    .hero-description {
        font-size:.9375rem;
        line-height:1.8;
        margin-top:21px;
        max-width:390px
    }

    .hero-actions {
        margin-top:26px;
        gap:19px;
        flex-direction:column
    }

    .button {
        font-size:.875rem;
        min-height:50px
    }

    .hero-note {
        font-size:.75rem;
        margin-top:22px
    }

    .hero-visual {
        width:calc(100% - 18px);
        padding-top:23px
    }

    .app-window {
        border-radius:10px;
        transform:rotate(-1.4deg)
    }

    .window-bar {
        font-size:.75rem;
        height:32px;
        padding-inline:10px
    }

    .app-sidebar {
        width:38px;
        gap:21px;
        padding-block:15px
    }

    .app-sidebar>img {
        width:23px;
        height:23px
    }

    .app-sidebar>.icon {
        width:15px;
        height:15px
    }

    .sidebar-active {
        padding:6px
    }

    .sidebar-active .icon {
        width:15px;
        height:15px
    }

    .project-detail {
        padding:15px 13px 17px
    }

    .project-breadcrumb {
        font-size:.75rem;
        gap:6px;
        margin-bottom:17px
    }

    .project-intro {
        gap:13px
    }

    .project-artwork {
        width:82px;
        height:82px
    }

    .project-intro h2 {
        font-size:1.4rem;
        margin-block:5px 8px
    }

    .project-type {
        font-size:.75rem
    }

    .badge {
        font-size:.75rem;
        padding:3px 5px
    }

    .project-tags {
        gap:15px;
        font-size:.75rem;
        margin-top:16px
    }

    .project-tags small {
        font-size:.75rem;
        margin-left:3px
    }

    .preview-tabs {
        font-size:.75rem;
        gap:18px;
        margin-top:19px
    }

    .master-file {
        gap:7px;
        margin-top:14px
    }

    .master-file strong {
        font-size:.75rem
    }

    .master-file div>span {
        font-size:.75rem
    }

    .file-icon {
        width:25px;
        height:29px
    }

    .file-icon .icon {
        width:13px;
        height:13px
    }

    .final-tag {
        font-size:.75rem;
        padding:3px
    }

    .final-tag .icon {
        width:8px;
        height:8px
    }

    .waveform {
        gap:2px;
        height:50px
    }

    .waveform-position {
        height:43px
    }

    .project-credits strong {
        font-size:.75rem
    }

    .project-credits div>span {
        font-size:.75rem
    }

    .release-card {
        top:6px;
        right:-9px;
        padding:10px;
        gap:8px
    }

    .release-card .float-icon {
        width:25px;
        height:25px
    }

    .float-icon .icon {
        width:15px;
        height:15px
    }

    .release-card div>span {
        font-size:.75rem
    }

    .release-card strong {
        font-size:.75rem;
        gap:10px
    }

    .asset-card {
        left:-9px;
        bottom:15px;
        min-width:245px;
        padding:10px 12px;
        gap:9px
    }

    .asset-card strong {
        font-size:.75rem
    }

    .asset-card div>span {
        font-size:.75rem
    }

    .asset-card .float-icon {
        width:28px;
        height:28px
    }

    .asset-count {
        font-size:.75rem
    }

    .preview-caption {
        font-size:.75rem;
        bottom:-10px;
        right:0;
        gap:4px
    }

    .preview-caption b {
        font-size:.75rem;
        padding-left:5px;
        margin-left:2px
    }

    .strip-inner {
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:18px 12px;
        padding-block:23px
    }

    .strip-inner>div {
        font-size:.75rem;
        gap:7px
    }

    .strip-inner .icon {
        width:16px;
        height:16px
    }

    .section-space {
        padding-block:60px
    }

    .section-heading {
        flex-direction:column;
        gap:20px;
        margin-bottom:28px
    }

    h2 {
        font-size:2.15rem
    }

    .section-heading .eyebrow {
        font-size:.75rem;
        margin-bottom:15px
    }

    .section-heading>p {
        max-width:none;
        font-size:.875rem
    }

    .feature-grid {
        gap:16px
    }

    .feature-card {
        display:flex;
        padding:24px;
        gap:0
    }

    .feature-card-top {
        margin-bottom:23px
    }

    .feature-card h3 {
        font-size:1.55rem
    }

    .feature-card>p {
        font-size:.875rem;
        margin:16px 0 23px
    }

    .mini-files,.mini-releases {
        padding:6px 13px
    }

    .mini-files div>span,.mini-releases strong {
        font-size:.75rem
    }

    .mini-files>div,.mini-releases>div {
        min-height:43px
    }

    .mini-files small,.release-state {
        font-size:.75rem
    }

    .mini-metadata {
        padding:17px 18px;
        gap:17px
    }

    .mini-metadata strong {
        font-size:.8rem
    }

    .mini-metadata span {
        font-size:.75rem
    }

    .development-note {
        font-size:.75rem;
        align-items:flex-start;
        line-height:1.7;
        margin-top:20px
    }

    .development-note .status-dot {
        margin-top:6px
    }

    .workflow-section {
        padding-block:60px
    }

    .workflow-layout {
        grid-template-columns:1fr;
        gap:35px
    }

    .workflow-copy {
        grid-row:1
    }

    .workflow-copy h2 {
        font-size:2.15rem
    }

    .workflow-copy>p {
        font-size:.875rem
    }

    .workflow-steps {
        gap:21px;
        margin-top:25px
    }

    .workflow-steps h3 {
        font-size:.9375rem
    }

    .workflow-steps p {
        font-size:.8125rem
    }

    .collection-preview {
        padding:25px 22px
    }

    .collection-heading h3 {
        font-size:1.7rem
    }

    .track-list strong {
        font-size:.75rem
    }

    .track-list li {
        gap:10px
    }

    .track-cover {
        width:37px;
        height:37px
    }

    .track-state {
        font-size:.75rem;
        min-width:52px
    }

    .track-number {
        font-size:.75rem
    }

    .collection-progress b {
        font-size:.75rem
    }

    .collection-footer {
        font-size:.75rem
    }

    .future-section {
        grid-template-columns:1fr;
        gap:28px
    }

    .future-copy h2 {
        font-size:2.15rem
    }

    .future-copy>p {
        font-size:.875rem
    }

    .future-copy .eyebrow {
        font-size:.75rem;
        letter-spacing:.095em
    }

    .future-tags {
        gap:8px;
        margin-top:20px
    }

    .future-tags>span {
        font-size:.75rem
    }

    .team-card {
        padding:27px
    }

    .team-card h3 {
        font-size:1.7rem
    }

    .contact-section {
        padding-bottom:35px
    }

    .contact-panel {
        padding:30px 25px;
        border-radius:9px;
        gap:25px
    }

    .contact-panel .eyebrow {
        font-size:.75rem;
        letter-spacing:.075em;
        line-height:1.8;
        margin-bottom:17px
    }

    .contact-panel h2 {
        font-size:2rem
    }

    .contact-panel p {
        font-size:.8125rem
    }

    .desktop-break {
        display:none
    }

    .contact-action {
        align-items:flex-start
    }

    .contact-action .button {
        min-width:220px
    }

    .contact-action>span:last-child {
        font-size:.75rem
    }

    .site-footer {
        gap:17px;
        padding-bottom:28px;
        align-items:flex-start;
        flex-direction:column
    }

    .site-footer .brand {
        font-size:1.3rem
    }

    .site-footer .brand img {
        width:28px;
        height:28px
    }

    .site-footer .copyright {
        font-size:.75rem
    }

    .orbit {
        display:none
    }

}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto
    }

    *,*:before,*:after {
        transition:none!important;
        animation:none!important
    }

}

/* Readable content and compact product illustrations. */
.hero-visual {
    isolation:isolate
}

.feature-card>p,.section-heading>p,.workflow-copy>p,.future-copy>p,.team-card p,.contact-panel p {
    font-size:1rem
}

.feature-card-top>span:last-child {
    font-size:.75rem;
    letter-spacing:.025em
}

.feature-card-top {
    gap:10px
}

.feature-card>p {
    min-height:0
}

.master-file {
    gap:8px
}

.final-tag {
    font-size:.75rem
}

.project-credits div>span {
    font-size:.75rem
}

.mini-files div>span {
    min-width:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}

.mini-files b {
    flex-shrink:0
}

.mini-releases>div {
    flex-wrap:wrap;
    row-gap:3px;
    padding-block:8px
}

.mini-releases .release-state {
    white-space:nowrap
}

.mini-releases strong,.mini-metadata strong {
    font-size:.875rem
}

.mini-files,.mini-metadata,.mini-releases {
    min-height:148px
}

.mini-files>div {
    min-height:45px
}

.preview-caption {
    flex-wrap:wrap;
    font-size:.75rem;
    line-height:1.5;
    bottom:-30px
}

.preview-caption>b {
    font-size:.75rem
}

.floating-card strong {
    font-size:.875rem
}

.floating-card div>span {
    font-size:.75rem
}

.release-card strong {
    font-size:.75rem
}

.project-strip .strip-inner>div {
    font-size:.875rem
}

.contact-panel a:focus-visible {
    outline-color: #151b22;
}

@media (min-width: 621px) and (max-width: 740px) {
    .header-contact {
        display: none;
    }

    .strip-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:1150px) {
    .feature-card-top {
        align-items:flex-start
    }

    .feature-card-top>span:last-child {
        max-width:125px;
        text-align:right
    }

    .project-strip .strip-inner>div {
        font-size:.8125rem
    }

    .track-list li {
        flex-wrap:wrap
    }

    .track-state {
        min-width:54px
    }

    .track-list strong {
        font-size:.8125rem
    }

}

@media(max-width:900px) {
    .feature-card-top>span:last-child {
        max-width:none
    }

    .collection-progress {
        flex-wrap:wrap
    }

    .collection-progress>span {
        min-width:60px
    }

    .track-state {
        margin-left:auto
    }

    .collection-heading {
        flex-wrap:wrap
    }

    .project-breadcrumb {
        flex-wrap:wrap
    }

    .feature-card>p {
        margin-bottom:0
    }

}

@media(max-width:620px) {
    .hero-visual {
        margin-bottom:25px
    }

    .preview-caption {
        bottom:-40px;
        justify-content:center;
        text-align:center;
        transform:none
    }

    .preview-caption>b {
        display:none
    }

    .project-breadcrumb {
        margin-bottom:15px
    }

    .project-breadcrumb strong {
        font-size:.75rem
    }

    .project-tags {
        flex-wrap:wrap;
        gap:10px
    }

    .preview-tabs {
        gap:14px
    }

    .master-file strong {
        font-size:.75rem
    }

    .master-file div>span {
        font-size:.75rem
    }

    .project-credits {
        gap:7px
    }

    .release-card {
        right:-5px;
        max-width:calc(100% + 10px)
    }

    .release-card strong {
        gap:8px;
        flex-wrap:wrap
    }

    .asset-card {
        left:-5px;
        min-width:0;
        max-width:calc(100% + 10px)
    }

    .asset-card strong {
        font-size:.8125rem
    }

    .asset-card div>span {
        font-size:.75rem
    }

    .asset-count {
        display:none
    }

    .hero-note {
        font-size:.75rem
    }

    .project-strip .strip-inner>div {
        font-size:.75rem
    }

    .feature-card>p {
        margin-bottom:23px
    }

    .feature-card-top>span:last-child {
        font-size:.75rem
    }

    .track-list strong {
        font-size:.8125rem
    }

    .track-list li {
        gap:9px
    }

    .track-list div>span {
        font-size:.75rem
    }

    .collection-footer {
        font-size:.75rem
    }

    .future-tags>span {
        font-size:.75rem
    }

    .team-card .text-link {
        font-size:.875rem
    }

    .contact-panel .eyebrow {
        font-size:.75rem
    }

    .contact-action>span:last-child {
        font-size:.75rem
    }

    .site-footer .copyright {
        font-size:.75rem
    }

}

@media(max-width:370px) {
    .project-artwork {
        width:66px;
        height:66px
    }

    .project-intro {
        gap:9px
    }

    .project-intro h2 {
        font-size:1.3rem
    }

    .badge {
        white-space:normal
    }

    .final-tag {
        gap:2px;
        padding:3px;
        font-size:.65rem
    }

    .preview-tabs {
        gap:10px
    }

    .project-strip .strip-inner>div {
        white-space:normal
    }

    .collection-preview {
        padding:20px 15px
    }

    .track-cover {
        width:30px;
        height:30px
    }

    .track-state {
        font-size:.7rem;
        min-width:48px;
        padding:3px 4px
    }

}


/* Deep red and true blue; neutral surfaces keep both colors distinct. */
body {
    background: radial-gradient(ellipse at 5% 9%, #8f182b09, transparent 25%),
                radial-gradient(ellipse at 96% 14%, #1658c50d, transparent 28%),
                var(--bg);
}
.brand-dot { color: var(--red); }
.status-dot { background: var(--red); }
.hero-copy .eyebrow { color: #bec7d3; }
.button-primary {
    background: var(--red);
    color: #fff5f5;
    box-shadow: 0 6px 24px #a31a281c;
}
.button-primary:hover { background: #c42135; color: #ffffff; }
.hero-visual::before {
    background: radial-gradient(ellipse at 15% 24%, #9d1a2815, transparent 54%),
                radial-gradient(ellipse at 81% 65%, #1957c323, transparent 62%);
    /* Fade the offset glows to zero before every edge of their paint box. */
    -webkit-mask-image: radial-gradient(ellipse closest-side at center, #000 25%, #000b 55%, transparent 100%);
    mask-image: radial-gradient(ellipse closest-side at center, #000 25%, #000b 55%, transparent 100%);
}
.orbit-one { border-color: #74404a35; }
.orbit-two { border-color: #3b5d8b47; }
.app-window { background: #171c25; border-color: #42516a; }
.window-bar { background: #1d2530; border-color: #323e50; }
.window-dots i:first-child { background: #ad3342; }
.window-dots i:nth-child(2) { background: #627086; }
.window-dots i:nth-child(3) { background: #377ef2; }
.project-artwork {
    border: 0;
    border-radius: 8px;
    background: #0d1016;
    flex-shrink: 0;
    mix-blend-mode: normal;
    -webkit-mask-image: none;
    mask-image: none;
    box-shadow: 0 4px 12px #0003, 0 10px 22px #0002;
}
.sidebar-active { background: #39212a; color: #ed6b72; }
.file-icon { color: #8db9ff; background: #20324b; border-color: #36547d; }
.waveform > i { background: #4289f5; }
.waveform > i:nth-of-type(n+28) { background: #304567; }
.waveform-position { background: #c4dbff; }
.floating-card { background: #222a36; border-color: #435169; }
.release-card .float-icon { color: #87b6ff; background: #253952; }
.release-card i { color: #87b6ff; }
.asset-card .float-icon { color: #eb727b; background: #41252d; }
.badge-green, .track-state.in-progress { color: #a5caff; background: #203853; }
.track-state.done { color: #8adeab; background: #1e3a2b; }
.badge > span { background: #4c99ff; }
.final-tag { color: #adcfff; background: #233a59; }
.feature-card:nth-child(1) .feature-icon { color: #ed727b; background: #36212a; border-color: #5b303b; }
.feature-card:nth-child(2) .feature-icon { color: #97b4dd; background: #242d3a; border-color: #3a4c62; }
.feature-card:nth-child(3) .feature-icon { color: #82b2ff; background: #1d2d45; border-color: #314b74; }
.project-strip { background: #151a22; border-color: #2c3544; }
.project-strip .icon { color: #91a3bc; }
.project-strip .strip-inner > div:first-of-type .icon { color: #e06b73; }
.project-strip .strip-inner > div:last-of-type .icon { color: #79acff; }
.mini-files b { background: #233a59; color: #adcfff; }
.release-state { color: #95bfff; }
.release-pending { color: #e58991; }
.release-pending > i { border-color: #e58991; }
.workflow-section { background: #151a22; border-color: #2c3544; }
.collection-preview { background: #1d2430; border-color: #36455c; }
.collection-icon { background: #3c252e; color: #ed727b; }
.collection-progress i { width: 25%; background: #54bc7b; }
.track-state.mixing { color: #eca0a4; background: #47272f; }
.cover-2 { filter: saturate(.8) brightness(.85); }
.cover-3 { filter: saturate(.65) brightness(.9); }
.cover-4 { filter: saturate(.5) brightness(1.05); }
.workflow-steps li > span { color: #9ac2ff; border-color: #3c5c89; }
.team-card { background: linear-gradient(135deg, #202630, #18273d); border-color: #3c4b62; }
.team-card-icon { color: #7eafff; }
.team-card .text-link { color: #a4caff; }
.planned-label { border-color: #405d84; color: #aacaff; }
.contact-panel {
    background: linear-gradient(112deg, #251d27 0%, #1c2430 58%, #192b43 100%);
    color: #f5f6fa;
    border: 1px solid #4d414f;
}
.contact-panel .eyebrow { color: #c1c8d5; }
.contact-panel h2 > span { color: #a4c7ff; }
.contact-panel p { color: #c1c8d5; }
.contact-action .button:disabled {
    opacity: .8;
    cursor: not-allowed;
    transform: none;
}
.contact-action > span:last-child { color: #b4bfce; }
.contact-panel a:focus-visible { outline-color: #ffffff; }

/* Header theme switch; available beside contact and in the mobile header. */
.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    height: 44px;
    padding: 0 12px;
    gap: 7px;
    font: inherit;
    font-size: .8125rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    border: 1px solid #3d4a5e;
    border-radius: 7px;
    background: #1b2431;
    color: #b7c8df;
    cursor: pointer;
    touch-action: manipulation;
}
.theme-toggle[hidden] { display: none; }
.theme-toggle:hover { background: #25334a; color: #ffffff; }
.theme-toggle:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.theme-toggle .icon { width: 21px; height: 21px; }
.theme-toggle [data-theme-label] { min-width: 3.4em; text-align: left; }
@media (max-width: 900px) {
    .desktop-nav { display: none; }
    .header-actions { margin-left: auto; }
    .header-contact { display: flex; }
    .header-inner { gap: 14px; }
    .mobile-menu { display: block; position: relative; }
    .mobile-menu > summary {
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        cursor: pointer;
        border: 1px solid #3a3f45;
        border-radius: 7px;
        list-style: none;
    }
    .mobile-menu > summary::-webkit-details-marker { display: none; }
    .mobile-menu nav {
        position: absolute;
        right: 0;
        top: 54px;
        z-index: 10;
        min-width: 220px;
        padding: 10px;
        background: #1e2124;
        border: 1px solid #41474f;
        border-radius: 8px;
        box-shadow: 0 20px 40px #0006;
    }
    .mobile-menu nav a { display: block; padding: 12px; font-size: .9rem; }
}
@media (max-width: 620px) {
    .header-contact { display: none; }
    .header-inner { gap: 10px; }
}

@media (max-width: 420px) {
    .header-inner { gap: 8px; }
    .header-inner .brand { font-size: 1.2rem; gap: 6px; }
    .header-inner .brand img { width: 28px; height: 28px; }
    .theme-toggle { min-width: 90px; padding-inline: 8px; gap: 5px; }
    .theme-toggle .icon { width: 18px; height: 18px; }
}

/* Brand typography and selective headline accents. */
.brand {
    font-family: var(--brand-font);
    font-weight: 700;
    letter-spacing: -.045em;
}
.brand-dot {
    display: inline-block;
    width: .34em;
    height: .34em;
    margin-left: .15em;
    border-radius: 50%;
    background: var(--red);
    color: transparent;
    line-height: 0;
    vertical-align: middle;
}
.hero-copy .hero-title {
    font-size: clamp(2.3rem, 3.75vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -.05em;
    color: var(--gradient-red);
}
.hero-title-part {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}
.hero-title-ending { white-space: nowrap; }
.hero-copy .hero-description {
    max-width: 520px;
    font-size: clamp(1.0625rem, 1.55vw, 1.22rem);
    line-height: 1.75;
    margin-top: 25px;
}
.hero-copy .hero-note {
    font-size: .9375rem;
    line-height: 1.6;
    margin-top: 22px;
}
.hero-note .tiny-wave { flex-shrink: 0; }
.hero-copy .hero-actions { margin-top: 22px; gap: 14px; }
.emphasis { color: var(--emphasis-blue); font-weight: 750; }
@supports ((background-clip: text) or (-webkit-background-clip: text)) {
    .hero-copy .hero-title,
    :is(h1, h2, h3) .emphasis {
        background-image: linear-gradient(105deg, var(--gradient-red), var(--gradient-blue));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    :is(h1, h2, h3) .emphasis {
        background-image: linear-gradient(105deg, var(--gradient-blue), var(--gradient-red));
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }
}
.button-outline {
    border: 1px solid #71849d;
    background: transparent;
    color: #dbe7f7;
}
.button-outline:hover:not(:disabled) { background: #233249; border-color: #9bb6db; color: #ffffff; }
.contact-link { gap: 9px; }
.mobile-menu nav a.contact-link { display: flex; align-items: center; gap: 9px; }
.mobile-menu nav .contact-icon { width: 18px; height: 18px; }
@media (max-width: 900px) {
    .hero-copy .hero-title { font-size: clamp(2.05rem, 5.85vw, 3.15rem); }
}
@media (max-width: 620px) {
    .hero-copy .hero-note { font-size: .875rem; }
    .hero-copy .hero-actions { gap: 12px; }
}
@media (forced-colors: active) {
    .hero-copy .hero-title,
    :is(h1, h2, h3) .emphasis {
        background-image: none;
        color: CanvasText;
        -webkit-text-fill-color: currentColor;
    }
    .brand-dot { background: CanvasText; }
}
