:root{--background:#0b0b0b;--foreground:#f2f0ec;--muted:#8c8b88;--line:#2d2d2b;--red:#f0443e;--panel:#151515}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--background)}body{background:var(--background);color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,textarea{font:inherit}button{color:inherit;cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--red);outline-offset:4px}.site-header{border-bottom:1px solid var(--line);z-index:5;justify-content:space-between;align-items:center;width:100%;height:78px;padding:0 4vw;display:flex;position:absolute;top:0}.wordmark,.desktop-nav button,.talk-link,.menu-button,.mobile-menu button,.footer-bottom button{text-transform:uppercase;letter-spacing:.11em;background:0 0;border:0;font-size:11px}.brand-mark{letter-spacing:-.04em;text-transform:lowercase;font-size:14px;font-weight:700}.desktop-nav{gap:38px;margin-left:13%;display:flex}.desktop-nav button,.talk-link{transition:color .2s}.desktop-nav button:hover,.talk-link:hover{color:var(--red)}.talk-link{align-items:center;gap:9px;display:flex}.menu-button{display:none}.hero{border-bottom:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:850px;padding:170px 4vw 52px;display:flex}.hero-top,.hero-bottom{justify-content:space-between;align-items:flex-start;display:flex}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.16em;font-size:10px}.hero-index{color:var(--muted);font-size:11px}.hero h1{letter-spacing:-.09em;margin:90px 0 70px;font-size:clamp(68px,12.5vw,190px);font-weight:700;line-height:.82}.hero h1 span,em,.statement-section h2 span{color:var(--red);font-style:normal}.hero-bottom p{max-width:290px;color:var(--muted);margin:0;font-size:14px;line-height:1.55}.round-arrow{background:var(--red);color:var(--background);border:0;border-radius:50%;place-items:center;width:64px;height:64px;margin-left:20%;display:grid}.hero-note{color:var(--muted);text-align:right;flex-direction:column;align-items:flex-end;gap:10px;font-size:11px;line-height:1.4;display:flex}.stars{color:var(--foreground);letter-spacing:.2em}.marquee{border-bottom:1px solid var(--line);color:var(--muted);text-transform:uppercase;letter-spacing:.16em;white-space:nowrap;padding:18px 0;font-size:10px;overflow:hidden}.marquee div{animation:22s linear infinite drift}.marquee i{color:var(--red);margin:0 45px;font-style:normal}@keyframes drift{to{transform:translate(-25%)}}.section{padding:150px 4vw}.section-heading{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:75px;display:flex}.section-heading h2,.statement-section h2,.ai-section h2,.footer h2{letter-spacing:-.08em;margin:25px 0 0;font-size:clamp(58px,9vw,130px);line-height:.84}.section-heading>p{max-width:310px;color:var(--muted);margin:0 4% 4px 0;font-size:14px;line-height:1.55}.project-grid{grid-template-columns:repeat(12,1fr);gap:18px;display:grid}.project-card{grid-column:span 4}.project-card.wide{grid-column:span 8}.project-art{color:#0b0b0b;justify-content:space-between;align-items:flex-end;height:340px;padding:20px;display:flex;position:relative;overflow:hidden}.project-card.tall .project-art{height:520px}.project-card.square .project-art{height:340px}.project-art>span{font-size:11px;position:absolute;top:20px;left:20px}.project-art strong{letter-spacing:-.07em;z-index:1;font-size:21px;position:relative}.project-orange{background:#e8a256}.project-pink{background:#e7868d}.project-blue{background:#6e8ce5}.project-lime{background:#d2ef65}.project-silver{background:#bdbbb7}.project-red{background:var(--red)}.art-orbit{border:1px solid;border-radius:50%;width:260px;height:260px;position:absolute;top:15%;right:13%;transform:rotate(35deg)skew(-15deg);box-shadow:0 0 0 28px #0001,0 0 0 57px #0001}.project-meta{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:15px 0 0;display:flex}.project-meta h3{letter-spacing:-.03em;margin:0 0 5px;font-size:14px}.project-meta p{color:var(--muted);margin:0;font-size:11px}.section-cta{margin-top:70px}.arrow-button{border:0;border-bottom:1px solid var(--foreground);text-transform:uppercase;letter-spacing:.12em;background:0 0;align-items:center;gap:32px;padding:0 0 13px;font-size:11px;transition:gap .3s,color .3s;display:inline-flex}.arrow-button:hover{color:var(--red);border-color:var(--red);gap:44px}.services-section{background:#111}.services-list{border-top:1px solid var(--line)}.service-row{border-bottom:1px solid var(--line)}.service-row button{text-align:left;background:0 0;border:0;grid-template-columns:8% 35% 1fr 25px;align-items:center;width:100%;padding:25px 0;display:grid}.service-number{color:var(--red);font-size:11px}.service-title{letter-spacing:-.06em;font-size:clamp(23px,3vw,43px)}.service-detail{color:var(--muted);opacity:.8;font-size:13px}.service-plus{transition:transform .3s}.service-row.open .service-plus{transform:rotate(45deg)}.service-row.open .service-detail{color:var(--foreground)}.statement-section{background:var(--red);color:#0b0b0b;padding:150px 4vw}.statement-section .eyebrow{color:#0b0b0b99}.statement-inner{max-width:1000px}.statement-section h2{margin-bottom:60px}.statement-section h2 span{color:#0b0b0b}.statement-section p{max-width:330px;margin-bottom:50px;font-size:14px;line-height:1.55}.statement-section .arrow-button{border-color:#0b0b0b}.statement-section .arrow-button:hover{color:#f2f0ec;border-color:#f2f0ec}.testimonial-section{flex-direction:column;justify-content:space-between;min-height:760px;display:flex}.quote-controls{gap:8px;display:flex}.quote-controls button{border:1px solid var(--line);background:0 0;place-items:center;width:48px;height:48px;display:grid}.quote-controls button:hover{background:var(--red);color:#0b0b0b;border-color:var(--red)}.testimonial-section blockquote{letter-spacing:-.07em;max-width:920px;margin:auto 0;font-size:clamp(34px,5.3vw,76px);line-height:.98}.quote-author{border-top:1px solid var(--line);text-transform:uppercase;letter-spacing:.12em;grid-template-columns:1fr 1fr auto;padding-top:18px;font-size:10px;display:grid}.quote-author span:nth-child(2),.quote-author span:nth-child(3){color:var(--muted)}.ai-section{background:#171717;grid-template-columns:1fr 1fr;min-height:700px;display:grid}.ai-copy{padding:120px 8vw 120px 4vw}.ai-copy p{max-width:320px;color:var(--muted);margin:50px 0;font-size:14px;line-height:1.55}.ai-visual{background:#050505;place-items:center;display:grid;position:relative;overflow:hidden}.ai-core{text-align:center;letter-spacing:-.08em;z-index:1;font-size:30px;position:relative}.ai-core span{letter-spacing:.2em;color:var(--muted);font-size:9px}.ai-ring{border:1px solid #f2f0ec55;border-radius:50%;width:min(38vw,500px);height:min(38vw,500px);position:absolute}.ring-one{transform:rotate(35deg)skew(-15deg)}.ring-two{border-color:var(--red);transform:rotate(-35deg)skew(15deg)}.tech-section{padding-bottom:100px}.tech-list{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.tech-list span{border-bottom:1px solid var(--line);letter-spacing:-.07em;padding:26px 0;font-size:clamp(22px,3vw,42px)}.tech-list small{color:var(--red);letter-spacing:.1em;vertical-align:top;margin-right:18px;font-size:9px}.footer{background:#151515;padding:100px 4vw 25px}.footer-top{flex-direction:column;justify-content:space-between;min-height:600px;display:flex}.footer-cta{background:var(--red);color:#0b0b0b;text-transform:uppercase;letter-spacing:.12em;border:0;align-self:flex-start;align-items:center;gap:50px;padding:20px 24px;font-size:11px;display:flex}.section-rule{background:var(--line);height:1px}.footer-bottom{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;padding-top:22px;font-size:10px;display:flex}.footer-bottom .brand-mark{color:var(--foreground);text-transform:lowercase}.dialog-backdrop{z-index:20;background:#000b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog{color:#0b0b0b;background:#f2f0ec;width:min(560px,100%);padding:40px;position:relative}.dialog .eyebrow{color:#777}.dialog h2{letter-spacing:-.08em;margin:22px 0 38px;font-size:48px;line-height:.9}.dialog-close{background:0 0;border:0;position:absolute;top:18px;right:18px}.dialog form{gap:20px;display:grid}.dialog label{text-transform:uppercase;letter-spacing:.12em;gap:8px;font-size:10px;display:grid}.dialog input,.dialog textarea{color:#0b0b0b;resize:vertical;background:0 0;border:0;border-bottom:1px solid #bbb;outline:0;padding:10px 0}.solid-button,.outline-button{color:#f2f0ec;text-transform:uppercase;letter-spacing:.13em;background:#0b0b0b;border:0;justify-content:space-between;align-items:center;padding:16px;font-size:10px;display:flex}.solid-button:disabled{cursor:wait;opacity:.55}.outline-button{margin-top:30px;display:inline-flex}.dialog-success h2{margin-bottom:15px}.dialog-success p{color:#555;font-size:14px}.form-error{color:#b42318;margin:0;font-size:12px;line-height:1.4}.mobile-menu{display:none}@media (max-width:700px){.site-header{height:64px;padding:0 20px}.desktop-nav,.talk-link{display:none}.menu-button{padding:8px;display:block}.mobile-menu{z-index:4;border-bottom:1px solid var(--line);background:#111;flex-direction:column;padding:12px 20px 25px;display:flex;position:fixed;inset:64px 0 auto}.mobile-menu button{border:0;border-bottom:1px solid var(--line);text-align:left;justify-content:space-between;padding:19px 0;display:flex}.mobile-menu .mobile-talk{color:var(--red);border:0}.hero{min-height:760px;padding:115px 20px 35px}.hero h1{margin:70px 0;font-size:clamp(58px,16vw,110px)}.hero-bottom{grid-template-columns:1fr 64px;gap:30px;display:grid}.hero-bottom p{grid-column:1/3}.round-arrow{margin:0}.hero-note{align-self:center}.section{padding:90px 20px}.section-heading{margin-bottom:50px;display:block}.section-heading>p{margin:35px 0 0}.section-heading h2,.statement-section h2,.ai-section h2,.footer h2{font-size:clamp(56px,16vw,94px)}.project-grid{display:block}.project-card,.project-card.wide{margin-bottom:40px}.project-art,.project-card.tall .project-art,.project-card.square .project-art{height:300px}.service-row button{grid-template-columns:12% 1fr 25px;gap:10px}.service-detail{grid-column:2/3;margin-top:8px;line-height:1.4;display:none}.service-row.open .service-detail{display:block}.statement-section{padding:90px 20px}.testimonial-section{min-height:650px}.testimonial-section .section-heading{align-items:flex-end;display:flex}.testimonial-section blockquote{margin:60px 0}.quote-author{grid-template-columns:1fr 1fr;gap:13px}.quote-author span:nth-child(3){grid-column:1/3}.ai-section{display:block}.ai-copy{padding:90px 20px}.ai-visual{min-height:420px}.ai-ring{width:350px;height:350px}.tech-list{grid-template-columns:repeat(2,1fr);gap:0 18px}.footer{padding:80px 20px 20px}.footer-top{min-height:500px}.footer-bottom{flex-wrap:wrap;gap:18px}.footer-bottom span:nth-child(2){order:3;width:100%}.dialog{padding:28px 22px}.dialog h2{font-size:42px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee div{animation:none}.arrow-button{transition:none}}
