/* ==================================================
   DAX MUSIC — PREMIUM MEDIA LANDING
   Mobile first / HTML + CSS only
================================================== */

:root {
    --background: #050507;
    --background-secondary: #090a0f;
    --panel: rgba(255, 255, 255, 0.055);
    --panel-hover: rgba(255, 255, 255, 0.085);
    --border: rgba(255, 255, 255, 0.10);
    --border-strong: rgba(255, 255, 255, 0.17);
    --text: #f7f8fb;
    --text-secondary: #a7abba;
    --text-muted: #747887;
    --blue: #35c8ff;
    --blue-light: #8ee3ff;
    --purple: #7559ff;
    --green: #4df0a7;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    --shadow-small: 0 12px 34px rgba(0, 0, 0, 0.28);
    --radius-large: 28px;
    --radius-medium: 20px;
    --radius-small: 14px;
    --page-width: 1080px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    min-height: 100svh;
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 12% 0%, rgba(53, 200, 255, 0.16), transparent 30rem),
        radial-gradient(circle at 92% 100%, rgba(117, 89, 255, 0.14), transparent 34rem),
        linear-gradient(145deg, #030305 0%, var(--background) 48%, #070812 100%);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, black, transparent 92%);
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 92%);
}

img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }

.site-shell { width: 100%; }
.page-grid {
    width: min(calc(100% - 28px), var(--page-width));
    margin: 0 auto;
    padding: 16px 0 12px;
    display: grid;
    gap: 14px;
}
.content-column { display: flex; flex-direction: column; gap: 12px; }

.glass-panel {
    background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    border: 1px solid var(--border);
    box-shadow: var(--shadow-small);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.hero-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 18px 15px 14px;
    text-align: center;
    border-radius: var(--radius-large);
    animation: reveal-up .7s ease both;
}
.hero-panel::before {
    content: "";
    position: absolute;
    z-index: -2;
    width: 340px;
    height: 340px;
    top: -210px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(53,200,255,.34), rgba(53,200,255,.08) 42%, transparent 72%);
    filter: blur(16px);
}
.hero-panel::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 200px;
    height: 200px;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(53,200,255,.08);
    filter: blur(58px);
}

.availability {
    width: fit-content;
    margin: 0 auto 6px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(77,240,167,.17);
    border-radius: 999px;
    color: #b9f8dc;
    background: rgba(77,240,167,.055);
    font-size: .67rem;
    font-weight: 600;
    letter-spacing: .04em;
}
.availability-dot {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 10px rgba(77,240,167,.8);
    animation: status-pulse 2.4s ease-in-out infinite;
}

.dax-logo {
    width: clamp(142px, 43vw, 190px);
    margin: 0 auto 7px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(53,200,255,.20)) drop-shadow(0 0 26px rgba(53,200,255,.16));
    animation: logo-float 5s ease-in-out infinite;
}

.hero-kicker, .section-kicker {
    margin: 0;
    color: var(--blue-light);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .17em;
    line-height: 1.2;
    text-transform: uppercase;
}
.hero-panel h1 {
    margin: 4px 0 0;
    font-size: clamp(1.75rem, 8vw, 2.6rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: .045em;
    background: linear-gradient(135deg, #fff 20%, #d8f6ff 55%, #74dfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.hero-description {
    max-width: 42ch;
    margin: 8px auto 13px;
    color: var(--text-secondary);
    font-size: .86rem;
    line-height: 1.45;
}

.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.stat {
    min-width: 0;
    padding: 10px 4px 9px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: var(--radius-small);
    background: rgba(255,255,255,.035);
}
.stat strong {
    display: block;
    font-size: clamp(.95rem, 4vw, 1.15rem);
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}
.stat span {
    display: block;
    margin-top: 3px;
    overflow: hidden;
    color: var(--text-muted);
    font-size: .58rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-heading {
    padding: 2px 3px 0;
    display: flex;
    align-items: flex-end;
    gap: 12px;
}
.section-heading h2, .collaborations h2 {
    margin: 3px 0 0;
    font-size: 1.08rem;
    font-weight: 650;
    letter-spacing: -.015em;
    line-height: 1.15;
}
.heading-line {
    height: 1px;
    margin-bottom: 5px;
    flex: 1;
    background: linear-gradient(to right, rgba(53,200,255,.45), transparent);
}

.link-list { display: grid; gap: 8px; }
.link-card {
    position: relative;
    min-height: 70px;
    padding: 10px 11px;
    display: flex;
    align-items: center;
    gap: 11px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-medium);
    background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
    box-shadow: 0 8px 25px rgba(0,0,0,.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
    animation: reveal-up .65s ease both;
}
.link-card:nth-child(1) { animation-delay: .05s; }
.link-card:nth-child(2) { animation-delay: .10s; }
.link-card:nth-child(3) { animation-delay: .15s; }
.link-card:nth-child(4) { animation-delay: .20s; }
.link-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    top: -80px;
    right: -70px;
    border-radius: 50%;
    background: rgba(53,200,255,.12);
    filter: blur(25px);
    opacity: 0;
    transition: opacity .3s ease;
}
.link-card:hover {
    transform: translateY(-2px);
    border-color: rgba(53,200,255,.36);
    background: linear-gradient(135deg, rgba(255,255,255,.085), rgba(53,200,255,.035));
    box-shadow: 0 15px 40px rgba(0,0,0,.25), 0 0 25px rgba(53,200,255,.06);
}
.link-card:hover::before { opacity: 1; }
.link-card:active { transform: scale(.985); }

.link-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    color: var(--blue-light);
    border: 1px solid rgba(53,200,255,.18);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(53,200,255,.12), rgba(53,200,255,.035));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 8px 20px rgba(0,0,0,.15);
}
.link-icon svg { width: 22px; height: 22px; }
.tiktok-icon svg { fill: currentColor; }
.instagram-icon svg, .media-icon svg, .contact-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.instagram-dot { fill: currentColor; stroke: none; }
.link-copy { min-width: 0; flex: 1; }
.link-copy strong {
    display: block;
    overflow: hidden;
    font-size: .96rem;
    font-weight: 650;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.link-copy small {
    display: block;
    margin-top: 3px;
    overflow: hidden;
    color: var(--text-secondary);
    font-size: .72rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-action {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    color: var(--text-muted);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
    background: rgba(255,255,255,.025);
    transition: color .3s ease, border-color .3s ease, transform .3s ease;
}
.card-action svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.link-card:hover .card-action {
    color: var(--blue-light);
    border-color: rgba(53,200,255,.25);
    transform: translate(2px,-2px);
}
.featured-card {
    border-color: rgba(53,200,255,.26);
    background: linear-gradient(135deg, rgba(53,200,255,.10), rgba(117,89,255,.055));
}
.featured-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 18%;
    bottom: 18%;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(to bottom, transparent, var(--blue), transparent);
    box-shadow: 0 0 12px rgba(53,200,255,.7);
}
.pdf-badge {
    flex-shrink: 0;
    padding: 5px 8px;
    color: #d7f7ff;
    border: 1px solid rgba(53,200,255,.23);
    border-radius: 999px;
    background: rgba(53,200,255,.09);
    font-size: .58rem;
    font-weight: 750;
    letter-spacing: .09em;
}
.contact-card .link-icon {
    color: #b9abff;
    border-color: rgba(117,89,255,.22);
    background: linear-gradient(145deg, rgba(117,89,255,.15), rgba(117,89,255,.035));
}

/* Featured projects */
.projects-section {
    grid-column: 1 / -1;
    padding-top: 4px;
}
.projects-heading { margin-bottom: 10px; }
.project-grid { display: grid; gap: 12px; }
.project-card {
    position: relative;
    padding: 7px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    box-shadow: 0 16px 38px rgba(0,0,0,.30);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    animation: reveal-up .7s ease both;
}
.project-card:nth-child(2) { animation-delay: .07s; }
.project-card:nth-child(3) { animation-delay: .14s; }
.project-card:nth-child(4) { animation-delay: .21s; }
.project-card::before {
    content: "";
    position: absolute;
    inset: -35%;
    background: conic-gradient(from 90deg, transparent, rgba(53,200,255,.13), transparent 32%, rgba(117,89,255,.11), transparent 65%);
    opacity: 0;
    filter: blur(28px);
    transition: opacity .4s ease, transform .7s ease;
}
.project-card:hover {
    transform: translateY(-5px);
    border-color: rgba(53,200,255,.35);
    box-shadow: 0 24px 55px rgba(0,0,0,.42), 0 0 34px rgba(53,200,255,.08);
}
.project-card:hover::before { opacity: 1; transform: rotate(12deg); }
.project-media {
    position: relative;
    z-index: 1;
    min-height: 260px;
    overflow: hidden;
    border-radius: 18px;
    background: #0b0c12;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 12px 30px rgba(0,0,0,.26);
}
.project-media img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.015);
    filter: saturate(.95) contrast(1.03) brightness(.9);
    transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .45s ease;
}
.project-card:hover .project-media img {
    transform: scale(1.075);
    filter: saturate(1.08) contrast(1.05) brightness(.95);
}
.project-vignette {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(2,3,8,.96) 0%, rgba(2,3,8,.67) 37%, transparent 70%),
        linear-gradient(135deg, rgba(53,200,255,.09), transparent 42%, rgba(117,89,255,.10));
    pointer-events: none;
}
.project-content {
    position: absolute;
    inset: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.project-badge {
    width: fit-content;
    padding: 6px 9px;
    color: #d8f8ff;
    border: 1px solid rgba(53,200,255,.35);
    border-radius: 999px;
    background: rgba(5,12,18,.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 18px rgba(0,0,0,.22);
    font-size: .58rem;
    font-weight: 750;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.project-badge.campaign { color: #ddd7ff; border-color: rgba(117,89,255,.42); }
.project-badge.partner { color: #c5ffe6; border-color: rgba(77,240,167,.34); }
.project-badge.set { color: #f4f5ff; border-color: rgba(255,255,255,.28); }
.project-content h3 {
    margin: 0;
    font-size: clamp(1.45rem, 7vw, 2rem);
    font-weight: 800;
    letter-spacing: -.025em;
    text-shadow: 0 5px 22px rgba(0,0,0,.55);
}
.project-content p {
    margin: 4px 0 13px;
    color: rgba(240,244,252,.75);
    font-size: .78rem;
    line-height: 1.35;
}
.project-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #dff8ff;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .01em;
}
.project-link b {
    font-size: .92rem;
    transition: transform .3s ease;
}
.project-card:hover .project-link b { transform: translate(2px,-2px); }

.collaborations {
    grid-column: 1 / -1;
    padding: 15px;
    border-radius: var(--radius-medium);
    animation: reveal-up .7s .25s ease both;
}
.collaborations-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.collaboration-number {
    color: rgba(255,255,255,.14);
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.04em;
}
.brand-list {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 7px;
}
.brand-pill {
    min-height: 39px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 12px;
    color: #e8f4ff;
    background: rgba(255,255,255,.035);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .045em;
    text-align: center;
    transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.brand-pill:hover {
    transform: translateY(-2px);
    border-color: rgba(53,200,255,.24);
    background: rgba(53,200,255,.055);
}
.brand-pill-axe { font-size: .85rem; font-style: italic; letter-spacing: .08em; }
.collaboration-description {
    margin: 10px 0 0;
    max-width: 62ch;
    color: var(--text-muted);
    font-size: .72rem;
    line-height: 1.45;
}

.site-footer {
    width: min(calc(100% - 28px), var(--page-width));
    margin: 0 auto;
    padding: 8px 2px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    color: var(--text-muted);
    font-size: .66rem;
}
.site-footer p { margin: 0; }
.footer-location { display: flex; align-items: center; gap: 6px; }
.footer-location span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 8px rgba(53,200,255,.75);
}

.link-card:focus-visible, .project-card:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 3px;
}

@keyframes reveal-up {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes logo-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}
@keyframes status-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .6; transform: scale(.78); }
}

@media (max-width: 350px) {
    .page-grid, .site-footer { width: calc(100% - 20px); }
    .hero-panel { padding-left: 11px; padding-right: 11px; }
    .link-card { padding-left: 9px; padding-right: 9px; gap: 8px; }
    .link-icon { width: 41px; height: 41px; }
    .link-copy small { font-size: .67rem; }
    .project-content { padding: 12px; }
}

@media (min-width: 700px) {
    .project-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .project-media, .project-media img { min-height: 300px; }
    .brand-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (min-width: 820px) {
    body { display: flex; flex-direction: column; justify-content: center; }
    .page-grid {
        padding-top: 24px;
        padding-bottom: 12px;
        grid-template-columns: minmax(310px,.88fr) minmax(410px,1.12fr);
        align-items: stretch;
        gap: 16px;
    }
    .hero-panel {
        min-height: 100%;
        padding: 27px 22px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .dax-logo { width: 205px; }
    .hero-description { margin-top: 10px; margin-bottom: 18px; font-size: .9rem; }
    .link-card { min-height: 74px; padding: 12px; }
    .link-icon { width: 48px; height: 48px; }
    .link-copy strong { font-size: 1rem; }
    .link-copy small { font-size: .76rem; }
    .projects-section { margin-top: 2px; }
    .project-media, .project-media img { min-height: 340px; }
    .collaborations { padding: 18px; }
    .site-footer { padding-bottom: 20px; }
}

@media (min-width: 1100px) {
    .page-grid { width: min(calc(100% - 60px), var(--page-width)); }
    .hero-panel { transition: transform .3s ease, border-color .3s ease; }
    .hero-panel:hover { transform: translateY(-2px); border-color: rgba(53,200,255,.19); }
    .project-media, .project-media img { min-height: 370px; }
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
