/* studio2.css — Doris Studio: dark, editorial, business-grade */
:root { --bg: #07080f; --bg2: #0c0e1a; --ink: #f4f5fb; --muted: #9aa0bf; --line: rgba(255,255,255,.09); --card: rgba(255,255,255,.035); --p: #8b7bff; --pink: #ff8fd0; --grad: linear-gradient(100deg, #b6a6ff 0%, #8b7bff 40%, #ff8fd0 100%);
  --sans: "Inter Tight", "Inter", system-ui, sans-serif; --body: "Inter", system-ui, sans-serif; --serif: "Instrument Serif", Georgia, serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; } a { color: inherit; }
.wrap { width: min(1240px, calc(100% - 56px)); margin: 0 auto; }
h1, h2, h3, h4 { font-family: var(--sans); letter-spacing: -.035em; line-height: .98; margin: 0; font-weight: 700; }
h1 { font-size: clamp(46px, 6.4vw, 96px); text-wrap: balance; } h2 { font-size: clamp(36px, 4.6vw, 66px); text-wrap: balance; } h3 { font-size: clamp(24px, 2.2vw, 32px); letter-spacing: -.025em; } h4 { font-size: 19px; letter-spacing: -.02em; }
em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
p { line-height: 1.6; }
.lbl { display: inline-flex; align-items: center; gap: 10px; font: 600 11.5px/1 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.lbl::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px rgba(255,143,208,.18); }
.btn { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 600 15px/1 var(--body); padding: 16px 26px; border-radius: 999px; background: #fff; color: #07080f; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, background .3s; white-space: nowrap; }
.btn svg { width: 16px; height: 16px; transition: transform .3s; } .btn:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -18px rgba(255,255,255,.45); } .btn:hover svg { transform: translateX(4px); }
.btn.ghost { background: rgba(255,255,255,.06); color: #fff; box-shadow: inset 0 0 0 1px var(--line); } .btn.ghost:hover { background: rgba(255,255,255,.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.btn.brand { background: var(--grad); color: #0b0620; }

/* grain + grid backdrop */
.fx { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(60% 50% at 80% 0%, rgba(139,123,255,.16), transparent 60%), radial-gradient(40% 40% at 0% 100%, rgba(255,143,208,.08), transparent 60%); }
.fx::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 96px 96px; mask-image: radial-gradient(70% 60% at 50% 0%, #000, transparent 90%); }
main, header, footer { position: relative; z-index: 1; }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; transition: background .3s, box-shadow .3s; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 20px; }
.nav .logo img { height: 52px; filter: brightness(0) invert(1); }
.nav nav { display: flex; gap: 2px; padding: 5px; border-radius: 999px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px var(--line); }
.nav nav a { text-decoration: none; font: 500 14px/1 var(--body); color: #d5d8ea; padding: 10px 16px; border-radius: 999px; transition: .25s; } .nav nav a:hover { background: rgba(255,255,255,.1); color: #fff; }
.nav.scrolled { background: rgba(7,8,15,.9); box-shadow: 0 1px 0 var(--line); } .nav.scrolled .wrap { height: 68px; } .nav.scrolled .logo img { height: 42px; }
.nav .btn { padding: 12px 20px; font-size: 14px; }

/* hero */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 60px 0 40px; overflow: hidden; }
.hero .art { position: absolute; right: -8%; top: 0; bottom: 0; width: 58%; z-index: 0; }
.hero .art canvas { width: 100%; height: 100%; display: block; }
.hero .art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg) 0%, transparent 35%), linear-gradient(0deg, var(--bg) 0%, transparent 25%); pointer-events: none; }
.hero .wrap { position: relative; z-index: 1; }
.hero .co { display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px 8px 8px; border-radius: 999px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px var(--line); font: 600 12.5px/1 var(--body); color: #dfe2f4; margin-bottom: 30px; }
.hero .co img { height: 12px; }
.hero h1 { max-width: 10.5em; }
.hero .lead { font-size: clamp(17px, 1.45vw, 21px); color: var(--muted); max-width: 34em; margin: 28px 0 34px; }
.hero .lead b { color: #fff; font-weight: 600; }
.ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .meta { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero .meta div { font-size: 13px; color: var(--muted); line-height: 1.5; } .hero .meta div b { display: block; color: #fff; font: 600 15px/1.3 var(--body); }

/* logos strip */
.logos { padding: 26px 0 8px; border-top: 1px solid var(--line); }
.logos .wrap { display: block; }
.logos .lbl { display: block; margin-bottom: 18px; } .logos .lbl::before { display: none; }
.logos .lg { position: relative; display: flex; overflow: hidden; opacity: .85; contain: paint; }
.logos .lg::before, .logos .lg::after { content: ""; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; } .logos .lg::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); } .logos .lg::after { right: 0; background: linear-gradient(270deg, var(--bg), transparent); }
.logos .track { display: flex; align-items: center; gap: 52px; padding-right: 52px; flex-shrink: 0; white-space: nowrap; }
.logos .lg:hover .track { animation-play-state: paused; }
.logos .lg img { height: 26px; width: auto; max-width: 130px; object-fit: contain; opacity: .85; flex-shrink: 0; }
.logos .lg span { font: 700 15px/1 var(--sans); letter-spacing: -.02em; color: #e6e8f5; flex-shrink: 0; }

/* numbers */
.numbers { padding: 80px 0 30px; }
.numbers .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.numbers .grid > div { padding: 34px 28px; border-right: 1px solid var(--line); } .numbers .grid > div:last-child { border-right: 0; }
.numbers b { display: block; font: 700 clamp(40px, 4.4vw, 64px)/1 var(--sans); letter-spacing: -.04em; } .numbers b em { font-size: .9em; }
.numbers span { display: block; margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.numbers small { display: block; margin-top: 8px; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: #6f7597; }

/* sections */
.s { padding: 120px 0; }
.head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: end; margin-bottom: 56px; }
.head h2 { margin-top: 18px; } .head p { margin: 0; color: var(--muted); font-size: 18px; }

/* work */
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.case { position: relative; display: block; text-decoration: none; color: inherit; border-radius: 28px; overflow: hidden; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); transition: transform .6s cubic-bezier(.2,.7,.2,1), box-shadow .6s; }
.case:hover { transform: translateY(-6px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22), 0 40px 80px -40px rgba(139,123,255,.5); }
.case.feat { grid-column: span 2; }
.case .shot { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #0e1020; }
.case.feat .shot { aspect-ratio: 21/9; }
.case .shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 1.4s cubic-bezier(.2,.7,.2,1); }
.case:hover .shot img { transform: scale(1.04); }
.case .shot .ph { position: absolute; right: 5%; bottom: -6%; width: 20%; border-radius: 20px; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(0,0,0,.8), 0 0 0 5px #0e1020; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.case:hover .shot .ph { transform: translateY(-10px); }
.case.feat .shot .ph { width: 14%; }
.case .shot .ph img { object-position: top; }
.case .body { padding: 26px 28px 30px; display: grid; grid-template-columns: 1fr auto; gap: 14px 24px; align-items: start; }
.case .body h3 { margin-bottom: 8px; } .case .body p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; max-width: 44em; }
.case .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; grid-column: 1 / -1; }
.case .tags span { font: 500 12px/1 var(--body); padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px var(--line); color: #dfe2f4; }
.case .arrow { width: 52px; height: 52px; border-radius: 50%; background: #fff; color: #07080f; display: grid; place-items: center; transition: .35s; } .case .arrow svg { width: 20px; height: 20px; }
.case:hover .arrow { background: var(--pink); transform: rotate(-35deg); }
.case .kv { display: flex; gap: 22px; grid-column: 1 / -1; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.case .kv div b { display: block; font: 700 22px/1 var(--sans); letter-spacing: -.03em; } .case .kv div span { font-size: 12.5px; color: var(--muted); }
.case .status { position: absolute; left: 18px; top: 18px; z-index: 2; font: 700 11px/1 var(--body); letter-spacing: .12em; text-transform: uppercase; padding: 8px 12px; border-radius: 999px; background: rgba(7,8,15,.7); backdrop-filter: blur(10px); color: #fff; display: inline-flex; align-items: center; gap: 8px; }
.case .status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #4ade80; } .case .status.pre::before { background: #f6c26b; }
.more { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; } .more.one { grid-template-columns: 1fr; }
.mini { display: grid; grid-template-columns: 140px 1fr; gap: 20px; align-items: center; text-decoration: none; color: inherit; padding: 16px; border-radius: 22px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); transition: .4s; }
.mini:hover { background: rgba(255,255,255,.06); }
.mini img { width: 140px; height: 96px; object-fit: cover; border-radius: 14px; } .mini h4 { margin-bottom: 6px; } .mini p { margin: 0; color: var(--muted); font-size: 14px; }

/* capabilities (light section) */
.cap { background: #f5f5fa; color: #0b0c16; border-radius: 48px; margin: 0 16px; padding: 120px 0; }
.cap .lbl { color: #5b6082; } .cap .head p { color: #5b6082; }
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cp { padding: 32px 30px 34px; border-radius: 26px; background: #fff; box-shadow: 0 1px 0 rgba(11,12,22,.06), 0 30px 60px -40px rgba(11,12,22,.25); display: flex; flex-direction: column; gap: 14px; min-height: 300px; }
.cp .n { font: 400 30px/1 var(--serif); color: #8b7bff; } .cp h4 { font-size: 22px; } .cp p { margin: 0; color: #5b6082; font-size: 15px; line-height: 1.55; }
.cp ul { margin: auto 0 0; padding: 0; list-style: none; display: grid; gap: 7px; } .cp li { font-size: 13.5px; color: #2a2f4c; padding-left: 18px; position: relative; } .cp li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--grad); }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 56px; padding-top: 48px; border-top: 1px solid rgba(11,12,22,.08); }
.process div b { display: block; font: 400 36px/1 var(--serif); color: #8b7bff; margin-bottom: 14px; } .process h4 { font-size: 18px; margin-bottom: 8px; } .process p { margin: 0; color: #5b6082; font-size: 14.5px; }

/* sentryx */
.sx { padding: 120px 0; }
.sx .top { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: start; }
.sx .sxlogo { height: 32px; margin-bottom: 34px; }
.sx p { color: var(--muted); font-size: 18px; }
.sx .ops { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sx .op { padding: 24px; border-radius: 22px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); } .sx .op b { display: block; font: 600 17px/1.3 var(--body); margin-bottom: 8px; } .sx .op span { color: var(--muted); font-size: 14px; line-height: 1.5; display: block; }
.sx .site { grid-column: 1 / -1; border-radius: 20px; overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); background: #0e1020; display: block; }
.sx .site img { display: block; }
.results { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; }
.res { padding: 30px 32px; border-radius: 26px; background: linear-gradient(160deg, rgba(139,123,255,.16), rgba(255,255,255,.03)); box-shadow: inset 0 0 0 1px rgba(139,123,255,.28); }
.res .k { font: 600 11.5px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: #b6a6ff; } .res h4 { font-size: 26px; margin: 12px 0 14px; letter-spacing: -.03em; }
.res ul { margin: 0 0 16px; padding: 0; list-style: none; display: grid; gap: 8px; } .res li { font-size: 14.5px; color: #dfe2f4; padding-left: 20px; position: relative; } .res li::before { content: "↗"; position: absolute; left: 0; color: #4ade80; }
.res a { font: 600 14px/1 var(--body); color: #fff; }
.clients { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; } .clients .lbl { margin-right: 10px; }
.clients .cl { background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px var(--line); border-radius: 16px; height: 62px; padding: 10px 22px; display: flex; align-items: center; color: #dfe2f4; font-weight: 600; font-size: 14px; }
.clients .cl img { max-height: 42px; width: auto; } .clients .cl img.inv { filter: brightness(0) invert(1); }
.quote { margin-top: 40px; font: 400 clamp(22px, 2.2vw, 30px)/1.35 var(--serif); max-width: 30em; } .quote small { display: block; margin-top: 12px; font: 500 13px/1 var(--body); color: var(--muted); }

/* offer */
.offer .box { position: relative; overflow: hidden; border-radius: 40px; padding: clamp(40px, 6vw, 80px); background: linear-gradient(120deg, #1a1440, #0e1020 60%, #2a1030); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.offer .box::before { content: ""; position: absolute; width: 700px; height: 700px; right: -260px; top: -320px; border-radius: 50%; background: radial-gradient(circle, rgba(139,123,255,.35), transparent 60%); }
.offer h2 { position: relative; } .offer p { position: relative; color: var(--muted); font-size: 18px; max-width: 36em; margin: 18px 0 26px; }
.offer .steps { position: relative; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.offer .steps div { display: flex; align-items: center; gap: 10px; padding: 10px 16px 10px 10px; border-radius: 999px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px var(--line); font-size: 13.5px; font-weight: 500; }
.offer .steps b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #fff; color: #07080f; font-size: 11px; }
.offer .cards { position: relative; aspect-ratio: 1; }
.offer .card { position: absolute; width: 76%; padding: 26px; border-radius: 24px; background: rgba(255,255,255,.06); backdrop-filter: blur(14px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), 0 40px 80px -40px rgba(0,0,0,.8); display: grid; gap: 8px; }
.offer .card span { font: 600 11px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: #b6a6ff; } .offer .card b { font: 700 24px/1.1 var(--sans); letter-spacing: -.03em; } .offer .card i { font-style: normal; color: var(--muted); font-size: 13.5px; }
.offer .card.a { left: 0; top: 10%; transform: rotate(-4deg); } .offer .card.b { right: 0; bottom: 12%; transform: rotate(3deg); background: var(--grad); color: #0b0620; } .offer .card.b span, .offer .card.b i { color: rgba(11,6,32,.7); }

/* about */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about .ph { position: relative; }
.about .ph img.main { border-radius: 30px; aspect-ratio: 4/5; object-fit: cover; object-position: 55% 20%; width: 100%; }
.about .ph .strip { position: absolute; right: -24px; bottom: -24px; display: flex; gap: 10px; }
.about .ph .strip img { width: 92px; height: 116px; object-fit: cover; object-position: 50% 15%; border-radius: 16px; box-shadow: 0 20px 40px -20px rgba(0,0,0,.8), 0 0 0 4px var(--bg); }
.about .ph .role { position: absolute; left: 20px; top: 20px; display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; border-radius: 999px; background: rgba(7,8,15,.7); backdrop-filter: blur(10px); font: 600 12.5px/1 var(--body); }
.about .ph .role img { height: 13px; padding: 7px 10px; background: #fff; border-radius: 999px; }
.about h2 { margin: 18px 0 22px; } .about p { color: var(--muted); font-size: 17.5px; margin: 0 0 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; } .chips span { font: 500 13px/1 var(--body); padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px var(--line); color: #dfe2f4; }

/* contact */
.contact { padding: 40px 0 120px; }
.contact .box { position: relative; overflow: hidden; border-radius: 44px; padding: clamp(46px, 7vw, 110px); background: #f5f5fa; color: #0b0c16; }
.contact .box::before { content: ""; position: absolute; width: 700px; height: 700px; right: -220px; top: -360px; border-radius: 50%; background: radial-gradient(circle, rgba(139,123,255,.35), transparent 60%); }
.contact .box::after { content: ""; position: absolute; width: 500px; height: 500px; left: 30%; bottom: -320px; border-radius: 50%; background: radial-gradient(circle, rgba(255,143,208,.35), transparent 60%); }
.contact .lbl { color: #5b6082; } .contact h2 { font-size: clamp(44px, 6vw, 96px); position: relative; max-width: 11em; }
.contact p { position: relative; color: #5b6082; font-size: 19px; max-width: 34em; margin: 26px 0 36px; }
.contact .btn { background: #0b0c16; color: #fff; } .contact .btn.ghost { background: rgba(11,12,22,.06); color: #0b0c16; box-shadow: inset 0 0 0 1px rgba(11,12,22,.12); }
.contact .rows { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 50px; }
.contact .rows div { padding: 20px 22px; border-radius: 20px; background: rgba(255,255,255,.7); box-shadow: inset 0 0 0 1px rgba(11,12,22,.08); } .contact .rows small { display: block; font: 600 11px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: #5b6082; margin-bottom: 8px; } .contact .rows b { font-size: 16px; }
footer { padding: 40px 0 60px; }
footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; align-items: center; color: var(--muted); font-size: 13.5px; }
footer img { height: 40px; filter: brightness(0) invert(1); opacity: .9; }
footer nav { display: flex; gap: 20px; } footer nav a { text-decoration: none; color: var(--muted); }

.rv { opacity: 0; transform: translateY(26px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); } .rv.in, body.shot .rv { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero .art { position: relative; width: 100%; right: 0; height: 52vw; min-height: 320px; margin: 24px 0 0; } .hero { display: block; padding: 40px 0 20px; min-height: 0; }
  .nav nav { display: none; } .nav .logo img { height: 42px; }
  .numbers .grid { grid-template-columns: 1fr 1fr; } .numbers .grid > div:nth-child(2) { border-right: 0; } .numbers .grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .head, .work-grid, .sx .top, .results, .about, .offer .box, .more { grid-template-columns: 1fr; } .case.feat { grid-column: span 1; } .case.feat .shot { aspect-ratio: 16/10; }
  .cap-grid, .process { grid-template-columns: 1fr; } .cap { border-radius: 30px; margin: 0 8px; padding: 80px 0; } .s, .sx { padding: 80px 0; }
  .contact .rows { grid-template-columns: 1fr; } .offer .cards { max-width: 420px; margin: 0 auto; width: 100%; }
  .about .ph .strip { right: 10px; bottom: 10px; } .about .ph .strip img { width: 64px; height: 82px; }
}
@media (max-width: 600px) { .wrap { width: calc(100% - 32px); } h1 { font-size: 42px; } .numbers .grid { grid-template-columns: 1fr; } .numbers .grid > div { border-right: 0; border-bottom: 1px solid var(--line); } .case .body { grid-template-columns: 1fr; } .case .arrow { display: none; } .mini { grid-template-columns: 1fr; } .mini img { width: 100%; height: 140px; } }
