    @font-face {
      font-family: "ABCDiatypePlus";
      src: url("../fonts/ABCDiatypePlusVariable-Trial.ttf") format("truetype");
      font-weight: 100 900;
      font-style: normal;
      font-display: swap;
    }
    *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
    :root{--mainColor:#0e0e0e;--mainBackground:#d9d9d9;--secondaryColor:#8a8a8a;--secondaryBackground:#fff;--linesColor:rgba(14,14,14,0.12)}
    .layout--colors{--mainColor:#d9d9d9;--mainBackground:#0e0e0e;--secondaryColor:#858585;--secondaryBackground:#191919;--linesColor:rgba(255,255,255,0.12)}
    html,body{width:100%;background:var(--mainBackground)!important;color:var(--mainColor);font-family:"ABCDiatypePlus","neue-haas-grotesk-text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;letter-spacing:.01em;overflow-x:hidden}
    a{color:inherit;text-decoration:none}
    /* ─ 로더 */
    .pe--page--loader{position:fixed;inset:0;z-index:9999;background:var(--mainBackground);display:flex;align-items:center;justify-content:center}
    .loader--inner{display:flex;align-items:center;justify-content:center}
    .loader--circle{position:relative;width:300px;height:300px}
    .loader--circle svg{width:100%;height:100%;transform:rotate(-90deg)}
    .loader--circle--track{fill:none;stroke:var(--linesColor);stroke-width:.4}
    .loader--circle--fill{fill:none;stroke:var(--mainColor);stroke-width:.4;stroke-dasharray:314.159;stroke-dashoffset:314.159;stroke-linecap:round}
    .loader--counter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:flex-start;font-size:16px;font-weight:400;color:var(--mainColor);letter-spacing:.05em;line-height:1;overflow:hidden}
    .slot--digit{height:1em;overflow:hidden;position:relative}
    .slot--roll{display:flex;flex-direction:column}
    .slot--roll span{height:1em;display:flex;align-items:center;justify-content:center}
    #slotHundred{width:0;transition:width .15s}
    #slotHundred.show{width:.55em}
    /* ─ 헤더 */
    .site-header{position:fixed;top:0;left:0;right:0;z-index:8888;display:flex;align-items:center;padding:0 20px;height:72px;box-sizing:border-box}
    .site-branding{flex-shrink:0;position:relative}
    .site-branding img{width:185px;height:auto;display:block}
    .site-branding .secondary__logo{position:absolute;top:0;left:0;opacity:0;transition:opacity .3s}
    body.layout--switched .site-branding .main__logo{opacity:0}
    body.layout--switched .site-branding .secondary__logo{opacity:1}
    .header-subtitle{font-size:10px;letter-spacing:normal;line-height:14px;color:var(--mainColor);text-transform:uppercase;margin-left:auto}
    .header-email{font-size:10px;letter-spacing:normal;color:var(--mainColor);margin-left:auto}
    .menu--toggle{background:none;border:1px solid rgba(0,0,0,0.08);cursor:pointer;font-family:inherit;font-size:10px;letter-spacing:normal;text-transform:uppercase;color:var(--mainColor);padding:10px 20px;display:flex;align-items:center;margin-left:auto}
    .layout-switcher{display:block;width:74px;height:21px;position:relative;cursor:pointer;margin-left:auto}
    .pl--switch{display:flex;align-items:center;position:relative;width:100%;height:100%;border:1px solid rgba(0,0,0,0.08);border-radius:50px}
    .pl--switch--button{display:flex;align-items:center;justify-content:center;width:36px;height:19px;position:relative;z-index:3}
    .pl--switch--button svg{width:12px;height:12px;fill:var(--mainColor);display:block;transition:fill .35s}
    .pl--switch--button.active svg{fill:var(--mainBackground)}
    .pl--follower{position:absolute;top:2px;left:1px;width:36px;height:16px;background:var(--mainColor);border-radius:50px;z-index:1;transition:left .35s cubic-bezier(.76,0,.24,1)}
    body.layout--switched .pl--follower{left:calc(100% - 37px)}
    body.layout--switched .pl--switch--button.pl--default svg{fill:var(--mainColor)}
    body.layout--switched .pl--switch--button.pl--switched svg{fill:var(--mainBackground)}
    /* ─ 네비 */
    #nav-overlay{position:fixed;inset:0;background:var(--mainColor);color:var(--mainBackground);z-index:8887;clip-path:inset(0 0 100% 0);transition:clip-path .65s cubic-bezier(.76,0,.24,1);overflow:hidden}
    #nav-overlay.open{clip-path:inset(0 0 0 0)}
    .nav-inner{display:flex;width:100%;height:100%}
    .nav-col--left{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:20px;position:relative}
    .nav-col--right{width:50%;display:flex;flex-direction:column;justify-content:space-between;padding:20px 20px 20px 10px}
    .nav-links{list-style:none;text-align:right;padding-right:20px}
    .nav-links li{overflow:hidden;margin-bottom:0}
    .nav-links a{display:inline-block;font-size:100px;font-weight:400;letter-spacing:-3px;line-height:100px;color:var(--mainBackground);text-transform:uppercase;opacity:.4;transition:opacity .3s,transform .55s cubic-bezier(.76,0,.24,1);transform:translateY(110%)}
    .nav-links a:hover{opacity:1}
    .nav-links li:first-child a{opacity:1}
    #nav-overlay.open .nav-links li:nth-child(1) a{transform:translateY(0);transition-delay:.05s}
    #nav-overlay.open .nav-links li:nth-child(2) a{transform:translateY(0);transition-delay:.10s}
    #nav-overlay.open .nav-links li:nth-child(3) a{transform:translateY(0);transition-delay:.15s}
    #nav-overlay.open .nav-links li:nth-child(4) a{transform:translateY(0);transition-delay:.20s}
    .nav-bottom-left{position:absolute;bottom:20px;left:20px;font-size:10px;letter-spacing:.02em;color:var(--mainBackground);opacity:.6;line-height:1.6}
    .nav-right-top{padding-top:52px}
    .nav-info-link{display:block;font-size:10px;letter-spacing:.02em;color:var(--mainBackground);text-decoration:none;line-height:2;opacity:.6;transition:opacity .3s}
    .nav-info-link:hover{opacity:1}
    .nav-social{margin-top:16px}
    .nav-right-bottom{padding-bottom:0}
    .nav-address{font-size:10px;letter-spacing:.02em;color:var(--mainBackground);opacity:.6;line-height:1.6}
    body.nav--open .site-branding .main__logo{opacity:0}
    body.nav--open .site-branding .secondary__logo{opacity:1}
    body.nav--open.layout--switched .site-branding .main__logo{opacity:1}
    body.nav--open.layout--switched .site-branding .secondary__logo{opacity:0}
    body.nav--open .menu--toggle{border-color:rgba(255,255,255,0.12);color:var(--mainBackground)}
    body.nav--open .header-subtitle,body.nav--open .header-email{color:var(--mainBackground)}
    body.nav--open .layout-switcher .pl--switch{border-color:rgba(255,255,255,0.12)}
    body.nav--open .pl--switch--button svg{fill:var(--mainBackground)}
    body.nav--open .pl--switch--button.active svg{fill:var(--mainColor)}
    body.nav--open .pl--follower{background:var(--mainBackground)}
    /* ─ 하단 UI */
    .bottom-left{position:fixed;bottom:26px;left:30px;z-index:10;font-size:10px;color:var(--secondaryColor);letter-spacing:.06em}
    .mobile-br{display:none}
    .scroll-indicator{position:fixed;bottom:26px;left:50%;transform:translateX(-50%);z-index:10;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--secondaryColor)}
    .bottom-right{position:fixed;bottom:26px;right:30px;z-index:10}
    .view-all-link{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--secondaryColor)}
    /* ─ pageElements + showcase 3d */
    #pageElements{position:relative;width:100%;height:100svh}
    .showcase--3d{height:100svh;width:100vw;overflow:hidden;position:relative;perspective:1000px;transform:scale(1.7)}
    .showcase--image--wrapper{transform-style:preserve-3d;position:relative;height:100%;width:100%;pointer-events:none}
    .showcase--3d .showcase--image--wrapper .project--container{width:50vw;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:all;opacity:1!important}
    .showcase--3d .showcase--image--wrapper .project--container{width:600px;transform:translate(-50%,-50%) rotateY(var(--rotate)) translateZ(1600px)}
    .showcase--3d .showcase--image--wrapper .showcase--project .project--image{width:100%;height:847px;overflow:hidden;opacity:1!important}
    .showcase--3d .showcase--image--wrapper .showcase--project .project--image>img{transform:rotateY(180deg);width:100%;height:100%;object-fit:cover;display:block}
    .showcase--3d .showcase--image--wrapper .showcase--project .project--metas--wrap{transform:rotateY(180deg);opacity:0;transition:opacity .2s;display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 0 0;pointer-events:none;overflow:visible;position:relative;width:100%}
    .showcase--3d .showcase--image--wrapper .project--container.active__project .project--metas--wrap{opacity:1}
    .zeyna--portfolio--project.project--metro .project--metas--wrap{position:absolute;bottom:0;width:100%;left:0;padding:25px;z-index:3}
    .zeyna--portfolio--project{display:block;position:relative;overflow:hidden;width:100%}
    .zeyna--portfolio--project .portfolio--project--wrapper{display:flex;flex-direction:column;height:100%}
    .zeyna--portfolio--project .portfolio--project--wrapper a{display:flex;flex-direction:column;position:relative;width:100%;height:100%}
    .zeyna--portfolio--project .portfolio--project--wrapper a .project--image{width:100%;height:847px;overflow:hidden;position:relative}
    .project--main--wrap{display:flex;flex-direction:column;align-items:center;gap:0;width:100%}
    .project--details--wrap{display:none}
    .project--title{font-size:14px;font-weight:400;margin:0;color:var(--mainColor);text-transform:uppercase}
    .project--cat{font-size:10px;color:var(--secondaryColor);margin:0;text-transform:uppercase}
    .project--meta{font-size:11px;margin:0;color:var(--secondaryColor)}
    /* ─ 노이즈 */
    .bg--noise{z-index:99999999999999;position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.05;background:#7b7b7b}
    /* ─ 커서 */
    body:has(.bc--hidden){cursor:none}
    div#mouseCursor{position:fixed;top:0;left:0;z-index:9998;pointer-events:none;-webkit-transition:width .2s ease-out,height .2s ease-out;-o-transition:width .2s ease-out,height .2s ease-out;transition:width .2s ease-out,height .2s ease-out;overflow:hidden;width:15px;height:15px;text-align:center}
    div#mouseCursor>svg{width:100%;height:100%;display:inline-block;vertical-align:super;fill:var(--mainColor)}
    div#mouseCursor.cursor--circle{width:50px;height:50px}
    div#mouseCursor.cursor--circle>svg{fill:transparent;stroke:var(--mainColor);stroke-width:1px;vertical-align:middle}
    div#mouseCursor.cursor--default:not(.cursor--drag){width:125px;height:125px;opacity:.5}
    div#mouseCursor.cursor--hidden{width:0;height:0}
    div#mouseCursor .cursor--icon,div#mouseCursor .cursor--text,div#mouseCursor.cursor--icon,div#mouseCursor.cursor--text{width:125px;height:125px}
    div#mouseCursor .cursor-icon,div#mouseCursor .cursor-text,div#mouseCursor .cursor--drag--icons{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--mainBackground);font-size:10px;text-transform:uppercase;line-height:1.4;width:125px;height:125px;display:flex;align-items:center;justify-content:center}
    div#mouseCursor.cursor--circle .cursor-icon,div#mouseCursor.cursor--circle .cursor-text,div#mouseCursor.cursor--circle .cursor--drag--icons{color:var(--mainColor)}
    div#mouseCursor .cursor-icon{font-size:1.25rem;line-height:1;width:auto}
    div#mouseCursor.cursor--icon{width:125px;height:125px}
    div#mouseCursor.cursor--icon .cursor-icon svg{fill:var(--mainBackground);width:20px;height:20px;display:block}
    div#mouseCursor .cursor--drag--icons svg{fill:var(--mainBackground);width:2rem;height:2rem;display:inline-block}
    div#mouseCursor .cursor--drag--icons{width:100%;display:none}
    div#mouseCursor.cursor--drag .cursor--drag--icons{display:flex;flex-direction:row;justify-content:center;gap:50px;transition:gap .3s ease}
    div#mouseCursor.cursor--drag.dragging .cursor--drag--icons{gap:10px}
    div#mouseCursor.cursor--switched:not(.cursor--circle)>svg{fill:var(--secondaryColor)}
    div#mouseCursor.cursor--switched.cursor--circle>svg{stroke:var(--secondaryColor)}
    div#mouseCursor.cursor--plus{width:35px;height:35px;overflow:visible}
    div#mouseCursor.cursor--plus .cursor-icon,div#mouseCursor.cursor--plus .cursor-text,div#mouseCursor.cursor--plus .cursor--drag--icons{color:var(--mainColor);left:100%;transform:none;top:unset;bottom:-10%;font-size:10px;text-transform:uppercase;white-space:nowrap;width:auto;height:auto}
    div#mouseCursor.cursor--plus>svg{transition:transform .4s ease-in-out}
    div#mouseCursor.cursor--plus.cursor--default{width:45px;height:45px}
    div#mouseCursor.cursor--square{width:10px;height:10px}
    div#mouseCursor.cursor--square.cursor--default{width:100px;height:100px;opacity:.1}
    div#mouseCursor.cursor--square rect{fill:var(--mainColor);width:100%;height:100%}
    /* ─ 전환 미디어 (barba transition clone) */
    .transition--media{pointer-events:none}

    /* ─── 포트폴리오 상세 페이지 CSS (barba 전환 후 적용) ─── */
    .portfolio-hero{display:flex;flex-direction:row;width:100%;height:100svh;min-height:600px;padding:10px;gap:90px;position:relative}
    .hero-left{width:40%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:140px 0 20px 10px;gap:24px;overflow:hidden}
    .hero-title-wrap{flex:0 0 auto}
    .project-title{font-size:64px;font-weight:500;letter-spacing:-0.03em;line-height:100%;text-transform:uppercase;color:var(--mainColor);margin:0;padding:0;background:none;background-color:transparent!important;position:static;z-index:auto}
    .hero-category{font-size:14px;text-transform:uppercase;color:var(--mainColor);line-height:16px;padding:10px 0}
    .meta-label-text{color:var(--secondaryColor);display:inline;vertical-align:baseline;letter-spacing:normal}
    .hero-meta-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 30px;width:100%}
    .meta-label{font-size:14px;text-transform:uppercase;color:var(--secondaryColor);line-height:1.4;margin-bottom:2px}
    .meta-value{font-size:14px;text-transform:uppercase;color:var(--mainColor);line-height:1.4}
    .hero-description{font-size:14px;font-weight:500;line-height:18px;letter-spacing:-0.02em;text-transform:uppercase;color:var(--mainColor);margin-top:80px}
    .hero-right{width:60%;overflow:hidden;position:relative;padding:140px 0 0 0}
    .hero-right .project-featured-image{width:100%;height:100%;object-fit:cover;display:block}
    .hero-right .project-youtube{width:100%;height:100%;max-height:863px;object-fit:cover;display:block;border:none;border-radius:10px}
    .divider{width:100%;height:1px;background:var(--linesColor);margin:0}
    .img-full{width:100%;overflow:hidden;line-height:0}
    .img-full img{width:100%;height:auto;display:block}
    .img-row{display:flex;flex-direction:row;width:100%;gap:0;line-height:0}
    .img-row .col-2-3{flex:0 0 66.6%;overflow:hidden}
    .img-row .col-1-3{flex:0 0 33.3%;overflow:hidden}
    .img-row img{width:100%;height:100%;object-fit:cover;display:block}
    .content-row{display:flex;flex-direction:row;width:100%;min-height:60vh;padding:10px;gap:20px}
    .content-row .col-img{flex:0 0 calc(50% - 10px);overflow:hidden;background:#eee}
    .content-row .col-img img{width:100%;height:100%;object-fit:cover;display:block}
    .content-row .col-text{flex:0 0 calc(50% - 10px);display:flex;flex-direction:column;justify-content:space-between;padding:20px}
    .content-heading{font-size:clamp(28px,3vw,48px);font-weight:500;letter-spacing:-.025em;line-height:1;text-transform:uppercase;color:var(--secondaryColor)}
    .content-body{font-size:clamp(12px,1.1vw,16px);line-height:1.5;text-transform:uppercase;color:var(--mainColor);max-width:380px}
    .services-section{padding:10px;width:100%}
    .services-label{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--secondaryColor);margin-bottom:20px}
    .service-item{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid var(--linesColor);font-size:clamp(12px,1.1vw,15px);text-transform:uppercase}
    .service-item:last-child{border-bottom:1px solid var(--linesColor)}
    .service-name{font-weight:400}
    .service-year{color:var(--secondaryColor);font-size:10px}
    .back-section{padding:40px 30px 60px;display:flex;align-items:center;justify-content:space-between}
    .back-btn{font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:12px 24px;border:1px solid var(--mainColor);display:inline-block;transition:background .3s,color .3s}
    .back-btn:hover{background:var(--mainColor);color:var(--mainBackground)}
    .back-copy{font-size:10px;text-transform:uppercase;color:var(--secondaryColor);letter-spacing:.05em}
    .portfolio-footer{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:20px 30px;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--secondaryColor)}
    .portfolio-footer a{color:var(--secondaryColor)}
    @media(max-width:768px){
      /* ── 공통 UI ── */
      div#mouseCursor{display:none}
      .header-subtitle{position:fixed;top:110px;left:20px;display:block;margin:0;font-size:10px;text-transform:uppercase;z-index:10}
      .header-email{position:fixed;top:110px;right:20px;display:block;margin:0;font-size:10px;text-transform:uppercase;z-index:10}
      .layout-switcher{display:none}
      .menu--toggle{border:none}
      body.nav--open .header-subtitle{color:var(--mainBackground);z-index:8888}
      body.nav--open .header-email{color:var(--mainBackground);z-index:8888}
      body.nav--open .layout-switcher{display:block}
      /* ── 모바일 메뉴 ── */
      .nav-inner{flex-direction:column;position:relative;padding:72px 20px 20px}
      .nav-col--left{width:100%;flex:1;justify-content:center;align-items:flex-end;padding:0;position:static}
      .nav-col--right{position:absolute;top:122px;right:20px;width:auto;padding:0;flex:none}
      .nav-right-top{display:none}
      .nav-social{display:none}
      .nav-right-bottom{display:none}
      .nav-bottom-left{display:none}
      .nav-links{padding-right:0}
      .nav-links a{font-size:64px;font-weight:500;line-height:100%;letter-spacing:-2px}
      .scroll-indicator{display:none}
      .mobile-br{display:inline}
      .bottom-left{left:20px;max-width:55%;line-height:12px}
      .bottom-right{right:20px}
      body.nav--open #bottomLeft,body.nav--open #bottomRight{opacity:1!important;z-index:8888}
      body.nav--open #bottomLeft{color:var(--mainBackground)}
      body.nav--open .view-all-link{color:var(--mainBackground)}
      body.nav--open #scrollIndicator{opacity:0!important}
      body.nav--open .layout-switcher{position:fixed;bottom:120px;right:20px;z-index:8889;margin:0}
      /* ── 3D 쇼케이스 ── */
      .showcase--3d .showcase--image--wrapper .project--container{width:85vw}
      .showcase--3d .showcase--image--wrapper .showcase--project .project--image{height:calc(85vw * 335 / 268)}
      .showcase--3d .showcase--image--wrapper .showcase--project .project--metas--wrap{opacity:1}
      /* ── 포트폴리오 상세 ── */
      .portfolio-hero{flex-direction:column;min-height:100svh;height:auto;padding:80px 0 0;gap:0}
      .hero-left{width:100%;min-height:auto;padding:28px 20px 30px;gap:16px}
      .project-title{font-size:36px;font-weight:500}
      .hero-category{font-size:12px}
      .meta-label{font-size:10px}
      .meta-value{font-size:10px}
      .hero-description{font-size:14px;line-height:18px;font-weight:500;margin-top:20px}
      .hero-meta-row{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}
      .hero-right{width:100%;height:auto;padding:0 20px;order:-1}
      .hero-right .project-featured-image{width:100%;height:auto;object-fit:cover}
      .hero-right .project-youtube{width:100%;height:auto;aspect-ratio:380/284;border-radius:0}
      .img-row{flex-direction:column}
      .img-row .col-2-3,.img-row .col-1-3{flex:none;width:100%}
      .img-row .col-1-3 img,.img-row .col-2-3 img{height:60vw}
      .content-row{flex-direction:column;min-height:auto}
      .content-row .col-img,.content-row .col-text{flex:none;width:100%}
      .content-row .col-img{height:60vw}
      .portfolio-footer{position:relative;margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding:20px;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--secondaryColor)}
      .portfolio-footer a{color:var(--secondaryColor)}
    }
