/* Interactive review additions. All styles stay inside the web2 route. */
.w2-journey { position: fixed; top: 0; left: 0; z-index: 40; transform-origin: 0 0; pointer-events: none; will-change: transform; }
.w2-journey .w2-gl { pointer-events: auto; }
.w2-journey.is-travelling .w2-gl { pointer-events: none; outline: none; }
.w2-journey[hidden],.w2-journey-badge[hidden] { display: none; }
.w2-journey-badge { position: fixed; right: 8px; z-index: 41; display: flex; flex-direction: column; align-items: center; gap: 9px; width: 82px; }
.w2-journey-badge>span { font: 500 8px/1.5 'Pretendard Variable',sans-serif; letter-spacing: .08em; color: #7283ad; background: #f7f8fae8; padding: 4px 7px; border-radius: 20px; }
.w2-journey-badge button { font-family: inherit; font-size: 12px; line-height: 1; color: #244cf4; background: #f7f8fae8; border: 1px solid #bdc9ed; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; }
.web2-page .w2-hero { position: relative; padding-bottom: 48px; }
.web2-page .w2-hero h1 { font-size: clamp(65px, 6.9vw, 102px); margin: 66px 0 73px; position: relative; z-index: 1; pointer-events: none; }
.w2-sculpture { position: absolute; width: 43%; right: -15px; top: 75px; z-index: 2; }
.w2-sculpture-stage { position: relative; height: 360px; }
.w2-gl { width: 100%; height: 100%; display: block; cursor: grab; touch-action: pan-y; position: relative; z-index: 1; }
.w2-gl:active { cursor: grabbing; }
.w2-sculpture-stage:after { content: ''; width: 46%; height: 14px; position: absolute; bottom: 8px; left: 27%; background: #344bea28; border-radius: 50%; filter: blur(15px); pointer-events: none; }
.w2-sculpture-fallback { position: absolute; inset: 0; display: grid; place-items: center; font-size: 280px; color: #244cf4; line-height: 1; }
.w2-sculpture.is-ready .w2-sculpture-fallback { display: none; }
.w2-sculpture:not(.is-ready) .w2-gl { visibility: hidden; }
.w2-sculpture-index { position: absolute; top: 25px; right: 10px; font-size: 7px; letter-spacing: .12em; line-height: 1.8; color: #838b9b; pointer-events: none; }
.w2-sculpture-controls { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 8px; }
.w2-sculpture-controls button { border: 1px solid transparent; border-radius: 20px; background: transparent; color: #626873; font: 600 9px 'Pretendard Variable',sans-serif; letter-spacing: .05em; padding: 10px 16px; cursor: pointer; transition: background .25s, color .25s; min-height: 38px; }
.w2-sculpture-controls button[aria-pressed="true"] { border-color: #c7d1f4; color: #244cf4; background: #eaf0ff; }
.w2-sculpture-controls button:hover:not(:disabled) { background: #e5eafd; color: #244cf4; }
.w2-sculpture-controls button:disabled { opacity: .45; cursor: default; }
.w2-sculpture-controls .w2-sculpture-pause { border: 1px solid #dce0e6; padding: 8px 12px; font-size: 13px; }
.web2-page .w2-sculpture-hint { text-align: center; color: #7d8491; font-size: 10px; margin-top: 9px; }
@media (min-width: 601px) {
    .w2-hero-bottom { flex-direction: column; align-items: flex-start; gap: 18px; }
    .w2-hero-bottom p { max-width: 60%; }
    .w2-hero-bottom .w2-arrow-circle { width: 35px; height: 35px; font-size: 18px; }
    .w2-hero-bottom .w2-round-link { gap: 18px; font-size: 12px; }
}
.w2-depth { height: 265svh; min-height: 1750px; background: #080e1c; color: #f2f5ff; position: relative; }
.w2-depth-sticky { --depth-open: 0; --depth-progress: 0; height: calc(100svh - 84px); min-height: 630px; position: sticky; top: 84px; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 62% 49%, #233b793b, transparent 62%); }
.w2-depth-sticky:before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(#9bacff06 1px, transparent 1px), linear-gradient(90deg,#9bacff06 1px,transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse, #000, transparent 75%); pointer-events: none; }
.w2-depth-header { padding-top: 42px; position: relative; z-index: 3; pointer-events: none; }
.w2-depth-header .w2-eyebrow { color: #8d9dc5; }
.web2-page .w2-depth-header h2 { font-size: clamp(32px, 3.7vw, 54px); line-height: 1.2; margin-top: 25px; }
.w2-depth-header h2>span { color: #8191b4; }
.web2-page .w2-depth-instruction { margin-top: 20px; color: #a6b5d2; font-size: 12px; }
.w2-depth-scene { position: absolute; inset: 15% 3% 9% 24%; perspective: 1500px; display: grid; place-items: center; }
.w2-depth-stack { position: relative; width: min(70%, 640px); aspect-ratio: 820 / 568; transform-style: preserve-3d; transform: rotateX(calc(8deg + var(--depth-open) * 42deg)) rotateZ(calc(-4deg - var(--depth-open) * 19deg)) rotateY(calc(var(--depth-open) * -10deg)); will-change: transform; }
.w2-depth-stack { scale: calc(1 - var(--depth-open) * .13); }
.w2-depth-layer { position: absolute; inset: 0; border-radius: 5px; transform-style: preserve-3d; }
.w2-layer-tag { position: absolute; left: -1px; top: -29px; font-size: 9px; letter-spacing: .1em; color: #d8e3ff; border: 1px solid #6a8de170; padding: 5px 10px; background: #142343; opacity: var(--depth-open); white-space: nowrap; }
.w2-depth-structure { border: 1px solid #7ba4fa; background: #12254aee; padding: 23px; transform: translateZ(calc(-8px - var(--depth-open) * 140px)); box-shadow: 0 20px 80px #0007; }
.w2-blueprint-nav { display: flex; gap: 13px; align-items: center; border-bottom: 1px solid #6c8bba66; padding-bottom: 16px; }
.w2-blueprint-nav b { font-size: 13px; font-weight: 500; letter-spacing: .18em; margin-right: auto; color: #b7caff; }
.w2-blueprint-nav i { display: block; width: 40px; height: 5px; background: #496897; }
.w2-blueprint-body { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; height: 59%; padding: 25px 0; }
.w2-blueprint-body>div:first-child { display: flex; flex-direction: column; gap: 12px; }
.w2-blueprint-body span { display: block; width: 90%; height: 12px; background: #729bdd55; }
.w2-blueprint-body span:nth-child(2) { width: 70%; }
.w2-blueprint-body span:nth-child(3) { width: 45%; height: 6px; }
.w2-blueprint-body i { margin-top: auto; width: 55%; height: 24px; border: 1px solid #7396c5; }
.w2-blueprint-cross { border: 1px solid #7396c5; background: linear-gradient(to top right, transparent 49.8%,#7396c5 50%,transparent 50.4%),linear-gradient(to bottom right,transparent 49.8%,#7396c5 50%,transparent 50.4%); }
.w2-blueprint-grid { display: flex; height: 21%; gap: 12px; }
.w2-blueprint-grid i { width: 33.333%; border: 1px solid #7396c5; }
.w2-depth-design { background: #111; transform: translateZ(0); border: 1px solid #abbcff60; box-shadow: 0 18px 60px #0005; overflow: visible; }
.w2-depth-design img { display: block; width: 100%; height: 100%; border-radius: 4px; }
.w2-depth-motion { border: 1px solid #adc1ff; background: linear-gradient(130deg,#b8caff09,#a3b1e510); transform: translateZ(calc(6px + var(--depth-open) * 150px)); opacity: calc(.08 + var(--depth-open) * .92); }
.w2-motion-target { position: absolute; border: 1px solid #c3d0ff; }
.w2-target-one { inset: 15% 5% 47% 5%; }
.w2-target-two { inset: 67% 17% 14%; border-style: dashed; }
.w2-motion-target:before,.w2-motion-target:after { content: ''; position: absolute; width: 5px; height: 5px; background: #e1e9ff; border: 1px solid #769cff; top: -3px; left: -3px; }
.w2-motion-target:after { top: auto; left: auto; bottom: -3px; right: -3px; }
.w2-motion-path { position: absolute; width: 37%; height: 35%; border: 1px dashed #b3c6ff; border-left: 0; border-bottom: 0; right: 10%; bottom: 6%; border-radius: 0 70% 0 0; }
.w2-motion-pointer { position: absolute; left: calc(60% - var(--depth-progress) * 20%); top: calc(47% + var(--depth-progress) * 15%); font-size: 48px; line-height: 1; color: #e3edff; filter: drop-shadow(0 2px 8px #254cf4); }
.w2-motion-pointer small { display: block; margin-left: 25px; font-size: 7px; padding: 6px; border-radius: 3px; background: #244cf4; color: white; white-space: nowrap; }
.w2-depth-footer { position: absolute; bottom: 33px; left: 0; right: 0; display: flex; align-items: end; gap: 30px; }
.w2-depth-caption { position: relative; height: 52px; flex: 1; }
.w2-depth-caption>span { position: absolute; left: 0; top: 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .35s,transform .35s,visibility .35s; font-size: 12px; color: #a5b5d2; line-height: 1.8; }
.w2-depth-caption>span.is-active { opacity: 1; visibility: visible; transform: none; }
.w2-depth-caption b { display: block; font-size: 19px; font-weight: 500; letter-spacing: -.03em; color: #eff4ff; margin-bottom: 5px; }
.w2-depth-track { height: 2px; width: 22%; background: #44547c; margin-bottom: 8px; }
.w2-depth-track i { width: calc(var(--depth-progress) * 100%); height: 100%; display: block; background: #b6cbff; }
.w2-depth-count { font-size: 9px; color: #b4c5e4; letter-spacing: .08em; margin-bottom: 2px; }
.w2-playground { background: #e8ecf3; }
.w2-play-controls { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 25px; }
.w2-play-controls button { font-family: inherit; min-height: 42px; border: 1px solid #c5cddd; background: transparent; color: #59647a; padding: 11px 16px; cursor: pointer; font-size: 10px; font-weight: 600; border-radius: 5px; transition: background .25s,color .25s; }
.w2-play-controls button:disabled { opacity: .5; cursor: default; }
.w2-device-buttons { display: flex; gap: 7px; }
.w2-play-controls button[aria-pressed="true"] { background: #1b2334; border-color: #1b2334; color: #fff; }
.w2-width-control { display: flex; gap: 17px; align-items: center; font-size: 11px; color: #5c6578; }
.w2-width-control input { width: 160px; min-height: 30px; accent-color: #244cf4; cursor: ew-resize; }
.w2-width-control output { font-variant-numeric: tabular-nums; min-width: 46px; text-align: right; }
.w2-theme-switch span { margin-right: 8px; font-size: 15px; vertical-align: middle; }
.w2-live-stage { min-height: 650px; display: flex; justify-content: center; align-items: start; background-image: radial-gradient(#9ba7bb60 1px, transparent 1px); background-size: 17px 17px; padding: 32px 0; }
.w2-live-frame { width: 100%; max-width: 1100px; min-width: 280px; border: 1px solid #ccd1dc; border-radius: 10px; overflow: hidden; box-shadow: 0 22px 60px #1a2f5520; container-type: inline-size; background: #f3f0e9; }
.web2-page.w2-play-ready .w2-live-stage { position: relative; min-height: 0; display: block; }
.web2-page.w2-play-ready .w2-live-frame { position: absolute; top: 32px; left: 50%; transform-origin: center top; }
.w2-live-browser { display: flex; align-items: center; justify-content: space-between; background: #fff; color: #70798a; font-size: 8px; height: 31px; padding: 0 15px; border-bottom: 1px solid #dce0e6; letter-spacing: .07em; }
.w2-live-browser>span:first-child { color: #b1b9c7; font-size: 7px; letter-spacing: 2px; }
.w2-mini-site { --mini-bg: #eef0f8; --mini-ink: #23263c; --mini-line: #d0d5e5; --mini-sub: #6a718b; background: var(--mini-bg); color: var(--mini-ink); padding: 30px 45px 24px; transition: background .4s,color .4s; }
.w2-mini-site.is-dark { --mini-bg: #11162a; --mini-ink: #f0edff; --mini-line: #383e5c; --mini-sub: #a8b0ce; }
.w2-mini-nav { display: flex; justify-content: space-between; align-items: center; }
.w2-mini-nav b { font-size: 21px; font-weight: 600; letter-spacing: -.06em; }
.w2-mini-nav>div { font-size: 8px; letter-spacing: .05em; }.w2-mini-nav>span { display: none; }
.w2-mini-hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 30px; padding: 55px 0; min-height: 425px; }
.w2-mini-copy small { font-size: 8px; letter-spacing: .12em; color: var(--mini-sub); }
.web2-page .w2-mini-copy h3 { font-family: Georgia,serif; font-size: clamp(40px, 5.7cqw, 63px); font-weight: 400; line-height: 1.03; letter-spacing: -.06em; margin: 20px 0 22px; }
.w2-mini-copy h3 em { font-weight: 400; }
.web2-page .w2-mini-copy p { font-size: 12px; line-height: 1.8; color: var(--mini-sub); }
.w2-mini-cta { display: flex; align-items: center; gap: 35px; font-size: 9px; border-bottom: 1px solid var(--mini-ink); width: fit-content; padding-bottom: 8px; margin-top: 25px; }
.w2-mini-cta i { font-style: normal; font-size: 16px; }
.w2-mini-art { position: relative; min-width: 0; }
.w2-mini-sculpture .w2-sculpture-stage { height: auto; aspect-ratio: 1; width: 100%; }
.w2-mini-gl { position: absolute; inset: 0; width: 100%; height: 100%; display: block; cursor: grab; touch-action: pan-y; z-index: 1; }
.w2-mini-gl:active { cursor: grabbing; }
.w2-mini-sculpture.is-ready .w2-sculpture-fallback { display: none; }
.w2-mini-sculpture:not(.is-ready) .w2-mini-gl { visibility: hidden; }
.w2-mini-sculpture .w2-sculpture-fallback { font-size: 200px; color: #6452eb; }
.w2-mini-sculpture .w2-sculpture-controls { gap: 2px; margin-top: -9px; }
.w2-mini-sculpture .w2-sculpture-controls button { padding: 8px 11px; font-size: 8px; min-height: 36px; color: var(--mini-sub); }
.w2-mini-sculpture .w2-sculpture-controls button[aria-pressed="true"] { background: #6265ee18; border-color: #9c9fe877; color: #4d4ad5; }
.w2-mini-sculpture .w2-sculpture-controls .w2-sculpture-pause { font-size: 11px; border-color: var(--mini-line); }
.web2-page .w2-mini-sculpture .w2-sculpture-hint { display: block; color: var(--mini-sub); font-size: 8px; line-height: 1.7; margin-top: 10px; }
.w2-mini-site.is-dark .w2-sculpture-controls button[aria-pressed="true"] { color: #dbc8ff; background: #ac83f329; border-color: #b599e966; }
.w2-mini-site.is-dark .w2-sculpture-controls button:hover:not(:disabled) { color: #fff; background: #8472d53b; }
.w2-mini-bottom { border-top: 1px solid var(--mini-line); padding-top: 17px; display: flex; justify-content: space-between; font-size: 7px; letter-spacing: .08em; color: var(--mini-sub); }
.web2-page .w2-play-note { text-align: center; font-size: 12px; color: #6b7589; margin-top: 16px; }
.w2-work { --shine-x: 50%; --shine-y: 50%; }
.w2-work-image:after { content: ''; position: absolute; inset: 0; opacity: 0; pointer-events: none; background: radial-gradient(350px circle at var(--shine-x) var(--shine-y), #ffffff50, transparent 65%); transition: opacity .4s; }
.w2-work:hover .w2-work-image:after { opacity: 1; }
.web2-page.w2-in-experiment .site-consult-bar { visibility: hidden; pointer-events: none; }
.web2-page.w2-in-experiment .back-to-top { bottom: 24px; }
@container (max-width: 560px) {
    .w2-mini-site { padding: 22px 25px; }
    .w2-mini-nav>div { display: none; }.w2-mini-nav>span { display: inline; font-size: 17px; }
    .w2-mini-hero { grid-template-columns: 1fr; padding: 36px 0 20px; gap: 0; min-height: 0; }
    .web2-page .w2-mini-copy h3 { font-size: clamp(37px, 10.6cqw, 53px); margin: 15px 0; }
    .w2-mini-copy p { font-size: 11px; }.w2-mini-cta { margin-top: 18px; }
    .w2-mini-art { max-width: 290px; width: 100%; justify-self: center; margin-top: 8px; }
    .w2-mini-bottom>span:last-child { display: none; }
}
@media (max-width: 1100px) {
    .w2-sculpture { right: -20px; width: 44%; top: 95px; }.w2-sculpture-stage { height: 310px; }
    .web2-page .w2-hero h1 { font-size: 6.9vw; margin-block: 65px 80px; }
    .w2-depth-scene { inset: 22% 0 13% 15%; }.w2-depth-stack { width: 66%; }
}
@media (max-width: 900px) {
    .web2-page .w2-hero h1 { font-size: 8vw; margin: 40px 0 35px; }
    .w2-sculpture { top: 67px; right: -15px; width: 40%; }.w2-sculpture-stage { height: 235px; }
    .w2-sculpture-controls button { font-size: 8px; padding: 8px 10px; min-height: 35px; }.w2-sculpture-index { display: none; }
    .w2-sculpture-hint { display: none; }.w2-hero-bottom { margin-top: 55px; }
    .w2-depth { height: 235svh; min-height: 1600px; }.w2-depth-sticky { top: 84px; min-height: 610px; }
    .w2-depth-scene { inset: 23% -4% 13%; }.w2-depth-stack { width: 60%; }
    .w2-depth-header { padding-top: 30px; }.web2-page .w2-depth-header h2 { font-size: 36px; margin-top: 18px; }
    .w2-depth-footer { bottom: 32px; gap: 15px; }.w2-depth-track { width: 16%; }.w2-depth-count { display: none; }
    .w2-depth-caption b { font-size: 17px; }.w2-depth-caption>span { font-size: 11px; }
    .w2-live-stage { min-height: 700px; }.w2-width-control input { width: 100px; }
    .w2-play-controls { gap: 10px; }.w2-width-control { gap: 9px; }
}
@media (max-width: 600px) {
    .web2-page .w2-hero { padding-bottom: 27px; }.web2-page .w2-hero h1 { font-size: clamp(47px, 10.7vw, 64px); margin: 26px 0 0; }
    .w2-sculpture { position: relative; top: auto; right: auto; width: 100%; margin-top: -6px; }
    .w2-sculpture-stage { height: 255px; }.w2-sculpture-fallback { font-size: 220px; }
    .w2-sculpture-controls { margin-top: -2px; }.w2-sculpture-controls button { min-height: 40px; padding-inline: 15px; font-size: 9px; }
    .web2-page .w2-sculpture-hint { display: block; margin-top: 7px; font-size: 9px; }
    .w2-hero-bottom { margin-top: 24px; }.w2-hero-bottom p { font-size: 12px; }
    .w2-depth { height: 225svh; min-height: 1390px; }.w2-depth-sticky { height: calc(100svh - 84px); min-height: 530px; }
    .w2-depth-header { padding-top: 27px; }.w2-depth-header .w2-eyebrow { font-size: 7px; }
    .web2-page .w2-depth-header h2 { font-size: 30px; margin-top: 16px; }.web2-page .w2-depth-instruction { font-size: 10px; margin-top: 13px; }
    .w2-depth-scene { inset: 21% -20% 6%; perspective: 1000px; }.w2-depth-stack { width: 57%; }
    .w2-depth-stack { transform: rotateX(calc(5deg + var(--depth-open) * 42deg)) rotateZ(calc(-4deg - var(--depth-open) * 21deg)); }
    .w2-depth-structure { transform: translateZ(calc(-5px - var(--depth-open) * 88px)); padding: 15px; }
    .w2-depth-motion { transform: translateZ(calc(5px + var(--depth-open) * 92px)); }
    .w2-layer-tag { font-size: 7px; padding: 4px 7px; top: -24px; }.w2-blueprint-nav { padding-bottom: 10px; }
    .w2-blueprint-nav b { font-size: 8px; }.w2-blueprint-nav i { width: 24px; height: 3px; }.w2-blueprint-body { padding: 17px 0; gap: 15px; }
    .w2-blueprint-body>div:first-child { gap: 7px; }.w2-blueprint-body span { height: 7px; }.w2-blueprint-body i { height: 16px; }
    .w2-motion-pointer { font-size: 34px; }.w2-motion-pointer small { font-size: 5px; margin-left: 17px; }
    .w2-depth-footer { bottom: 30px; flex-direction: column; align-items: stretch; gap: 18px; }
    .w2-depth-caption { flex: auto; height: 58px; }.w2-depth-caption b { font-size: 16px; }.w2-depth-caption>span { font-size: 10px; }
    .w2-depth-track { width: 100%; margin: 0; }
    .w2-play-controls { flex-wrap: wrap; gap: 15px; }.w2-play-controls button { font-size: 9px; padding: 10px 13px; }
    .w2-width-control { order: 3; width: 100%; justify-content: space-between; }.w2-width-control input { flex: 1; max-width: 215px; }
    .w2-live-stage { padding-top: 18px; min-height: 690px; }.w2-live-frame { min-width: 260px; }.w2-live-browser { font-size: 6px; }
    .web2-page .w2-play-note { font-size: 10px; line-height: 1.8; margin-top: 6px; }
}
@media (prefers-reduced-motion: reduce) {
    .w2-depth { height: auto; min-height: 0; }.w2-depth-sticky { position: relative; top: auto; --depth-open: .5; }
    .w2-depth-caption>span,.w2-mini-site { transition: none; }.w2-work-image:after { display: none; }
}
@media print {
    .w2-depth { height: 750px; min-height: 0; }.w2-depth-sticky { position: relative; top: auto; height: 750px; }
    .w2-sculpture-controls,.w2-play-controls { display: none; }
}

/* Original concept artwork replaces a client screenshot in Experiment 002. */
.w2-depth-artwork { position: absolute; inset: 0; overflow: hidden; border-radius: 4px; container-type: inline-size; background: #030611; }
.w2-depth-artwork>img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(calc(1.03 + var(--depth-open) * .075)) translateX(calc(var(--depth-open) * 1%)); }
.w2-concept-nav { position: absolute; top: 7%; left: 5%; right: 5%; display: flex; align-items: center; justify-content: space-between; color: #c4d7ff; }
.w2-concept-nav b { font-size: 1.3cqw; letter-spacing: .15em; font-weight: 600; }
.w2-concept-nav>span { font-size: .72cqw; letter-spacing: .10em; }
.w2-concept-type { position: absolute; left: 5%; top: 31%; color: #f2f6ff; transform: translateX(calc(var(--depth-open) * -1%)); }
.w2-concept-type small { font-size: .95cqw; letter-spacing: .1em; color: #a9beff; }
.w2-concept-type strong { display: block; font-size: 7.5cqw; font-weight: 600; line-height: .98; letter-spacing: -.065em; margin: 2cqw 0; }
.w2-concept-type em { font-family: Georgia,serif; font-weight: 400; color: #b7c8ff; }
.web2-page .w2-concept-type p { font-size: 1.45cqw; line-height: 1.7; color: #9eadcc; }
.w2-concept-footer { position: absolute; bottom: 6%; left: 5%; right: 5%; display: flex; justify-content: space-between; color: #9aaed3; font-size: .8cqw; letter-spacing: .1em; }
.w2-depth-motion { background: linear-gradient(130deg,#ccd7ff03,#a3b1e510); }
.w2-depth-motion:after { content: ''; position: absolute; top: 10%; bottom: 8%; left: calc(12% + var(--depth-progress) * 68%); width: 1px; background: linear-gradient(transparent,#adcdff,transparent); box-shadow: 0 0 20px 3px #679bff66; opacity: var(--depth-open); }
.w2-depth-motion .w2-target-one { inset: 25% 55% 28% 4%; }
.w2-depth-motion .w2-target-two { inset: 11% 7% 10% 51%; border-radius: 50%; }

/* Reuse the homepage's cx logo-grid treatment without loading its unrelated page CSS. */
.web2-page .w2-collaborations { padding: 75px 0 30px; }
.web2-page .cx-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 35px; }
.web2-page .cx-head .w2-eyebrow { color: #244cf4; }
.web2-page .cx-title { font-size: clamp(25px,2.5vw,37px); margin-top: 18px; }
.web2-page .cx-sub { font-size: 13px; line-height: 1.8; color: #717988; }
.web2-page .cx-logo-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); border-top: 1px solid #dce0e6; border-left: 1px solid #dce0e6; }
.web2-page .cx-logo-tile { display: flex; justify-content: center; align-items: center; min-width: 0; height: 105px; margin: 0; padding: 18px 23px; border-right: 1px solid #dce0e6; border-bottom: 1px solid #dce0e6; background: #f7f8fa; transition: background .2s; }
.web2-page .cx-logo-tile img { max-width: 100%; max-height: min(var(--cx-logo-cap),66px); object-fit: contain; mix-blend-mode: multiply; filter: grayscale(1); opacity: .68; transition: filter .25s,opacity .25s,transform .35s; }
.web2-page .cx-logo-tile:hover { background: #fff; }
.web2-page .cx-logo-tile:hover img { filter: none; opacity: 1; transform: scale(1.04); }
@media(max-width:900px) { .web2-page .cx-logo-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }.web2-page .cx-logo-tile { height: 95px; padding: 16px; }.web2-page .cx-head { align-items: flex-start; flex-direction: column; gap: 17px; } }
@media(max-width:600px) { .web2-page .w2-collaborations { padding: 50px 0 10px; }.web2-page .cx-logo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.web2-page .cx-logo-tile { height: 83px; padding: 13px; }.web2-page .cx-logo-tile img { max-height: min(var(--cx-logo-cap),48px); }.web2-page .cx-title { font-size: 25px; }.web2-page .cx-sub { font-size: 12px; }.web2-page .cx-head { margin-bottom: 25px; } }

/* Discovery: a signal field that receives the travelling hero sculpture. */
.web2-page .w2-search { gap: clamp(40px,6vw,90px); }
.web2-page .w2-search>.w2-search-art { width: 100%; aspect-ratio: 1; border-radius: 18px; background: #080f24; color: #dce6ff; overflow: hidden; isolation: isolate; box-shadow: 0 24px 65px #15255a18; border: 1px solid #1c2e52; }
.w2-search-art:after { background: radial-gradient(ellipse at 50% 44%,#315eeb24,transparent 62%); pointer-events: none; z-index: -1; }
.w2-discovery-top { position: absolute; top: 6%; left: 6%; right: 6%; display: flex; justify-content: space-between; align-items: center; font-size: 8px; letter-spacing: .12em; color: #9aafd5; z-index: 3; }
.w2-discovery-top>span:first-child { display: flex; gap: 8px; align-items: center; }
.w2-discovery-top i { width: 5px; height: 5px; border-radius: 50%; background: #9affdd; box-shadow: 0 0 12px #70e9d5; }
.w2-discovery-field { position: absolute; width: 88%; aspect-ratio: 1; left: 6%; top: 3%; }
.w2-discovery-grid { position: absolute; inset: 0; background-image: linear-gradient(#a7bdff0a 1px,transparent 1px),linear-gradient(90deg,#a7bdff0a 1px,transparent 1px); background-size: 30px 30px; mask-image: radial-gradient(circle,#000,transparent 70%); }
.w2-discovery-sweep { position: absolute; inset: 8%; border-radius: 50%; background: conic-gradient(from 0deg,transparent 65%,#5880ff00 75%,#5880ff21 99%,#9cb8ff88); mask-image: radial-gradient(circle,transparent 19%,#000 20%,#000 69%,transparent 70%); animation: w2-discovery-scan 12s linear infinite; }
.w2-search-art .w2-search-orbit { inset: 10%; border-color: #718ccb40; transform: rotate(var(--discovery-turn,0deg)); transition: inset .8s, border-color .8s; }
.w2-search-art .w2-search-orbit:after { content: ''; position: absolute; top: 14%; left: 14%; width: 6px; height: 6px; border-radius: 50%; background: #94b6ff; box-shadow: 0 0 16px #6a9eff; }
.w2-search-art .w2-search-orbit-two { inset: 23%; border-style: dashed; border-color: #7ea1ff35; transform: rotate(calc(var(--discovery-turn,0deg) * -1)); }
.w2-search-art .w2-search-orbit-two:after { top: auto; left: auto; bottom: 14%; right: 14%; background: #a89aff; }
.w2-search-art .w2-search-orbit-three { inset: 34%; border-color: #6b8ef029; }
.w2-search-art .w2-search-orbit-three:after { display: none; }
.w2-search-art .w2-search-core { inset: 39%; font-size: clamp(32px,4vw,60px); background: linear-gradient(135deg,#6087ff,#244cf4 60%,#172973); box-shadow: 0 0 65px #4775ff35,inset 0 1px 1px #c6d4ff80; transition: opacity .35s,transform .7s; }
.w2-search-art.has-journey .w2-search-core { opacity: 0; transform: rotate(40deg) scale(.65); }
.w2-search-art .w2-search-label { background: #101d38e8; border: 1px solid #40577c; color: #93a8ce; font-size: 8px; padding: 9px 12px; box-shadow: 0 5px 20px #02081944; transition: color .4s,background .4s,border-color .4s,translate .7s; z-index: 2; }
.w2-search-art .w2-search-label-one { top: 14%; left: 17%; }
.w2-search-art .w2-search-label-two { top: 44%; right: -1%; }
.w2-search-art .w2-search-label-three { bottom: 15%; left: 3%; }
.w2-search-art[data-discovery="0"] .w2-search-label-one,
.w2-search-art[data-discovery="1"] .w2-search-label-two,
.w2-search-art[data-discovery="2"] .w2-search-label-three { background: #dce7ff; color: #152960; border-color: #ebf2ff; translate: 0 -5px; box-shadow: 0 0 25px #83a8ff22; }
.w2-search-art[data-discovery="1"] .w2-search-orbit-one { inset: 14% 4%; border-color: #9fafff70; }
.w2-search-art[data-discovery="1"] .w2-search-orbit-two { inset: 4% 26%; }
.w2-search-art[data-discovery="2"] .w2-search-orbit-one { inset: 4% 17%; border-color: #bba0ff70; }
.w2-search-art[data-discovery="2"] .w2-search-orbit-two { inset: 22% 3%; }
.w2-discovery-cross { position: absolute; font: 300 20px/1 monospace; color: #607599; }
.w2-discovery-cross-one { top: 29%; right: 17%; }.w2-discovery-cross-two { bottom: 26%; left: 15%; }
.w2-discovery-bottom { position: absolute; left: 6%; right: 6%; bottom: 10%; display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; z-index: 3; }
.w2-discovery-word { font-size: clamp(24px,2.7vw,39px); font-weight: 500; letter-spacing: -.055em; line-height: 1.1; }
.w2-discovery-caption { color: #9baed3; font-size: 7px; line-height: 1.8; letter-spacing: .09em; text-align: right; }
.w2-discovery-meter { position: absolute; bottom: 5%; left: 6%; right: 6%; display: flex; gap: 7px; }
.w2-discovery-meter i { height: 2px; flex: 1; background: #33476d; transition: background .4s; }
.w2-search-art[data-discovery="0"] .w2-discovery-meter i:nth-child(1),
.w2-search-art[data-discovery="1"] .w2-discovery-meter i:nth-child(2),
.w2-search-art[data-discovery="2"] .w2-discovery-meter i:nth-child(3) { background: #a8c2ff; box-shadow: 0 0 10px #7b9eff66; }
.w2-search-rows>div { position: relative; transition: background .35s,padding .35s; }
.w2-search-rows>div.is-active { background: #eaf0ff; padding-inline: 13px; }
.w2-search-rows>div:before { content: ''; position: absolute; top: -1px; left: 0; width: 0; height: 1px; background: #244cf4; transition: width .65s; }
.w2-search-rows>div.is-active:before { width: 100%; }
.w2-discovery-select { align-self: flex-start; min-width: 43px; min-height: 44px; margin-top: -9px; padding: 9px 0; border: 0; background: transparent; color: #244cf4; font-family: inherit; font-size: 16px; font-weight: 700; cursor: pointer; text-align: left; }
.w2-discovery-sweep { animation-play-state: paused; }
.w2-search-art.is-inview:not(.is-paused) .w2-discovery-sweep { animation-play-state: running; }
@keyframes w2-discovery-scan { to { transform: rotate(360deg); } }
@media(max-width:900px) {
    .web2-page .w2-search { grid-template-columns: 1fr 1fr; gap: 32px; }
    .w2-discovery-word { font-size: 25px; }.w2-discovery-caption { font-size: 6px; }
    .w2-search-art .w2-search-label { font-size: 6px; padding: 7px 8px; }
    .w2-discovery-top { font-size: 6px; }
}
@media(max-width:600px) {
    .web2-page .w2-search { grid-template-columns: 1fr; gap: 35px; }
    .w2-discovery-word { font-size: clamp(26px,7vw,37px); }
    .w2-discovery-caption { font-size: 6px; }.w2-discovery-top { font-size: 7px; }
    .w2-search-art .w2-search-label { font-size: 7px; }
    .w2-journey-badge { right: 0; width: 60px; gap: 0; }
    .w2-journey-badge>span { display: none; }
    .w2-journey-badge button { width: 32px; height: 32px; font-size: 11px; }
}
@media(prefers-reduced-motion:reduce) {
    .w2-journey,.w2-journey-badge { display: none; }
    .w2-discovery-sweep { display: none; }
    .w2-search-art .w2-search-orbit { transform: none; }
}
@media print {
    .w2-journey,.w2-journey-badge { display: none; }
    .w2-search-art.has-journey .w2-search-core { opacity: 1; }
}
.w2-discovery-pause { position: absolute; right: 5%; top: 10%; z-index: 4; width: 36px; height: 36px; border: 1px solid #40577c; border-radius: 50%; background: #101d38; color: #b5caff; font-size: 12px; cursor: pointer; }
.w2-discovery-pause:hover { background: #263d69; color: white; }
@media(prefers-reduced-motion:reduce) { .w2-discovery-pause { display: none; } }

/* An opening brand statement; project imagery belongs to Selected Work. */
.web2-page .w2-showcase { height: 155svh; min-height: 1000px; }
.w2-manifesto { background: #244cf4; container-type: inline-size; }
.w2-manifesto:before { content: ''; position: absolute; inset: 0; background: linear-gradient(125deg,#1931b700, #10258155); opacity: var(--w2-travel); pointer-events: none; }
.w2-manifesto:after { content: ''; position: absolute; inset: 80px 36px 155px; border-inline: 1px solid #e3ebff20; pointer-events: none; }
.w2-manifesto .w2-canvas-heading { color: #e0e7ff; }
.w2-manifesto-type { position: absolute; left: 5%; right: 5%; top: 15%; bottom: 27%; display: flex; flex-direction: column; justify-content: center; }
.w2-manifesto-idea { display: flex; justify-content: space-between; align-items: center; line-height: .8; transform: translateX(calc((1 - var(--w2-travel)) * -2%)); }
.w2-manifesto-idea>span { font-size: clamp(90px,21cqw,310px); font-weight: 650; letter-spacing: -.035em; color: transparent; -webkit-text-stroke: 1px #f0f4ff; }
.w2-manifesto-idea>i { font-style: normal; font-size: clamp(100px,21cqw,310px); font-weight: 300; color: #caffb8; line-height: .8; transform: rotate(calc(var(--w2-travel) * 45deg)) scale(calc(1 - var(--w2-travel) * .2)); transform-origin: center; }
.w2-manifesto-bridge { display: flex; align-items: center; gap: 25px; margin: 4cqw 0 3cqw; color: #c8d5ff; font-size: 8px; letter-spacing: .12em; }
.w2-manifesto-signal { position: relative; height: 1px; flex: 1; background: #d5dfff4d; }
.w2-manifesto-signal:before { content: ''; position: absolute; inset: 0; background: #d3ffc4; transform: scaleX(var(--w2-travel)); transform-origin: left; }
.w2-manifesto-signal i { position: absolute; width: 7px; height: 7px; top: -3px; left: calc(var(--w2-travel) * (100% - 7px)); border-radius: 50%; background: #d3ffc4; box-shadow: 0 0 18px #d3ffc488; }
.w2-manifesto-experience { position: relative; font-size: 12.7cqw; font-weight: 650; letter-spacing: -.07em; line-height: .9; white-space: nowrap; transform: translateX(calc((1 - var(--w2-travel)) * 2%)); }
.w2-manifesto-experience>span:first-child { color: transparent; -webkit-text-stroke: 1px #eff3ff88; }
.w2-manifesto-experience>span:last-child { position: absolute; left: 0; top: 0; color: #fff; clip-path: inset(0 calc((1 - var(--w2-travel)) * 100%) 0 0); }
.web2-page .w2-manifesto .w2-canvas-caption h2 { font-size: clamp(24px,2.5vw,36px); font-weight: 550; line-height: 1.3; letter-spacing: -.05em; text-wrap: balance; }
.w2-manifesto .w2-canvas-note { color: #d6e0ff; }
.w2-manifesto .w2-scroll-cue { color: #d6e0ff; }
@media(max-width:900px) {
    .w2-manifesto-type { top: 18%; bottom: 25%; }
    .w2-manifesto:after { inset: 75px 25px 150px; }
    .w2-manifesto-bridge { margin-block: 6cqw 5cqw; }
    .web2-page .w2-manifesto .w2-canvas-caption h2 { font-size: 27px; }
}
@media(max-width:600px) {
    .web2-page .w2-showcase { height: 145svh; min-height: 860px; }
    .web2-page .w2-showcase-sticky { height: calc(100svh - 85px); min-height: 500px; top: 85px; }
    .w2-manifesto .w2-canvas-heading>span:last-child { display: none; }
    .w2-manifesto-type { top: 20%; bottom: 33%; left: 7%; right: 7%; }
    .w2-manifesto-idea>span { font-size: 31cqw; }.w2-manifesto-idea>i { font-size: 22cqw; }
    .w2-manifesto-experience { font-size: 14cqw; }
    .w2-manifesto-bridge { font-size: 6px; gap: 12px; margin-block: 8cqw; }
    .w2-manifesto:after { inset: 70px 19px 180px; }
    .w2-manifesto .w2-canvas-caption { align-items: flex-start; flex-direction: column; gap: 16px; bottom: 32px; left: 7%; right: 7%; }
    .web2-page .w2-manifesto .w2-canvas-caption h2 { font-size: clamp(24px,6.3vw,32px); }
    .w2-manifesto .w2-canvas-note { font-size: 11px; }
}
@media(prefers-reduced-motion:reduce) {
    .web2-page .w2-showcase { height: auto; min-height: 0; }
    .web2-page .w2-showcase-sticky { position: relative; top: auto; }
    .w2-manifesto { --w2-travel: 1; }
}
@media print {
    .web2-page .w2-showcase { height: 700px; min-height: 0; }
    .web2-page .w2-showcase-sticky { position: relative; top: 0; height: 700px; }
    .w2-manifesto { --w2-travel: 1; print-color-adjust: exact; }
}
