
:root{--wine:#651526;--wine-dark:#45101b;--black:#161616;--paper:#f5f5f3;--white:#fff;--muted:#646464;--line:#d7d7d3;--display:'Anton','Arial Narrow',Impact,sans-serif;--body:'Manrope',Arial,sans-serif;--gutter:clamp(24px,5vw,88px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0;background:var(--paper);color:var(--black);font-family:var(--body);font-size:15px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #ba586c;outline-offset:6px}::selection{background:#c1a1a8;color:#161616}img{display:block;width:100%;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}h1,h2,h3,p{margin:0}p{line-height:1.7}.container{padding-inline:var(--gutter);max-width:1700px;margin:auto}.skip{position:fixed;top:-100px;left:20px;z-index:50;background:white;padding:12px}.skip:focus{top:12px}
.header{height:88px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--paper);position:sticky;top:0;z-index:20}.wordmark{font-size:30px;line-height:1;font-weight:800;letter-spacing:-2px}.header-left{display:flex;gap:32px;align-items:center}.header-caption{font-size:11px;line-height:1.45;border-left:1px solid var(--line);padding-left:25px}.nav{display:flex;align-items:center;gap:30px;font-size:12px;font-weight:600}.nav>a:not(.contact-link){padding-block:12px}.nav>a:not(.contact-link):hover{text-decoration:underline;text-underline-offset:5px}.contact-link{background:var(--black);color:white;padding:14px 21px;display:flex;gap:25px;align-items:center}.contact-link:hover{background:var(--wine)}.menu-toggle{display:none;border:0;padding:12px;background:transparent;cursor:pointer}
.hero{margin:0 18px;background:var(--wine);color:var(--white);padding:32px clamp(24px,4vw,70px) 30px;min-height:650px;min-height:min(790px,calc(100svh - 106px));display:flex;flex-direction:column;justify-content:space-between}.hero-top{display:flex;justify-content:space-between;align-items:center;font-size:12px}.location{display:flex;gap:9px;align-items:center}.location:before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor}.hero h1{font-family:var(--display);font-weight:400;font-size:clamp(68px,11.7vw,184px);letter-spacing:-.028em;line-height:1.02;margin:45px 0}.hero h1 span{display:block}.hero-bottom{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:32px;padding-top:28px;border-top:1px solid #ffffff40}.hero-bottom p{font-size:clamp(14px,1.15vw,18px);max-width:39ch}.hero-action{justify-self:end;display:flex;gap:30px;align-items:center;font-size:13px}.round-arrow{width:56px;height:56px;border:1px solid #ffffff70;border-radius:50%;display:grid;place-items:center;font-size:25px;transition:background .2s,color .2s}.hero-action:hover .round-arrow{background:white;color:var(--wine)}
.intro{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-block:86px 92px}.intro h2{font-size:clamp(30px,3.3vw,48px);letter-spacing:-.055em;line-height:1.15;font-weight:600;max-width:16ch}.intro-copy{max-width:52ch}.intro-copy p{font-size:16px;color:#494949}.intro-copy .signature-line{margin-top:20px;color:var(--black);font-size:12px;font-weight:700}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.section-head h2,.services h2,.about h2{font-size:clamp(38px,5vw,72px);letter-spacing:-.055em;line-height:1.08;font-weight:500}.section-head p{max-width:28ch;font-size:13px;color:var(--muted)}
.work{padding-bottom:100px}.projects{display:grid;grid-template-columns:1fr 1fr;gap:28px}.project-visual{overflow:hidden;background:#e8e7e3;aspect-ratio:1.19;display:flex;align-items:center;justify-content:center;padding:9%;position:relative}.project-visual img{box-shadow:0 18px 28px #00000018;transition:transform .35s;width:100%;object-fit:cover;object-position:top}.project:hover .project-visual img{transform:translateY(-6px)}.project-visual.blf{background:#222c31}.project-visual.blf img{box-shadow:0 18px 30px #00000050}.project-title{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:23px}.project-title h3{font-size:22px;font-weight:600;letter-spacing:-.04em}.project-title span{font-size:24px}.project-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.project-meta span{font-size:10px;border:1px solid #c5c5c0;border-radius:24px;padding:6px 10px}.project-description{font-size:13px;color:var(--muted);margin-top:16px;max-width:53ch}.project-link-note{font-size:11px;margin-top:20px;display:inline-block;text-decoration:underline;text-underline-offset:5px}
.services{background:var(--white);padding-block:90px}.services-layout{display:grid;grid-template-columns:.85fr 1.3fr;gap:10%}.services-intro>p{color:var(--muted);max-width:28ch;margin-top:25px;font-size:14px}.service-list details{border-top:1px solid var(--line)}.service-list details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:25px;padding:25px 0;cursor:pointer;font-size:clamp(18px,2.1vw,28px);letter-spacing:-.04em;font-weight:500}summary::-webkit-details-marker{display:none}summary:after{content:'+';font-size:25px;font-weight:400;line-height:1}details[open] summary:after{content:'−'}details[open] summary{color:var(--wine)}details p{padding:0 42px 25px 0;max-width:55ch;color:var(--muted);font-size:14px}
.about{padding-block:110px;display:grid;grid-template-columns:.85fr 1.3fr;gap:10%;align-items:center}.portrait{position:relative;max-width:450px}.portrait img{height:500px;object-fit:cover;object-position:center 65%;filter:grayscale(1)}.portrait figcaption{position:absolute;bottom:0;left:0;padding:15px 22px;background:var(--wine);color:white;font-size:12px}.portrait{margin:0}.about h2{max-width:13ch}.about-copy>p{margin-top:25px;font-size:15px;color:#555;max-width:49ch}.about-copy .byline{color:var(--black);font-weight:700;font-size:13px;margin-top:27px}.byline span{display:block;font-size:11px;font-weight:400;color:var(--muted);margin-top:5px}
.contact{margin:0 18px;background:var(--wine);color:white;padding:70px clamp(24px,4vw,70px)}.contact-top{display:flex;align-items:start;justify-content:space-between;gap:50px}.contact h2{font-family:var(--display);font-size:clamp(65px,9vw,135px);font-weight:400;line-height:1.04;letter-spacing:-.025em}.contact-copy{max-width:30ch;padding-top:8px}.contact-copy p{font-size:14px}.contact-button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;background:white;color:var(--wine);font-size:13px;font-weight:700;padding:17px 22px;margin-top:25px}.contact-button:hover{background:var(--paper)}.contact-bottom{border-top:1px solid #ffffff40;margin-top:60px;padding-top:25px;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;font-size:12px}.contact-bottom a:hover{text-decoration:underline;text-underline-offset:5px}.footer{padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer .wordmark{font-size:24px}.footer p{font-size:10px;color:var(--muted)}.footer a:last-child{font-size:11px}.footer a:last-child:hover{text-decoration:underline}
@media(min-width:1700px){.hero,.contact{max-width:1664px;margin-inline:auto}.hero h1{font-size:184px}}
@media(max-width:950px){.header-caption{display:none}.hero{min-height:600px}.hero h1{font-size:11.5vw}.intro{gap:35px}.services-layout,.about{gap:6%;grid-template-columns:1fr 1.2fr}.contact-top{display:grid;grid-template-columns:1fr 1fr}.contact h2{font-size:10vw}.project-title h3{font-size:19px}.portrait img{height:440px}}
@media(max-width:600px){html{scroll-padding-top:82px}.header{height:72px;padding:0 22px}.wordmark{font-size:27px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--paper);padding:12px 24px 24px;border-bottom:1px solid var(--line);gap:6px;align-items:stretch}.nav.open{display:flex;flex-direction:column}.nav>a{padding:15px!important}.contact-link{justify-content:space-between}.hero{margin:0 10px;min-height:590px;padding:24px 20px}.hero-top{font-size:10px;gap:18px}.hero h1{font-size:15vw;line-height:1.12;letter-spacing:-.025em;margin:50px 0}.hero h1 span{max-width:8ch}.hero-bottom{grid-template-columns:1fr;gap:24px;padding-top:22px}.hero-bottom p{font-size:13px;max-width:32ch}.hero-action{justify-self:stretch;justify-content:space-between;font-size:12px}.round-arrow{width:44px;height:44px}.intro{grid-template-columns:1fr;padding-block:58px;gap:24px}.intro h2{font-size:35px;max-width:18ch}.intro-copy p{font-size:14px}.section-head{align-items:start}.section-head h2{font-size:39px}.section-head p{max-width:17ch;font-size:11px;padding-top:5px}.projects{grid-template-columns:1fr;gap:44px}.project-title{margin-top:17px}.project-title h3{font-size:22px}.project-visual{aspect-ratio:1.15}.work{padding-bottom:60px}.services{padding-block:58px}.services-layout{grid-template-columns:1fr;gap:35px}.services h2,.about h2{font-size:42px}.services-intro>p{max-width:35ch;margin-top:18px}summary{padding:23px 0;font-size:22px}.about{grid-template-columns:1fr;padding-block:60px;gap:35px}.portrait{width:100%;max-width:none}.portrait img{height:420px}.about h2{max-width:16ch}.about-copy>p{font-size:14px}.contact{margin:0 10px;padding:40px 24px}.contact-top{grid-template-columns:1fr;gap:30px}.contact h2{font-size:17vw}.contact-copy{max-width:32ch}.contact-bottom{margin-top:40px;gap:20px}.contact-bottom span{width:100%}.footer{padding:28px 24px;flex-wrap:wrap}.footer p{order:3;width:100%}.footer a:last-child{margin-left:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Brand experience */
.brands{padding-top:49px;padding-bottom:45px}
.brands h2{font-size:12px;font-weight:500;color:var(--muted);text-align:center;margin:0 0 34px;letter-spacing:.01em}
.brand-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:35px;row-gap:32px;align-items:center;text-align:center}
.brand-list li{min-height:42px;display:flex;align-items:center;justify-content:center;font-size:clamp(16px,1.9vw,27px);line-height:1.2;font-weight:700;letter-spacing:-.045em;color:var(--black)}
.brand-list .brand-long{font-size:clamp(14px,1.45vw,21px);font-weight:600;letter-spacing:-.035em}
.brands+.intro{padding-top:62px}
@media(max-width:600px){.brands{padding-top:35px;padding-bottom:28px}.brands h2{margin-bottom:25px;font-size:11px}.brand-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 20px}.brand-list li{font-size:21px;min-height:38px}.brand-list .brand-long{font-size:15px}.brands+.intro{padding-top:40px}}
/* Actual brand artwork, sized by visual weight. */
.brand-logos{row-gap:35px;column-gap:40px}
.brand-logos li{height:88px;overflow:hidden;min-width:0}
.brand-logos img{width:160px;max-width:100%;height:auto;max-height:62px;object-fit:contain;filter:grayscale(1);mix-blend-mode:multiply}
.brand-logos .logo-logitech{width:155px}
.brand-logos .logo-samsung{width:170px;height:170px;max-height:none;flex-shrink:0}
.brand-logos .logo-bequiet{width:145px;filter:grayscale(1) brightness(0)}
.brand-logos .memory-brands{flex-direction:column;gap:12px}
.brand-logos .memory-brands img{width:125px;height:27px;object-fit:contain}
.brand-logos .memory-brands .logo-crucial{width:145px;height:55px}
.brand-logos .logo-ghc{width:190px;max-height:75px}
.brand-logos .logo-blf{width:170px;max-height:88px;filter:grayscale(1) contrast(1.5)}
.brand-logos .logo-n3{width:90px;height:80px;max-height:80px}
.brand-logos .logo-bacheff{width:155px}
@media(max-width:600px){.brand-logos{gap:20px 25px}.brand-logos li{height:80px}.brand-logos img{max-width:135px}.brand-logos .logo-samsung{max-width:145px;width:145px;height:145px}.brand-logos .logo-ghc{max-width:145px}.brand-logos .logo-n3{width:80px;height:72px}.brand-logos .memory-brands img{width:110px}.brand-logos .logo-blf{max-width:145px}}

.nav a[aria-current="page"]{text-decoration:underline;text-underline-offset:6px}.page-hero{background:var(--wine);color:white;margin:0 18px;padding:35px clamp(24px,4vw,70px) 50px}.breadcrumb{font-size:12px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.breadcrumb a{opacity:.8}.breadcrumb a:hover{text-decoration:underline}.page-hero h1{font-family:var(--hd,var(--display));font-weight:400;font-size:clamp(65px,10vw,145px);letter-spacing:-.025em;line-height:1.04;margin:65px 0 38px}.page-hero p{font-size:clamp(15px,1.5vw,20px);max-width:46ch;line-height:1.65}.page-body{padding-block:80px}.section-title{font-size:clamp(32px,4vw,56px);line-height:1.12;font-weight:500;letter-spacing:-.05em}.page-section{padding-block:70px}.page-section+.page-section{border-top:1px solid var(--line)}.text-link{display:inline-flex;align-items:center;gap:24px;margin-top:28px;padding-bottom:7px;border-bottom:1px solid currentColor;font-size:13px;font-weight:600}.text-link:hover{color:var(--wine)}.page-lead{display:grid;grid-template-columns:1fr 1fr;gap:10%;margin-bottom:60px}.page-lead p{font-size:17px;line-height:1.7;color:var(--muted);max-width:48ch}.work-grid{row-gap:55px}.campaigns{margin-top:85px}.campaigns .section-title{margin-bottom:12px}.campaigns-intro{max-width:60ch;color:var(--muted);margin-bottom:30px}.campaign-row{display:grid;grid-template-columns:.75fr 1.3fr;gap:40px;padding:30px 0;border-top:1px solid var(--line)}.campaign-row h3{font-size:25px;letter-spacing:-.04em;font-weight:600}.campaign-row p{max-width:58ch;color:var(--muted);font-size:14px}.campaign-row .campaign-year{font-size:12px;margin-top:8px}.service-menu{display:flex;gap:12px 28px;flex-wrap:wrap;padding-bottom:35px;border-bottom:1px solid var(--line);font-size:12px}.service-menu a{padding:8px 0}.service-menu a:hover{color:var(--wine);text-decoration:underline}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding:65px 0;border-bottom:1px solid var(--line)}.service-detail h2{font-size:clamp(30px,3.6vw,50px);letter-spacing:-.05em;font-weight:500;line-height:1.15;max-width:16ch}.service-detail p{color:var(--muted);max-width:53ch}.plain-list{padding:0;list-style:none;margin:25px 0 0}.plain-list li{border-top:1px solid var(--line);padding:13px 0;font-size:14px}.plain-list li:last-child{border-bottom:1px solid var(--line)}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:35px;list-style:none;padding:0;counter-reset:steps}.process li{counter-increment:steps;border-top:1px solid var(--line);padding-top:25px}.process li:before{content:'0' counter(steps);font-size:12px;color:var(--wine);display:block;margin-bottom:25px}.process h3{font-size:23px;letter-spacing:-.04em;margin-bottom:14px;font-weight:500}.process p{font-size:14px;color:var(--muted)}.about-opening{display:grid;grid-template-columns:.85fr 1.2fr;gap:10%;align-items:start}.about-opening .portrait{max-width:440px}.about-opening .portrait img{height:560px}.editorial-copy p{margin-top:24px;color:var(--muted);font-size:16px;max-width:48ch}.career{display:grid;grid-template-columns:.65fr 1.2fr;gap:12%;padding-block:90px}.career dl{margin:0}.career dl>div{border-top:1px solid var(--line);padding:26px 0}.career dt{font-size:22px;letter-spacing:-.03em;margin-bottom:12px}.career dd{margin:0;font-size:14px;line-height:1.75;color:var(--muted);max-width:54ch}.career small{display:block;font-size:12px;margin-bottom:10px;color:var(--wine)}.case-hero h1{font-size:clamp(58px,8vw,112px);max-width:17ch}.case-meta{display:flex;gap:30px;flex-wrap:wrap;margin-top:30px;font-size:12px}.case-image{background:#e8e7e3;padding:6%;margin:0}.case-image.dark-mount{background:#222c31}.case-image img{box-shadow:0 15px 35px #00000020;width:100%;height:auto}.case-image figcaption{font-size:11px;margin-top:16px;color:var(--muted)}.case-image.dark-mount figcaption{color:#b8c1c5}.case-overview{display:grid;grid-template-columns:.75fr 1.2fr;gap:12%;padding-block:70px}.case-copy h2{font-size:34px;letter-spacing:-.04em;font-weight:500;margin-bottom:20px}.case-copy p{margin-bottom:22px;color:var(--muted);max-width:57ch}.case-sidebar p{color:var(--muted);margin:18px 0;font-size:14px}.case-sidebar h2{font-size:17px;font-weight:600}.case-next{border-top:1px solid var(--line);padding-top:35px;display:flex;justify-content:space-between;gap:30px;align-items:center}.case-next p{font-size:12px;color:var(--muted)}.case-next a{font-size:clamp(22px,3vw,40px);letter-spacing:-.04em}.contact-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:12%;padding-block:15px 75px}.direct-contact{padding-top:25px}.direct-contact>p{color:var(--muted);max-width:44ch}.email-large{display:inline-block;font-size:clamp(24px,3vw,44px);letter-spacing:-.045em;border-bottom:1px solid;margin:30px 0;overflow-wrap:anywhere}.phone-link{display:block;font-size:20px;margin-bottom:22px}.contact-note{font-size:12px}.contact-guide{border-top:1px solid var(--line);padding-top:28px}.contact-guide h2{font-size:28px;font-weight:500;letter-spacing:-.04em}.contact-guide p{color:var(--muted);font-size:14px;margin-top:15px}.faq{max-width:850px;margin:0 auto;padding-top:55px;border-top:1px solid var(--line)}.faq h2{margin-bottom:30px}.footer-nav{display:flex;gap:22px;font-size:11px}.footer-nav a:hover{text-decoration:underline}.inline-proof{border-top:1px solid var(--line);padding-top:25px;margin-top:45px;font-size:13px}.footer{flex-wrap:wrap}
@media(max-width:800px){.page-hero h1{font-size:12vw;margin-top:45px}.page-lead{gap:35px}.service-detail{gap:6%}.about-opening{gap:7%}.career{gap:8%}.contact-layout{gap:7%}.process{gap:25px}.case-overview{gap:8%}.about-opening .portrait img{height:450px}}
@media(max-width:600px){.page-hero{margin:0 10px;padding:25px 24px 35px}.page-hero h1{font-size:clamp(56px,14vw,84px);margin:45px 0 28px}.page-hero p{font-size:15px}.page-body{padding-block:48px}.page-lead{grid-template-columns:1fr;gap:25px;margin-bottom:35px}.page-lead p{font-size:15px}.campaigns{margin-top:55px}.campaign-row{grid-template-columns:1fr;gap:16px;padding-block:25px}.service-detail{grid-template-columns:1fr;gap:25px;padding-block:42px}.service-menu{gap:4px 19px;padding-bottom:24px}.service-detail h2{font-size:35px;max-width:20ch}.service-detail p{font-size:14px}.process{grid-template-columns:1fr;gap:28px}.process li:before{margin-bottom:15px}.page-section{padding-block:45px}.about-opening{grid-template-columns:1fr;gap:32px}.about-opening .portrait img{height:430px}.editorial-copy p{font-size:15px}.career{grid-template-columns:1fr;gap:30px;padding-block:55px}.case-hero h1{font-size:13vw}.case-meta{gap:12px 20px}.case-overview{grid-template-columns:1fr;gap:40px;padding-block:40px}.case-image{padding:5%}.case-copy h2{font-size:30px}.case-next{align-items:start;flex-direction:column;gap:12px}.contact-layout{grid-template-columns:1fr;gap:40px;padding-bottom:45px}.email-large{font-size:30px}.direct-contact>p{font-size:15px}.faq{padding-top:40px}.footer-nav{width:100%;order:2;flex-wrap:wrap}.footer p{order:4}}

/* Production refinements */
.brands-end{display:flex;align-items:center;justify-content:center;gap:32px;margin-top:32px}.brands-end p{font-size:11px;color:var(--muted)}.brands-end .text-link{margin:0;font-size:11px}.intro{padding-bottom:90px}.brand-logos a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.brand-logos li:focus-within{overflow:visible}.service-detail strong{color:var(--black)}
@media(max-width:600px){.brands-end{flex-direction:column;gap:15px;margin-top:26px}.intro{padding-bottom:58px}}

.case-result{border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:30px}.case-result strong{display:block;font-family:var(--display);font-weight:400;font-size:clamp(44px,5vw,72px);line-height:1.15;color:var(--wine)}.case-result span{display:block;font-size:13px;margin-top:10px;color:var(--muted)}.case-copy h2:not(:first-child){margin-top:38px}

body:has(.about-opening) .career{padding-bottom:0}body:has(.about-opening) .page-body{padding-bottom:35px}
