:root{
  --bg:#0b0b0c;--bg-soft:#121213;--paper:#f0ede6;--paper-2:#e4ded3;--card:#f8f6f1;
  --text:#f5f3ee;--muted:#aaa69e;--ink:#1d1c1a;--ink-soft:#666158;
  --line:rgba(255,255,255,.12);--line-dark:rgba(30,28,24,.13);
  --accent:#c7ad78;--accent-soft:#e3d6bb;--accent-dark:#6e5934;
  --radius:24px;--shell:min(1200px,calc(100vw - 48px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}img,video{display:block;width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}.shell{width:var(--shell);margin-inline:auto}.section{padding:112px 0}.grain{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:.03;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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}

.nav-wrap{position:fixed;z-index:90;top:18px;left:50%;transform:translateX(-50%);width:min(1240px,calc(100vw - 32px));height:70px;padding:9px 12px 9px 14px;display:flex;align-items:center;gap:28px;background:rgba(8,8,8,.72);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(16px);border-radius:18px;box-shadow:0 12px 50px rgba(0,0,0,.22)}.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand-mark{width:43px;height:43px;display:grid;place-items:center;overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:contain}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy b{font-size:12px;letter-spacing:.08em}.brand-copy small{font-size:9px;letter-spacing:.17em;color:#a9a9a2;margin-top:4px}.nav-wrap nav{display:flex;gap:26px;margin-left:auto}.nav-wrap nav a{font-size:12px;color:#d6d6cf;transition:.2s}.nav-wrap nav a:hover{color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;border:1px solid transparent;border-radius:999px;padding:15px 20px;font-weight:750;font-size:13px;transition:.25s transform,.25s background,.25s color}.btn:hover{transform:translateY(-2px)}.btn-small{padding:11px 16px}.btn-accent{background:#ece7dc;color:#111}.btn-accent:hover{background:#fff}.btn-ghost{border-color:rgba(255,255,255,.28);background:rgba(12,12,12,.25)}.btn-light{background:#ebe4d6;color:#151515;margin-top:24px}

.hero{min-height:100svh;position:relative;overflow:hidden;display:flex;align-items:flex-end}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;background:#050505}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,4,.88) 0%,rgba(4,4,4,.63) 43%,rgba(4,4,4,.20) 74%,rgba(4,4,4,.40) 100%),linear-gradient(0deg,rgba(6,6,6,.78) 0%,transparent 47%)}.hero-content{position:relative;z-index:2;padding:188px 0 150px}.kicker,.eyebrow{font-size:10px;letter-spacing:.19em;font-weight:800;color:var(--accent);margin:0 0 18px}.eyebrow{color:#8d8a83}.eyebrow.light{color:var(--accent)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(54px,7.3vw,108px);line-height:.91;letter-spacing:-.064em;max-width:1060px;margin-bottom:30px}.hero h1 em,.section h2 em,.b2b h2 em,.contact h2 em{font-style:normal;color:var(--accent)}.hero-lead{max-width:670px;font-size:clamp(17px,1.7vw,22px);line-height:1.55;color:#deddd7}.hero-actions{display:flex;gap:12px;margin-top:32px}.hero-foot{position:absolute;z-index:2;bottom:24px;left:50%;transform:translateX(-50%);font-size:9px;letter-spacing:.15em;color:#a5a29b;text-transform:uppercase}

.logo-strip{background:#e9e4da;border-block:1px solid #d3ccbf;color:#1d1c1a}.logo-strip-inner{min-height:76px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:32px}.logo-strip-title{margin:0;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#777066;white-space:nowrap}.logo-rail{display:flex;align-items:center;justify-content:space-between;gap:22px;overflow:auto;scrollbar-width:none}.logo-rail::-webkit-scrollbar{display:none}.logo-item{flex:0 0 auto;min-width:94px;height:35px;display:flex;align-items:center;justify-content:center}.logo-item img{width:auto;max-width:132px;max-height:26px;object-fit:contain;opacity:.72;filter:grayscale(1) contrast(1.05);transition:.2s opacity,.2s transform}.logo-item:hover img{opacity:1;transform:translateY(-1px)}

.section-heading{display:grid;grid-template-columns:1.35fr .65fr;gap:80px;align-items:end;margin-bottom:54px}.section-heading-simple{grid-template-columns:1fr}.section-heading h2{font-size:clamp(42px,5.1vw,72px);line-height:.99;letter-spacing:-.052em;margin:0}.section-heading>p{color:#97948d;max-width:460px;margin-bottom:6px}.showreel-section{padding-top:108px}.showreel-shell{position:relative;aspect-ratio:16/9;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:0 32px 80px rgba(0,0,0,.28);cursor:pointer}.showreel-shell>img,.showreel-shell>video{width:100%;height:100%;object-fit:cover}.showreel-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.58),rgba(0,0,0,.04))}.showreel-placeholder{position:absolute;inset:auto 28px 26px 28px;border:0;background:transparent;padding:0;display:flex;align-items:center;gap:16px;text-align:left;cursor:pointer}.showreel-placeholder>span:last-child{display:flex;flex-direction:column}.showreel-placeholder strong{font-size:13px;letter-spacing:.1em}.showreel-placeholder small{color:#c4c1ba;margin-top:4px}.play-disc{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#e9e4da;color:#111;font-size:18px;padding-left:3px}

.services{background:var(--paper);color:var(--ink)}.services .eyebrow{color:#746b5b}.services .section-heading h2 em{color:var(--accent-dark)}.services .section-heading>p{color:#6b675f}.service-feature{display:grid;grid-template-columns:1.05fr .95fr;background:var(--card);border:1px solid var(--line-dark);border-radius:28px;overflow:hidden;box-shadow:0 20px 55px rgba(58,47,32,.08)}.service-media{min-height:520px}.service-media img{height:100%;object-fit:cover}.service-copy{padding:52px;display:flex;flex-direction:column}.service-label{font-size:9px;letter-spacing:.17em;font-weight:800;color:#76654a}.service-copy h3,.service-card h3{font-size:clamp(36px,3.8vw,55px);letter-spacing:-.05em;line-height:1.01;margin:42px 0 20px;color:#1c1b19}.service-copy>p,.service-card-body>p{color:#625f58;max-width:570px}.service-meta{margin-top:26px!important;padding-top:20px;border-top:1px solid #d7d1c6;font-size:12px;letter-spacing:.02em;color:#6f6a61!important}.price-row{margin-top:auto;padding-top:34px;display:flex;justify-content:space-between;align-items:flex-end;gap:18px;border-top:1px solid #d7d1c6}.price-row div{display:flex;flex-direction:column}.price-row small{color:#8f897f;font-size:8px;letter-spacing:.15em}.price-row strong{font-size:25px;margin-top:5px;color:#25231f}.price-row a,.mini-price a{color:var(--accent-dark);font-size:12px;font-weight:750}.service-pair{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:22px}.service-card{background:var(--card);border:1px solid var(--line-dark);border-radius:24px;overflow:hidden}.service-card-media{aspect-ratio:16/9;overflow:hidden}.service-card-media img{height:100%;object-fit:cover;transition:.55s transform}.service-card:hover img{transform:scale(1.02)}.service-card-body{padding:32px}.service-card h3{font-size:36px;margin:26px 0 16px}.mini-price{border-top:1px solid #d8d2c7;margin-top:27px;padding-top:19px;display:flex;justify-content:space-between;align-items:center;gap:14px;color:#34312c}.mini-price b{font-size:25px;line-height:1.05;font-weight:800;letter-spacing:-.025em;color:#25231f}

.portfolio{display:grid;grid-template-columns:1.05fr .95fr;grid-template-rows:330px 330px;gap:18px}.project{position:relative;overflow:hidden;border-radius:22px;margin:0}.project img{width:100%;height:100%;object-fit:cover;transition:.6s transform}.project:hover img{transform:scale(1.025)}.project:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.69),transparent 58%)}.project-tall{grid-row:span 2}.project-wide{grid-column:2}.project figcaption{position:absolute;z-index:2;left:22px;right:22px;bottom:20px}.project figcaption div{display:flex;flex-direction:column}.project figcaption small{font-size:9px;letter-spacing:.15em;color:#c4c1ba}.project figcaption b{font-size:17px;margin-top:5px}

.b2b{background:#151515;color:#f4f1ea;padding:92px 0;border-block:1px solid var(--line)}.b2b h2{font-size:clamp(40px,4.7vw,68px);letter-spacing:-.056em;line-height:.99;margin:0}.expertise-head{display:grid;grid-template-columns:1.12fr .88fr;gap:90px;align-items:end}.expertise-intro p{font-size:16px;line-height:1.65;max-width:540px;color:#aaa69e;margin-bottom:0}.expertise-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:58px;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.expertise-item{padding:28px 26px 30px;border-right:1px solid rgba(255,255,255,.12)}.expertise-item:first-child{padding-left:0}.expertise-item:last-child{border-right:0}.expertise-item>span{font-size:9px;letter-spacing:.17em;color:var(--accent)}.expertise-item h3{font-size:21px;letter-spacing:-.025em;margin:28px 0 8px;color:#f4f1ea}.expertise-item p{font-size:12px;line-height:1.55;color:#918d86;margin:0;max-width:230px}

.contact{position:relative;min-height:820px;display:flex;align-items:center;overflow:hidden}.contact>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.contact-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.94),rgba(5,5,5,.76) 56%,rgba(5,5,5,.55))}.contact-content{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;gap:92px;align-items:center}.contact h2{font-size:clamp(48px,6vw,84px);letter-spacing:-.06em;line-height:.94;margin:0 0 24px}.contact-main>p:not(.eyebrow){max-width:560px;color:#b9b6af}.contact-form{background:rgba(13,13,13,.86);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(15px);padding:30px;border-radius:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:block;margin-bottom:15px}.contact-form label>span{display:block;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#a4a097;margin-bottom:8px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #3a3936;background:#171716;color:#f5f3ee;border-radius:12px;padding:13px 14px;outline:none;transition:.2s border-color,.2s background}.contact-form textarea{resize:vertical;min-height:150px}.contact-form input:focus,.contact-form textarea:focus{border-color:#a88f60;background:#1c1b19}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#77736c}.form-submit{width:100%;border:0;border-radius:999px;background:#ebe4d6;color:#171615;padding:15px 18px;display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:800;cursor:pointer;transition:.2s transform,.2s background}.form-submit:hover{transform:translateY(-1px);background:#fff}.form-submit:disabled{opacity:.58;cursor:wait;transform:none}.form-note{font-size:10px;color:#75716a;margin:11px 2px 0}.form-status{min-height:20px;margin:10px 2px 0;font-size:12px;color:#d8c9aa}.form-status.error{color:#e7a9a1}.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}

footer{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11px;color:#777}footer .brand{color:#fff}.mobile-cta{display:none}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.in{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}

@media(max-width:900px){:root{--shell:min(100% - 30px,1200px)}.nav-wrap{top:10px;height:62px;width:calc(100vw - 20px)}.nav-wrap nav,.nav-wrap>.btn{display:none}.brand-mark{width:39px;height:39px}.brand-copy b{font-size:11px}.hero-content{padding:150px 0 135px}.hero h1{font-size:clamp(50px,13vw,82px)}.hero-lead{font-size:17px}.hero-foot{display:none}.section{padding:78px 0}.section-heading{grid-template-columns:1fr;gap:18px}.section-heading h2{font-size:46px}.logo-strip-inner{grid-template-columns:1fr;gap:7px;min-height:unset;padding:13px 0}.logo-strip-title{font-size:8px}.logo-rail{justify-content:flex-start}.logo-item{min-width:88px;height:27px}.logo-item img{max-height:20px;max-width:108px}.service-feature,.service-pair,.expertise-head,.contact-content{grid-template-columns:1fr}.service-media{min-height:340px}.service-copy{padding:30px}.service-copy h3{margin-top:28px}.service-pair{gap:16px}.portfolio{grid-template-columns:1fr;grid-template-rows:none}.project,.project-tall,.project-wide{grid-row:auto;grid-column:auto;aspect-ratio:4/3}.project-tall{aspect-ratio:4/5}.expertise-head{gap:26px}.expertise-grid{grid-template-columns:1fr 1fr;margin-top:42px}.expertise-item{border-bottom:1px solid rgba(255,255,255,.12)}.expertise-item:nth-child(2n){border-right:0}.expertise-item:first-child{padding-left:26px}.expertise-item:nth-last-child(-n+2){border-bottom:0}.contact{min-height:1040px}.contact-content{gap:38px;padding:90px 0}.contact-overlay{background:linear-gradient(0deg,rgba(5,5,5,.95),rgba(5,5,5,.70))}.mobile-cta{display:flex;position:fixed;z-index:95;left:15px;right:15px;bottom:14px;background:#ebe4d6;color:#111;border-radius:999px;align-items:center;justify-content:space-between;padding:15px 19px;font-size:13px;font-weight:850;box-shadow:0 12px 40px rgba(0,0,0,.35)}footer{padding-bottom:86px}.hero-video{object-position:center center}}
@media(max-width:580px){.expertise-grid{grid-template-columns:1fr}.expertise-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)!important;padding:24px 0!important}.expertise-item:last-child{border-bottom:0!important}.expertise-item h3{margin-top:18px}.hero-actions{flex-direction:column;align-items:flex-start}.hero h1{font-size:14.5vw}.section-heading h2{font-size:41px}.showreel-shell{border-radius:18px}.showreel-placeholder{left:18px;right:18px;bottom:17px}.play-disc{width:48px;height:48px}.service-copy,.service-card-body{padding:24px}.service-card h3{font-size:31px}.price-row,.mini-price{align-items:flex-start;flex-direction:column}.form-row{grid-template-columns:1fr}.contact-form{padding:22px}.contact h2{font-size:50px}.logo-item{min-width:80px}.logo-item img{max-height:18px;max-width:96px}}
@media(prefers-reduced-motion:reduce){.hero-video{display:none}.hero{background:#050505 url("assets/hero-poster.jpg") center/cover no-repeat}.reveal{opacity:1;transform:none;transition:none}}

.form-note a{color:#c8b58f;text-decoration:underline;text-underline-offset:3px}.footer-links{display:flex;align-items:center;gap:18px}.footer-links a{color:#8b877f}.footer-links a:hover{color:#f2efe8}
@media(max-width:580px){.footer-links{gap:12px;flex-direction:column;align-items:flex-end}}

.privacy-page{min-height:100vh;background:#0b0b0c;color:#f4f1ea}.privacy-shell{max-width:820px;padding:110px 0}.privacy-back{display:inline-block;margin-bottom:70px;color:#c8b58f;font-size:13px}.privacy-shell h1{font-size:clamp(44px,6vw,76px);line-height:.96;letter-spacing:-.055em;margin-bottom:42px}.privacy-shell>p:not(.eyebrow){font-size:16px;line-height:1.8;color:#aaa69e;max-width:720px;margin-bottom:22px}.privacy-shell a{color:#d8c9aa}

.project-examples{padding-top:30px}.example-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.example-card{border:1px solid var(--line);border-radius:22px;padding:30px;background:linear-gradient(180deg,#111,#0c0c0c);min-height:330px;display:flex;flex-direction:column}.example-card>span{font-size:9px;letter-spacing:.17em;color:var(--accent);font-weight:800}.example-card h3{font-size:29px;line-height:1.05;letter-spacing:-.04em;margin:48px 0 16px}.example-card p{color:#949089;font-size:14px;line-height:1.65}.example-card strong{margin-top:auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;line-height:1.6;color:#d6c9ae;font-weight:650}
@media(max-width:900px){.example-grid{grid-template-columns:1fr}.example-card{min-height:0}.example-card h3{margin-top:28px}.project-examples{padding-top:10px}}
