/* ============ Neolabs v2 ============ */
:root {
  --orange: #ff5a1f; --orange-deep: #e84a12; --peach: #ffd3c4;
  --ink: #0f1116; --ink-2: #474a53; --night: #0a0a0c; --night-2: #141418;
  --paper: #f3efea; --white: #ffffff; --mute: #8b8781;
  --line: rgba(15, 17, 22, 0.12); --line-d: rgba(255, 255, 255, 0.13);
  --display: "Geist", "Helvetica Neue", Arial, sans-serif;
  --mono: "Geist Mono", ui-monospace, Menlo, monospace;
  --gut: clamp(18px, 2.4vw, 36px);
  --ease: cubic-bezier(0.7, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
html:not([data-lang="en"]) .l-en { display: none !important; }
html[data-lang="en"] .l-es { display: none !important; }
html { background: var(--night) !important; color-scheme: light !important; }
html.neo-lock, html.neo-lock body { overflow: hidden; }
body { background: var(--night) !important; color: var(--ink) !important; margin: 0; }
.nx { background: var(--night); color: var(--ink); font-family: var(--display); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: clip; }
.nx *, .nx *::before, .nx *::after { box-sizing: border-box; }
:where(.nx) :where(a) { color: inherit; text-decoration: none; }
:where(.nx) :where(h1, h2, h3, p, ol, ul, figure) { margin: 0; padding: 0; }
:where(.nx) :where(ol, ul) { list-style: none; }
:where(.nx) :where(button) { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
:where(.nx) :where(img, video) { display: block; max-width: 100%; }
.nx ::selection { background: var(--orange); color: var(--white); }
.nx.has-cursor, .nx.has-cursor a, .nx.has-cursor button { cursor: none; }
.mono { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 400; }

.neo-icon { width: 28px; height: 28px; flex: 0 0 auto; display: block; }
.logo { display: inline-flex; align-items: center; gap: 9px; line-height: 1; }
.logo-w { font-weight: 500; font-size: 19px; letter-spacing: -0.035em; }

/* ---------- lines reveal ---------- */
.h-lines .ln { display: block; overflow: hidden; padding: 0.02em 0 0.1em; margin-bottom: -0.08em; }
.h-lines .ln > span { display: inline-block; }
.nx.anim .h-lines .ln > span { transform: translateY(112%); transition: transform 1.15s var(--ease-out); transition-delay: calc(var(--d) * 90ms); }
.nx.anim .h-lines.is-in .ln > span, .nx.anim .is-in > .h-lines .ln > span, .nx.anim .cta-content.is-in .ln > span { transform: none; }
.nx.anim.is-ready .hx-title .ln > span { transform: none; transition-delay: calc(var(--d) * 110ms + 250ms); }

/* ---------- buttons ---------- */
.btn { position: relative; display: inline-flex; align-items: center; gap: 12px; padding: 16px 24px; border-radius: 999px; font-size: 14.5px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.2; white-space: nowrap; transition: background 0.4s, color 0.4s, border-color 0.4s, transform 0.5s var(--ease-out); }
.btn-sm { padding: 10px 16px; font-size: 13px; }
.btn-lg { padding: 22px 32px; font-size: 17px; }
.btn-orange { background: var(--orange); color: var(--white); }
.btn-orange:hover { background: var(--orange-deep); }
.btn-ink { background: var(--ink); color: var(--white); }
.btn-ink:hover { background: #000; }
.btn-line { border: 1px solid currentColor; }
.btn-line:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn:active { transform: scale(0.97); }
.roll { display: inline-block; overflow: hidden; height: 1.2em; vertical-align: top; }
.roll > span { display: inline-block; position: relative; transition: transform 0.55s var(--ease); }
.roll > span::after { content: attr(data-t); position: absolute; left: 0; top: 100%; }
.btn:hover .roll > span { transform: translateY(-100%); }
.btn-arr { display: inline-block; transition: transform 0.5s var(--ease); }
.btn:hover .btn-arr { transform: translate(3px, 3px); }
.tag { display: inline-flex; align-items: center; padding: 6px 12px; border: 1px solid currentColor; border-radius: 999px; font-size: 12.5px; font-weight: 500; opacity: 0.8; white-space: nowrap; }

/* ================= BOOT ================= */
.boot { position: fixed; inset: 0; z-index: 200; background: var(--night); display: grid; place-items: center; transition: opacity 0.7s var(--ease-out), visibility 0.7s; }
.boot.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.boot-mark { width: 118px; height: 118px; overflow: visible; transform-origin: 50% 64%; }
.boot-sq { transform-box: fill-box; transform-origin: 50% 50%; transform: scale(0.2); opacity: 0; }
.boot-arch { stroke-dasharray: 1; stroke-dashoffset: 1; }
.boot-dot { transform-box: fill-box; transform-origin: 50% 50%; transform: scale(0); }
.boot-word { position: absolute; left: 50%; top: calc(50% + 86px); transform: translateX(-50%); color: var(--white); font-size: 20px; font-weight: 500; letter-spacing: -0.035em; opacity: 0; }
.boot.is-run .boot-sq { animation: bSq 0.55s var(--ease-out) 0.05s forwards; }
.boot.is-run .boot-arch { animation: bArch 0.75s var(--ease) 0.4s forwards; }
.boot.is-run .boot-dot { animation: bDot 0.55s cubic-bezier(0.34, 1.8, 0.5, 1) 1.05s forwards; }
.boot.is-run .boot-word { animation: bWord 1.2s var(--ease-out) 0.9s forwards; }
.boot.is-run .boot-mark { animation: bZoom 0.85s cubic-bezier(0.8, 0, 0.3, 1) 1.65s forwards; }
@keyframes bSq { to { transform: scale(1); opacity: 1; } }
@keyframes bArch { to { stroke-dashoffset: 0; } }
@keyframes bDot { to { transform: scale(1); } }
@keyframes bWord { 0% { opacity: 0; transform: translate(-50%, 8px); } 40%, 70% { opacity: 1; transform: translate(-50%, 0); } 100% { opacity: 0; } }
@keyframes bZoom { to { transform: scale(46); } }

/* ================= CURSOR ================= */
.cursor, .cursor-dot { display: none; }
.nx.has-cursor .cursor { display: grid; place-items: center; position: fixed; left: 0; top: 0; z-index: 300; width: 36px; height: 36px; margin: -18px 0 0 -18px; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 50%; pointer-events: none; transition: width 0.45s var(--ease-out), height 0.45s var(--ease-out), margin 0.45s var(--ease-out), background 0.35s, border-color 0.35s; }
.nx.has-cursor .cursor-dot { display: block; position: fixed; left: 0; top: 0; z-index: 301; width: 6px; height: 6px; margin: -3px 0 0 -3px; border-radius: 50%; background: var(--orange); pointer-events: none; }
.cursor[data-on="light"], .cursor[data-on="orange"] { border-color: rgba(15, 17, 22, 0.45); }
.cursor.is-link { width: 58px; height: 58px; margin: -29px 0 0 -29px; background: rgba(255, 90, 31, 0.14); border-color: var(--orange); }
.cursor.is-label { width: 96px; height: 96px; margin: -48px 0 0 -48px; background: var(--orange); border-color: var(--orange); }
.cursor span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--white); opacity: 0; transition: opacity 0.3s; }
.cursor.is-label span { opacity: 1; }

/* ================= BAR ================= */
.bar { --fg: var(--white); --bg: rgba(10, 10, 12, 0.38); --ln: var(--line-d); position: fixed; top: 0; left: 0; right: 0; z-index: 60; height: 68px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 0 var(--gut); color: var(--fg); background: var(--bg); -webkit-backdrop-filter: blur(16px) saturate(1.3); backdrop-filter: blur(16px) saturate(1.3); border-bottom: 1px solid var(--ln); transform: translateY(-100%); transition: transform 0.7s var(--ease), background 0.5s, color 0.5s, border-color 0.5s; }
.nx.is-ready .bar, .nx:not(.js) .bar { transform: none; }
.nx.is-ready .bar.is-hidden { transform: translateY(-100%); }
.bar[data-on="light"] { --fg: var(--ink); --bg: rgba(243, 239, 234, 0.72); --ln: var(--line); }
.bar[data-on="orange"] { --fg: var(--ink); --bg: rgba(255, 90, 31, 0.72); --ln: rgba(15, 17, 22, 0.18); }
.bar[data-on="orange"] .bar-cta { background: var(--ink); }
.bar-brand { justify-self: start; }
.bar-sec { display: flex; align-items: center; gap: 12px; }
.bar-sec b { font-weight: 500; color: var(--orange); }
.bar[data-on="orange"] .bar-sec b { color: var(--ink); }
.bar-sec i { width: 28px; height: 1px; background: currentColor; opacity: 0.4; }
.bar-right { justify-self: end; display: flex; align-items: center; gap: 10px; }
.lang { display: flex; border: 1px solid var(--ln); border-radius: 999px; padding: 3px; }
.lang button { font-family: var(--mono); font-size: 11px; padding: 6px 10px; border-radius: 999px; opacity: 0.55; transition: opacity 0.3s, background 0.3s, color 0.3s; }
.lang button.is-on { opacity: 1; background: var(--fg); color: var(--night); }
.bar[data-on="light"] .lang button.is-on, .bar[data-on="orange"] .lang button.is-on { color: var(--white); }
.bar-menu { position: relative; width: 42px; height: 42px; border: 1px solid var(--ln); border-radius: 50%; }
.bar-menu i { position: absolute; left: 13px; right: 13px; height: 1.5px; background: currentColor; transition: transform 0.4s var(--ease); }
.bar-menu i:first-child { top: 17px; }
.bar-menu i:last-child { top: 23px; }
.bar-menu:hover i:first-child { transform: translateY(-2px); }
.bar-menu:hover i:last-child { transform: translateY(2px); }

.menu { position: fixed; inset: 0; z-index: 90; background: var(--night); color: var(--white); clip-path: inset(0 0 100% 0); transition: clip-path 0.9s var(--ease); display: flex; flex-direction: column; justify-content: center; padding: 100px var(--gut) var(--gut); }
.menu.is-open { clip-path: inset(0 0 0 0); }
.menu-top { position: absolute; top: 18px; left: var(--gut); right: var(--gut); display: flex; justify-content: space-between; align-items: center; }
.menu-close { padding: 12px 18px; border: 1px solid var(--line-d); border-radius: 999px; }
.menu-list li { border-top: 1px solid var(--line-d); overflow: hidden; }
.menu-list a { display: flex; gap: 18px; align-items: baseline; padding: 14px 0; font-weight: 500; font-size: clamp(30px, 5vw, 76px); letter-spacing: -0.05em; line-height: 1; transition: color 0.3s, padding 0.5s var(--ease); }
.menu-list a:hover { color: var(--orange); padding-left: 16px; }
.menu-list .mono { color: var(--orange); }
.menu-foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 30px; }
.menu-lang { display: flex; gap: 8px; }
.menu-lang button { font-family: var(--mono); font-size: 12px; padding: 10px 16px; border: 1px solid var(--line-d); border-radius: 999px; }
.menu-lang button.is-on { background: var(--white); color: var(--ink); }

/* ================= MAIN / HERO ================= */
.nx-main { position: relative; z-index: 2; background: var(--night); }
.hx { position: relative; height: 260svh; background: var(--night); color: var(--white); }
.hx-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.hx-media { position: absolute; inset: 0; clip-path: inset(18vh calc(var(--gut) + 3vw) 13vh calc(100% - var(--gut) - 3vw - min(32vw, 470px)) round 240px 240px 14px 14px); will-change: clip-path; background: #120c09; }
.nx:not(.anim) .hx-media { clip-path: none; }
.nx:not(.anim) .hx-media::after { content: ""; position: absolute; inset: 0; background: rgba(10, 10, 12, 0.55); }
.hx-media video { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.hx-copy { position: absolute; z-index: 3; left: var(--gut); top: 50%; transform: translateY(-46%); width: min(56vw, 820px); will-change: transform, opacity; }
.hx-stage > .hx-copy { translate: 0 -46%; transform: none; top: 50%; }
.hx-kicker { display: inline-flex; align-items: center; gap: 10px; opacity: 0.75; }
.hx-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 14px var(--orange); }
.hx-title { font-weight: 500; font-size: clamp(46px, 6.4vw, 120px); line-height: 0.94; letter-spacing: -0.058em; margin: 24px 0 30px; }
.hx-sub { max-width: 470px; font-size: 16.5px; color: rgba(255, 255, 255, 0.68); }
.hx-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hx-slot { position: absolute; right: calc(var(--gut) + 3vw); top: 18vh; bottom: 13vh; width: min(32vw, 470px); pointer-events: none; }
.hx-dot { position: absolute; z-index: 3; right: calc(var(--gut) + 3vw - 52px); bottom: 13vh; width: 36px; height: 36px; border-radius: 50%; background: var(--peach); box-shadow: 0 0 40px rgba(255, 211, 196, 0.5); }
.hx-over { --o: 0; position: absolute; z-index: 3; left: var(--gut); right: var(--gut); bottom: 9vh; display: flex; align-items: center; gap: 18px; opacity: var(--o); transform: translateY(calc((1 - var(--o)) * 30px)); }
.hx-over span { font-size: clamp(12px, 1.1vw, 15px); }
.hx-over i { flex: 1; height: 1px; background: rgba(255, 255, 255, 0.4); transform-origin: 0 50%; transform: scaleX(var(--o)); }
.hx-foot { position: absolute; z-index: 3; left: var(--gut); right: var(--gut); bottom: 22px; display: flex; justify-content: space-between; align-items: center; gap: 18px; color: rgba(255, 255, 255, 0.55); }
.hx-logos { color: rgba(255, 255, 255, 0.8); }
.hx-scroll { display: inline-flex; align-items: center; gap: 10px; }
.hx-scroll i { width: 40px; height: 1px; background: currentColor; transform-origin: 0 50%; animation: sLine 2s var(--ease) infinite; }
@keyframes sLine { 0% { transform: scaleX(0); transform-origin: 0 50%; } 50% { transform: scaleX(1); transform-origin: 0 50%; } 51% { transform-origin: 100% 50%; } 100% { transform: scaleX(0); transform-origin: 100% 50%; } }

/* ================= STATEMENT ================= */
.st { position: relative; background: var(--paper); color: var(--ink); }
.nx.anim .st { height: 320svh; }
.st-stage { position: relative; padding: 16vh var(--gut); }
.nx.anim .st-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: 0; }
.st-kicker { position: absolute; top: 100px; left: var(--gut); color: var(--mute); }
.nx:not(.anim) .st-kicker { position: static; display: block; margin-bottom: 30px; }
.st-line { font-weight: 500; font-size: clamp(48px, 7vw, 120px); line-height: 1.05; letter-spacing: -0.055em; }
.nx.anim .st-line { position: relative; white-space: nowrap; width: max-content; font-size: clamp(76px, 12.5vw, 230px); line-height: 1.1; font-weight: 400; will-change: transform; }
.stw { white-space: nowrap; }
.nx.anim .st-line .lt { display: inline-block; opacity: 0.3; transform-origin: 50% 100%; will-change: transform; paint-order: stroke fill; }
.chip { display: inline-block; width: 1.55em; height: 0.74em; border-radius: 999px; overflow: hidden; vertical-align: middle; margin: 0 0.06em; transform: translateY(-0.06em); background: var(--peach); }
.chip video, .chip img { width: 100%; height: 100%; object-fit: cover; }
.chip-round { width: 0.74em; }
.chip-icon { width: 0.74em; background: none; border-radius: 22%; }
.chip-icon .neo-icon { width: 100%; height: 100%; }
.st-bar { position: absolute; left: var(--gut); right: var(--gut); bottom: 44px; height: 2px; background: var(--line); }
.nx:not(.anim) .st-bar { display: none; }
.st-bar i { display: block; height: 100%; background: var(--orange); transform-origin: 0 50%; transform: scaleX(0); }

/* ================= PRACTICES ================= */
.px { position: relative; background: var(--paper); }
.px-head { position: relative; z-index: 5; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 14vh var(--gut) 4vh; color: var(--ink); }
.px-kicker { color: var(--mute); }
.px-segs { display: flex; gap: 4px; }
.px-seg { position: relative; display: inline-flex; align-items: baseline; gap: 8px; padding: 10px 14px 12px; font-size: 13px; font-weight: 500; opacity: 0.55; transition: opacity 0.4s; }
.px-seg.is-on, .px-seg:hover { opacity: 1; }
.px-seg i { position: absolute; left: 14px; right: 14px; bottom: 0; height: 2px; background: currentColor; opacity: 0.25; }
.px-seg b { position: absolute; inset: 0; background: var(--orange); transform-origin: 0 50%; transform: scaleX(0); }
.px-track { display: flex; flex-direction: column; }
.pp { --fg: var(--ink); --fg2: var(--ink-2); --ln: var(--line); position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: 5vw; align-items: center; padding: 10vh var(--gut); background: var(--paper); color: var(--fg); }
.pp.theme-white { background: var(--white); }
.pp.theme-night { --fg: var(--white); --fg2: rgba(255, 255, 255, 0.66); --ln: var(--line-d); background: var(--night); }
.pp.theme-orange { --fg2: rgba(15, 17, 22, 0.75); --ln: rgba(15, 17, 22, 0.2); background: var(--orange); }
.pp-top { display: flex; align-items: baseline; gap: 16px; }
.pp-num { font-weight: 300; font-size: clamp(84px, 9vw, 168px); line-height: 0.8; letter-spacing: -0.07em; color: var(--orange); }
.pp.theme-orange .pp-num { color: var(--white); }
.pp-label { opacity: 0.7; }
.pp-title { font-weight: 500; font-size: clamp(34px, 3.7vw, 66px); line-height: 1; letter-spacing: -0.05em; margin: 26px 0 20px; max-width: 13ch; }
.pp-lead { max-width: 480px; font-size: 16px; color: var(--fg2); }
.pp-items { margin-top: 28px; max-width: 520px; }
.pp-items li { display: flex; gap: 16px; align-items: baseline; padding: 13px 0; border-top: 1px solid var(--ln); font-size: 15.5px; font-weight: 500; letter-spacing: -0.015em; }
.pp-items li:last-child { border-bottom: 1px solid var(--ln); }
.pp-items .mono { opacity: 0.5; }
.pp-cases { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 22px; }
.pp-cases .mono { opacity: 0.6; margin-right: 6px; }
.pp-media { --r: 28px; position: relative; height: min(70svh, 660px); border-radius: var(--r); overflow: hidden; background: #1a1a1e; will-change: transform; }
.pp-media video { width: 100%; height: 100%; object-fit: cover; }
.pp-media figcaption { position: absolute; left: 20px; bottom: 18px; color: var(--white); text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4); }
/* horizontal mode (desktop, motion allowed) */
.nx.is-h .px-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.nx.is-h .px-head { position: absolute; left: 0; right: 0; top: 68px; padding: 22px var(--gut); transition: color 0.5s; }
.nx.is-h .px[data-theme="dark"] .px-head { color: var(--white); }
.nx.is-h .px[data-theme="orange"] .px-kicker { color: var(--ink); opacity: 0.6; }
.nx.is-h .px[data-theme="orange"] .px-seg b { background: var(--ink); }
.nx.is-h .px-track { flex-direction: row; width: max-content; height: 100%; will-change: transform; }
.nx.is-h .pp { flex: 0 0 100vw; width: 100vw; height: 100svh; padding: 150px var(--gut) 56px; }
.nx.is-h .pp .pp-lead, .nx.is-h .pp .pp-items li, .nx.is-h .pp .pp-cases, .nx.is-h .pp .pp-title { opacity: 0.18; transform: translateY(18px); transition: opacity 0.35s, transform 0.35s; }
.nx.is-h .pp.is-active .pp-title, .nx.is-h .pp.is-active .pp-lead, .nx.is-h .pp.is-active .pp-items li, .nx.is-h .pp.is-active .pp-cases { opacity: 1; transform: none; transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.nx.is-h .pp.is-active .pp-lead { transition-delay: 0.08s; }
.nx.is-h .pp.is-active .pp-items li:nth-child(1) { transition-delay: 0.16s; }
.nx.is-h .pp.is-active .pp-items li:nth-child(2) { transition-delay: 0.22s; }
.nx.is-h .pp.is-active .pp-items li:nth-child(3) { transition-delay: 0.28s; }
.nx.is-h .pp.is-active .pp-items li:nth-child(4) { transition-delay: 0.34s; }
.nx.is-h .pp.is-active .pp-cases { transition-delay: 0.42s; }
.nx.is-h .pp-num { transition: transform 1s var(--ease-out), opacity 0.6s; }
.nx.is-h .pp:not(.is-active) .pp-num { transform: translateY(10%); opacity: 0.4; }

/* ================= SECTION HEADS ================= */
.wk-head, .pr-head, .bx-head, .md-head { display: grid; grid-template-columns: 1fr 2.2fr auto; gap: 24px; align-items: end; margin-bottom: 9vh; }
.wk-head h2, .pr-head h2, .bx-head h2, .md-head h2 { font-weight: 500; font-size: clamp(42px, 5.8vw, 108px); line-height: 0.95; letter-spacing: -0.058em; }
.wk-head > .mono, .pr-head > .mono, .bx-head > .mono, .md-head > .mono { align-self: start; padding-top: 12px; }

/* ================= WORK ================= */
.wk { background: var(--night); color: var(--white); padding: 18vh var(--gut) 12vh; }
.wk-head > .mono:first-child { color: var(--orange); }
.wk-count { opacity: 0.5; }
.wk-card { --dim: 0; position: sticky; top: calc(96px + var(--i) * 14px); display: grid; grid-template-columns: 1fr 1.05fr; height: min(78svh, 760px); margin-bottom: 7vh; border-radius: 32px; overflow: hidden; transform-origin: 50% 0; will-change: transform; isolation: isolate; }
.wk-card::after { content: ""; position: absolute; inset: 0; background: #000; opacity: calc(var(--dim) * 0.55); pointer-events: none; z-index: 3; }
.wk-card.tone-light { background: var(--paper); color: var(--ink); }
.wk-card.tone-dark { background: var(--night-2); color: var(--white); box-shadow: inset 0 0 0 1px var(--line-d); }
.wk-card.tone-orange { background: var(--orange); color: var(--ink); }
.wk-info { display: flex; flex-direction: column; padding: clamp(26px, 3.4vw, 52px); }
.wk-info > .mono:first-child { opacity: 0.55; }
.wk-info h3 { margin-top: auto; font-weight: 500; font-size: clamp(52px, 6.4vw, 120px); line-height: 0.9; letter-spacing: -0.06em; }
.wk-tags { margin: 18px 0 14px; color: var(--orange); }
.wk-card.tone-orange .wk-tags { color: var(--white); }
.wk-info p { max-width: 430px; opacity: 0.72; font-size: 15.5px; }
.wk-link { margin-top: 22px; opacity: 0.8; }
.wk-fig { margin: 14px; border-radius: 22px; overflow: hidden; }
.wk-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.wk-card:hover .wk-fig img { transform: scale(1.04); }
.nx.anim .wk-card .wk-info h3 { transform: translateY(40px); opacity: 0; transition: transform 1s var(--ease-out) 0.1s, opacity 1s var(--ease-out) 0.1s; }
.nx.anim .wk-card.is-in .wk-info h3 { transform: none; opacity: 1; }

/* ================= PROCESS ================= */
.pr { background: var(--paper); color: var(--ink); padding: 18vh var(--gut) 12vh; }
.pr-head > .mono:first-child { color: var(--orange); }
.pr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: start; }
.pr-visual { position: sticky; top: 14vh; }
.pr-frame { position: relative; aspect-ratio: 4 / 5; max-height: 72svh; margin-left: auto; border-radius: 30px; overflow: hidden; background: var(--night); }
.pr-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); z-index: 1; transition: opacity 0.5s linear 0.8s, transform 1.4s var(--ease-out); }
.pr-frame img.is-on { opacity: 1; transform: none; z-index: 2; transition: opacity 0.8s var(--ease-out), transform 1.4s var(--ease-out); }
.pr-count { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(10, 10, 12, 0.6); color: var(--white); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.pr-steps { position: relative; padding-left: 58px; }
.pr-line { position: absolute; left: 10px; top: 10px; bottom: 0; width: 2px; background: var(--line); }
.pr-line i { display: block; height: 100%; background: var(--orange); transform-origin: 50% 0; transform: scaleY(0); }
.nx:not(.anim) .pr-line i { transform: none; }
.pr-step { position: relative; min-height: 42svh; padding-bottom: 8vh; opacity: 0.32; transition: opacity 0.6s var(--ease-out); }
.nx:not(.anim) .pr-step { opacity: 1; }
.pr-step.is-past { opacity: 0.6; }
.pr-step.is-on { opacity: 1; }
.pr-node { position: absolute; left: -57px; top: 4px; width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line); background: var(--paper); transition: background 0.4s, border-color 0.4s, transform 0.5s var(--ease-out); }
.pr-step.is-past .pr-node { background: var(--orange); border-color: var(--orange); }
.pr-step.is-on .pr-node { transform: scale(1.25); box-shadow: 0 0 0 8px rgba(255, 90, 31, 0.15); }
.pr-n { color: var(--orange); }
.pr-step h3 { font-weight: 500; font-size: clamp(34px, 3.8vw, 64px); line-height: 1; letter-spacing: -0.05em; margin: 10px 0 14px; }
.pr-step p { max-width: 440px; color: var(--ink-2); font-size: 16px; margin-bottom: 16px; }
.pr-inline { display: none; }

/* ================= BENTO ================= */
.bx { background: var(--night); color: var(--white); padding: 18vh var(--gut) 14vh; }
.bx-head > .mono:first-child { color: var(--orange); }
.bx-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(250px, auto); gap: 14px; }
.bc { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 28px; border-radius: 26px; background: var(--night-2); box-shadow: inset 0 0 0 1px var(--line-d); }
.bc::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(420px circle at var(--x, 50%) var(--y, 50%), rgba(255, 90, 31, 0.25), transparent 45%); opacity: 0; transition: opacity 0.5s; }
.bc:hover::before { opacity: 1; }
.nx.anim .bc { opacity: 0; transform: translateY(40px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.nx.anim .bc:nth-child(2) { transition-delay: 0.08s; } .nx.anim .bc:nth-child(3) { transition-delay: 0.16s; } .nx.anim .bc:nth-child(4) { transition-delay: 0.08s; } .nx.anim .bc:nth-child(5) { transition-delay: 0.16s; } .nx.anim .bc:nth-child(6) { transition-delay: 0.24s; }
.nx.anim .bc.is-in { opacity: 1; transform: none; }
.bc-a, .bc-wide { grid-column: span 2; }
.bc-v { font-weight: 300; font-size: clamp(66px, 6.6vw, 128px); line-height: 0.85; letter-spacing: -0.065em; }
.bc-v b { font-weight: 300; }
.bc-v em { font-style: normal; color: var(--orange); }
.bc p { max-width: 320px; color: rgba(255, 255, 255, 0.62); font-size: 14.5px; }
.bc h3 { font-weight: 500; font-size: clamp(26px, 2.2vw, 36px); line-height: 1.05; letter-spacing: -0.045em; }
.bc-live-dot { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); }
.bc-live-dot i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255, 90, 31, 0.6); } 50% { box-shadow: 0 0 0 8px rgba(255, 90, 31, 0); } }
.bc-roles { display: flex; flex-wrap: wrap; gap: 8px; }
.bc-img { justify-content: flex-start; }
.bc-img img { width: 100%; height: 170px; object-fit: contain; margin: -6px 0 auto; filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.45)); transition: transform 1.2s var(--ease-out); }
.bc-img:hover img { transform: rotate(-6deg) scale(1.05); }

/* ================= MODELS ================= */
.md { background: var(--paper); color: var(--ink); padding: 18vh var(--gut) 16vh; }
.md-head > .mono:first-child { color: var(--orange); }
.md-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.md-card { position: relative; display: flex; flex-direction: column; padding: 30px; border-radius: 26px; background: var(--white); box-shadow: inset 0 0 0 1px var(--line); transition: background 0.5s, color 0.5s, transform 0.6s var(--ease-out); }
.md-card:hover { background: var(--ink); color: var(--white); transform: translateY(-8px); }
.nx.anim .md-card { opacity: 0; transform: translateY(40px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out), background 0.5s, color 0.5s; }
.nx.anim .md-card:nth-child(2) { transition-delay: 0.1s; } .nx.anim .md-card:nth-child(3) { transition-delay: 0.2s; }
.nx.anim .md-card.is-in { opacity: 1; transform: none; }
.nx.anim .md-card.is-in:hover { transform: translateY(-8px); transition-delay: 0s; }
.md-top { display: flex; justify-content: space-between; align-items: center; }
.md-fig { aspect-ratio: 3 / 2; margin: -14px -14px 24px; border-radius: 18px; overflow: hidden; }
.md-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.md-card:hover .md-fig img { transform: scale(1.05); }
.md-card h3 { margin-top: 26px; font-weight: 500; font-size: clamp(32px, 3vw, 50px); line-height: 1; letter-spacing: -0.05em; }
.md-card p { margin-top: 14px; opacity: 0.7; font-size: 15px; max-width: 360px; }
.md-go { margin-top: 26px; color: var(--orange); }

/* ================= CTA ================= */
.cta { position: relative; background: var(--night); color: var(--ink); }
.nx.anim .cta { height: 240svh; }
.cta-stage { position: relative; overflow: hidden; background: var(--orange); }
.nx.anim .cta-stage { position: sticky; top: 0; height: 100svh; background: var(--night); }
.cta-sq { display: none; }
.nx.anim .cta-sq { display: block; position: absolute; left: 50%; top: 50%; width: 160px; height: 160px; transform-origin: 50% 64%; will-change: transform; }
.cta-sq .neo-icon { width: 100%; height: 100%; }
.cta-content { position: relative; z-index: 2; padding: 18vh var(--gut); }
.nx.anim .cta-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; opacity: 0; }
.cta-content h2 { font-weight: 500; font-size: clamp(56px, 9.4vw, 180px); line-height: 0.9; letter-spacing: -0.065em; margin: 20px 0 26px; }
.cta-content > p { max-width: 520px; font-size: 18px; color: rgba(15, 17, 22, 0.78); }
.cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 36px; }
.cta-phone { font-size: 13px; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

/* ================= FOOTER (reveal) ================= */
.ft { position: sticky; bottom: 0; z-index: 1; background: var(--night); color: var(--white); }
.ft-inner { padding: 12vh var(--gut) 22px; }
.ft-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-bottom: 8vh; }
.ft-cols div { display: flex; flex-direction: column; gap: 8px; }
.ft-cols .mono { color: var(--orange); margin-bottom: 8px; }
.ft-cols a { width: fit-content; opacity: 0.8; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size 0.6s var(--ease), opacity 0.3s; }
.ft-cols a:hover { opacity: 1; background-size: 100% 1px; }
.ft-mark { display: flex; align-items: center; gap: 2.2vw; padding: 4vh 0; border-top: 1px solid var(--line-d); }
.ft-mark .neo-icon { width: clamp(64px, 13.5vw, 240px); height: auto; }
.ft-mark span { font-weight: 500; font-size: clamp(70px, 19.5vw, 360px); line-height: 0.82; letter-spacing: -0.07em; }
.ft-legal { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 18px; border-top: 1px solid var(--line-d); color: rgba(255, 255, 255, 0.55); }

/* ================= RESPONSIVE ================= */
@media (max-width: 1100px) {
  .bar-sec { display: none; }
  .bar { grid-template-columns: 1fr auto; }
}
@media (max-width: 899px) {
  .bar { height: 60px; }
  .bar .lang, .bar-cta { display: none; }
  .bar-menu { width: 40px; height: 40px; }
  .hx-stage > .hx-copy { top: 88px; translate: none; left: var(--gut); right: var(--gut); width: auto; }
  .hx-title { font-size: clamp(36px, 10.4vw, 60px); margin: 14px 0 14px; }
  .hx-sub { font-size: 14.5px; }
  .hx-ctas { margin-top: 22px; gap: 8px; flex-wrap: nowrap; }
  .hx-ctas .btn { padding: 13px 16px; font-size: 13.5px; }
  .hx-slot { left: 17vw; right: 17vw; width: auto; top: auto; bottom: 9vh; height: 38svh; }
  .hx-dot { right: calc(17vw - 38px); bottom: 9vh; width: 26px; height: 26px; }
  .hx-media { clip-path: inset(53svh 17vw 9vh 17vw round 200px 200px 14px 14px); }
  .hx-logos { display: none; }
  .hx-over { bottom: 7vh; gap: 10px; }
  .hx-over span { font-size: 10px; }
  .nx.anim .st-line { font-size: 23vw; }
  .st-kicker { top: 84px; }
  .px-head { flex-direction: column; align-items: flex-start; padding: 12vh var(--gut) 2vh; }
  .px-segs { flex-wrap: wrap; }
  .px-seg { padding: 8px 10px 10px; font-size: 12px; }
  .pp { grid-template-columns: 1fr; gap: 34px; padding: 10vh var(--gut); }
  .pp-num { font-size: 84px; }
  .pp-title { font-size: 36px; }
  .pp-media { height: 54svh; }
  .nx.anim .pp .pp-media { clip-path: inset(18% 0 0 0 round 24px); transition: clip-path 1.3s var(--ease-out); }
  .nx.anim .pp.is-in .pp-media { clip-path: inset(0 0 0 0 round 24px); }
  .wk-head, .pr-head, .bx-head, .md-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 6vh; }
  .wk-head h2, .pr-head h2, .bx-head h2, .md-head h2 { font-size: clamp(40px, 11vw, 64px); }
  .wk-head > .mono, .pr-head > .mono, .bx-head > .mono, .md-head > .mono { padding-top: 0; }
  .wk { padding: 14vh var(--gut) 8vh; }
  .wk-card { grid-template-columns: 1fr; grid-template-rows: 44% 1fr; height: 80svh; top: calc(72px + var(--i) * 10px); border-radius: 26px; margin-bottom: 5vh; }
  .wk-fig { order: -1; margin: 10px 10px 0; border-radius: 18px; }
  .wk-info { padding: 20px 22px 24px; }
  .wk-info h3 { margin-top: 10px; font-size: 44px; }
  .wk-tags { margin: 12px 0 10px; }
  .wk-info p { font-size: 14px; }
  .wk-link { margin-top: auto; padding-top: 14px; }
  .pr { padding: 14vh var(--gut) 8vh; }
  .pr-grid { grid-template-columns: 1fr; }
  .pr-visual { display: none; }
  .pr-steps { padding-left: 44px; }
  .pr-line { left: 8px; }
  .pr-node { left: -44px; width: 20px; height: 20px; }
  .pr-step { min-height: 0; padding-bottom: 8vh; }
  .pr-inline { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; margin-top: 18px; }
  .bx { padding: 14vh var(--gut) 10vh; }
  .bx-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(190px, auto); gap: 10px; }
  .bc { padding: 20px; border-radius: 22px; }
  .bc-a, .bc-wide, .bc-img { grid-column: span 2; }
  .bc-v { font-size: 64px; }
  .bc-img { min-height: 240px; }
  .md { padding: 14vh var(--gut) 10vh; }
  .md-grid { grid-template-columns: 1fr; }
  .md-card { min-height: 290px; }
  .cta-content { padding: 14vh var(--gut); }
  .cta-content h2 { font-size: 16vw; }
  .cta-content > p { font-size: 16px; }
  .btn-lg { padding: 18px 22px; font-size: 15px; }
  .ft-cols { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
  .ft-mark .neo-icon { width: 17vw; }
  .ft-mark span { font-size: 21vw; }
  .ft-legal { flex-direction: column; gap: 8px; }
}

/* ================= REDUCED MOTION ================= */
@media (prefers-reduced-motion: reduce) {
  .nx *, .nx *::before, .nx *::after { animation: none !important; transition: none !important; }
}
