/* =========================================================
   1. RESET & BASE STYLING
========================================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

html {
    scroll-behavior: smooth;
    background-color: #0b0b0c;
    color: #e2e2e4;
}

body {
    overflow-x: hidden;
}

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

.skip-link {
    position: fixed;
    top: -100px;
    left: 16px;
    z-index: 9999;
    padding: 10px 14px;
    background: #ffffff;
    color: #000000;
    font-size: 0.8rem;
}

.skip-link:focus { top: 16px; }

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 100px 0;
    border-bottom: 1px solid #1c1c1f;
}

.section-title {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

/* =========================================================
   2. HERO SECTION
========================================================= */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('hero.png') center/cover no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-content-left {
    position: relative;
    z-index: 2;
    max-width: 500px;
}

.hero-label {
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: #a5a5af;
    margin-bottom: 12px;
}

.hero-content-left h1 {
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.hero-content-left .sub-text-kr {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ccccd0;
    margin-bottom: 15px;
    font-weight: 300;
}

.hero-content-left .sub-text-en {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #88888c;
    font-style: italic;
    margin-bottom: 50px;
}

.enter-archive {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
    transition: opacity 0.3s;
}

.enter-archive:hover {
    opacity: 0.7;
}

.enter-archive .arrow {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.enter-archive .text {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hero Right Navigation */
.hero-nav-right {
    position: relative;
    z-index: 2;
    text-align: right;
}

.hero-nav-right ul {
    list-style: none;
}

.hero-nav-right ul li {
    margin: 25px 0;
}

.hero-nav-right ul li a {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 3px;
    color: #ffffff;
    transition: color 0.3s, padding-right 0.3s;
}

.hero-nav-right ul li a:hover {
    color: #a5a5af;
    padding-right: 10px;
}

/* =========================================================
   3. ABOUT SECTION
========================================================= */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.about-img-box img {
    width: 100%;
    border-radius: 4px;
    filter: grayscale(20%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.about-text-box .section-number {
    font-size: 0.85rem;
    color: #7f858b;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.about-text-box h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.about-text-box h3 span {
    font-size: 1.1rem;
    color: #88888c;
    font-weight: 300;
    margin-left: 8px;
}

.about-text-box .lead-text {
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: 25px;
    border-left: 2px solid #555;
    padding-left: 15px;
}

.about-text-box p {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #b8b8bc;
    font-weight: 300;
}

.career-highlights {
    margin-top: 40px;
}

.career-highlights h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 1px;
}

.career-highlights ul {
    list-style-position: inside;
    color: #98989c;
}

.career-highlights ul li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.epk-links {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}

.epk-download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 20px;
    border: 1px solid #333338;
    background: #111114;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.epk-download:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

/* =========================================================
   4. FEATURED PROJECT (1929 Anxiety)
========================================================= */
.anxiety-section {
    background:
        radial-gradient(circle at 15% 18%, rgba(65, 103, 126, 0.14), transparent 34%),
        radial-gradient(circle at 88% 50%, rgba(45, 57, 73, 0.12), transparent 30%),
        #090a0c;
}

.anxiety-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 58px;
    padding-bottom: 32px;
    border-bottom: 1px solid #25282d;
}

.anxiety-kicker,
.featured-project-format,
.section-index {
    color: #7f858b;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.anxiety-kicker { margin-bottom: 14px; }

.featured-project-title {
    color: #f4f4f5;
    font-size: clamp(3.2rem, 7vw, 7.2rem);
    font-weight: 300;
    line-height: 0.95;
    letter-spacing: -0.055em;
}

.featured-project-format { margin-top: 18px; }
.section-index { padding-bottom: 7px; }

.anxiety-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: start;
}

.anxiety-artwork {
    position: sticky;
    top: 32px;
    overflow: hidden;
    background: #111317;
    border: 1px solid #202329;
}

.anxiety-artwork img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.anxiety-copy { max-width: 540px; }

.project-subtitle {
    margin-bottom: 28px;
    color: #ffffff;
    font-size: clamp(1.45rem, 2.4vw, 2.15rem);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.anxiety-lead {
    margin-bottom: 28px;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.3vw, 2.1rem);
    font-weight: 300;
    line-height: 1.5;
    word-break: keep-all;
}

.anxiety-copy > p:not(.anxiety-lead) {
    margin-bottom: 18px;
    color: #aeb1b6;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9;
    word-break: keep-all;
}

.project-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(36px, 6vw, 80px);
    margin-top: 110px;
}

.project-panel,
.project-block,
.other-works {
    border-top: 1px solid #292c31;
}

.project-panel { padding-top: 30px; }

.release-details > div,
.credits-list li {
    display: grid;
    grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.2fr);
    gap: 24px;
    padding: 14px 0;
    border-bottom: 1px solid #1d2024;
}

.release-details dt,
.credits-list span {
    color: #6f747b;
    font-size: 0.74rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.release-details dd,
.credits-list strong {
    color: #d9dadd;
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.55;
}

.credits-list { list-style: none; }
.credits-list small { color: #777c83; font-size: 0.78rem; font-weight: 300; }

.project-block {
    margin-top: 110px;
    padding-top: 30px;
}

.project-block-heading,
.other-works-heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 30px;
}

.project-block-heading .project-subtitle { margin-bottom: 0; }
.project-block-heading p,
.other-works-heading p {
    color: #686d74;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.anxiety-listen-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.anxiety-listen-links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
    padding: 15px 16px;
    border: 1px solid #292c31;
    color: #d9dadd;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.anxiety-listen-links a:hover,
.anxiety-listen-links a:focus-visible {
    background: #f2f2f2;
    border-color: #f2f2f2;
    color: #08090b;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.video-card {
    display: block;
    border: 1px solid #24272c;
    background: rgba(14, 15, 18, 0.72);
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.video-card:hover {
    border-color: #555b63;
    transform: translateY(-3px);
}

.video-thumbnail {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #111317;
}

.video-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.video-card:hover .video-thumbnail img { transform: scale(1.035); }

.video-card-copy { padding: 22px; }
.video-card-copy p {
    margin-bottom: 10px;
    color: #737981;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.video-card-copy h4 {
    margin-bottom: 24px;
    color: #ededee;
    font-size: 1.1rem;
    font-weight: 350;
    line-height: 1.45;
}
.video-card-copy span {
    color: #9a9fa6;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
}

.lyrics-block .project-subtitle { margin-bottom: 22px; }
.lyrics-accordion { border-bottom: 1px solid #292c31; }
.lyrics-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    color: #d9dadd;
    cursor: pointer;
    list-style: none;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.lyrics-accordion summary::-webkit-details-marker { display: none; }
.lyrics-accordion[open] summary span { transform: rotate(45deg); }
.lyrics-accordion summary span { transition: transform 0.25s ease; }
.lyrics-content {
    max-width: 720px;
    padding: 8px 0 32px;
    color: #9da1a7;
    font-size: 0.95rem;
    line-height: 1.9;
    white-space: pre-line;
}

.other-works {
    margin-top: 120px;
    padding-top: 34px;
}

.other-works-heading h3 {
    color: #f0f0f1;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    letter-spacing: -0.035em;
}

/* =========================================================
   5. PROJECTS & GALLERY BASE (⭐️ 붕괴 방지 핵심 수정)
========================================================= */
.gallery-grid {
    display: grid;
    /* 자동 반응형으로 변경하여 이미지가 추가되어도 열이 터지지 않도록 함 */
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); 
    gap: 30px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    background-color: #16161a;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    aspect-ratio: 1 / 1; /* 어떤 이미지가 들어와도 무조건 정사각형으로 1차 방어 */
}

.gallery-item img {
    width: 100%;
    height: 100%; /* 필수: 부모 틀을 가득 채우도록 */
    object-fit: cover; /* 필수: 비율이 달라도 찌그러지지 않고 꽉 차게 잘라줌 */
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.05); /* 마우스 오버 시 심플한 줌인 효과 추가 */
}


.item-overlay {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: flex;
    min-height: 48%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 22px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 92%);
}

.item-overlay .project-type {
    margin-bottom: 7px;
    color: #a0a3a9;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.item-overlay h3 {
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 350;
    line-height: 1.3;
}

/* =========================================================
   7. PHOTOS SECTION (도면 구조 100% 구현)
========================================================= */
#photos .gallery-grid {
    display: grid;
    /* 1번(1:1) + 2번(16:9) 높이에 3번(9:16) 비율이 딱 맞아떨어지는 1.14 : 1 비율 */
    grid-template-columns: 1.14fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
    align-items: stretch;
}

#photos .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background-color: #16161a;
    width: 100%;
}

/* PHOTO 01 : 왼쪽 상단 (1:1) */
#photos .gallery-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 1 / 1 !important;
}

/* PHOTO 02 : 왼쪽 하단 (16:9) */
#photos .gallery-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    aspect-ratio: 16 / 9 !important;
}

/* PHOTO 03 : 오른쪽 (1번 상단 ~ 2번 하단까지 높이 완전 일치 + 9:16 유지) */
#photos .gallery-item:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 100% !important;
    aspect-ratio: 9 / 16 !important;
}

/* 이미지가 3개를 초과하여 추가될 경우를 대비한 4번 이후 아이템 기본값 */
#photos .gallery-item:nth-child(n+4) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1 / 1 !important; /* 초과분은 1:1 정사각형으로 예쁘게 나열됨 */
}

#photos .gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
}

/* 캡션 오버레이 */
#photos .item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

/* =========================================================
   8. CONTACT SECTION
========================================================= */
.contact-section {
    background-color: #050506;
    padding: 100px 0 40px 0;
    text-align: center;
}

.contact-desc {
    color: #78787c;
    margin-bottom: 40px;
    font-weight: 300;
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 80px;
}

.link-card {
    background: #111113;
    border: 1px solid #222225;
    padding: 18px;
    border-radius: 4px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.link-card:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid #16161a;
    padding-top: 40px;
    color: #444448;
    font-size: 0.85rem;
}

/* =========================================================
   9. MOBILE RESPONSIVE DESIGN (<= 768px)
========================================================= */
@media (max-width: 768px) {
    html { font-size: 16px; }
    html, body { width: 100%; overflow-x: hidden; }
    body { background: #090a0c; }

    .skip-link {
        position: fixed;
        top: -100px;
        left: 16px;
        z-index: 9999;
        padding: 10px 14px;
        background: #ffffff;
        color: #000000;
        font-size: 0.8rem;
    }
    .skip-link:focus { top: 16px; }

    .hero-section {
        position: relative;
        display: block;
        width: 100%;
        height: 100svh;
        min-height: 680px;
        padding: 0;
        background-image: url("hero.png");
        background-size: cover;
        background-position: 52% center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            to bottom,
            rgba(5, 7, 9, 0.18) 0%,
            rgba(5, 7, 9, 0.08) 35%,
            rgba(5, 7, 9, 0.42) 68%,
            rgba(5, 7, 9, 0.88) 100%
        );
        z-index: 1;
    }

    .hero-nav-right {
        position: absolute;
        top: max(24px, env(safe-area-inset-top));
        left: 20px;
        right: 20px;
        z-index: 4;
        width: auto;
        text-align: left;
    }

    .hero-nav-right ul {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-between;
        align-items: start;
        row-gap: 12px;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .hero-nav-right ul li { margin: 0; }
    .hero-nav-right ul li:nth-child(even) { text-align: right; }
    .hero-nav-right ul li a {
        display: inline-block;
        padding: 3px 0;
        color: rgba(255, 255, 255, 0.88);
        font-size: 0.66rem;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0.13em;
        white-space: nowrap;
    }
    .hero-nav-right ul li a:hover { padding-right: 0; color: #ffffff; }

    .hero-content-left {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: calc(34px + env(safe-area-inset-bottom));
        z-index: 3;
        display: grid;
        justify-items: start;
        max-width: none;
        width: auto;
        text-align: left;
    }

    .hero-label {
        order: 1;
        margin: 0 0 10px;
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.63rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.19em;
    }
    .hero-content-left h1 {
        order: 2;
        margin: 0 0 20px;
        color: #ffffff;
        font-size: clamp(3.25rem, 15vw, 4.65rem);
        font-weight: 300;
        line-height: 0.84;
        letter-spacing: -0.055em;
        white-space: nowrap;
    }
    .hero-content-left .sub-text-kr {
        order: 3;
        margin: 0 0 12px;
        color: rgba(255, 255, 255, 0.84);
        font-size: 0.94rem;
        font-weight: 300;
        line-height: 1.62;
        letter-spacing: -0.015em;
        word-break: keep-all;
    }
    .hero-content-left .sub-text-en {
        order: 4;
        margin: 0 0 24px;
        color: rgba(255, 255, 255, 0.52);
        font-size: 0.82rem;
        font-weight: 300;
        font-style: italic;
        line-height: 1.5;
    }
    .enter-archive {
        order: 5;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        gap: 9px;
        width: auto;
        color: rgba(255, 255, 255, 0.9);
    }
    .enter-archive .arrow { margin: 0; font-size: 1rem; line-height: 1; }
    .enter-archive .text { font-size: 0.67rem; letter-spacing: 0.16em; }

    .section { padding: 78px 0; }
    .container { width: 100%; max-width: none; margin: 0; padding: 0 20px; }
    .section-title {
        margin-bottom: 34px;
        font-size: 1.55rem;
        font-weight: 300;
        line-height: 1.1;
        letter-spacing: 0.16em;
    }

    .about-grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
    .about-img-box img { border-radius: 0; box-shadow: none; }
    .about-text-box h3 { margin-bottom: 18px; font-size: 1.55rem; line-height: 1.25; }
    .about-text-box h3 span {
        display: block; margin-top: 5px; margin-left: 0;
        font-size: 0.8rem; font-weight: 300; letter-spacing: 0.1em;
    }
    .about-text-box .lead-text {
        margin-bottom: 22px; padding-left: 13px; font-size: 1.02rem; line-height: 1.65;
    }
    .about-text-box p { font-size: 0.94rem; line-height: 1.82; word-break: keep-all; }
    .career-highlights { margin-top: 32px; }
    .career-highlights ul li { font-size: 0.88rem; line-height: 1.6; }
    .epk-links { display: grid; grid-template-columns: 1fr; gap: 10px; }

    /* 모바일에서 모든 갤러리를 안전한 1열 구조로 통합 */
    .gallery-grid { grid-template-columns: 1fr; gap: 20px; }


    /* Mobile Featured Project */
    .anxiety-heading {
        display: block;
        margin-bottom: 34px;
        padding-bottom: 24px;
    }
    .section-index { display: none; }
    .featured-project-title {
        font-size: clamp(3.1rem, 16vw, 4.6rem);
        line-height: 0.92;
    }
    .anxiety-grid { grid-template-columns: 1fr; gap: 38px; }
    .anxiety-artwork { position: relative; top: auto; }
    .anxiety-copy { max-width: none; }
    .project-subtitle { margin-bottom: 22px; font-size: 1.45rem; }
    .anxiety-lead { font-size: 1.22rem; line-height: 1.58; }
    .anxiety-copy > p:not(.anxiety-lead) { font-size: 0.94rem; line-height: 1.82; }
    .project-detail-grid { grid-template-columns: 1fr; gap: 58px; margin-top: 76px; }
    .release-details > div,
    .credits-list li {
        grid-template-columns: minmax(105px, 0.75fr) minmax(0, 1.25fr);
        gap: 16px;
    }
    .project-block { margin-top: 76px; }
    .project-block-heading,
    .other-works-heading { display: block; }
    .project-block-heading p,
    .other-works-heading p { margin-top: 8px; }
    .anxiety-listen-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .video-grid { grid-template-columns: 1fr; gap: 18px; }
    .video-card-copy { padding: 18px; }
    .other-works { margin-top: 86px; }
    .other-works-heading { margin-bottom: 24px; }
    .other-works-heading h3 { font-size: 2.2rem; }

    #photos .gallery-grid {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        gap: 20px !important;
    }
    #photos .gallery-item {
        grid-column: 1 !important;
        grid-row: auto !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 0;
        border-radius: 0;
    }
    /* 모바일에서는 비율을 풀고 모두 정방형이나 본래 비율로 자연스럽게 배치되도록 방어 */
    #photos .gallery-item:nth-child(n) { aspect-ratio: 1 / 1 !important; }

    .item-overlay {
        justify-content: flex-end;
        align-items: flex-start;
        padding: 18px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent 55%);
        opacity: 1;
    }
    .item-overlay .project-type { font-size: 0.62rem; letter-spacing: 0.12em; }
    .item-overlay h3 { font-size: 1.1rem; font-weight: 400; }

    .contact-section { padding: 78px 0 32px; text-align: left; }
    .contact-desc { margin-bottom: 28px; font-size: 0.9rem; line-height: 1.6; }
    .links-grid { grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 58px; }
    .link-card { padding: 15px 12px; border-radius: 0; font-size: 0.73rem; text-align: center; }
    .footer-bottom {
        display: flex; justify-content: space-between; gap: 18px;
        padding-top: 28px; font-size: 0.72rem; line-height: 1.5;
    }
}

/* =========================================================
   10. VERY NARROW PHONES (<= 390px)
========================================================= */
@media (max-width: 390px) {
    .hero-nav-right ul li a { font-size: 0.6rem; letter-spacing: 0.09em; }
    .hero-content-left h1 { font-size: 3.05rem; }
    .links-grid { grid-template-columns: 1fr; }
    .anxiety-listen-links { grid-template-columns: 1fr; }
    .release-details > div,
    .credits-list li { grid-template-columns: 1fr; gap: 5px; }
}