/* CASTING LAB v126.58 — confirmed HOME Design V1 applied to the production home only. */
:root{
  --cl-v1-blue:#3158e6;
  --cl-v1-ink:#15171b;
  --cl-v1-muted:#777b84;
  --cl-v1-paper:#f5f4f0;
  --cl-v1-card:#fff;
  --cl-v1-line:#e5e4df;
  --cl-v1-soft:#eef2ff;
  --cl-v1-green:#12805a;
  --cl-v1-orange:#ff7b36;
  --cl-v1-shadow:0 18px 45px rgba(20,23,30,.08);
}
.cl-v1-legacy-home{display:none!important}
#clV1Home{max-width:1180px;margin:0 auto;padding:0 28px 110px;color:var(--cl-v1-ink);font-family:Inter,Arial,"Noto Sans KR",sans-serif}
#clV1Home *{box-sizing:border-box}
#clV1Home button{font:inherit}

/* Header: reuse the existing production auth/menu DOM, only restyle while HOME is active. */
html.cl-v1-home-boot .app,
body.cl-v1-home-active .app{background:var(--cl-v1-paper)}
html.cl-v1-home-boot .header,
body.cl-v1-home-active .header{height:82px;padding:0 28px;background:rgba(245,244,240,.92);border-bottom:1px solid var(--cl-v1-line);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
html.cl-v1-home-boot .header .brand,
body.cl-v1-home-active .header .brand{align-items:flex-start;gap:0;text-align:left}
html.cl-v1-home-boot .header .brand .brand-desktop,
body.cl-v1-home-active .header .brand .brand-desktop{font-size:26px;letter-spacing:-1.2px;line-height:1;color:var(--cl-v1-ink)}
html.cl-v1-home-boot .header .brand .brand-mobile,
body.cl-v1-home-active .header .brand .brand-mobile{font-size:22px;letter-spacing:-1px;color:var(--cl-v1-ink)}
html.cl-v1-home-boot .header .brand em,
body.cl-v1-home-active .header .brand em{color:var(--cl-v1-blue)}
html.cl-v1-home-boot .header .brand>span:not(.cl-v1-brand-tag),
body.cl-v1-home-active .header .brand>span:not(.cl-v1-brand-tag){display:none!important}
.cl-v1-brand-tag{display:none;font-size:9px;line-height:1;letter-spacing:1.7px;color:#90938e;margin-top:5px;font-weight:700}
html.cl-v1-home-boot .header .cl-v1-brand-tag,
body.cl-v1-home-active .header .cl-v1-brand-tag{display:block}
html.cl-v1-home-boot .header-actions,
body.cl-v1-home-active .header-actions{display:flex;align-items:center;gap:8px}
html.cl-v1-home-boot .header-actions .circle,
body.cl-v1-home-active .header-actions .circle{display:none!important}
html.cl-v1-home-boot #openDrawer,
body.cl-v1-home-active #openDrawer{width:38px;height:38px;border:1px solid var(--cl-v1-line);border-radius:999px;background:#fff;padding:0 10px}
.cl-v1-desktop-login{display:none;height:38px;border:1px solid #17191f;border-radius:999px;background:#17191f;color:#fff;padding:0 15px;font-size:11px;font-weight:900;cursor:pointer}
body.cl-v1-home-active.cl-v1-auth-ready:not(.cl-v1-signed-in) .cl-v1-desktop-login{display:inline-flex;align-items:center;justify-content:center}
body.cl-v1-home-active:not(.cl-v1-signed-in) #openDrawer{display:none!important}
body.cl-v1-home-active.cl-v1-signed-in #openDrawer{display:inline-flex!important;align-items:center;justify-content:center;flex-direction:column;gap:4px}
html.cl-v1-home-boot:not(.cl-v1-ui-ready) .header-actions,
html.cl-v1-home-boot:not(.cl-v1-ui-ready) .mobile-header-actions{visibility:hidden}

/* Existing language selector, V1 visual treatment. Country remains separate from this UI. */
body.cl-v1-home-active .cl-language-switcher.cl-language-scroll-selector .cl-lang-trigger{height:32px!important;min-height:32px!important;min-width:auto!important;border:1px solid var(--cl-v1-line)!important;background:#fff!important;border-radius:999px!important;padding:0 11px!important;gap:5px!important;font-size:11px!important;font-weight:900!important;color:#555b64!important}
body.cl-v1-home-active .cl-language-switcher.cl-language-scroll-selector .cl-lang-globe{display:none!important}
body.cl-v1-home-active .cl-language-switcher.cl-language-scroll-selector .cl-lang-menu{top:38px!important;width:184px!important;border:1px solid var(--cl-v1-line)!important;border-radius:14px!important;padding:5px!important;box-shadow:0 12px 30px rgba(20,23,30,.12)!important}
body.cl-v1-home-active .cl-language-switcher.cl-language-scroll-selector .cl-lang-option,
body.cl-v1-home-active .cl-lang-mobile-portal .cl-lang-option{grid-template-columns:1fr 20px!important;height:36px!important;min-height:36px!important;border-radius:10px!important;padding:0 9px!important;font-size:11px!important;font-weight:850!important;color:#555b64!important}
body.cl-v1-home-active .cl-language-switcher.cl-language-scroll-selector .cl-lang-option .cl-lang-flag,
body.cl-v1-home-active .cl-lang-mobile-portal .cl-lang-option .cl-lang-flag{display:none!important}
body.cl-v1-home-active .cl-language-switcher.cl-language-scroll-selector .cl-lang-option.active,
body.cl-v1-home-active .cl-lang-mobile-portal .cl-lang-option.active{background:var(--cl-v1-soft)!important;color:var(--cl-v1-blue)!important}

/* Confirmed V1 home shell. */
.cl-v1-livebar{margin-top:12px;height:52px;border-radius:18px;background:#17191f;color:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:0 16px;overflow:hidden;box-shadow:var(--cl-v1-shadow)}
.cl-v1-live-label{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:950;letter-spacing:.5px;white-space:nowrap}
.cl-v1-dot{width:8px;height:8px;border-radius:50%;background:#ff4f58;box-shadow:0 0 0 5px rgba(255,79,88,.12);animation:clV1Pulse 1.65s infinite}
@keyframes clV1Pulse{50%{box-shadow:0 0 0 10px rgba(255,79,88,0)}}
.cl-v1-ticker{height:24px;overflow:hidden;min-width:0}
.cl-v1-ticker-track{transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.cl-v1-ticker-item{height:24px;display:flex;align-items:center;gap:8px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cl-v1-ticker-item b{color:#b8c4ff;flex:none}.cl-v1-ticker-item b.talent{color:#8ae0bd}.cl-v1-ticker-item span:not(.cl-v1-ticker-meta){overflow:hidden;text-overflow:ellipsis}
.cl-v1-ticker-meta{font-size:10px;color:#a9adb5;flex:none}
.cl-v1-live-more{border:0;background:rgba(255,255,255,.10);color:#fff;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:900;cursor:pointer;white-space:nowrap}

.cl-v1-hero{padding:27px 0}
.cl-v1-hero-card{background:#fff;border:1px solid var(--cl-v1-line);border-radius:30px;padding:38px 34px;box-shadow:0 8px 28px rgba(20,23,30,.035)}
.cl-v1-eyebrow{font-size:11px;color:var(--cl-v1-blue);font-weight:950;letter-spacing:1.5px}
.cl-v1-hero h1{font-size:32px;line-height:1.2;letter-spacing:-1.2px;margin:10px 0 14px}
.cl-v1-hero p{margin:0;color:var(--cl-v1-muted);font-size:15px;line-height:1.7}
.cl-v1-hero p strong{color:var(--cl-v1-ink)}

.cl-v1-section{margin-top:38px}.cl-v1-section.cl-v1-first{margin-top:0}
.cl-v1-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:14px}
.cl-v1-section-title small{display:block;font-size:11px;color:var(--cl-v1-blue);font-weight:950;letter-spacing:1.3px}
.cl-v1-section-title h2{font-size:32px;letter-spacing:-1.2px;margin:5px 0 0;line-height:1.2}
.cl-v1-section-title p{font-size:14px;color:var(--cl-v1-muted);margin:6px 0 0;line-height:1.5}
.cl-v1-more{border:0;background:none;color:var(--cl-v1-blue);font-size:13px;font-weight:950;cursor:pointer;white-space:nowrap;padding:4px 0;text-decoration:none}
.cl-v1-rail{display:grid;grid-auto-flow:column;gap:11px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 8px;overscroll-behavior-inline:contain}
.cl-v1-rail::-webkit-scrollbar{height:5px}.cl-v1-rail::-webkit-scrollbar-thumb{background:#d5d5cf;border-radius:999px}.cl-v1-rail::-webkit-scrollbar-track{background:transparent}
.cl-v1-project-grid,.cl-v1-collab-grid{grid-auto-columns:minmax(260px,286px)}
.cl-v1-talent-grid{grid-auto-columns:minmax(210px,230px)}

.cl-v1-card{scroll-snap-align:start;background:#fff;border:1px solid var(--cl-v1-line);border-radius:20px;overflow:hidden;transition:.2s;cursor:pointer;color:inherit;text-decoration:none;position:relative}
.cl-v1-card:hover{transform:translateY(-3px);box-shadow:var(--cl-v1-shadow)}
.cl-v1-project-card,.cl-v1-collab-card{aspect-ratio:4/4.55;display:flex;flex-direction:column}
.cl-v1-project-image,.cl-v1-collab-image{height:68%;min-height:0;background:#e9e9e5 center/cover no-repeat;position:relative;overflow:hidden}
.cl-v1-project-image:after,.cl-v1-collab-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),transparent 48%,rgba(0,0,0,.16));pointer-events:none}
.cl-v1-image-placeholder{position:absolute;inset:0;display:grid;place-items:center;padding:18px;text-align:center;color:#8b8e86;background:linear-gradient(145deg,#eeeee9,#e2e2dc);font-size:12px;font-weight:900;letter-spacing:.03em}
.cl-v1-industry{position:absolute;z-index:2;left:10px;top:10px;display:inline-flex;width:max-content;max-width:70%;background:rgba(255,255,255,.88);color:#111;border:1px solid rgba(255,255,255,.92);padding:6px 8px;border-radius:8px;font-size:10px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cl-v1-heart{position:absolute;z-index:3;right:8px;top:7px;width:34px;height:34px;border:0;background:transparent;color:#fff;display:grid;place-items:center;font-size:23px;font-weight:400;line-height:1;text-shadow:0 1px 6px rgba(0,0,0,.20);cursor:pointer;padding:0}
.cl-v1-heart[aria-pressed="true"]{color:#fff}.cl-v1-heart[aria-pressed="true"]:before{content:"♥"}.cl-v1-heart[aria-pressed="false"]:before{content:"♡"}
.cl-v1-heart-static{pointer-events:none;cursor:default}
.cl-v1-project-body,.cl-v1-collab-body{padding:10px 12px 10px;display:flex;flex:1;min-height:0;flex-direction:column}
.cl-v1-project-card h3,.cl-v1-collab-card h3{font-size:17px;line-height:1.24;letter-spacing:-.45px;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42.2px;max-height:42.2px}
.cl-v1-card-bottom{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;min-width:0}
.cl-v1-pay,.cl-v1-collab-type{display:flex;align-items:baseline;gap:6px;white-space:nowrap;min-width:0}.cl-v1-pay small,.cl-v1-collab-type small{font-size:9px;color:var(--cl-v1-muted)}.cl-v1-pay b,.cl-v1-collab-type b{font-size:15px;overflow:hidden;text-overflow:ellipsis}
.cl-v1-stats{display:flex;gap:8px;align-items:center;font-size:9px;color:#787b83;font-weight:850;white-space:nowrap}.cl-v1-stats strong{color:var(--cl-v1-ink);font-size:10px}

.cl-v1-talent-card{display:block}
.cl-v1-talent-photo{height:215px;background:#e9e9e5 center/cover no-repeat;position:relative;overflow:hidden}
.cl-v1-talent-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.32));pointer-events:none}
.cl-v1-talent-role{position:absolute;z-index:2;left:11px;top:11px;background:rgba(17,19,24,.82);color:#fff;border-radius:999px;padding:6px 8px;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:950}
.cl-v1-talent-body{padding:13px 13px 12px}.cl-v1-talent-head{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.cl-v1-talent-name{font-size:15px;line-height:1.2;font-weight:900}.cl-v1-check{color:var(--cl-v1-blue)}.cl-v1-talent-meta{font-size:11px;color:var(--cl-v1-muted);font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cl-v1-talent-stats{margin-top:10px;padding-top:10px;border-top:1px solid #ecece8;display:flex;gap:10px;align-items:center;font-size:10px;color:#7c8088;font-weight:850}.cl-v1-talent-stats strong{color:var(--cl-v1-ink);font-size:10px}

.cl-v1-state{grid-column:auto;width:286px;min-height:150px;border:1px solid var(--cl-v1-line);border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:22px;color:var(--cl-v1-muted);font-size:12px;line-height:1.6}
.cl-v1-talent-grid .cl-v1-state{width:230px}

.cl-v1-trust{margin-top:38px;background:#17191f;color:#fff;border-radius:24px;padding:24px;display:grid;grid-template-columns:1.1fr 1.9fr;gap:24px;align-items:center}
.cl-v1-trust h3{font-size:24px;letter-spacing:-1px;margin:0}.cl-v1-trust p{font-size:12px;color:#b7bbc3;line-height:1.6;margin:8px 0 0}.cl-v1-trust-items{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cl-v1-trust-item{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:15px;padding:15px}.cl-v1-trust-item b{font-size:12px}.cl-v1-trust-item span{display:block;font-size:10px;color:#aeb3bd;line-height:1.5;margin-top:5px}
.cl-v1-cta{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.cl-v1-cta-card{border-radius:22px;padding:22px;border:1px solid var(--cl-v1-line);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px}.cl-v1-cta-card.blue{background:var(--cl-v1-blue);border-color:var(--cl-v1-blue);color:#fff}.cl-v1-cta-card h4{font-size:18px;margin:0 0 5px}.cl-v1-cta-card p{font-size:11px;color:var(--cl-v1-muted);margin:0;line-height:1.5}.cl-v1-cta-card.blue p{color:#dfe5ff}.cl-v1-cta-card button{border:0;border-radius:999px;padding:10px 12px;font-size:10px;font-weight:950;cursor:pointer}.cl-v1-cta-card.blue button{background:#fff;color:var(--cl-v1-blue)}.cl-v1-cta-card:not(.blue) button{background:#17191f;color:#fff}
.cl-v1-footer{margin-top:28px;border-top:1px solid var(--cl-v1-line);padding-top:24px;display:grid;grid-template-columns:1.4fr 1fr;gap:30px}.cl-v1-footer-desc{font-size:11px;color:#777a75;line-height:1.7;max-width:650px}.cl-v1-footer-links{display:flex;gap:14px;justify-content:center;align-items:flex-start;flex-wrap:wrap}.cl-managed-sitelinks-footer{display:contents}.cl-v1-footer-links a{font-size:10px;font-weight:850;color:#686b67;text-decoration:none}

/* Reuse the existing production bottom navigation IDs/click handlers, V1 appearance only on HOME. */
html.cl-v1-home-boot .bottom,
body.cl-v1-home-active .bottom{height:86px;left:0;right:0;bottom:0;transform:none;width:100%;max-width:none;background:#fff;border-top:1px solid var(--cl-v1-line);display:grid;grid-template-columns:repeat(5,minmax(0,112px));justify-content:center;align-items:end;padding:10px max(10px,calc((100% - 560px)/2)) 8px;box-shadow:0 -10px 30px rgba(20,23,30,.06);backdrop-filter:none;-webkit-backdrop-filter:none}
html.cl-v1-home-boot .bottom .nav,
body.cl-v1-home-active .bottom .nav{color:#8c9088;font-size:10px;font-weight:900;gap:7px;padding:0 4px 6px;min-width:0}
html.cl-v1-home-boot .bottom .nav svg,
body.cl-v1-home-active .bottom .nav svg{width:27px;height:27px;stroke-width:2.2}
html.cl-v1-home-boot .bottom .nav.active,
body.cl-v1-home-active .bottom .nav.active{color:var(--cl-v1-ink)}
html.cl-v1-home-boot .bottom .plus,
body.cl-v1-home-active .bottom .plus{width:76px;height:76px;border-radius:28px;background:var(--cl-v1-blue);margin-top:-34px;margin-bottom:4px;box-shadow:0 16px 28px rgba(49,88,230,.28)}
html.cl-v1-home-boot .bottom .plus svg,
body.cl-v1-home-active .bottom .plus svg{width:34px;height:34px;stroke-width:2.6}
html.cl-v1-home-boot:not(.cl-v1-ui-ready) .bottom{visibility:hidden}

/* v126.220 — PC HOME navigation/card display polish only. */
@media (min-width:768px){
  /* Keep the center registration action prominent without overpowering the four peer items. */
  html.cl-v1-home-boot .bottom .plus,
  body.cl-v1-home-active .bottom .plus{
    width:30px;
    height:30px;
    border-radius:10px;
    margin-top:0;
    margin-bottom:0;
    box-shadow:0 4px 10px rgba(49,88,230,.18);
  }
  html.cl-v1-home-boot .bottom .plus svg,
  body.cl-v1-home-active .bottom .plus svg{
    width:20px;
    height:20px;
    stroke-width:2.3;
  }

  /* The runtime replaces the full PC copy with one literal label; mobile copy remains unchanged. */
  body.cl-v1-home-active .cl-v1-more{
    font-size:13px!important;
  }
  body.cl-v1-home-active .cl-v1-more::after{
    content:none!important;
  }

  /* Exactly 2x the original 34px hit area / 23px glyph on PC. */
  body.cl-v1-home-active .cl-v1-heart{
    width:68px;
    height:68px;
    right:-5px;
    top:-7px;
    font-size:46px;
  }

  /* Project titles move down one type step while collaboration titles stay unchanged. */
  body.cl-v1-home-active #clV1Projects .cl-v1-project-card h3{
    font-size:14px!important;
    line-height:1.34!important;
    letter-spacing:-.26px!important;
    min-height:37.6px!important;
    max-height:37.6px!important;
  }
  /* Reallocate the space released by the smaller title to the project image. */
  body.cl-v1-home-active #clV1Projects .cl-v1-project-image{
    height:73%!important;
    flex-basis:73%!important;
  }

  /* Name · primary role · primary region stays on one stable-height line. */
  body.cl-v1-home-active #clV1Talents .cl-v1-talent-head{
    flex-wrap:nowrap;
    gap:4px;
    min-width:0;
    overflow:hidden;
  }
  body.cl-v1-home-active #clV1Talents .cl-v1-talent-name{
    flex:0 1 auto;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  body.cl-v1-home-active #clV1Talents .cl-v1-talent-name::after{
    content:" ·";
    color:var(--cl-v1-muted);
    font-weight:700;
  }
  body.cl-v1-home-active #clV1Talents .cl-v1-talent-meta{
    flex:1 1 auto;
  }
}

/* v126.223 — the approved translucent badge size/opacity now applies on PC and mobile. */
body.cl-v1-home-active #clV1Home .cl-v1-industry,
body.cl-v1-home-active #clV1Home .cl-v1-talent-role{
  background:rgba(17,19,24,.25);
  color:#fff;
  border:1px solid rgba(255,255,255,.30);
  border-radius:999px;
  padding:8px 12px;
  font-size:13px!important;
  line-height:1.15!important;
  text-shadow:0 1px 3px rgba(0,0,0,.32);
  -webkit-backdrop-filter:blur(6px);
  backdrop-filter:blur(6px);
}

@media(max-width:980px){
  .cl-v1-project-grid,.cl-v1-collab-grid{grid-auto-columns:minmax(250px,276px)}
  .cl-v1-talent-grid{grid-auto-columns:minmax(205px,220px)}
}
@media(max-width:760px){
  #clV1Home{padding:0 15px 108px}
  html.cl-v1-home-boot .header,body.cl-v1-home-active .header{height:64px;padding:0 15px}
  html.cl-v1-home-boot .header .brand .brand-desktop,body.cl-v1-home-active .header .brand .brand-desktop{display:none!important}
  html.cl-v1-home-boot .header .brand .brand-mobile,body.cl-v1-home-active .header .brand .brand-mobile{display:block!important}
  html.cl-v1-home-boot .header .cl-v1-brand-tag,body.cl-v1-home-active .header .cl-v1-brand-tag{display:none}
  body.cl-v1-home-active .header>.header-actions{display:none!important}
  body.cl-v1-home-active .mobile-header-actions{display:flex!important;align-items:center;gap:7px}
  body.cl-v1-home-active .mobile-header-actions #mobileSignup{display:none!important}
  body.cl-v1-home-active:not(.cl-v1-auth-ready) .mobile-header-actions #mobileLogin,
  body.cl-v1-home-active:not(.cl-v1-auth-ready) .mobile-header-actions #mobileMenu,
  body.cl-v1-home-active:not(.cl-v1-auth-ready) .mobile-header-actions #mobileMy{visibility:hidden!important}
  body.cl-v1-home-active.cl-v1-auth-ready:not(.cl-v1-signed-in) .mobile-header-actions #mobileMenu,
  body.cl-v1-home-active.cl-v1-auth-ready:not(.cl-v1-signed-in) .mobile-header-actions #mobileMy{display:none!important}
  body.cl-v1-home-active.cl-v1-auth-ready:not(.cl-v1-signed-in) .mobile-header-actions #mobileLogin{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:32px!important;border:1px solid #17191f!important;border-radius:999px!important;background:#17191f!important;color:#fff!important;padding:0 11px!important;font-size:10px!important;font-weight:900!important}
  body.cl-v1-home-active.cl-v1-auth-ready.cl-v1-signed-in .mobile-header-actions #mobileMenu{display:inline-flex!important}
  .cl-v1-livebar{grid-template-columns:auto 1fr;height:48px;padding:0 12px;gap:11px}.cl-v1-live-more,.cl-v1-ticker-meta{display:none}.cl-v1-live-label{font-size:11px}.cl-v1-ticker-item{font-size:11px}
  .cl-v1-hero{padding:21px 0}.cl-v1-hero-card{padding:21px;border-radius:23px}.cl-v1-hero h1{font-size:28px;line-height:1.2;letter-spacing:-1.1px}.cl-v1-hero p{font-size:14px}
  .cl-v1-section{margin-top:30px}.cl-v1-section-title h2{font-size:28px}.cl-v1-section-title p{font-size:12px}.cl-v1-more{font-size:12px}
  .cl-v1-project-grid,.cl-v1-talent-grid,.cl-v1-collab-grid{grid-auto-columns:72vw;grid-template-columns:none}
  .cl-v1-talent-photo{height:245px}
  .cl-v1-trust{grid-template-columns:1fr;padding:20px}.cl-v1-trust p{font-size:12px}.cl-v1-trust-item b{font-size:12px}.cl-v1-trust-item span{font-size:10px}
  .cl-v1-cta{grid-template-columns:1fr}.cl-v1-footer{grid-template-columns:1fr}.cl-v1-footer-links{justify-content:center}
  html.cl-v1-home-boot .bottom,body.cl-v1-home-active .bottom{height:84px;padding:9px 10px 7px;grid-template-columns:repeat(5,1fr)}
  html.cl-v1-home-boot .bottom .nav,body.cl-v1-home-active .bottom .nav{font-size:9px;gap:6px}
  html.cl-v1-home-boot .bottom .nav svg,body.cl-v1-home-active .bottom .nav svg{width:25px;height:25px}
  html.cl-v1-home-boot .bottom .plus,body.cl-v1-home-active .bottom .plus{width:72px;height:72px;border-radius:26px;margin-top:-31px}
  html.cl-v1-home-boot .bottom .plus svg,body.cl-v1-home-active .bottom .plus svg{width:32px;height:32px}
}

/* v126.250 image egress optimization */
.cl-v1-project-image>.cl-v1-lazy-image,.cl-v1-collab-image>.cl-v1-lazy-image,.cl-v1-talent-photo>.cl-v1-lazy-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0}.cl-v1-project-image:after,.cl-v1-collab-image:after,.cl-v1-talent-photo:after{z-index:1}
