@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#191a19;--ink:#f1f0eb;--muted:#afafaa;--accent:#f04c32;--line:#41423e}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:8px}header{height:108px;display:flex;align-items:center;justify-content:space-between;margin:0 5%;border-bottom:1px solid var(--line)}.logo{font-family:'Manrope',Arial,sans-serif;font-weight:800;font-size:36px;letter-spacing:-2px}.logo span{font-size:13px;vertical-align:top;display:inline-block;margin:9px 0 0 5px;letter-spacing:0}nav{display:flex;gap:40px;align-items:center;font-size:14px}nav a:hover{color:var(--accent)}.nav-contact{margin-left:38px}.nav-contact span{margin-left:20px}.hero{padding:43px 5% 46px}.eyebrow{display:flex;justify-content:space-between;font-size:12px;letter-spacing:1.4px;color:var(--muted)}h1,h2,h3,p{margin:0}h1{font-family:'Manrope',Arial,sans-serif;font-size:clamp(54px,7.9vw,132px);font-weight:500;line-height:1.09;letter-spacing:-.065em;margin:61px 0 40px}.italic{font-family:Georgia,serif;font-weight:400;font-style:italic;letter-spacing:-.065em}.period{color:var(--accent)}.hero-bottom{display:flex;justify-content:space-between;align-items:center}.hero-bottom p{color:var(--muted);line-height:1.6}.round-link{width:58px;height:58px;border:1px solid #74746f;border-radius:50%;display:grid;place-items:center;font-size:27px;transition:.2s}.round-link:hover{background:var(--accent);border-color:var(--accent);color:var(--bg)}.vision{padding:0 5% 95px}.image-wrap{position:relative;overflow:hidden;background:#322822;aspect-ratio:1.95}.image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.image-tag{position:absolute;bottom:25px;left:25px;font-size:12px;letter-spacing:1.2px;padding:12px 16px;background:#191a19c9;color:#fff}.caption{display:flex;justify-content:space-between;margin-top:18px;font-size:14px}.caption span:last-child{color:var(--muted)}.approach{padding:85px 5% 100px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 2fr;gap:40px}.section-label{font-size:12px;letter-spacing:1.3px;padding-top:10px}.approach h2{font-size:clamp(29px,3.3vw,53px);font-weight:450;line-height:1.2;letter-spacing:-.04em}.approach h2 span{color:var(--muted)}.studio-copy{display:grid;grid-template-columns:1fr 1fr;gap:44px;margin-top:40px;line-height:1.75;color:var(--muted);max-width:830px}.practice{padding:83px 5% 100px;background:#e9e8e2;color:#22231f;display:grid;grid-template-columns:1fr 1.5fr;gap:75px}.practice-heading h2{font-size:clamp(35px,4vw,60px);font-weight:500;letter-spacing:-.05em;line-height:1.13;margin-top:45px}.services details{border-top:1px solid #b7b8b0}.services details:last-child{border-bottom:1px solid #b7b8b0}summary{display:flex;align-items:center;gap:22px;cursor:pointer;padding:27px 0;list-style:none}summary::-webkit-details-marker{display:none}.number{font-size:12px;color:#63645d}summary h3{font-size:clamp(22px,2.5vw,35px);font-weight:450;letter-spacing:-.03em}.plus{margin-left:auto;font-size:27px;font-weight:400}details[open] .plus{transform:rotate(45deg)}details p{padding:0 35px 30px 37px;max-width:570px;line-height:1.7;color:#56584f}.statement{padding:95px 5%;background:var(--accent);color:#191a19}.statement p{font-size:12px;letter-spacing:1.5px;margin-bottom:35px}.statement h2{font-size:clamp(38px,6.6vw,100px);line-height:1.14;font-weight:500;letter-spacing:-.055em}.statement em{font-family:Georgia,serif;font-weight:400}.contact{padding:95px 5%;display:flex;justify-content:space-between;gap:50px}.contact h2{font-size:clamp(60px,8vw,120px);font-weight:500;line-height:1.02;letter-spacing:-.06em;margin-top:35px}.contact h2 span{color:var(--accent)}.contact-right{align-self:flex-end;padding-bottom:10px;max-width:430px}.contact-right p{font-size:28px;margin-bottom:35px}.contact-right a{border-bottom:1px solid var(--muted);padding-bottom:15px;display:flex;gap:32px;justify-content:space-between}.contact-right a:hover{color:var(--accent)}.contact-note{display:block;font-size:14px;color:var(--muted);margin-top:22px}footer{margin:0 5%;border-top:1px solid var(--line);padding:35px 0;display:flex;justify-content:space-between;align-items:center}footer>span,footer>a:last-child{font-size:14px;color:var(--muted)}@media(min-width:1600px){body{max-width:1900px;margin:auto}}@media(max-width:760px){header{height:85px}.logo{font-size:30px}nav{gap:19px}nav a{font-size:13px}.nav-contact{margin-left:0}.nav-contact span{display:none}.eyebrow{font-size:10px;line-height:1.6;gap:30px}.eyebrow span:last-child{text-align:right;max-width:135px}h1{margin-top:43px;font-size:clamp(45px,9.3vw,70px)}.hero-bottom p{font-size:14px}.hero{padding-bottom:32px}.round-link{width:45px;height:45px}.vision{padding-bottom:50px}.image-wrap{aspect-ratio:1.15}.image-tag{left:15px;bottom:15px;font-size:10px}.caption{font-size:12px;gap:20px;line-height:1.6}.caption span:last-child{text-align:right}.approach{grid-template-columns:1fr;padding-top:48px;padding-bottom:55px;gap:30px}.studio-copy{grid-template-columns:1fr;gap:20px;margin-top:25px}.practice{grid-template-columns:1fr;padding-top:45px;padding-bottom:55px;gap:35px}.practice-heading h2{margin-top:25px}.statement{padding:55px 5%}.contact{padding:55px 5%;flex-direction:column;gap:40px}.contact-right{align-self:stretch;max-width:none}.contact-right p{margin-bottom:25px}footer{flex-wrap:wrap;gap:25px}footer>span{display:none}.section-label{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.contact-right .direct-contact{margin-bottom:22px;overflow-wrap:anywhere}.contact-right{min-width:0}

.slideshow .slide{position:absolute;inset:0;opacity:0;transition:opacity 900ms ease;pointer-events:none}.slideshow .slide.active{opacity:1;z-index:1}.slide-controls{position:absolute;right:24px;bottom:24px;z-index:3;display:flex;gap:8px}.slide-controls button{width:46px;height:46px;border:1px solid #ffffff65;background:#191a19d9;color:#fff;border-radius:50%;font-size:23px;cursor:pointer}.slideshow-bar{display:flex;align-items:center;gap:24px;margin-top:20px}.slide-dots{display:flex;gap:2px}.slide-dots button{position:relative;background:transparent;width:32px;height:36px;border:0;cursor:pointer}.slide-dots button::after{content:'';position:absolute;width:7px;height:7px;border-radius:50%;background:#747570;left:12px;top:14px}.slide-dots button[aria-pressed=true]::after{background:var(--accent);transform:scale(1.4)}.slide-toggle{background:transparent;color:var(--muted);font:inherit;font-size:14px;border:0;padding:10px;cursor:pointer}.slide-count{margin-left:auto;color:var(--muted);font-size:14px;font-variant-numeric:tabular-nums}.vision button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.vision [hidden]{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){.slide-controls{bottom:15px;right:15px}.slide-controls button{width:40px;height:40px}.slideshow .image-tag{bottom:70px;font-size:10px}.slideshow-bar{gap:8px}.slide-toggle{font-size:12px}.slide-count{font-size:12px}}@media(prefers-reduced-motion:reduce){.slideshow .slide{transition:none}}
/* Manifest's pixel identity, traced from the supplied wordmark. */
:root{--bg:#101010;--accent:#ff7900;--line:#343434;--ink:#f2f2ed;--muted:#aaa9a5}.logo{display:block;width:190px;line-height:1;letter-spacing:0}.logo img{display:block;width:100%;height:auto}header{height:100px}.eyebrow,.section-label,.statement>p,.image-tag,.slide-count{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:1.1px}.pixel-identity{padding:82px 0 26px}.pixel-reveal{display:block;width:100%;height:auto;overflow:visible;color:var(--accent)}.pixel-reveal rect{animation:pixel-appear .6s ease-out both;animation-delay:var(--delay)}@keyframes pixel-appear{from{opacity:0}to{opacity:1}}.brand-descriptor{color:var(--ink);font-size:clamp(14px,1.5vw,22px);letter-spacing:.08em;margin-top:32px}.hero h1{font-size:clamp(30px,3.5vw,55px);line-height:1.18;letter-spacing:-.04em;margin:32px 0 28px}.hero h1 br{display:none}.hero .italic{margin-left:.16em;font-family:inherit;font-style:normal;letter-spacing:inherit}.round-link{border-radius:0;width:48px;height:48px}.section-label::before{content:'';display:inline-block;width:7px;height:7px;background:var(--accent);margin-right:12px;vertical-align:1px}.practice{background:#e6e6e1}.statement{background:#171717;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--ink)}.statement p{color:var(--muted)}.statement em{font-family:inherit;font-style:normal;color:var(--accent)}.statement h2{font-size:clamp(36px,6vw,90px)}.slide-controls button{border-radius:0}.slide-dots button::after{border-radius:0}.slide-dots button[aria-pressed=true]::after{transform:none;width:9px;height:9px;top:13px;left:11px}.image-tag{border-left:3px solid var(--accent)}.contact h2 span{color:var(--accent)}nav a{position:relative}nav a::after{content:'';position:absolute;bottom:-10px;left:0;width:5px;height:5px;background:var(--accent);opacity:0}nav a:hover::after,nav a:focus-visible::after{opacity:1}@media(max-width:760px){header{height:85px}.logo{width:135px}.pixel-identity{padding:60px 0 15px}.brand-descriptor{margin-top:23px;font-size:12px;letter-spacing:.035em}.hero h1{font-size:29px;max-width:520px;margin:22px 0 25px}nav{gap:14px}nav a{font-size:12px}footer .logo{width:160px}}@media(prefers-reduced-motion:reduce){.pixel-reveal rect{animation:none;opacity:1}}

/* Reveal exactly one new pixel at each distinct step. */
.pixel-reveal rect{animation-name:pixel-on;animation-duration:1ms;animation-timing-function:steps(1,end);animation-fill-mode:both}@keyframes pixel-on{from{opacity:0}to{opacity:1}}.portfolio-section{display:grid;grid-template-columns:1fr 2fr;gap:40px;padding:70px 5%;border-top:1px solid var(--line)}.portfolio-content h2{font-size:clamp(30px,3.3vw,53px);font-weight:450;line-height:1.2;letter-spacing:-.04em}.portfolio-intro{margin-top:28px;display:flex;align-items:flex-start;justify-content:space-between;gap:35px}.portfolio-intro p{color:var(--muted);line-height:1.7;max-width:330px}.portfolio-link{font-size:16px;padding:10px 0;border-bottom:1px solid var(--accent);display:flex;gap:24px;white-space:nowrap}.portfolio-link:hover{color:var(--accent)}.portfolio-note{margin-top:28px;font-size:14px;color:var(--muted);line-height:1.6}.brands{background:#171717;padding-top:55px;padding-bottom:55px}.brands .portfolio-content h2{font-size:clamp(28px,3vw,46px)}@media(max-width:760px){.portfolio-section{grid-template-columns:1fr;gap:26px;padding:45px 5%}.portfolio-intro{flex-direction:column;gap:20px;margin-top:23px}.portfolio-link{white-space:normal}header{height:auto;min-height:85px;flex-wrap:wrap;gap:20px;padding:25px 0}nav{flex-wrap:wrap;gap:20px}nav a{font-size:14px}.nav-contact{margin-left:0}}@media(prefers-reduced-motion:reduce){.pixel-reveal rect{animation:none;opacity:1}}

/* Scattered pixel composition resolves once, then holds the complete mark. */
.pixel-reveal rect{opacity:1;transform:none;transform-box:fill-box;transform-origin:center;animation:pixel-compose 50ms cubic-bezier(.2,.75,.3,1) both;animation-delay:var(--delay)}@keyframes pixel-compose{0%{opacity:0;transform:translateY(var(--rise,9px)) scale(.5)}100%{opacity:1;transform:translateY(0) scale(1)}}.pixel-reveal.is-complete rect{animation:none;opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.pixel-reveal rect{animation:none;opacity:1;transform:none}}

/* Dispersed fragments gather into the final wordmark. */
.pixel-reveal rect{animation:pixel-gather 1.65s cubic-bezier(.22,.68,.18,1) both;animation-delay:var(--delay);transform-box:fill-box;transform-origin:center}@keyframes pixel-gather{0%{opacity:0;transform:translate(var(--scatter-x),var(--scatter-y)) rotate(var(--turn)) scale(.5)}15%{opacity:.55}55%{opacity:1}100%{opacity:1;transform:translate(0,0) rotate(0deg) scale(1)}}.pixel-identity{padding-top:100px;padding-bottom:40px}.pixel-reveal.is-complete rect{animation:none;opacity:1;transform:none}@media(max-width:760px){.pixel-identity{padding-top:70px;padding-bottom:25px}}@media(prefers-reduced-motion:reduce){.pixel-reveal rect{animation:none;opacity:1;transform:none}}

/* Small geometric pixel accents follow section progress. */
.scroll-pixel-mark{display:grid;grid-template-columns:repeat(5,5px);grid-template-rows:repeat(4,5px);gap:3px;width:max-content;margin-top:24px;pointer-events:none;opacity:.85}.scroll-pixel-mark i{display:block;width:5px;height:5px;background:var(--accent);opacity:0;transform:translate(var(--px),var(--py)) scale(.35);transition:transform 750ms cubic-bezier(.16,1,.3,1),opacity 500ms ease;transition-delay:var(--stagger)}.scroll-pixel-mark.is-visible i{opacity:var(--tone,.8);transform:translate(0,0) scale(1)}.scroll-pixel-mark.is-visible{transform:translateY(var(--scroll-drift,0px))}.section-label .scroll-pixel-mark{vertical-align:top}.scroll-pixel-progress{position:fixed;right:12px;top:50%;transform:translateY(-50%);z-index:8;display:grid;gap:8px;pointer-events:none}.scroll-pixel-progress i{width:4px;height:4px;background:#7775;transition:background 250ms,transform 350ms}.scroll-pixel-progress i.filled{background:var(--accent);transform:scale(1.15)}@media(max-width:760px){.scroll-pixel-progress{right:5px;gap:7px}.scroll-pixel-progress i{width:3px;height:3px}.scroll-pixel-mark{margin-top:16px;grid-template-columns:repeat(5,4px);grid-template-rows:repeat(4,4px);gap:3px}.scroll-pixel-mark i{width:4px;height:4px}}@media(prefers-reduced-motion:reduce){.scroll-pixel-mark{transform:none!important}.scroll-pixel-mark i{transition:none;transform:none;opacity:var(--tone,.8)}.scroll-pixel-progress{display:none}}

/* Centered opening sequence; only the header logo remains on the page. */
#site-intro{display:none}.intro-pending{overflow:hidden}.intro-pending #site-intro{display:grid;position:fixed;inset:0;z-index:100;background:#101010;place-items:center;overflow:hidden;opacity:1;transition:opacity 650ms ease}.intro-center{width:min(70vw,960px);text-align:center}.intro-center .brand-descriptor{font-size:clamp(12px,1.5vw,18px);margin-top:36px}.intro-center .pixel-reveal{width:100%}.intro-pending #site-content{opacity:0;visibility:hidden}#site-content{opacity:1;transition:opacity 700ms ease}.intro-pending #site-intro.is-leaving{opacity:0;pointer-events:none}.intro-pending.intro-revealing #site-content{opacity:1;visibility:visible}.intro-skip{position:absolute;bottom:32px;right:5%;background:transparent;color:#aaa;border:0;padding:12px;font:inherit;font-size:14px;cursor:pointer}.intro-skip:hover{color:var(--accent)}.intro-skip:focus-visible{outline:2px solid var(--accent)}.hero h1{font-size:clamp(45px,6.5vw,104px);margin:65px 0 42px;line-height:1.1}.hero h1 br{display:block}.hero .italic{margin-left:0}footer{justify-content:space-between}@media(max-width:760px){.intro-center{width:76vw}.intro-center .brand-descriptor{margin-top:23px;font-size:12px}.hero h1{font-size:clamp(40px,9vw,65px);margin:42px 0 30px}footer>span{display:block}}@media(prefers-reduced-motion:reduce){#site-content{transition:none}#site-intro{display:none!important}}

/* One type family and one consistent emphasis system across Manifest. */
body{font-family:'Manrope',Arial,sans-serif;font-weight:400}h1,h2,h3,.hero h1,.approach h2,.practice-heading h2,.portfolio-content h2,.brands .portfolio-content h2,.statement h2,.contact h2,summary h3{font-family:inherit;font-weight:500}.eyebrow,.section-label,.statement>p,.image-tag,.slide-count,.brand-descriptor{font-family:inherit}.eyebrow,.section-label,.statement>p,.image-tag{font-weight:600;letter-spacing:.08em}nav a,.portfolio-link,.contact-right a,button{font-family:inherit;font-weight:600}.text-accent,.approach h2 .text-accent{color:var(--accent);font-family:inherit;font-style:normal;font-weight:inherit}.hero h1 .text-accent,.portfolio-content h2 .text-accent,.approach h2 .text-accent,.practice-heading h2 .text-accent,.statement h2 .text-accent,.contact h2 .text-accent{font-weight:500}.section-label,.statement>p{color:var(--accent)}.practice .section-label{color:#22231f}.hero h1 .period{color:var(--accent)}
