:root{--bg:#050505;--card:#111;--text:#f5f5f7;--muted:#aaa;--line:#292929;--light:#f5f5f7;--dark:#050505}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.nav{position:fixed;z-index:20;top:0;left:0;right:0;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(0,0,0,.55);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08)}.brand{font-weight:800;letter-spacing:.14em;line-height:.9}.links{display:flex;gap:26px;align-items:center;font-size:14px}.pill{padding:13px 20px;border-radius:999px;background:#fff;color:#000;font-weight:700;display:inline-block}.outline{background:transparent;color:#fff;border:1px solid #777}.hero{min-height:92vh;display:flex;align-items:flex-end;padding:120px 5vw 8vh;position:relative;overflow:hidden;background-size:cover;background-position:center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.18)),linear-gradient(0deg,rgba(0,0,0,.65),transparent 60%)}.hero-content{position:relative;z-index:2;max-width:820px}.eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#ddd}.hero h1{font-size:clamp(52px,7vw,100px);line-height:.92;margin:16px 0 20px;letter-spacing:-.055em}.hero p{font-size:20px;color:#ddd;max-width:620px;line-height:1.5}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.section{padding:110px 5vw}.section.light{background:var(--light);color:#111}.section h2{font-size:clamp(38px,5vw,70px);letter-spacing:-.045em;margin:10px 0 18px}.lede{max-width:720px;font-size:19px;line-height:1.6;color:var(--muted)}.light .lede{color:#555}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:42px}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.35s transform}.card:hover{transform:translateY(-6px)}.card img{width:100%;height:310px;object-fit:cover;display:block}.card-body{padding:24px}.card h3{font-size:24px;margin:0 0 8px}.card p{color:#aaa;line-height:1.55}.service{padding:30px;min-height:240px}.service .num{color:#777;font-size:13px}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch}.split img{width:100%;height:100%;min-height:520px;object-fit:cover;border-radius:28px}.panel{padding:55px;border-radius:28px;background:#101010;border:1px solid #222}.light .panel{background:#fff;border-color:#ddd}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}.step{padding:32px;border-top:1px solid #777}.step b{font-size:50px;display:block;margin-bottom:50px}.cta{text-align:center;padding:130px 5vw;background:#f5f5f7;color:#050505}.cta h2{font-size:clamp(48px,7vw,90px);margin:0 auto 28px;max-width:1000px;letter-spacing:-.055em}.footer{padding:45px 5vw;border-top:1px solid #222;display:flex;justify-content:space-between;gap:20px;color:#999;font-size:14px}.reveal{opacity:0;transform:translateY(35px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:850px){.links a:not(.pill){display:none}.grid,.steps,.split{grid-template-columns:1fr}.hero{min-height:86vh}.hero h1{font-size:54px}.section{padding:80px 6vw}.card img{height:260px}.footer{flex-direction:column}.nav{padding:0 5vw}.brand{font-size:14px}}

/* Projects photo-only gallery */
.project-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.project-gallery img{width:100%;height:clamp(280px,38vw,560px);object-fit:cover;border-radius:24px;display:block;transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .7s ease}
.project-gallery img:hover{transform:scale(1.012);filter:brightness(1.04)}
@media(max-width:760px){.project-gallery{grid-template-columns:1fr;gap:14px}.project-gallery img{height:auto;aspect-ratio:16/10;border-radius:18px}}

/* Home featured project — single panoramic link */
.home-project-feature{position:relative;display:block;margin-top:42px;border-radius:28px;overflow:hidden;min-height:clamp(360px,48vw,680px);background:#111}
.home-project-feature img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center;display:block;transition:transform 1s cubic-bezier(.2,.8,.2,1),filter .8s ease}
.home-project-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.48),transparent 48%);pointer-events:none}
.home-project-feature span{position:absolute;z-index:2;left:28px;bottom:26px;padding:13px 19px;border-radius:999px;background:rgba(0,0,0,.62);border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(14px);font-weight:700}
.home-project-feature:hover img{transform:scale(1.025);filter:brightness(1.04)}
@media(max-width:760px){.home-project-feature{min-height:0;aspect-ratio:4/3;border-radius:20px}.home-project-feature span{left:18px;bottom:18px}}

/* Home V6 — cinematic scroll polish */
.nav{transition:background .45s ease,border-color .45s ease,box-shadow .45s ease}.nav.scrolled{background:rgba(0,0,0,.82);border-color:rgba(255,255,255,.12);box-shadow:0 8px 35px rgba(0,0,0,.18)}
.home-hero{min-height:100svh;background-position:center center;will-change:background-position}.home-hero:after{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.08) 68%),linear-gradient(0deg,rgba(0,0,0,.58),transparent 60%)}
.hero-animate{animation:heroIn 1.05s cubic-bezier(.2,.8,.2,1) both;will-change:transform,opacity}.hero-animate .eyebrow{animation:heroIn .8s .08s both}.hero-animate h1{animation:heroIn 1s .16s both}.hero-animate p{animation:heroIn 1s .28s both}.hero-animate .actions{animation:heroIn 1s .38s both}@keyframes heroIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
.scroll-cue{position:absolute;z-index:3;right:5vw;bottom:4vh;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.72);display:flex;gap:10px;align-items:center}.scroll-cue span{animation:bob 1.7s ease-in-out infinite}@keyframes bob{50%{transform:translateY(6px)}}
.service-strip{display:flex;flex-wrap:wrap;gap:10px;margin:34px 0 4px}.service-strip span{padding:11px 15px;border:1px solid #d3d3d3;border-radius:999px;font-size:14px}
.story-scroll{height:300vh;background:#000}.story-sticky{position:sticky;top:0;height:100svh;overflow:hidden;display:grid;place-items:center}.story-bg{position:absolute;inset:-5%;background-size:cover;background-position:center;transform:scale(1.06);will-change:transform,filter}.story-shade{position:absolute;inset:0;background:rgba(0,0,0,.48)}.story-copy{position:relative;z-index:2;width:100%;text-align:center}.story-word{position:absolute;left:0;right:0;top:50%;transform:translateY(-42%) scale(.96);font-size:clamp(78px,14vw,210px);font-weight:800;letter-spacing:-.07em;opacity:0;transition:opacity .45s ease,transform .65s cubic-bezier(.2,.8,.2,1)}.story-word.active{opacity:1;transform:translateY(-50%) scale(1)}.story-progress{position:absolute;z-index:3;bottom:34px;width:min(360px,60vw);height:2px;background:rgba(255,255,255,.25)}.story-progress i{display:block;height:100%;width:0;background:#fff}
.finance-teaser{display:flex;justify-content:space-between;gap:40px;align-items:flex-end}.finance-teaser h2{margin-bottom:10px}.finance-teaser .outline{flex:0 0 auto}
.final-visual{min-height:82svh;position:relative;display:flex;align-items:flex-end;padding:8vh 5vw;background-size:cover;background-position:center;overflow:hidden}.final-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.08) 70%)}.final-content{position:relative;z-index:2;max-width:900px}.final-content h2{font-size:clamp(48px,7vw,92px);line-height:.96;letter-spacing:-.055em;margin:12px 0 30px}
@media(max-width:850px){.scroll-cue{display:none}.story-scroll{height:240vh}.finance-teaser{align-items:flex-start;flex-direction:column}.final-visual{min-height:72svh}.home-hero:after{background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.12) 72%)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.hero-animate,.hero-animate *{animation:none!important;transition:none!important}.story-word{transition:none}.scroll-cue span{animation:none}}
