:root { --bg:#070707; --bg2:#0b0b0b; --fg:#f5f5f5; --muted:rgba(245,245,245,.65); --muted2:rgba(245,245,245,.35); --card:rgba(255,255,255,.06); --card2:rgba(255,255,255,.09); --line:rgba(255,255,255,.10); --shadow:0 18px 60px rgba(0,0,0,.55); --radius:18px; --radius2:26px; --max:1240px; }
* { box-sizing:border-box; }
html,body { height:100%; }
body { margin:0; font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; background:radial-gradient(1400px 800px at 20% 0%, rgba(255,255,255,.08), transparent 60%), radial-gradient(900px 600px at 80% 18%, rgba(255,255,255,.06), transparent 55%), var(--bg); color:var(--fg); }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; height:auto; }
button { font-family:inherit; }
.page { width:100%; max-width:var(--max); margin:0 auto; padding:0 22px 70px; }
.topbar { position:sticky; top:0; z-index:50; display:flex; align-items:center; justify-content:space-between; padding:18px 22px; backdrop-filter:blur(10px); background:linear-gradient(to bottom, rgba(7,7,7,.92), rgba(7,7,7,.65)); border-bottom:1px solid rgba(255,255,255,.06); }
.brand { display:flex; align-items:center; gap:12px; min-width:180px; }
.brand__avatar { width:28px; height:28px; border-radius:7px; background:rgba(255,255,255,.08); }
.brand__name { font-weight:700; letter-spacing:.2px; }
.topnav { display:flex; align-items:center; gap:16px; flex-wrap:wrap; justify-content:flex-end; }
.topnav__link { font-weight:600; font-size:14px; color:rgba(245,245,245,.88); padding:8px 10px; border-radius:12px; }
.topnav__link:hover { background:rgba(255,255,255,.06); }
.topnav__link--muted { color:rgba(245,245,245,.55); font-weight:600; }
.hero { display:grid; grid-template-columns:1.2fr .8fr; gap:22px; padding:32px 0 10px; }
.hero__left { position:relative; min-height:420px; padding:22px 10px 0 0; }
.hero__right { position:relative; min-height:420px; display:flex; align-items:flex-start; justify-content:flex-end; }
.badge { display:inline-flex; flex-direction:column; gap:6px; padding:12px 14px; border-radius:16px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); width:max-content; }
.badge__line { font-size:12px; letter-spacing:.6px; color:rgba(245,245,245,.78); font-weight:700; }
.badge__line--hot { color:#ffffff; }
.hero__title { margin:18px 0 10px; font-weight:900; letter-spacing:-1.8px; line-height:.9; font-size:96px; }
.hero__title span { display:block; }
.hero__desc { margin:12px 0 0; max-width:680px; color:rgba(245,245,245,.72); font-size:14px; line-height:1.5; }
.hero__meta { display:flex; gap:18px; margin-top:18px; }
.hero__metaItem { padding:12px 14px; border-radius:16px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); min-width:160px; }
.hero__metaK { font-size:12px; color:rgba(245,245,245,.55); font-weight:700; letter-spacing:.3px; }
.hero__metaV { margin-top:4px; font-size:13px; color:rgba(245,245,245,.9); font-weight:700; }
.hero__cta { display:flex; gap:10px; margin-top:20px; }
.btn { display:inline-flex; align-items:center; justify-content:center; padding:12px 14px; border-radius:16px; background:#ffffff; color:#0a0a0a; font-weight:800; font-size:14px; border:0; cursor:pointer; }
.btn:hover { transform:translateY(-1px); }
.btn--ghost { background:rgba(255,255,255,.08); color:rgba(245,245,245,.92); border:1px solid rgba(255,255,255,.10); }
.btn--ghost:hover { background:rgba(255,255,255,.10); }
.portrait { position:relative; width:min(340px, 100%); aspect-ratio:3/4; border-radius:22px; overflow:hidden; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10); box-shadow:var(--shadow); }
.portrait__img { width:100%; height:100%; object-fit:cover; filter:contrast(1.02) saturate(1.02); }
.portrait__glow { position:absolute; inset:-80px; background:radial-gradient(circle at 50% 20%, rgba(255,255,255,.14), transparent 60%); pointer-events:none; }
.hero__bigGhost { position:absolute; right:0; bottom:-30px; font-size:132px; font-weight:900; letter-spacing:-2px; color:rgba(245,245,245,.18); user-select:none; }
.works { padding:28px 0 0; }
.works__head { display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:14px; }
.works__title { font-size:20px; font-weight:900; letter-spacing:-.2px; }
.works__hint { color:rgba(245,245,245,.55); font-size:13px; font-weight:700; }
.grid { columns:4 260px; column-gap:14px; }
.card { width:100%; break-inside:avoid; border:0; padding:0; background:transparent; cursor:pointer; margin:0 0 14px; border-radius:22px; overflow:hidden; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); box-shadow:0 12px 40px rgba(0,0,0,.35); }
.card:hover { transform:translateY(-2px); border-color:rgba(255,255,255,.14); }
.card__img { width:100%; height:auto; }
.card--wide { column-span:all; }
.videoPoster { position:relative; width:100%; }
.videoPoster__img { width:100%; height:auto; }
.videoPoster__play { position:absolute; inset:0; display:grid; place-items:center; }
.videoPoster__play::before { content:""; width:76px; height:76px; border-radius:999px; background:rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.20); box-shadow:0 12px 40px rgba(0,0,0,.35); }
.videoPoster__play::after { content:""; position:absolute; width:0; height:0; border-left:18px solid rgba(255,255,255,.92); border-top:12px solid transparent; border-bottom:12px solid transparent; transform:translateX(2px); }
.works__note { margin-top:12px; color:rgba(245,245,245,.55); font-size:13px; }
.mono { font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace; color:rgba(245,245,245,.75); }
.bottom { display:grid; grid-template-columns:1fr 1fr; gap:22px; padding:36px 0 10px; }
.bottom__col { border-radius:26px; padding:20px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); }
.bottom__title { margin:0 0 14px; font-size:56px; line-height:1; letter-spacing:-1.2px; font-weight:900; }
.list { display:flex; flex-direction:column; gap:10px; }
.list__item { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 14px; border-radius:18px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); }
.list__item:hover { background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.12); }
.list__text { font-weight:800; font-size:13px; color:rgba(245,245,245,.88); }
.list__arrow { color:rgba(245,245,245,.60); font-weight:900; }
.bullets { margin:0; padding-left:18px; color:rgba(245,245,245,.72); font-size:13px; line-height:1.6; font-weight:600; }
.contact { margin-top:26px; display:flex; align-items:flex-end; justify-content:space-between; gap:18px; padding:26px 0 0; }
.contact__copy { color:rgba(245,245,245,.55); font-weight:700; font-size:12px; }
.contact__loc { margin-top:6px; color:rgba(245,245,245,.35); font-weight:700; font-size:12px; }
.contact__big { font-size:78px; line-height:.95; letter-spacing:-1.5px; font-weight:900; text-align:right; }
.contact__sub { margin-top:10px; display:flex; justify-content:flex-end; align-items:center; gap:10px; color:rgba(245,245,245,.55); font-weight:800; font-size:13px; }
.contact__link { padding:8px 10px; border-radius:14px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); }
.contact__link:hover { background:rgba(255,255,255,.07); }
.dot { color:rgba(245,245,245,.35); }
.viewer { position:fixed; inset:0; display:none; z-index:80; }
.viewer.is-open { display:block; }
.viewer__backdrop { position:absolute; inset:0; background:rgba(0,0,0,.72); }
.viewer__panel { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:min(1100px, calc(100% - 34px)); max-height:calc(100% - 34px); border-radius:22px; overflow:hidden; background:rgba(12,12,12,.92); border:1px solid rgba(255,255,255,.10); box-shadow:0 22px 90px rgba(0,0,0,.75); display:flex; flex-direction:column; }
.viewer__close { position:absolute; right:14px; top:12px; width:40px; height:40px; border-radius:14px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.08); color:rgba(255,255,255,.92); font-size:22px; font-weight:900; cursor:pointer; }
.viewer__close:hover { background:rgba(255,255,255,.10); }
.viewer__head { padding:18px 18px 12px; display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
.viewer__title { font-weight:900; letter-spacing:-.3px; font-size:18px; }
.viewer__meta { color:rgba(245,245,245,.55); font-weight:800; font-size:12px; }
.viewer__body { padding:0 18px 18px; overflow:auto; }
.viewer__body img { width:100%; height:auto; border-radius:18px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.04); }
.viewer__body video { width:100%; border-radius:18px; border:1px solid rgba(255,255,255,.10); background:#000; }
@media (max-width: 980px) { .hero { grid-template-columns:1fr; } .hero__title { font-size:70px; } .hero__right { justify-content:flex-start; } .hero__bigGhost { display:none; } .bottom { grid-template-columns:1fr; } .bottom__title { font-size:44px; } .contact { flex-direction:column; align-items:flex-start; } .contact__big { font-size:54px; text-align:left; } .contact__sub { justify-content:flex-start; } }
@media (max-width: 520px) { .page { padding:0 16px 60px; } .topbar { padding:14px 16px; } .hero__title { font-size:54px; } .badge { width:100%; } .hero__meta { flex-direction:column; } .grid { columns:2 160px; } }

.policy{padding:96px 0 40px;}
.policy__wrap{max-width:980px;margin:0 auto;padding:0 24px;}
.policy__title{font-size:56px;line-height:1.02;letter-spacing:-0.02em;margin:0 0 18px;}
.policy__lead{font-size:18px;line-height:1.6;opacity:.9;margin:0 0 36px;max-width:820px;}
.policy__h2{font-size:18px;letter-spacing:-0.01em;margin:28px 0 10px;}
.policy__p{font-size:16px;line-height:1.7;opacity:.92;margin:0 0 14px;max-width:860px;}
.policy__email{font-weight:600;white-space:nowrap;}
.policy__updated{margin:26px 0 0;font-size:14px;opacity:.75;}
.policy__back{margin-top:28px;}
.contact--compact{margin-top:28px;}
@media (max-width:820px){.policy{padding:84px 0 32px;}.policy__title{font-size:40px;}}
@media (max-width:520px){.policy{padding:76px 0 28px;}.policy__title{font-size:34px;}}

