:root{
  --bg:#070707;
  --bg-2:#0c0c0c;
  --panel:#111;
  --line:rgba(255,255,255,.10);
  --text:#f2efe8;
  --muted:#aaa69e;
  --gold:#c9a24d;
  --gold-2:#e0c274;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:"Cairo",sans-serif;overflow-x:hidden}
html[lang="en"] body{font-family:"Manrope",sans-serif}
a{color:inherit;text-decoration:none}
button{font:inherit}
.noise{position:fixed;inset:0;z-index:50;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}
.site-header{position:fixed;top:0;left:0;right:0;z-index:40;height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,4vw,64px);background:linear-gradient(to bottom,rgba(5,5,5,.88),rgba(5,5,5,.12));backdrop-filter:blur(8px)}
.brand img{display:block;width:92px;height:auto;filter:drop-shadow(0 8px 24px rgba(0,0,0,.45))}
.desktop-nav{display:flex;gap:34px;font-size:14px;color:#d8d4cb}
.desktop-nav a{position:relative;padding:10px 0}.desktop-nav a:after{content:"";position:absolute;right:0;bottom:4px;width:0;height:1px;background:var(--gold);transition:.25s}.desktop-nav a:hover:after{width:100%}
.header-actions{display:flex;align-items:center;gap:14px}.lang-toggle{border:1px solid var(--line);background:rgba(0,0,0,.25);color:#fff;border-radius:999px;padding:10px 13px;cursor:pointer}.header-cta{border:1px solid rgba(201,162,77,.6);padding:11px 18px;border-radius:999px;font-size:13px;color:var(--gold-2);transition:.25s}.header-cta:hover{background:var(--gold);color:#0b0b0b}
.hero{min-height:100svh;position:relative;display:flex;align-items:flex-end;padding:150px clamp(24px,6vw,90px) 95px;isolation:isolate}.hero-media{position:absolute;inset:0;z-index:-2;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.035);animation:heroZoom 14s ease-out both}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.80) 0%,rgba(0,0,0,.45) 50%,rgba(0,0,0,.30) 100%),linear-gradient(0deg,#070707 0%,transparent 33%)}
html[dir="rtl"] .hero-overlay{background:linear-gradient(270deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.46) 50%,rgba(0,0,0,.30) 100%),linear-gradient(0deg,#070707 0%,transparent 33%)}
@keyframes heroZoom{from{transform:scale(1.09)}to{transform:scale(1.035)}}
.hero-content{max-width:820px}.eyebrow,.section-kicker{display:inline-block;color:var(--gold-2);letter-spacing:.18em;font-size:12px;font-weight:600;text-transform:uppercase}.hero h1{font-size:clamp(54px,8.2vw,118px);line-height:.96;letter-spacing:-.045em;margin:20px 0 26px;font-weight:500}.hero p{max-width:650px;font-size:clamp(16px,1.35vw,20px);line-height:1.9;color:#d0ccc4;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:36px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;font-size:14px;transition:.25s}.btn-primary{background:var(--gold);color:#0a0a0a}.btn-primary:hover{transform:translateY(-2px);background:var(--gold-2)}.btn-ghost{border:1px solid rgba(255,255,255,.28)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold-2)}.hero-scroll{position:absolute;bottom:35px;inset-inline-end:clamp(24px,6vw,90px);font-size:11px;color:#aaa;letter-spacing:.15em;text-transform:uppercase;writing-mode:vertical-rl}
.section-shell{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.statement{padding:150px 0 120px;border-bottom:1px solid var(--line)}.statement h2{max-width:1050px;font-size:clamp(36px,5vw,72px);line-height:1.2;letter-spacing:-.035em;font-weight:400;margin:24px 0 0}
.services{padding:130px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:62px}.section-head h2,.about h2,.contact h2{font-size:clamp(34px,4.3vw,62px);font-weight:400;line-height:1.25;letter-spacing:-.03em;margin:16px 0 0;max-width:800px}.section-note{max-width:320px;color:var(--muted);line-height:1.85;font-size:14px;margin:0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-inline-start:1px solid var(--line)}.service-card{min-height:275px;padding:30px;border-inline-end:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:.3s;background:linear-gradient(180deg,rgba(255,255,255,.01),transparent)}.service-card:hover{background:#111;transform:translateY(-4px)}.service-card>span{font-family:"Manrope",sans-serif;font-size:11px;color:var(--gold);letter-spacing:.12em}.service-card h3{font-size:22px;font-weight:500;margin:auto 0 12px}.service-card p{color:#9f9c95;font-size:13px;line-height:1.85;margin:0}
.work{background:#0a0a0a;padding:130px 0}.work-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:repeat(2,310px);gap:14px}.work-card{position:relative;overflow:hidden;border:1px solid var(--line);background:radial-gradient(circle at 20% 15%,rgba(201,162,77,.16),transparent 28%),linear-gradient(145deg,#151515,#0b0b0b 62%);min-height:310px}.work-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 30%,rgba(255,255,255,.04));transform:scale(1.05);transition:.4s}.work-card:hover:before{transform:scale(1.11)}.work-card.tall{grid-row:span 2;background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.8)),url('assets/studio.png') center/cover}.work-label{position:absolute;bottom:28px;inset-inline-start:28px}.work-label span{display:block;color:var(--gold);font-size:11px;letter-spacing:.14em;margin-bottom:8px}.work-label strong{font-size:24px;font-weight:500}
.about{padding:150px 0}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:110px;align-items:start}.about-copy>p:last-child{color:#aaa79f;max-width:680px;line-height:2;font-size:16px;margin-top:32px}.process{border-top:1px solid var(--line)}.process>div{display:flex;align-items:center;gap:25px;border-bottom:1px solid var(--line);padding:24px 0}.process span{color:var(--gold);font-family:"Manrope",sans-serif;font-size:11px}.process p{margin:0;font-size:16px}
.contact{position:relative;padding:150px 0;background:radial-gradient(circle at 50% 0%,rgba(201,162,77,.12),transparent 44%),#090909;border-top:1px solid var(--line)}.contact-inner{text-align:center}.contact h2{margin-inline:auto;max-width:900px}.contact-email{display:inline-block;margin-top:46px;font-size:clamp(24px,4vw,54px);font-family:"Manrope",sans-serif;border-bottom:1px solid rgba(201,162,77,.55);padding-bottom:7px;color:var(--gold-2)}.socials{margin-top:50px;display:flex;justify-content:center;gap:28px;flex-wrap:wrap}.socials a{font-size:13px;color:#c5c2bc}.socials a:hover{color:var(--gold-2)}
footer{min-height:130px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px clamp(24px,5vw,72px);border-top:1px solid var(--line);color:#777;font-size:12px}footer img{width:80px}footer a:hover{color:var(--gold)}
.reveal{opacity:0;transform:translateY(25px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){.desktop-nav{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr;gap:70px}.section-head{align-items:flex-start;flex-direction:column;gap:22px}.section-note{max-width:540px}.work-grid{grid-template-columns:1fr;grid-template-rows:auto}.work-card,.work-card.tall{grid-row:auto;min-height:360px}}
@media(max-width:640px){.site-header{height:74px;padding:0 18px}.brand img{width:76px}.header-cta{display:none}.hero{padding:130px 22px 72px;align-items:center}.hero h1{font-size:48px;line-height:1.02}.hero p{font-size:15px}.hero-scroll{display:none}.section-shell{width:min(100% - 34px,var(--max))}.statement,.services,.work,.about,.contact{padding-top:92px;padding-bottom:92px}.statement h2,.section-head h2,.about h2,.contact h2{font-size:35px}.service-grid{grid-template-columns:1fr}.service-card{min-height:220px}.work-card,.work-card.tall{min-height:340px}.contact-email{font-size:21px}.socials{gap:20px}footer{flex-direction:column;text-align:center;padding:34px 20px}}

/* ===== CINEMATIC MOTION SYSTEM ===== */
.site-intro{position:fixed;inset:0;z-index:9999;background:#050505;display:grid;place-items:center;overflow:hidden;transition:opacity .7s cubic-bezier(.65,0,.35,1),visibility .7s}
.site-intro:before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 50% 48%,rgba(201,162,77,.10),transparent 30%);opacity:0;transform:scale(.8);transition:opacity 1s ease,transform 1.4s ease}
.intro-inner{display:flex;flex-direction:column;align-items:center;gap:17px;transform:translateY(7px)}
.intro-logo{width:min(180px,36vw);height:auto;opacity:0;transform:scale(.96);filter:drop-shadow(0 16px 38px rgba(0,0,0,.62));transition:opacity .65s ease,transform 1.1s cubic-bezier(.22,1,.36,1)}
.intro-line{height:1px;width:min(240px,48vw);background:linear-gradient(90deg,transparent,var(--gold-2),transparent);transform:scaleX(0);transform-origin:center;transition:transform .85s cubic-bezier(.22,1,.36,1) .28s}
.intro-copy{font-family:"Manrope",sans-serif;font-size:10px;letter-spacing:.28em;color:#b7aa8d;opacity:0;transform:translateY(5px);transition:opacity .55s ease .5s,transform .55s ease .5s}
.site-intro.play:before{opacity:1;transform:scale(1)}
.site-intro.play .intro-logo{opacity:1;transform:scale(1)}
.site-intro.play .intro-line{transform:scaleX(1)}
.site-intro.play .intro-copy{opacity:.85;transform:none}
.site-intro.leave{opacity:0;visibility:hidden;pointer-events:none}

.site-header{transition:height .35s ease,background .35s ease,border-color .35s ease,box-shadow .35s ease}
.site-header.scrolled{height:72px;background:rgba(7,7,7,.82);border-bottom:1px solid rgba(255,255,255,.07);box-shadow:0 10px 38px rgba(0,0,0,.18)}

.hero{--hero-x:0px;--hero-y:0px;--hero-fade:0;overflow:hidden}
.hero-media img{will-change:transform;--scroll-shift:0px;animation:none;transform:translate3d(var(--hero-x),calc(var(--hero-y) + var(--scroll-shift)),0) scale(1.10);transition:transform .8s cubic-bezier(.22,1,.36,1)}
body.intro-done .hero-media img{animation:cinematicHero 14s cubic-bezier(.16,1,.3,1) both}
@keyframes cinematicHero{0%{transform:translate3d(var(--hero-x),calc(var(--hero-y) + var(--scroll-shift)),0) scale(1.13)}100%{transform:translate3d(var(--hero-x),calc(var(--hero-y) + var(--scroll-shift)),0) scale(1.055)}}
.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:#070707;opacity:var(--hero-fade);pointer-events:none}

/* Hero content enters like a title sequence rather than a generic fade. */
.hero-content.reveal{opacity:1;transform:none;transition:none}
.hero-content .eyebrow,.hero-content h1,.hero-content p,.hero-content .hero-actions{opacity:0;transform:translateY(28px);filter:blur(4px)}
body.intro-done .hero-content .eyebrow{animation:titleIn .75s cubic-bezier(.22,1,.36,1) .08s forwards}
body.intro-done .hero-content h1{animation:titleIn 1.0s cubic-bezier(.22,1,.36,1) .20s forwards}
body.intro-done .hero-content p{animation:titleIn .9s cubic-bezier(.22,1,.36,1) .44s forwards}
body.intro-done .hero-content .hero-actions{animation:titleIn .8s cubic-bezier(.22,1,.36,1) .62s forwards}
@keyframes titleIn{to{opacity:1;transform:none;filter:blur(0)}}
.eyebrow{position:relative;overflow:hidden}
.eyebrow:after{content:"";position:absolute;inset:-2px -30%;background:linear-gradient(95deg,transparent 35%,rgba(255,225,153,.75) 50%,transparent 65%);transform:translateX(-130%)}
body.intro-done .eyebrow:after{animation:goldSweep 1.15s ease .55s both}
@keyframes goldSweep{to{transform:translateX(130%)}}

.hero-scroll:before{content:"";display:block;width:1px;height:48px;margin:0 auto 12px;background:linear-gradient(to bottom,transparent,var(--gold));animation:scrollPulse 1.9s ease-in-out infinite}
@keyframes scrollPulse{0%,100%{transform:scaleY(.35);transform-origin:top;opacity:.35}50%{transform:scaleY(1);opacity:1}}

.reveal{opacity:0;transform:translateY(34px);filter:blur(3px);transition:opacity .9s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms),transform .9s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms),filter .9s ease var(--reveal-delay,0ms)}
.reveal.visible{opacity:1;transform:none;filter:blur(0)}

.section-kicker{position:relative;padding-inline-start:36px}
.section-kicker:before{content:"";position:absolute;inset-inline-start:0;top:50%;width:24px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:inset-inline-start;transition:transform .8s cubic-bezier(.22,1,.36,1) .15s}
.reveal.visible .section-kicker:before,.section-head.visible .section-kicker:before,.contact-inner.visible .section-kicker:before{transform:scaleX(1)}

.service-card{position:relative;isolation:isolate;overflow:hidden;will-change:transform}
.service-card:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(320px circle at var(--mx,50%) var(--my,50%),rgba(201,162,77,.13),transparent 46%);opacity:0;transition:opacity .35s ease}
.service-card:hover:before{opacity:1}
.service-card:hover{transform:translateY(-7px)}
.service-card h3,.service-card p,.service-card>span{transition:transform .35s cubic-bezier(.22,1,.36,1),color .35s ease}
.service-card:hover h3{transform:translateY(-2px)}
.service-card:hover>span{color:var(--gold-2)}

.work-card{transition:transform .6s cubic-bezier(.22,1,.36,1),border-color .35s ease,box-shadow .5s ease}
.work-card:hover{transform:translateY(-5px);border-color:rgba(201,162,77,.38);box-shadow:0 28px 60px rgba(0,0,0,.24)}
.work-card.tall{background-size:108%;transition:background-size 1.1s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1),border-color .35s ease,box-shadow .5s ease}
.work-card.tall:hover{background-size:113%}

.btn,.header-cta,.contact-email,.socials a{position:relative;overflow:hidden}
.btn-primary:after,.header-cta:after{content:"";position:absolute;inset:-2px -45%;background:linear-gradient(100deg,transparent 35%,rgba(255,255,255,.38) 50%,transparent 65%);transform:translateX(-120%);transition:transform .7s ease}
.btn-primary:hover:after,.header-cta:hover:after{transform:translateX(120%)}
.contact-email{transition:letter-spacing .45s cubic-bezier(.22,1,.36,1),color .35s ease}
.contact-email:hover{letter-spacing:.018em;color:#f0d68f}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .reveal,.hero-content .eyebrow,.hero-content h1,.hero-content p,.hero-content .hero-actions{opacity:1!important;transform:none!important;filter:none!important}
}

/* ===== V3 · SECTOR MOTION HERO ===== */
.hero-sector-motion{
  min-height:100svh;
  align-items:center;
  padding-top:132px;
  padding-bottom:86px;
  background:
    radial-gradient(circle at 17% 52%,rgba(201,162,77,.11),transparent 27%),
    radial-gradient(circle at 77% 22%,rgba(105,77,29,.10),transparent 24%),
    linear-gradient(130deg,#050505 0%,#080808 48%,#040404 100%);
}
.hero-sector-motion:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,5,5,.08),rgba(5,5,5,.42) 45%,rgba(5,5,5,.88) 74%,#050505 100%)}
html[dir="ltr"] .hero-sector-motion:before{background:linear-gradient(270deg,rgba(5,5,5,.08),rgba(5,5,5,.42) 45%,rgba(5,5,5,.88) 74%,#050505 100%)}
.hero-sector-motion .hero-content{position:relative;z-index:5;width:min(670px,48vw);margin-inline-start:auto}
.hero-sector-motion h1{font-size:clamp(56px,7.35vw,104px);text-shadow:0 12px 40px rgba(0,0,0,.28)}
.hero-sector-motion .hero-content p{max-width:620px}
.hero-vignette{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(0deg,#070707 0%,transparent 22%,transparent 78%,rgba(0,0,0,.18) 100%)}

.sector-stage{position:absolute;z-index:1;left:clamp(8px,2.3vw,38px);top:50%;width:min(56vw,860px);height:min(68vw,650px);max-height:72vh;transform:translateY(-48%);overflow:hidden;pointer-events:none}
html[dir="ltr"] .sector-stage{left:auto;right:clamp(8px,2.3vw,38px)}
.sector-stage:before{content:"";position:absolute;inset:9% 7%;border:1px solid rgba(201,162,77,.12);border-radius:50%;filter:drop-shadow(0 0 22px rgba(201,162,77,.06))}
.sector-grid-lines{position:absolute;inset:5%;opacity:.22;background-image:linear-gradient(rgba(201,162,77,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(201,162,77,.09) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(circle,#000 0 48%,transparent 75%)}
.sector-orbit{position:absolute;border:1px solid rgba(224,194,116,.16);border-radius:50%;animation:orbitSpin 26s linear infinite}
.orbit-one{width:76%;aspect-ratio:1;left:8%;top:11%}.orbit-two{width:55%;aspect-ratio:1;left:18%;top:22%;animation-duration:17s;animation-direction:reverse;opacity:.55}
.sector-orbit:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:var(--gold-2);top:6%;left:24%;box-shadow:0 0 18px rgba(224,194,116,.9)}
@keyframes orbitSpin{to{transform:rotate(360deg)}}

.sector-scene{position:absolute;inset:7% 3% 5% 3%;opacity:0;transform:translate3d(-4%,0,0) scale(.985);filter:blur(8px);animation:sceneCycle 15s cubic-bezier(.22,1,.36,1) infinite}
.scene-car{animation-delay:0s}.scene-building{animation-delay:5s}.scene-restaurant{animation-delay:10s}
@keyframes sceneCycle{
  0%{opacity:0;transform:translate3d(-5%,1%,0) scale(.98);filter:blur(10px)}
  7%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
  27%{opacity:1;transform:translate3d(1.2%,-.4%,0) scale(1.012);filter:blur(0)}
  33%{opacity:0;transform:translate3d(5%,-1%,0) scale(1.025);filter:blur(8px)}
  100%{opacity:0}
}
.scene-meta{position:absolute;left:8%;top:7%;display:flex;align-items:center;gap:13px;color:#d7c28b;font-family:"Manrope",sans-serif;letter-spacing:.16em;text-transform:uppercase;font-size:11px;z-index:3}
html[dir="ltr"] .scene-meta{left:auto;right:8%}
.scene-meta span{display:inline-grid;place-items:center;width:33px;height:33px;border:1px solid rgba(201,162,77,.35);border-radius:50%;color:var(--gold-2);letter-spacing:0}
.scene-meta strong{font-weight:500}
.scene-svg{position:absolute;inset:4% 0 0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 20px 60px rgba(0,0,0,.38))}

/* Automotive motion */
.car-body{animation:carFloat 3.2s ease-in-out infinite alternate}.speed-lines{stroke-width:2;opacity:.5;animation:speedPulse .95s ease-in-out infinite}.speed-lines path:nth-child(2){animation-delay:.12s}.speed-lines path:nth-child(3){animation-delay:.22s}.car-road{animation:roadDrift 3s linear infinite}
@keyframes carFloat{to{transform:translateY(-8px)}}
@keyframes speedPulse{50%{opacity:.14;transform:translateX(28px)}}
@keyframes roadDrift{to{transform:translateX(30px)}}

/* Real estate motion */
.building-main{transform-origin:50% 83%;animation:buildingRise 2.8s cubic-bezier(.22,1,.36,1) infinite alternate}.building-windows{animation:windowGlow 2.6s ease-in-out infinite alternate}.building-windows rect:nth-child(2n){animation-delay:.5s}.scan-line{animation:scanBuilding 2.8s ease-in-out infinite}
@keyframes buildingRise{from{transform:translateY(10px);opacity:.72}to{transform:translateY(-4px);opacity:1}}
@keyframes windowGlow{from{opacity:.22}to{opacity:.92}}
@keyframes scanBuilding{0%,100%{transform:translateY(0);opacity:.15}50%{transform:translateY(210px);opacity:.8}}

/* Restaurant motion */
.pendants{animation:pendantGlow 2.3s ease-in-out infinite alternate}.table-set{animation:tableFloat 3s ease-in-out infinite alternate}.steam path{stroke-dasharray:80;stroke-dashoffset:80;animation:steamRise 2.25s ease-in-out infinite}.steam path:nth-child(2){animation-delay:.35s}.steam path:nth-child(3){animation-delay:.7s}.sparkles{animation:sparkle 1.8s ease-in-out infinite alternate}
@keyframes pendantGlow{to{filter:drop-shadow(0 0 14px rgba(230,195,103,.42))}}
@keyframes tableFloat{to{transform:translateY(-5px)}}
@keyframes steamRise{0%{stroke-dashoffset:80;opacity:0;transform:translateY(9px)}35%{opacity:.85}100%{stroke-dashoffset:0;opacity:0;transform:translateY(-14px)}}
@keyframes sparkle{to{opacity:.25}}

.sector-progress{position:absolute;left:11%;right:13%;bottom:7.5%;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;z-index:4}
.sector-progress span{height:1px;background:rgba(255,255,255,.11);overflow:hidden}.sector-progress i{display:block;width:100%;height:100%;background:linear-gradient(90deg,#886323,var(--gold-2));transform-origin:left;transform:scaleX(0);animation:progressCycle 15s linear infinite}
.sector-progress span:nth-child(2) i{animation-delay:5s}.sector-progress span:nth-child(3) i{animation-delay:10s}
@keyframes progressCycle{0%{transform:scaleX(0);opacity:1}30%{transform:scaleX(1);opacity:1}33%,100%{transform:scaleX(1);opacity:0}}

/* V3 deliberately avoids synthetic photography. */
.work-card.tall{background:radial-gradient(circle at 26% 20%,rgba(201,162,77,.14),transparent 25%),linear-gradient(145deg,#151515,#0b0b0b 62%);background-size:auto}
.work-card.tall:after{content:"RY";position:absolute;inset:auto 5% -13% auto;font-family:"Manrope",sans-serif;font-size:clamp(180px,27vw,440px);line-height:.8;font-weight:700;letter-spacing:-.11em;color:rgba(201,162,77,.055);pointer-events:none}

@media(max-width:1000px){
  .hero-sector-motion{align-items:flex-end;padding-bottom:82px}
  .hero-sector-motion .hero-content{width:min(760px,80vw);margin-inline-start:0}
  .sector-stage{width:72vw;height:70vw;max-height:66vh;left:-13vw;top:44%;opacity:.78}
  html[dir="ltr"] .sector-stage{left:auto;right:-13vw}
  .hero-sector-motion:before{background:linear-gradient(0deg,#050505 7%,rgba(5,5,5,.86) 34%,rgba(5,5,5,.12) 78%)}
}
@media(max-width:640px){
  .hero-sector-motion{min-height:100svh;padding:112px 20px 72px;align-items:flex-end}
  .hero-sector-motion .hero-content{width:100%;margin:0}
  .hero-sector-motion h1{font-size:47px}
  .sector-stage{width:112vw;height:92vw;left:-34vw;top:35%;opacity:.72}
  html[dir="ltr"] .sector-stage{left:auto;right:-34vw}
  .scene-meta{top:2%;left:11%;font-size:9px}.scene-meta span{width:27px;height:27px}
  .sector-progress{bottom:4%;left:15%;right:15%}
  .hero-sector-motion .hero-content p{font-size:14px;line-height:1.8}
  .hero-sector-motion:before{background:linear-gradient(0deg,#050505 10%,rgba(5,5,5,.90) 40%,rgba(5,5,5,.12) 78%)}
}

@media(prefers-reduced-motion:reduce){.sector-scene{animation:none}.scene-car{opacity:1;filter:none;transform:none}.scene-building,.scene-restaurant{display:none}.sector-orbit,.car-body,.speed-lines,.car-road,.building-main,.building-windows,.scan-line,.pendants,.table-set,.steam path,.sparkles,.sector-progress i{animation:none!important}}

/* ===== V4 · FULL-BLEED MULTI-SECTOR HERO ===== */
.hero-sector-motion{overflow:hidden}
.hero-sector-motion:before{z-index:3;background:linear-gradient(90deg,rgba(5,5,5,.06) 0%,rgba(5,5,5,.12) 42%,rgba(5,5,5,.68) 68%,rgba(5,5,5,.94) 100%)}
html[dir="ltr"] .hero-sector-motion:before{background:linear-gradient(270deg,rgba(5,5,5,.06) 0%,rgba(5,5,5,.12) 42%,rgba(5,5,5,.68) 68%,rgba(5,5,5,.94) 100%)}
.hero-sector-motion .hero-content{z-index:6;width:min(690px,46vw)}
.sector-stage{inset:0;width:100%;height:100%;max-height:none;transform:none;overflow:hidden;opacity:1}
html[dir="ltr"] .sector-stage{left:0;right:0}
.sector-stage:before{inset:8% 8%;border-radius:48%;opacity:.7}
.sector-grid-lines{inset:0;background-size:78px 78px;mask-image:radial-gradient(ellipse at 42% 48%,#000 0 36%,transparent 72%)}
.orbit-one{width:min(72vw,1100px);left:-8vw;top:5%}.orbit-two{width:min(52vw,780px);left:6vw;top:18%}
html[dir="ltr"] .orbit-one{left:auto;right:-8vw}html[dir="ltr"] .orbit-two{left:auto;right:6vw}
.sector-scene{inset:7% 0 6%;animation-duration:28s}
.scene-car{animation-delay:0s}.scene-building{animation-delay:4s}.scene-restaurant{animation-delay:8s}.scene-clinic{animation-delay:12s}.scene-beauty{animation-delay:16s}.scene-retail{animation-delay:20s}.scene-events{animation-delay:24s}
@keyframes sceneCycle{
  0%{opacity:0;transform:translate3d(-2.5%,1%,0) scale(.985);filter:blur(9px)}
  3.5%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
  11.5%{opacity:1;transform:translate3d(.7%,-.35%,0) scale(1.008);filter:blur(0)}
  14.2%{opacity:0;transform:translate3d(2.5%,-.8%,0) scale(1.018);filter:blur(7px)}
  100%{opacity:0}
}
.scene-svg{inset:3% auto 0 0;width:min(78vw,1260px);height:94%;}
html[dir="ltr"] .scene-svg{left:auto;right:0}
.scene-meta{left:5.5%;top:8%}html[dir="ltr"] .scene-meta{left:auto;right:5.5%}
.sector-progress{left:5.5%;right:52%;bottom:7%;grid-template-columns:repeat(7,1fr);gap:6px;z-index:7}
html[dir="ltr"] .sector-progress{left:52%;right:5.5%}
.sector-progress i{animation-duration:28s}
.sector-progress span:nth-child(1) i{animation-delay:0s}.sector-progress span:nth-child(2) i{animation-delay:4s}.sector-progress span:nth-child(3) i{animation-delay:8s}.sector-progress span:nth-child(4) i{animation-delay:12s}.sector-progress span:nth-child(5) i{animation-delay:16s}.sector-progress span:nth-child(6) i{animation-delay:20s}.sector-progress span:nth-child(7) i{animation-delay:24s}
@keyframes progressCycle{0%{transform:scaleX(0);opacity:1}11.5%{transform:scaleX(1);opacity:1}14.2%,100%{transform:scaleX(1);opacity:0}}

/* Added sector motions */
.clinic-building{animation:buildingRise 2.7s ease-in-out infinite alternate}.pulse-line path{stroke-dasharray:520;stroke-dashoffset:520;animation:pulseDraw 2.8s linear infinite}
@keyframes pulseDraw{to{stroke-dashoffset:0}}
.beauty-main{animation:tableFloat 2.8s ease-in-out infinite alternate}.scissors{transform-origin:270px 280px;animation:scissorMove 2.2s ease-in-out infinite alternate}.beauty-spark{animation:sparkle 1.4s ease-in-out infinite alternate}
@keyframes scissorMove{to{transform:rotate(7deg) translateY(-4px)}}
.storefront{animation:buildingRise 3s ease-in-out infinite alternate}.shopping-bag{animation:bagFloat 2s ease-in-out infinite alternate}
@keyframes bagFloat{to{transform:translateY(-10px)}}
.event-stage{animation:stagePulse 2.6s ease-in-out infinite alternate}.spotlights{animation:lightSweep 2.2s ease-in-out infinite alternate}.crowd{animation:crowdPulse 1.2s ease-in-out infinite alternate}
@keyframes stagePulse{to{filter:drop-shadow(0 0 18px rgba(224,194,116,.18))}}@keyframes lightSweep{to{opacity:.25;transform:translateY(5px)}}@keyframes crowdPulse{to{opacity:.28}}

/* Work section is ready for real MP4/WebM later; these are motion placeholders, not fake portfolio items. */
.work-card{background:#0d0d0d}
.work-preview{position:absolute;inset:0;overflow:hidden;opacity:.78;background:radial-gradient(circle at 30% 25%,rgba(201,162,77,.16),transparent 28%),linear-gradient(145deg,#151515,#090909 68%)}
.work-preview span{position:absolute;display:block;border:1px solid rgba(224,194,116,.22)}
.production-preview span:nth-child(1){width:58%;height:52%;left:12%;top:14%;animation:previewDrift 5s ease-in-out infinite alternate}.production-preview span:nth-child(2){width:45%;height:42%;right:10%;bottom:15%;animation:previewDrift 4s ease-in-out infinite alternate-reverse}.production-preview span:nth-child(3){height:1px;width:85%;left:7%;top:52%;background:linear-gradient(90deg,transparent,var(--gold-2),transparent);border:0;animation:scanPreview 3s linear infinite}
.branding-preview span{border-radius:50%}.branding-preview span:nth-child(1){width:230px;height:230px;left:13%;top:14%;animation:orbitSpin 12s linear infinite}.branding-preview span:nth-child(2){width:130px;height:130px;right:17%;bottom:18%;animation:orbitSpin 8s linear infinite reverse}.branding-preview span:nth-child(3){width:12px;height:12px;background:var(--gold-2);border:0;left:50%;top:45%;box-shadow:0 0 28px rgba(224,194,116,.8)}
.marketing-preview span{bottom:18%;width:10%;background:linear-gradient(180deg,rgba(224,194,116,.48),rgba(224,194,116,.06));border-color:rgba(224,194,116,.28)}.marketing-preview span:nth-child(1){left:18%;height:26%;animation:barGrow 2.4s ease-in-out infinite alternate}.marketing-preview span:nth-child(2){left:36%;height:44%;animation:barGrow 2.1s .25s ease-in-out infinite alternate}.marketing-preview span:nth-child(3){left:54%;height:62%;animation:barGrow 2.6s .4s ease-in-out infinite alternate}
@keyframes previewDrift{to{transform:translate(16px,-10px) rotate(.7deg);border-color:rgba(224,194,116,.44)}}@keyframes scanPreview{to{transform:translateY(120px);opacity:.18}}@keyframes barGrow{to{height:76%}}
.work-label{z-index:2}.work-card:after{z-index:1}

@media(max-width:1000px){
  .hero-sector-motion{align-items:flex-end;padding-bottom:78px}
  .hero-sector-motion .hero-content{width:min(780px,88vw);margin:0}
  .hero-sector-motion:before{background:linear-gradient(0deg,#050505 8%,rgba(5,5,5,.90) 38%,rgba(5,5,5,.18) 72%,rgba(5,5,5,.06) 100%)}
  .sector-stage{inset:0;opacity:.86}
  .scene-svg{width:108vw;height:68vh;top:5%;left:-20vw}
  html[dir="ltr"] .scene-svg{left:auto;right:-20vw}
  .scene-meta{top:12%;left:6%}.sector-progress{left:6%;right:6%;bottom:45%}
  html[dir="ltr"] .sector-progress{left:6%;right:6%}
}
@media(max-width:640px){
  .hero-sector-motion{min-height:100svh;padding:110px 20px 66px}
  .hero-sector-motion h1{font-size:45px}
  .hero-sector-motion .hero-content{width:100%}
  .scene-svg{width:152vw;height:54vh;left:-42vw;top:9%}
  html[dir="ltr"] .scene-svg{left:auto;right:-42vw}
  .scene-meta{top:10%;left:5%;font-size:9px}.scene-meta span{width:27px;height:27px}
  .sector-progress{left:5%;right:5%;bottom:46%;gap:4px}
  .sector-grid-lines{background-size:46px 46px;opacity:.16}
  .orbit-one{width:120vw;left:-42vw;top:7%}.orbit-two{width:82vw;left:-18vw;top:17%}
  html[dir="ltr"] .orbit-one{left:auto;right:-42vw}html[dir="ltr"] .orbit-two{left:auto;right:-18vw}
}
@media(prefers-reduced-motion:reduce){.scene-clinic,.scene-beauty,.scene-retail,.scene-events{display:none}.clinic-building,.pulse-line path,.beauty-main,.scissors,.beauty-spark,.storefront,.shopping-bag,.event-stage,.spotlights,.crowd{animation:none!important}}

/* ===== V5 · ART-DIRECTED CONCEPT PORTFOLIO =====
   Built entirely with SVG/CSS motion — no generated photography, no fake client logos. */
.concepts{background:#090909}
.concept-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.concept-card{position:relative;border:1px solid rgba(255,255,255,.09);background:#0c0c0c;overflow:hidden;min-width:0;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.concept-card:hover{transform:translateY(-5px);border-color:rgba(224,194,116,.27);box-shadow:0 24px 70px rgba(0,0,0,.28)}
.concept-visual{position:relative;aspect-ratio:16/10;overflow:hidden;background:radial-gradient(circle at 68% 30%,rgba(201,162,77,.11),transparent 22%),linear-gradient(150deg,#131313 0%,#090909 65%,#050505 100%);isolation:isolate}
.concept-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 25%,rgba(255,255,255,.025) 48%,transparent 69%);transform:translateX(-120%);animation:conceptSheen 6.8s ease-in-out infinite;pointer-events:none}
.concept-grid-bg{position:absolute;inset:0;opacity:.16;background-image:linear-gradient(rgba(224,194,116,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(224,194,116,.14) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 88%)}
.concept-visual svg{position:absolute;inset:4% 4% 2%;width:92%;height:90%;overflow:visible;filter:drop-shadow(0 14px 32px rgba(0,0,0,.35))}
.concept-micro{position:absolute;left:22px;top:20px;font:600 9px/1.2 "Manrope",sans-serif;letter-spacing:.19em;color:rgba(240,216,143,.63);z-index:4}
html[dir="rtl"] .concept-micro{left:auto;right:22px}
.concept-meta{padding:24px 25px 27px;border-top:1px solid rgba(255,255,255,.07)}
.concept-meta>span{display:block;font:600 10px/1.3 "Manrope",sans-serif;letter-spacing:.16em;color:var(--gold);margin-bottom:10px}
.concept-meta h3{font-size:clamp(20px,2vw,28px);line-height:1.35;font-weight:500;margin:0 0 9px;color:#efede7}
.concept-meta p{font-size:12px;line-height:1.8;color:#8f8c85;margin:0}

/* Automotive */
.auto-shell{stroke-width:3.1;stroke-dasharray:1600;stroke-dashoffset:1600;animation:autoDraw 5.6s cubic-bezier(.22,1,.36,1) infinite}
.auto-road path:first-child{stroke-width:2}.auto-road path:last-child{stroke-width:1}
.auto-speed{stroke-width:2;opacity:.6;animation:autoSpeed 2.1s ease-in-out infinite alternate}
@keyframes autoDraw{0%,8%{stroke-dashoffset:1600;opacity:.15}42%,86%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:0;opacity:.22}}
@keyframes autoSpeed{to{transform:translateX(36px);opacity:.18}}

/* Real estate */
.re-lines{stroke-width:2.3;stroke-dasharray:1900;stroke-dashoffset:1900;animation:reBuild 6.3s cubic-bezier(.22,1,.36,1) infinite}
.re-light{animation:reWindows 2.6s ease-in-out infinite alternate;opacity:.25}
@keyframes reBuild{0%,7%{stroke-dashoffset:1900;opacity:.18}48%,87%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:0;opacity:.2}}
@keyframes reWindows{to{opacity:.82;filter:drop-shadow(0 0 12px rgba(224,194,116,.35))}}

/* Restaurant */
.rest-table{stroke-width:2.5}.rest-cutlery{stroke-width:2.1;opacity:.62}.steam{stroke-width:2;stroke-dasharray:120;stroke-dashoffset:120;animation:steamRise 3.1s ease-in-out infinite}
@keyframes steamRise{0%{stroke-dashoffset:120;opacity:.08;transform:translateY(14px)}52%{stroke-dashoffset:0;opacity:.85}100%{stroke-dashoffset:-120;opacity:0;transform:translateY(-18px)}}

/* Clinic */
.clinic-mark{stroke-width:2.7}.clinic-pulse{stroke-width:2.6;stroke-dasharray:780;stroke-dashoffset:780;animation:clinicPulse 3.1s linear infinite;filter:drop-shadow(0 0 7px rgba(224,194,116,.28))}
@keyframes clinicPulse{0%{stroke-dashoffset:780;opacity:.15}55%{opacity:1}100%{stroke-dashoffset:0;opacity:.15}}

/* Beauty */
.beauty-profile{stroke-width:2.5;opacity:.78}.beauty-scissors{stroke-width:2.5;transform-origin:312px 390px;animation:beautyMove 2.9s ease-in-out infinite alternate}.beauty-dots{animation:beautySpark 1.6s ease-in-out infinite alternate}
@keyframes beautyMove{to{transform:rotate(5deg) translateY(-5px)}}
@keyframes beautySpark{to{opacity:.22;transform:translateY(-6px)}}

/* Retail product art direction */
.concept-retail{display:grid;place-items:center}
.product-plinth{position:absolute;left:50%;top:49%;width:170px;height:218px;transform:translate(-50%,-50%);border:1px solid rgba(224,194,116,.57);background:linear-gradient(155deg,rgba(224,194,116,.10),rgba(255,255,255,.018) 45%,rgba(0,0,0,.18));box-shadow:0 30px 60px rgba(0,0,0,.42),inset 0 0 40px rgba(224,194,116,.025);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;animation:productFloat 3.6s ease-in-out infinite alternate}
.product-plinth:before{content:"";position:absolute;width:72%;height:1px;top:22%;background:linear-gradient(90deg,transparent,var(--gold-2),transparent);opacity:.48}
.product-plinth i{position:absolute;inset:13px;border:1px solid rgba(224,194,116,.15)}
.product-plinth b{font:500 53px/1 "Manrope",sans-serif;letter-spacing:-.08em;color:#e4c775}.product-plinth em{font:600 9px/1 "Manrope",sans-serif;font-style:normal;letter-spacing:.28em;color:#8d7950;margin-top:15px}
.product-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(224,194,116,.18);border-radius:50%;transform:translate(-50%,-50%) rotateX(68deg);z-index:1}.ring-a{width:430px;height:230px;animation:ringRotate 10s linear infinite}.ring-b{width:315px;height:165px;animation:ringRotate 7s linear infinite reverse;opacity:.55}
@keyframes productFloat{to{transform:translate(-50%,calc(-50% - 10px));border-color:rgba(240,215,135,.8);box-shadow:0 38px 74px rgba(0,0,0,.48),0 0 35px rgba(224,194,116,.04)}}
@keyframes ringRotate{to{transform:translate(-50%,-50%) rotateX(68deg) rotateZ(360deg)}}
@keyframes conceptSheen{0%,58%{transform:translateX(-130%);opacity:0}72%{opacity:1}90%,100%{transform:translateX(130%);opacity:0}}

@media(max-width:900px){.concept-grid{grid-template-columns:1fr}.concept-visual{aspect-ratio:16/9}}
@media(max-width:640px){.concept-grid{gap:12px}.concept-meta{padding:19px 18px 22px}.concept-meta h3{font-size:22px}.concept-micro{top:14px;left:15px;font-size:8px}html[dir="rtl"] .concept-micro{left:auto;right:15px}.concept-visual{aspect-ratio:4/3}.product-plinth{width:132px;height:170px}.product-plinth b{font-size:42px}.ring-a{width:320px;height:175px}.ring-b{width:240px;height:130px}}
@media(prefers-reduced-motion:reduce){.concept-visual:after,.auto-shell,.auto-speed,.re-lines,.re-light,.steam,.clinic-pulse,.beauty-scissors,.beauty-dots,.product-plinth,.product-ring{animation:none!important}}


/* ===== V6 · TRUE FULL-BLEED HERO MOTION ===== */
/* Keep the sector artwork visually centered across the whole viewport, with the copy layered above it. */
.hero-sector-motion{position:relative;overflow:hidden;isolation:isolate}
.hero-sector-motion:before{
  z-index:3;
  background:
    radial-gradient(circle at 72% 52%,rgba(5,5,5,.56) 0 24%,rgba(5,5,5,.26) 43%,transparent 67%),
    linear-gradient(90deg,rgba(5,5,5,.06) 0%,rgba(5,5,5,.10) 48%,rgba(5,5,5,.40) 78%,rgba(5,5,5,.62) 100%);
}
html[dir="ltr"] .hero-sector-motion:before{
  background:
    radial-gradient(circle at 28% 52%,rgba(5,5,5,.56) 0 24%,rgba(5,5,5,.26) 43%,transparent 67%),
    linear-gradient(270deg,rgba(5,5,5,.06) 0%,rgba(5,5,5,.10) 48%,rgba(5,5,5,.40) 78%,rgba(5,5,5,.62) 100%);
}
.sector-stage{inset:0!important;width:100%!important;height:100%!important;left:0!important;right:0!important;top:0!important;transform:none!important;max-height:none!important}
.sector-grid-lines{inset:0!important;mask-image:radial-gradient(ellipse at 50% 48%,#000 0 42%,transparent 78%)}
.orbit-one{width:min(94vw,1420px);left:50%!important;top:2%;transform:translateX(-50%)}
.orbit-two{width:min(68vw,980px);left:50%!important;top:16%;transform:translateX(-50%)}
html[dir="ltr"] .orbit-one,html[dir="ltr"] .orbit-two{right:auto!important;left:50%!important}
.sector-scene{inset:5% 0 5%!important}
.scene-svg{
  position:absolute;
  inset:2% auto 0 50%!important;
  width:min(108vw,1680px)!important;
  height:96%!important;
  transform:translateX(-50%)!important;
  overflow:visible;
}
html[dir="ltr"] .scene-svg{left:50%!important;right:auto!important;transform:translateX(-50%)!important}
.scene-meta{left:5.5%;right:auto;top:8%}
html[dir="ltr"] .scene-meta{left:auto;right:5.5%}
.sector-progress{left:5.5%;right:52%;bottom:7%}
html[dir="ltr"] .sector-progress{left:52%;right:5.5%}

@media(max-width:1000px){
  .hero-sector-motion:before{
    background:linear-gradient(0deg,#050505 6%,rgba(5,5,5,.82) 34%,rgba(5,5,5,.16) 72%,rgba(5,5,5,.04) 100%);
  }
  html[dir="ltr"] .hero-sector-motion:before{background:linear-gradient(0deg,#050505 6%,rgba(5,5,5,.82) 34%,rgba(5,5,5,.16) 72%,rgba(5,5,5,.04) 100%)}
  .scene-svg{width:126vw!important;height:70vh!important;left:50%!important;top:4%!important;transform:translateX(-50%)!important}
  html[dir="ltr"] .scene-svg{left:50%!important;right:auto!important;transform:translateX(-50%)!important}
  .sector-progress{left:6%;right:6%;bottom:45%}
  html[dir="ltr"] .sector-progress{left:6%;right:6%}
  .orbit-one{width:118vw;left:50%!important;top:4%;transform:translateX(-50%)}
  .orbit-two{width:84vw;left:50%!important;top:17%;transform:translateX(-50%)}
}

@media(max-width:640px){
  .scene-svg{width:168vw!important;height:55vh!important;left:50%!important;top:8%!important;transform:translateX(-50%)!important}
  html[dir="ltr"] .scene-svg{left:50%!important;right:auto!important;transform:translateX(-50%)!important}
  .scene-meta{top:10%;left:5%;font-size:9px}
  html[dir="ltr"] .scene-meta{left:auto;right:5%}
  .sector-progress{left:5%;right:5%;bottom:46%}
  html[dir="ltr"] .sector-progress{left:5%;right:5%}
  .orbit-one{width:142vw;left:50%!important;top:6%;transform:translateX(-50%)}
  .orbit-two{width:98vw;left:50%!important;top:18%;transform:translateX(-50%)}
}
