:root{--ink:#151515;--paper:#f4f1ea;--muted:#6d6a64;--line:#cbc6ba;--dark:#1b1c1a;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Libre Franklin",Arial,sans-serif;line-height:1.55}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:20px max(24px,calc((100vw - var(--max))/2));background:rgba(244,241,234,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.08)}.brand{font-family:"DM Sans",sans-serif;font-weight:600;letter-spacing:.12em;text-decoration:none;font-size:.88rem}.site-nav{display:flex;gap:25px}.site-nav a{text-decoration:none;font-size:.85rem}.menu-toggle{display:none;background:none;border:0;font:inherit}.hero{min-height:86vh;display:grid;grid-template-columns:1.4fr 1fr}.hero-image{background:linear-gradient(0deg,rgba(0,0,0,.08),rgba(0,0,0,.08)),url('https://static.wixstatic.com/media/8b71fb_f407007d67514a2ca235ae37256754ec~mv2.jpg/v1/fill/w_978,h_644,al_c,q_85,usm_0.66_1.00_0.01/8b71fb_f407007d67514a2ca235ae37256754ec~mv2.jpg') center/cover}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:8vw}.eyebrow{font-family:"DM Sans",sans-serif;text-transform:uppercase;letter-spacing:.17em;font-size:.72rem;font-weight:600;margin:0 0 20px}.hero h1,.section h2{font-weight:300;line-height:1.04;letter-spacing:-.045em}.hero h1{font-size:clamp(3.2rem,6vw,7rem);margin:0 0 28px}.intro{font-size:1.1rem;max-width:39rem;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:25px}.button{display:inline-block;background:var(--ink);color:#fff;padding:14px 20px;text-decoration:none;font-size:.83rem;letter-spacing:.04em}.text-link{text-underline-offset:5px}.section{max-width:var(--max);margin:auto;padding:120px 24px}.section-heading{max-width:680px;margin-bottom:55px}.section h2{font-size:clamp(2.7rem,5vw,5.5rem);margin:0 0 20px}.section-heading>p:last-child,.body-copy,.project-meta p{color:var(--muted)}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px 28px}.project-large{grid-column:1/-1}.project-image{aspect-ratio:4/3;background:#d9d5cc center/cover no-repeat}.project-large .project-image{aspect-ratio:16/8}.image-one{background-image:url('https://static.wixstatic.com/media/8b71fb_a7a24b6454d64ac7ab0b1f6d43f7f3d5~mv2_d_2585_1625_s_2.jpg/v1/fill/w_980,h_616,al_c,q_85,usm_0.66_1.00_0.01/8b71fb_a7a24b6454d64ac7ab0b1f6d43f7f3d5~mv2_d_2585_1625_s_2.jpg')}.image-two{background-image:url('https://static.wixstatic.com/media/8b71fb_2cb6d74dcfd640e68ed93cf4590e8c8e~mv2.jpg/v1/fill/w_980,h_552,q_90/8b71fb_2cb6d74dcfd640e68ed93cf4590e8c8e~mv2.jpg')}.image-three{background-image:linear-gradient(135deg,#ada79b,#ded9cf)}.project-meta{padding-top:17px}.project-meta span{font-size:.72rem;text-transform:uppercase;letter-spacing:.15em}.project-meta h3{font-weight:400;font-size:1.5rem;margin:7px 0}.asset-note{font-size:.75rem;color:var(--muted);margin-top:45px}.section-dark{max-width:none;background:var(--dark);color:#f7f4ed;padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2))}.light p{color:#bbb8b0}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#55534e}.services-grid article{background:var(--dark);padding:35px 28px;min-height:280px}.services-grid span{font-size:.72rem;color:#aaa}.services-grid h3{font-size:1.35rem;font-weight:400;margin:55px 0 15px}.services-grid p{color:#bdbab2;font-size:.9rem}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:80px}.body-copy{font-size:1.15rem}.body-copy .small{font-size:.9rem;margin-top:35px}.art-placeholder{min-height:420px;border:1px solid var(--line);display:grid;place-items:center;text-align:center;padding:35px;color:var(--muted)}.contact-section{max-width:none;background:#c9c0af;display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2))}.contact-links{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:18px}.contact-links>a:not(.button){font-size:1.1rem;text-underline-offset:5px}.light-button{margin-top:18px}footer{display:flex;justify-content:space-between;padding:30px max(24px,calc((100vw - var(--max))/2));font-size:.78rem;background:var(--ink);color:#eee}footer a{color:#eee}
@media(max-width:850px){.site-header{padding:18px 20px}.menu-toggle{display:block}.site-nav{display:none;position:absolute;left:0;right:0;top:61px;flex-direction:column;background:var(--paper);padding:25px 20px;border-bottom:1px solid var(--line)}.site-nav.open{display:flex}.hero{grid-template-columns:1fr;min-height:auto}.hero-image{height:58vh}.hero-copy{padding:70px 24px 90px}.project-grid,.split-section,.contact-section{grid-template-columns:1fr}.project-large{grid-column:auto}.services-grid{grid-template-columns:1fr 1fr}.section{padding:85px 20px}.contact-section{gap:20px}.hero-actions{align-items:flex-start;flex-direction:column}.brand{font-size:.76rem}}
@media(max-width:520px){.services-grid{grid-template-columns:1fr}.services-grid article{min-height:auto}.project-grid{grid-template-columns:1fr}.hero-image{height:47vh}.hero h1{font-size:3.4rem}footer{gap:20px;flex-direction:column}}
.credibility-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.credibility-strip span{background:var(--paper);padding:18px 22px;text-align:center;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.process-grid,.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.process-grid article{border-top:1px solid var(--ink);padding-top:20px}.process-grid span{font-size:.72rem;color:var(--muted)}.process-grid h3,.audience-grid h3{font-weight:400;font-size:1.25rem;margin:30px 0 10px}.process-grid p,.audience-grid p{color:var(--muted);font-size:.92rem}.audience-section{border-top:1px solid var(--line)}.audience-grid>div{min-height:190px;border-left:1px solid var(--line);padding-left:22px}
@media(max-width:850px){.credibility-strip,.process-grid,.audience-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.credibility-strip,.process-grid,.audience-grid{grid-template-columns:1fr}.credibility-strip span{text-align:left}.audience-grid>div{min-height:auto}}
