@font-face {
    font-family: "HelveticaNeue";
    src: url("www.bpco.kr/fonts/NeueHelvetica55Roman_normal_normal.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("www.bpco.kr/fonts/6203242/16638511-b98c-4ae0-a0bb-740892a52b37.woff2") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "PPSupplyMono";
    src: url("www.bpco.kr/fonts/PPSupplyMono-Regular.woff2") format("woff2");
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

html:has(body.page-about) {
    scroll-behavior: auto;
}

body {
    --page-pad: 40px;
    --mono: "PPSupplyMono", monospace;
    --sans: Inter, "HelveticaNeue", Arial, sans-serif;
    color: #121212;
    background: #fff;
    font-family: var(--sans);
    font-size: 20px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

html:has(body.page-about) {
    overflow-y: auto;
    overflow-x: hidden;
}

body.page-about {
    background: #fff3f7 url("./talking-head-test/assets/aboutme-background.webp?v=20260625-1") center top / cover no-repeat fixed;
    overflow-y: auto !important;
    overflow-x: hidden;
    height: auto !important;
}

body.page-about .contents-wrap,
body.page-about main,
body.page-about .page-view,
body.page-about .about-page {
    height: auto;
    min-height: 100vh;
    overflow: visible !important;
}

body.page-project-detail,
body.page-project1 {
    overflow-y: auto !important;
    overflow-x: hidden;
    height: auto !important;
}

body.page-project-detail .contents-wrap,
body.page-project1 .contents-wrap,
body.page-project-detail main,
body.page-project1 main,
body.page-project-detail .page-view,
body.page-project1 .page-view,
body.page-project-detail .project-detail,
body.page-project1 .project-detail {
    height: auto;
    min-height: 100vh;
    overflow: visible !important;
}

body.page-project-detail header,
body.page-project1 header {
    display: none;
}

body.page-projects {
    overflow: hidden;
}

.page-view[hidden] {
    display: none !important;
}

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

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

.loading-screen {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22px;
    padding: var(--page-pad);
    padding-bottom: 50px;
    color: #ffffff;
    background: #000000;
    font-family: var(--mono);
    text-transform: uppercase;
    transition: opacity .65s ease, visibility .65s ease;
}

.loading-screen.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loading-message {
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
}

.loading-bar {
    position: relative;
    width: min(670px, calc(100vw - var(--page-pad) * 2));
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
}

.loaded-bar {
    width: 0%;
    height: 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 #ffffff;
    transition: width .2s linear;
}

.loading-deco {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #121212;
}

.loading-copy {
    position: absolute;
    left: 50%;
    bottom: 22px;
    width: min(770px, calc(100vw - var(--page-pad) * 2));
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
}

header {
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
}

.company-info-items {
    position: fixed;
    z-index: 100;
    inset: 0;
    height: 79px;
    color: #5d5d5d;
    font-weight: 700;
    mix-blend-mode: normal;
    user-select: none;
    pointer-events: none;
}

.company-info-items a,
.company-info-items span {
    position: fixed;
    top: 42px;
    white-space: nowrap;
    pointer-events: auto;
}

.company-name {
    left: 42px;
}

.company-work {
    left: 285px;
}

.company-school {
    left: 73.1vw;
    right: auto;
}

.company-contact {
    right: 42px;
}

.menu-section {
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 30px;
    width: 387px;
    height: 43px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 52px;
    border: 1px dashed #121212;
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(4px);
    font-family: var(--sans);
    font-size: 16.5px;
    font-weight: 700;
    box-shadow: 0 11px 14.1px -3px rgba(85, 0, 54, .17);
    pointer-events: auto;
}

.menu-section a,
.menu-section .nav-disabled {
    position: relative;
    z-index: 2;
}

.menu-section a {
    cursor: pointer;
}

.menu-section .nav-disabled {
    cursor: default;
    color: #171717;
}

.menu-section a.active {
    color: #050505;
}

.back-round {
    position: absolute;
    z-index: 1;
    top: 5.5px;
    left: var(--active-left, 8px);
    width: var(--active-width, 68px);
    height: 30.5px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, .18);
    box-shadow: none;
    opacity: var(--active-opacity, 1);
    transition: left .2s, width .2s, opacity .2s;
}

.menu-section.contact .back-round {
    opacity: 0;
}

.contents-wrap {
    position: relative;
}

.poster-home {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #fff3f7;
    color: #050505;
}

.home-figma-bg {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    user-select: none;
    pointer-events: none;
    opacity: 1;
    will-change: mask-image, -webkit-mask-image;
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.home-particle-canvas {
    position: absolute;
    z-index: 3;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.about-page {
    position: relative;
    width: 100%;
    background: transparent;
}

.about-hero {
    position: relative;
    min-height: 100vh;
}

.about-digital-self {
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    border: 0;
    background: transparent;
}

.about-scroll-hint {
    position: absolute;
    left: 50%;
    bottom: 32px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    transform: translateX(-50%);
    color: #fff;
    font-family: var(--mono);
    font-size: 18px;
    line-height: 1;
    letter-spacing: .14em;
    font-weight: 800;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, .55),
        0 6px 18px rgba(0, 0, 0, .38);
    pointer-events: none;
    user-select: none;
    animation: aboutHintFloat 1.6s ease-in-out infinite;
}

.about-scroll-hint .arrow-stack {
    position: relative;
    width: 54px;
    height: 44px;
}

.about-scroll-hint .arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 42px;
    font-weight: 800;
    line-height: .72;
    letter-spacing: 0;
}

.about-scroll-hint .arrow-dashed {
    top: -8px;
    opacity: .72;
    -webkit-text-stroke: 1.6px rgba(255, 255, 255, .95);
    color: transparent;
}

.about-scroll-hint .arrow-solid {
    top: 8px;
}

.about-scroll-hint .label {
    font-size: 20px;
    font-weight: 800;
}

.aboutme2-section {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 40px 40px 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    pointer-events: auto;
}

.aboutme2-image {
    position: relative;
    z-index: 2;
    display: block;
    width: min(98vw, 1650px);
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
    background: transparent;
    border: none;
    outline: none;
}

@media screen and (max-width: 768px) {
    .about-scroll-hint {
        bottom: 28px;
        font-size: 16px;
    }

    .about-scroll-hint .arrow-stack {
        width: 48px;
        height: 38px;
    }

    .about-scroll-hint .arrow {
        font-size: 36px;
    }

    .about-scroll-hint .arrow-dashed {
        top: -6px;
        -webkit-text-stroke-width: 1.4px;
    }

    .about-scroll-hint .arrow-solid {
        top: 7px;
    }

    .about-scroll-hint .label {
        font-size: 18px;
    }

    .aboutme2-section {
        padding: 32px 24px 72px;
        min-height: 100vh;
    }
}

@keyframes aboutHintFloat {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: .65;
    }

    50% {
        transform: translateX(-50%) translateY(6px);
        opacity: 1;
    }
}


.home-dot-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: radial-gradient(circle, rgba(230, 85, 145, .46) 0 .85px, transparent .95px);
    background-size: 17px 17px;
    background-position: 0 0;
}

.home-art-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
    --hot-pink: #ed5e91;
    --soft-pink: rgba(219, 108, 143, .34);
    --deep-pink: #d76991;
    --white-ink: rgba(255, 255, 255, .96);
}

.home-soft-wash,
.home-checker,
.orbit,
.data-row,
.hero-word,
.focus-word,
.terminal-dot {
    position: absolute;
}

.home-soft-wash {
    border-radius: 999px;
    filter: blur(16px);
}

.wash-left {
    left: -8%;
    top: 0;
    width: 58%;
    height: 68%;
    background: rgba(255, 255, 255, .42);
}

.wash-right {
    right: -5%;
    bottom: 5%;
    width: 50%;
    height: 48%;
    background: rgba(244, 104, 149, .12);
}

.home-checker {
    width: 34vw;
    height: 24vw;
    opacity: .22;
    background-image:
        linear-gradient(45deg, rgba(224, 101, 143, .25) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(224, 101, 143, .25) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(224, 101, 143, .25) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(224, 101, 143, .25) 75%);
    background-size: 22px 22px;
    background-position: 0 0, 0 11px, 11px -11px, -11px 0;
}

.checker-top { right: 31%; top: 0; }
.checker-bottom { right: 2%; bottom: 0; }

.data-row {
    left: -2vw;
    width: 116vw;
    color: var(--soft-pink);
    font-family: var(--mono);
    font-size: clamp(22px, 2.05vw, 39px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.row-1 { top: 13.2%; }
.row-2 { top: 21%; }
.row-3 { top: 31%; }
.row-4 { top: 41%; }
.row-5 { top: 47%; left: 5vw; }
.row-6 { top: 53.4%; left: 27vw; }
.row-7 { top: 61.8%; }
.row-8 { top: 69.2%; }
.row-9 { top: 78.6%; }
.row-10 { top: 88.8%; }
.row-11 { top: 96%; left: 1.7vw; }

.hero-word {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 900;
    line-height: .75;
    letter-spacing: -.045em;
    text-transform: uppercase;
    white-space: nowrap;
}

.word-welcome {
    left: -3.2vw;
    top: 9.9%;
    color: var(--white-ink);
    font-size: clamp(78px, 8.3vw, 154px);
}

.word-design {
    left: 24.5vw;
    top: 25.8%;
    color: #ff93b5;
    font-size: clamp(82px, 8.2vw, 158px);
}

.word-ai {
    right: 3.2vw;
    top: 32.2%;
    color: #ff9dbb;
    font-size: clamp(78px, 8vw, 150px);
}

.word-interaction {
    left: 3.2vw;
    top: 55%;
    color: var(--hot-pink);
    font-size: clamp(88px, 9.7vw, 184px);
}

.word-computing {
    right: 13.1vw;
    top: 81%;
    color: var(--white-ink);
    font-size: clamp(74px, 7.25vw, 136px);
}

.focus-word {
    color: var(--deep-pink);
    font-family: var(--mono);
    font-size: clamp(20px, 2.1vw, 40px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.focus-product { right: 3.7vw; top: 22.1%; }
.focus-creative { right: 32.2vw; top: 37.4%; }
.focus-hci-1 { left: 5vw; top: 44.5%; }
.focus-ai { right: 2.3vw; top: 54%; }
.focus-interaction { left: 39.6vw; top: 78%; }
.focus-hci-2 { right: 18vw; bottom: 6%; }

.orbit {
    border: 1.1px solid rgba(95, 95, 95, .34);
    border-radius: 50%;
}

.orbit-left {
    left: 10vw;
    top: 11%;
    width: 12.8vw;
    height: 72%;
    transform: rotate(-6deg);
}

.orbit-center {
    left: 13vw;
    top: 46%;
    width: 41vw;
    height: 37%;
    transform: rotate(14deg);
}

.orbit-right {
    right: -1.2vw;
    top: 11%;
    width: 25.6vw;
    height: 42%;
    transform: rotate(-7deg);
}

.terminal-dot {
    width: 12px;
    height: 12px;
    background: var(--deep-pink);
}

.dot-1 { left: 19vw; top: 25.3%; }
.dot-2 { right: 16.8vw; top: 35%; }
.dot-3 { left: 50vw; top: 63.3%; }
.dot-4 { left: 2vw; top: 68.3%; }
.dot-5 { right: 5.2vw; top: 53.8%; }

@media (max-width: 900px) {
    .home-dot-grid { background-size: 12px 12px; }
    .data-row { font-size: 18px; width: 220vw; }
    .word-welcome { font-size: 70px; top: 15%; }
    .word-design { left: 12vw; top: 30%; font-size: 82px; }
    .word-ai { right: -5vw; top: 39%; font-size: 78px; }
    .word-interaction { left: -2vw; top: 56%; font-size: 86px; }
    .word-computing { right: -18vw; top: 79%; font-size: 78px; }
    .focus-word { font-size: 18px; }
    .orbit-left { left: 2vw; width: 28vw; }
    .orbit-center { left: -8vw; width: 82vw; }
    .orbit-right { right: -28vw; width: 58vw; }
}


.main.m2 {
    position: relative;
    z-index: 2;
    color: #fff;
    background: #121212;
    padding: 12vh 0;
}

.row-container {
    display: flex;
    flex-direction: column;
    gap: 12vh;
}

.row-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 40vw);
    gap: var(--page-pad);
    align-items: start;
    padding: 0 var(--page-pad);
}

.copy-section {
    padding: 0;
}

.main-title {
    position: relative;
    color: #fff;
    font-size: clamp(86px, 14vw, 220px);
    line-height: .92;
    letter-spacing: 0;
    font-weight: 700;
}

.tspan {
    display: inline-block;
    height: 10px;
    vertical-align: top;
}

.tspan img {
    width: 100%;
}

.tspan-w { width: 19vw; }
.tspan-2 { width: 12vw; }
.tspan-3 { width: 10vw; }

.main-desc {
    margin-top: 36px;
    margin-left: 0;
    display: grid;
    grid-template-columns: 160px minmax(0, 720px);
    gap: 32px;
    font-size: 18px;
    line-height: 1.45;
}

.de-title {
    position: relative;
    white-space: nowrap;
}

.de-title b {
    position: absolute;
    left: -24px;
    top: -15px;
    font-family: var(--mono);
    font-size: 13px;
    font-weight: 400;
}

.de-contents {
    width: auto;
}

.img-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 0;
}

.round-img {
    position: relative;
    width: 100%;
}

.round-img .back-img {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 0;
    overflow: hidden;
}

.round-img .copy-img {
    display: none;
}

.rs2 {
    grid-template-columns: minmax(0, 1fr);
}

.rs3 {
    grid-template-columns: minmax(0, 1fr);
}

.rs4 {
    display: block;
    padding: 0;
    width: 100%;
    height: 100vh;
}

.rs4 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.main.m4 {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 230px;
    color: #f1f1f1;
    background: #121212;
    perspective: 70vw;
    overflow: hidden;
}

.section-title {
    font-size: 22px;
    font-family: var(--mono);
    font-weight: 400;
}

.section-desc {
    width: 800px;
    max-width: calc(100vw - 40px);
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.business-items {
    position: absolute;
    left: calc(50% - 600px);
    top: 0;
    width: 1200px;
    height: 100vh;
    text-align: center;
    font-size: 5.2vw;
    line-height: 5.2vw;
    letter-spacing: -.01em;
    transform-style: preserve-3d;
    animation: rotateWords 18s linear infinite;
}

.business-items span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    white-space: nowrap;
}

.business-items span:nth-child(1) { transform: rotateY(0deg) translateZ(32vw); }
.business-items span:nth-child(2) { transform: rotateY(36deg) translateZ(32vw); }
.business-items span:nth-child(3) { transform: rotateY(72deg) translateZ(32vw); }
.business-items span:nth-child(4) { transform: rotateY(108deg) translateZ(32vw); }
.business-items span:nth-child(5) { transform: rotateY(144deg) translateZ(32vw); }
.business-items span:nth-child(6) { transform: rotateY(180deg) translateZ(32vw); }
.business-items span:nth-child(7) { transform: rotateY(216deg) translateZ(32vw); }
.business-items span:nth-child(8) { transform: rotateY(252deg) translateZ(32vw); }
.business-items span:nth-child(9) { transform: rotateY(288deg) translateZ(32vw); }
.business-items span:nth-child(10) { transform: rotateY(324deg) translateZ(32vw); }

.project-list {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
    background:
        linear-gradient(0deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)),
        linear-gradient(180deg, #e5e5e5, #f3f3f3 79.17%, #e2e2e2);
}

.project-stage {
    position: relative;
    z-index: 10;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: clamp(96px, 12vh, 132px) 0 clamp(110px, 13vh, 144px);
}

.intro-ani-wrap {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: none;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
}

.main-projects {
    display: flex;
    width: max-content;
    min-width: 100%;
    align-items: center;
    gap: 4vw;
    padding-left: 6vw;
    padding-right: 18vw;
    position: relative;
    z-index: 10;
    transform: translate3d(0, 0, 0);
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.mp-item {
    position: relative;
    flex: 0 0 76vw;
    width: 76vw;
    height: 70vh;
    min-height: 360px;
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center;
    overflow: visible;
    color: #121212;
    text-decoration: none;
}

.mp-item[data-page-link] {
    cursor: pointer;
}

.project-card > * {
    pointer-events: none;
}

.project-card img {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.mp-item[data-page-link]:focus-visible {
    outline: 2px solid #fe4534;
    outline-offset: -24px;
}

.project-info {
    height: 100%;
    padding: 6vh 0 6vh 3.4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
    min-width: 0;
}

.project-number {
    font-family: var(--mono);
    font-size: clamp(42px, 6vw, 96px);
    line-height: .82;
    font-weight: 700;
    color: #121212;
    transition: transform .24s ease, color .24s ease, opacity .24s ease;
}

.project-title {
    max-width: 360px;
    font-size: clamp(28px, 3.2vw, 54px);
    line-height: 1;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #121212;
    text-transform: uppercase;
    text-align: left;
    pointer-events: none;
    text-wrap: balance;
    transition:
        color .22s ease,
        -webkit-text-stroke .22s ease,
        transform .22s ease,
        opacity .22s ease;
}

.project-meta,
.pr-title {
    max-width: 320px;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .55);
    transition: color .22s ease, opacity .22s ease;
}

.pr-title {
    display: none;
}

.project-image-wrap,
.pr-img {
    width: 100%;
    height: 58vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.project-image-wrap img,
.pr-img img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 1;
    transform: none;
    transition: transform .6s ease;
}

.mp-item.active .project-image-wrap img,
.mp-item:hover .project-image-wrap img,
.mp-item.active .pr-img img,
.mp-item:hover .pr-img img {
    transform: translate3d(0, 0, 0) scale(1.01);
}

.pr-client,
.pr-client span {
    display: none;
}

.project-number,
.project-title {
    transition: color .22s ease, transform .22s ease, opacity .22s ease;
}

.mp-item.active .project-number,
.mp-item:hover .project-number {
    color: #fe4534;
    transform: translate3d(0, -2px, 0);
}

.mp-item.active .project-title,
.mp-item:hover .project-title {
    -webkit-text-stroke: 0;
    background-image: linear-gradient(
        180deg,
        #111111 0%,
        #3d3d3d 52%,
        #0f0f0f 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    transform: translate3d(0, -2px, 0);
}

.mp-item.active .project-meta,
.mp-item:hover .project-meta {
    color: rgba(0, 0, 0, .72);
}

.pr-client span {
    font-family: var(--mono);
}

.other-title {
    display: none;
}

.pr-info {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    top: auto;
    bottom: 26px;
    display: flex;
    justify-content: center;
    gap: 20px;
    font-family: var(--mono);
    font-size: 14px;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
}

.project-list.is-active .pr-info {
    opacity: 1;
}

.project-spacer {
    display: none;
}

.sub-projects {
    display: none;
}

.sp-item {
    display: grid;
    grid-template-columns: 24% 25% 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 0 var(--page-pad);
    border-bottom: 1px solid #121212;
    font-size: clamp(22px, 2.4vw, 42px);
    line-height: 1.8;
    text-transform: uppercase;
}

.sp-item span:nth-child(4) { text-align: right; }

.project-detail {
    width: 100%;
    min-height: 100vh;
    overflow: visible;
    background: transparent;
    padding: 0;
    margin: 0;
}

.project-back-button {
    position: fixed;
    top: 28px;
    left: 28px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .72);
    background: rgba(255, 248, 251, .72);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    color: #171214;
    text-decoration: none;
    box-shadow:
        0 14px 34px rgba(31, 16, 24, .12),
        inset 0 1px 0 rgba(255, 255, 255, .82);
    transition:
        transform .22s ease,
        background .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.project-back-button:hover {
    background: rgba(255, 250, 252, .9);
    border-color: rgba(255, 255, 255, .95);
    box-shadow:
        0 18px 40px rgba(31, 16, 24, .16),
        inset 0 1px 0 rgba(255, 255, 255, .94);
    transform: translateY(-1px);
}

.project-back-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    transform: translateX(-1px);
}

.project-back-text {
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .24em;
    line-height: 1;
}

.project-full-image {
    display: block;
    width: 100vw;
    height: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

footer {
    position: relative;
    height: 100vh;
    display: grid;
    place-items: center;
    padding: var(--page-pad);
    background:
        linear-gradient(0deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)),
        linear-gradient(180deg, #e5e5e5, #f3f3f3 79.17%, #e2e2e2);
}

.bottom-section {
    width: min(1100px, calc(100vw - var(--page-pad) * 2));
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-section {
    font-size: clamp(72px, 14vw, 220px);
    line-height: .9;
    font-weight: 700;
    letter-spacing: 0;
}

.company-info-bottom {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    font-family: var(--mono);
    font-size: 14px;
}

.company-info-bottom a {
    text-decoration: underline;
}

.info-copy {
    margin-top: 40px;
    width: min(780px, 100%);
    font-size: 18px;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
}

.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .9s ease, transform .9s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes hideLoading {
    to {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-18px);
    }
}

@keyframes loadGrow {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes rotateWords {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(-360deg); }
}

@media (max-width: 900px) {
    body {
        --page-pad: 15px;
    }

    header {
        font-size: 13px;
    }

    .company-info-items {
        display: none;
    }

    .menu-section {
        width: 312px;
        height: 34px;
        left: 50%;
        top: 12px;
        transform: translateX(-50%);
        gap: 28px;
        font-size: 13px;
    }

    .menu-section.contact .back-round {
        opacity: 0;
    }

    .main.m2 {
        padding: 30px 0 40px;
    }

    .row-container,
    .row-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0;
    }

    .copy-section {
        padding: 0 15px;
    }

    .main-title {
        display: none;
    }

    .main-desc {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 10px 0 0;
        font-size: 15px;
        line-height: 1.4;
    }

    .de-title {
        display: block;
        margin-bottom: 10px;
    }

    .de-title b {
        position: relative;
        left: auto;
        top: auto;
        margin-right: 5px;
    }

    .img-section {
        display: block;
        margin-top: 20px;
    }

    .round-img {
        width: 100%;
    }

    .round-img .back-img {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 55vw;
        object-fit: cover;
        border-radius: 0;
    }

    .round-img .copy-img,
    .main.m4 {
        display: none;
    }

    .rs4 {
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .rs4 img {
        width: 100%;
        height: 100vw;
    }

    .project-list {
        min-height: 1000px;
        padding: 70px var(--page-pad) 80px;
    }

    .project-stage {
        height: 100vh;
        padding: 84px 0 98px;
        overflow: hidden;
    }

    .intro-ani-wrap {
        width: 100%;
        height: 100%;
        transform: none !important;
    }

    .pr-info {
        bottom: 18px;
        gap: 12px;
        font-size: 10px;
    }

    .main-projects {
        width: max-content;
        min-width: 100%;
        padding-left: 18px;
        padding-right: 18vw;
        flex-direction: row;
        gap: 18px;
    }

    .mp-item {
        flex: 0 0 82vw;
        width: 82vw;
        height: 66vh;
        min-height: 260px;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        overflow: visible;
        color: #121212;
    }

    .project-info {
        height: auto;
        padding: 20px 12px 8px 12px;
        gap: 12px;
    }

    .project-number {
        font-size: clamp(36px, 9vw, 62px);
        line-height: .84;
    }

    .project-title {
        max-width: none;
        font-size: clamp(24px, 5.6vw, 38px);
        line-height: 1;
    }

    .project-meta,
    .pr-title {
        max-width: none;
        font-size: 9px;
        line-height: 1.45;
        letter-spacing: .1em;
    }

    .project-image-wrap,
    .pr-img {
        height: 42vh;
        min-height: 210px;
    }

    .project-image-wrap img,
    .pr-img img {
        object-position: center;
    }

    .project-full-image {
        width: 100vw;
    }

    .project-back-button {
        top: 20px;
        left: 14px;
        gap: 8px;
        padding: 8px 14px 8px 10px;
    }

    .project-back-arrow {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .project-back-text {
        font-size: 10px;
        letter-spacing: .22em;
    }

    .sp-item {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 8px 0;
        font-size: 13px;
        line-height: 17px;
    }

    .sp-item span:nth-child(4) { display: none; }

    footer {
        height: 450px;
        padding: 15px;
    }

    .bottom-section {
        max-width: none;
        width: 100%;
    }

    .logo-section {
        font-size: 20vw;
    }

    .company-info-bottom {
        margin-top: 20px;
        gap: 10px;
        font-size: 14px;
    }

    .info-copy {
        margin-top: 20px;
        font-size: 12px;
        line-height: 13px;
    }

}
