@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Barlow:wght@400;500;600;700&display=swap');
.gallery{border-top:1px solid var(--line)}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gallery-item{display:block;width:100%;padding:0;border:0;background:#18191b;cursor:zoom-in;overflow:hidden;aspect-ratio:4/3}.gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s}.gallery-item:hover img{transform:scale(1.035)}#photo-dialog{width:min(1200px,96vw);max-width:96vw;max-height:96svh;margin:auto;border:1px solid #555;background:#101112;color:#fff;padding:16px}#photo-dialog::backdrop{background:#000e}.photo-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;font-size:16px}.photo-toolbar button,.photo-stage button{background:#222;border:1px solid #666;color:white;min-height:44px;min-width:44px;cursor:pointer}.photo-toolbar button{padding:8px 16px}.photo-stage{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:10px}.photo-stage button{font-size:32px}#photo-full{width:100%;height:min(72svh,820px);object-fit:contain;display:block}#photo-caption{font-size:16px;text-align:center;margin:12px 0 0}body.photo-open{overflow:hidden}@media(max-width:1050px){.header nav{gap:16px}.nav-contact{display:none}}@media(max-width:760px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}#photo-dialog{padding:10px}.photo-stage{grid-template-columns:44px minmax(0,1fr) 44px;gap:4px}#photo-full{height:65svh}}@media(max-width:390px){.gallery-grid{grid-template-columns:1fr}}
:root{--bg:#101112;--panel:#18191b;--line:#333436;--muted:#a8aaad;--text:#f4f4f3;--red:#ec3d32;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:'Barlow',Arial,sans-serif;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid white;outline-offset:6px}.skip{position:fixed;left:20px;top:-100px;z-index:10;background:var(--red);padding:10px}.skip:focus{top:10px}.header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 5.3%;gap:28px;background:#101112;position:relative;z-index:5;border-bottom:1px solid #ffffff10}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand-mark{background:var(--red);height:45px;width:45px;display:flex;align-items:center;justify-content:center;font:800 31px var(--display);letter-spacing:-3px;padding-right:3px;transform:skew(-7deg)}.brand-mark span{font-size:23px}.brand-type{font:800 24px/.9 var(--display);letter-spacing:1.3px}.brand-type>span{display:block;font-size:15px;letter-spacing:5.2px;margin-top:7px}.header nav{display:flex;gap:32px;font-size:14px;font-weight:600}.header nav a:hover,.text-link:hover,footer>a:last-child:hover{color:var(--red)}.nav-contact{border:1px solid #555;padding:11px 18px;font-size:14px;font-weight:600;display:flex;gap:28px}.nav-contact:hover{background:#242527;border-color:var(--red)}.menu-toggle{display:none}.mobile-nav[hidden]{display:none}.hero{min-height:660px;height:calc(100svh - 100px);max-height:900px;position:relative;overflow:hidden;display:flex;align-items:center;padding:70px 5.3% 105px}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-image{object-position:center 55%}.hero-shade{background:linear-gradient(90deg,rgba(9,10,11,.93) 0%,rgba(9,10,11,.74) 30%,rgba(9,10,11,.1) 70%),linear-gradient(0deg,#101112 0%,transparent 25%)}.hero-content{position:relative;z-index:1;max-width:800px}.eyebrow{font-size:13px;letter-spacing:2px;font-weight:600;display:flex;align-items:center;gap:12px}.red-line{width:30px;height:3px;background:var(--red)}h1,h2,h3,p{margin:0}h1{font:800 clamp(76px,7.65vw,122px)/.93 var(--display);letter-spacing:-1px;margin:26px 0 27px}h1 span,h2 span{color:var(--red)}.hero p{color:#c5c6c8;font-size:18px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:35px}.button{padding:16px 24px;background:var(--red);color:#fff;display:inline-flex;gap:32px;font-weight:600;font-size:16px;transition:background .2s,transform .2s}.button:hover{background:#cd2e25;transform:translateY(-2px)}.button span{font-size:21px;line-height:1.2}.text-link{font-size:15px;font-weight:600;display:flex;gap:15px;align-items:center}.hero-bottom{position:absolute;bottom:30px;left:5.3%;right:5.3%;border-top:1px solid #ffffff2a;padding-top:21px;display:flex;justify-content:space-between;font-size:12px;letter-spacing:1.6px;color:#b8b9bb}.hero-bottom>a{color:white}.hero-bottom>a span{padding-left:17px}.image-note{position:absolute;right:5.3%;bottom:85px;font-size:12px;color:#b7b7b7}.expertise-strip{padding:26px 5.3%;display:flex;justify-content:space-around;align-items:center;gap:22px;border-bottom:1px solid var(--line);font:600 19px var(--display);letter-spacing:2px}.expertise-strip i{width:5px;height:5px;background:var(--red);transform:rotate(45deg);flex-shrink:0}.section{padding:100px 5.3%}.section-top{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:46px}.section .eyebrow{color:var(--muted);margin-bottom:21px}h2{font:700 clamp(48px,4.1vw,66px)/1 var(--display);letter-spacing:-.4px}.section-top>p{color:var(--muted);padding-bottom:4px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.service{padding:28px;min-width:0;background:var(--panel);border-right:1px solid var(--line);transition:background .2s}.service:last-child{border:0}.service:hover{background:#202124}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:42px}.service-number{font-size:14px;color:#999}.service svg{height:32px;width:32px;color:var(--red)}h3{font:600 32px/1.08 var(--display)}.service p{color:var(--muted);font-size:16px;margin-top:22px;line-height:1.6;min-height:128px}.service-tags{border-top:1px solid var(--line);padding-top:19px;margin-top:28px;font-size:12px;letter-spacing:.5px;color:#c2c2c2}.approach{display:grid;grid-template-columns:1fr 1fr;gap:9%;background:#151618;border-block:1px solid var(--line)}.approach-brand{position:relative;min-height:490px;border-left:3px solid var(--red);display:flex;align-items:center;padding:30px 45px;background:linear-gradient(135deg,#202123,#151618)}.outline-word{font:800 clamp(105px,11vw,170px)/.79 var(--display);color:transparent;-webkit-text-stroke:1px #666;letter-spacing:-2px}.outline-word>span{display:block;font:600 13px var(--body);-webkit-text-stroke:0;color:var(--red);letter-spacing:3px;margin-top:27px}.corner{position:absolute;bottom:25px;right:25px;font-size:12px;letter-spacing:1.5px;color:#aaa}.approach-copy{max-width:600px}.approach-copy .lead{font-size:21px;color:#e1e1e1;line-height:1.5;margin-top:30px}.approach-copy>p{color:var(--muted);margin-top:20px}.signature{display:flex;align-items:center;gap:23px;margin-top:30px}.signature strong{font:italic 32px Georgia,serif}.signature span{border-left:1px solid #555;padding-left:23px;letter-spacing:2px;font-size:12px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:58px}.process-grid article{border-top:1px solid #515154;padding-top:26px}.process-grid article>span{font:600 45px var(--display);color:var(--red)}.process-grid h3{font-size:28px;margin:15px 0}.process-grid p{color:var(--muted);max-width:350px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:9%;background:var(--red);padding-top:76px;padding-bottom:76px}.contact .eyebrow{color:#ffdbd8}.contact h2{font-size:clamp(55px,5.7vw,88px);color:#fff}.contact h2 span{color:#18191b}.contact-details{align-self:center;max-width:580px}.contact-details>p{font-size:18px;line-height:1.6;color:white}.email{font-size:clamp(19px,2vw,30px);font-weight:600;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ffffff75;padding:25px 0 18px;gap:12px;overflow-wrap:anywhere}.email:hover{color:#161719}.contact-note{display:block;font-size:14px;margin-top:17px}.copy-email{display:block;background:none;border:0;border-bottom:1px solid #ffffff80;color:#fff;font-size:14px;padding:0;margin-top:18px;cursor:pointer}.copy-email:hover{color:#18191b;border-color:#18191b}#copy-status{display:block;min-height:22px;font-size:14px;margin-top:8px}footer{display:flex;justify-content:space-between;align-items:center;padding:38px 5.3%;gap:25px}footer p,footer>a:last-child{font-size:13px;color:var(--muted)}.footer-brand{transform:scale(.88);transform-origin:left center}
@media(min-width:1600px){.section,.header{padding-left:max(5.3%,calc((100vw - 1440px)/2));padding-right:max(5.3%,calc((100vw - 1440px)/2))}}
@media(max-width:1050px){.header nav{gap:18px}.nav-contact{gap:12px;padding:10px 12px}.service-grid{grid-template-columns:repeat(2,1fr)}.service:nth-child(2){border-right:0}.service:nth-child(-n+2){border-bottom:1px solid var(--line)}.service p{min-height:76px}.approach{gap:6%}.approach-brand{padding:25px}.hero{min-height:650px}.hero-bottom>span:nth-child(2){display:none}}
@media(max-width:760px){html{scroll-padding-top:25px}.header{height:80px;padding:0 6%;gap:15px}.brand-type{font-size:21px}.brand-type>span{font-size:13px;letter-spacing:4.5px}.brand-mark{height:39px;width:39px}.header nav,.nav-contact{display:none}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:7px;background:none;border:1px solid #4a4a4a;width:44px;height:44px;padding:10px;color:white}.menu-toggle span{height:1px;width:22px;background:white}.mobile-nav{padding:18px 6% 25px;display:flex;flex-direction:column;gap:17px;background:#18191b;border-bottom:1px solid #444;position:absolute;left:0;right:0;top:80px;z-index:5}.hero{height:auto;min-height:760px;padding:70px 6% 145px;align-items:flex-start}.hero-image{object-position:65% center}.hero-shade{background:linear-gradient(90deg,#0c0d0eaa,#0c0d0e44),linear-gradient(0deg,#101112 0%,#10111211 50%,#101112b8 100%)}h1{font-size:clamp(68px,13.5vw,100px);margin-top:25px}.hero .eyebrow{font-size:12px;letter-spacing:1.2px}.hero p{font-size:17px}.hero-actions{flex-direction:column;align-items:flex-start;gap:23px;margin-top:30px}.hero-bottom{left:6%;right:6%;font-size:11px;letter-spacing:1px;gap:12px}.hero-bottom>a{font-size:11px}.image-note{bottom:91px;right:6%}.expertise-strip{display:grid;grid-template-columns:1fr 1fr;padding:24px 6%;font-size:17px;gap:15px;text-align:center;letter-spacing:1.4px}.expertise-strip i{display:none}.section{padding:65px 6%}.section-top{align-items:flex-start;flex-direction:column;gap:24px;margin-bottom:32px}.section .eyebrow{font-size:12px;letter-spacing:1.5px;margin-bottom:18px}h2{font-size:47px}.section-top>p{font-size:16px}.service{padding:23px 20px}.service-top{margin-bottom:28px}.service h3{font-size:28px}.service p{min-height:155px;font-size:15px}.service-tags{font-size:11px;min-height:50px}.approach{grid-template-columns:1fr;gap:40px}.approach-brand{min-height:330px;order:2;padding:35px}.outline-word{font-size:118px}.approach-copy .lead{font-size:20px}.process-grid{grid-template-columns:1fr;gap:30px;margin-top:35px}.process-grid article{display:grid;grid-template-columns:50px 1fr;column-gap:18px;padding-top:23px}.process-grid article>span{grid-row:1/3;font-size:38px}.process-grid h3{margin:5px 0 12px}.process-grid p{max-width:none}.contact{grid-template-columns:1fr;gap:35px}.contact h2{font-size:62px}.contact-details>p{font-size:17px}.email{font-size:22px}footer{flex-wrap:wrap;padding:30px 6%;gap:20px}footer .brand{width:100%}footer p,footer>a:last-child{font-size:12px}}
@media(max-width:390px){.service-grid{grid-template-columns:1fr}.service{border-right:0;border-bottom:1px solid var(--line)}.service p{min-height:0}.service-tags{min-height:0}.hero{min-height:725px}.email{font-size:19px}h2{font-size:42px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Six services: three columns on desktop, two on tablet, one on phones. */
.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.service:nth-child(3n){border-right:0}.service:nth-last-child(-n+3){border-bottom:0}.service-top{min-height:32px}.service p{min-height:104px}
@media(max-width:1050px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service:nth-child(n){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.service:nth-child(2n){border-right:0}.service:nth-last-child(-n+2){border-bottom:0}}
@media(max-width:760px){.service-grid{grid-template-columns:1fr}.service:nth-child(n){border-right:0;border-bottom:1px solid var(--line)}.service:last-child{border-bottom:0}.service p{min-height:0;font-size:16px}.service-tags{min-height:0;font-size:12px}.service h3{font-size:32px}}
@media(min-width:761px) and (max-width:1100px){.header .nav-contact{display:none}.header nav{gap:20px}}

.brand-logo{display:block;position:relative;width:150px;height:92px;overflow:hidden}.brand-logo img{position:absolute;display:block;width:150px;height:auto;top:-31px;left:0;mix-blend-mode:screen}.approach-brand.logo-panel{padding:0;background:#000;min-height:0;align-self:center}.workshop-logo{display:block;width:100%;height:auto}.footer-brand{transform:none}@media(max-width:760px){.header .brand-logo{width:120px;height:76px}.header .brand-logo img{width:120px;top:-24px}.approach-brand.logo-panel{min-height:0}}

/* Keep the selected portrait photo intact in the hero. */
.hero-image{object-fit:contain;object-position:right bottom;background:#101112}@media(max-width:760px){.hero-image{object-position:center bottom}}

.about-story{max-width:1100px;margin:auto}.about-story h1{font-size:clamp(48px,9vw,100px);margin:24px 0 44px}.story-copy{max-width:760px}.story-copy p{font-size:18px;line-height:1.8;color:#c5c5c5;margin:0 0 24px}.story-copy .lead{font-size:22px;color:#fff}.story-copy h2{font-size:clamp(28px,5vw,40px);margin:48px 0 20px}.header nav a[aria-current=page]{color:var(--red)}.approach-copy>.text-link{display:inline-block;margin-top:12px}
