.case-page{--brand: var(--red);--brand-tint: color-mix(in srgb, var(--brand) 8%, #fff);--brand-line: color-mix(in srgb, var(--brand) 28%, transparent);--brand-wash: color-mix(in srgb, var(--brand) 5%, var(--bg-alt));background:var(--brand-wash)}body.page-case-modular{background:var(--bg-alt)}.case-page{--font-display: "Google Sans Flex", "Google Sans", "Arial", sans-serif;--font-body: "Google Sans Flex", "Google Sans", "Arial", sans-serif;font-family:var(--font-body)}.case-hero{position:relative;--case-hero-h: clamp(480px, 78vh, 820px);height:var(--case-hero-h)}.case-hero__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.case-hero__scrim{position:absolute;inset:0;background:var( --case-scrim, linear-gradient(to top, rgba(0, 0, 0, .62), rgba(0, 0, 0, .18) 45%, transparent 70%) );pointer-events:none}.case-hero__stack{position:absolute;z-index:1;left:var(--gutter);right:var(--gutter);bottom:clamp(24px,3.5vw,48px);display:flex;flex-direction:column;align-items:flex-start;gap:clamp(12px,1.4vw,18px)}@media(min-width:1400px){.case-hero__stack{left:calc((100% - 1400px) / 2 + var(--gutter));right:calc((100% - 1400px) / 2 + var(--gutter))}}.case-hero__title{margin:0;font-family:var(--font-display);font-weight:500;font-size:clamp(50px,8.2vw,128px);line-height:.98;letter-spacing:-.025em;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.25)}.case-hero--logo .case-hero__title{color:var(--brand-ink, #fff);text-shadow:none}.case-hero--logo.case-hero--light .case-hero__title{color:var(--grey-900)}.case-hero__row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.case-tag{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:color-mix(in srgb,var(--brand-fill, var(--red)) 14%,#fff);border:1px solid color-mix(in srgb,var(--brand-fill, var(--red)) 45%,transparent);color:var(--brand-text, color-mix(in srgb, var(--red) 88%, #000));font-family:var(--font-body);font-size:13px;line-height:1;letter-spacing:.01em}.case-meta-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px 6px 10px;border-radius:999px;background:#1111118c;border:1px solid rgba(255,255,255,.28);color:#fff;font-family:var(--font-body);font-size:13px;line-height:1;letter-spacing:.01em;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.case-tag+.case-meta-pill{margin-left:10px}.case-meta-pill svg{width:14px;height:14px;flex-shrink:0;opacity:.9}.case-heading{max-width:1400px;margin-inline:auto;padding:0 var(--gutter) clamp(8px,1.5vw,20px)}.case-heading:empty{display:none}.case-heading__cta{margin-top:clamp(20px,2.6vw,36px)}.case-live{display:inline-flex;align-items:center;gap:14px;padding:14px 14px 14px 28px;border-radius:999px;background:var(--red);border:1px solid var(--red);color:#fff;font-family:var(--font-body);font-size:clamp(16px,1.2vw,18px);font-weight:500;text-decoration:none;transition:background .35s var(--ease),border-color .35s var(--ease),color .35s var(--ease),transform .35s var(--ease)}.case-live__arrow{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--red);transition:transform .35s var(--ease),background .35s var(--ease),color .35s var(--ease)}.case-live:hover{background:var(--grey-900);border-color:var(--grey-900);transform:translateY(-2px)}.case-live:hover .case-live__arrow{color:var(--grey-900);transform:translate(2px,-2px)}.case-live:focus-visible{outline:2px solid var(--grey-900);outline-offset:3px}.case-hero--logo{background:var(--brand-fill, var(--brand))}.case-hero--logo.case-hero--light{background:var(--bg)}.case-hero--logo .case-hero__img{-o-object-fit:contain;object-fit:contain;padding:130px var(--gutter) clamp(190px,26vh,250px)}@media(max-width:767px){.case-hero--logo .case-hero__img{padding-top:128px}}.case-back{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-display);font-size:clamp(17px,1.5vw,22px);color:var(--grey-900);border:1px solid var(--grey-300);border-radius:999px;padding:11px 26px 11px 14px;margin-bottom:clamp(32px,4vw,56px);transition:border-color .3s var(--ease),color .3s var(--ease)}.case-back .arrow{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;border:1.5px solid var(--brand);color:var(--brand);transition:background .3s var(--ease),color .3s var(--ease),transform .3s var(--ease)}.case-back:hover{border-color:var(--brand);color:var(--brand)}.case-back:hover .arrow{background:var(--brand);color:#fff;transform:translate(-2px)}.case-body{max-width:none;margin:0;padding-inline:0}.case-shell,.case-body>:not(.case-section,.case-colophon),.case-section>.case-media--grid-2,.case-section>.case-media--grid-3,.case-section>.case-media--grid-4,.case-section>.case-media--split{max-width:1400px;margin-inline:auto;padding-inline:var(--gutter)}.case-section{padding-bottom:clamp(28px,4vw,52px)}.case-section:first-of-type,.case-section--first{padding-top:clamp(48px,6vw,84px)}.case-section--divided{border-top:1px solid var(--brand-line, var(--line));padding-top:clamp(32px,4.5vw,64px)}.case-section--band{background:var(--band);padding-top:clamp(36px,5vw,72px);padding-bottom:clamp(36px,5vw,72px)}.case-section--band.case-section--divided{border-top:0}.case-section--band .case-section__heading{color:#fff}.case-section--band .case-prose p,.case-section--band .case-list li{color:#ffffffd1}.case-section--band .case-label{background:#ffffff14;color:#ffffffd9}.case-section--band .case-figure__caption{color:#ffffff8c}.case-section--backdrop{position:relative;overflow:hidden}.case-section--backdrop>*{position:relative}.case-section__backdrop{position:absolute;inset:0;width:100%;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%;opacity:.14;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.case-section>.case-media--row{max-width:1400px;margin-inline:auto;padding-inline:var(--gutter)}.case-media.case-media--row{display:flex;justify-content:center;align-items:center}.case-media--row .case-figure{min-width:0}.case-media--row .case-figure+.case-figure{margin-left:-4.5%}.case-media--row .case-figure img{width:100%;height:auto}.case-section.case-section--bleed>.case-media--row{max-width:none;padding-inline:0}@media(min-width:1024px){.case-section.case-section--bleed>.case-media--row .case-figure{flex:1 1 0}}.case-section.case-section--bleed>.case-media--grid-2,.case-section.case-section--bleed>.case-media--grid-3,.case-section.case-section--bleed>.case-media--grid-4{max-width:none;padding-inline:0}.case-section.case-section--bleed>.case-media--row .case-figure+.case-figure{margin-left:0}.case-section__heading{font-family:var(--font-display);font-weight:400;font-size:clamp(36px,3.6vw,52px);line-height:1.05;letter-spacing:-.01em;color:var(--grey-900);margin-bottom:clamp(16px,1.6vw,24px)}.case-section__subheading{font-family:var(--font-body);font-weight:600;font-size:clamp(20px,1.4vw,22px);line-height:1.3;color:var(--brand-text, var(--brand));margin-bottom:14px}.case-section:not(.case-section--divided) .case-section__subheading{margin-top:clamp(20px,2.4vw,36px)}.case-label{display:inline-flex;align-items:center;gap:8px;padding:9px 20px;border-radius:999px;background:var(--brand-tint);color:var(--brand-text, var(--brand));font-family:var(--font-body);font-weight:500;font-size:clamp(13px,1vw,15px);letter-spacing:.01em;margin-bottom:clamp(14px,1.4vw,22px)}.case-prose p{font-family:var(--font-body);font-size:clamp(18px,1.25vw,21px);line-height:1.7;color:var(--grey-700)}.case-prose p+p{margin-top:16px}.case-prose strong{color:var(--brand-text, var(--brand));font-weight:500}.case-prose a{color:var(--brand-text, var(--brand));text-decoration:underline;text-underline-offset:3px}.case-list{margin-top:clamp(18px,2vw,26px);display:flex;flex-direction:column;gap:14px;max-width:90ch}.case-list li{position:relative;padding-left:28px;font-family:var(--font-body);font-size:clamp(17px,1.2vw,20px);line-height:1.6;color:var(--grey-700)}.case-list li:before{content:"";position:absolute;left:0;top:.52em;width:12px;height:12px;border:2px solid var(--brand);border-radius:50%}.case-list li strong{color:var(--grey-900);font-weight:500}.case-swatches{margin-top:clamp(22px,3vw,40px);display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));border-radius:var(--radius);overflow:hidden}.case-swatches--backdrop{position:relative;padding-top:clamp(200px,26vw,420px);background-image:var(--swatch-bg);background-size:100% auto;background-position:top center;background-repeat:no-repeat}.case-swatch{background:var(--sw);color:var(--sw-ink);min-height:clamp(150px,13vw,200px);padding:clamp(16px,1.5vw,22px);display:flex;flex-direction:column;gap:10px}.case-swatch__head{display:flex;flex-direction:column;gap:2px}.case-swatch__role{font-family:var(--font-body);font-weight:600;font-size:clamp(13px,1vw,15px);line-height:1.25}.case-swatch__name{font-family:var(--font-body);font-size:clamp(12px,.9vw,13px);line-height:1.3;opacity:.72}.case-swatch__foot{margin-top:auto;display:flex;align-items:center;gap:10px}.case-swatch__num{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--sw-ink);color:var(--sw);font-family:var(--font-num);font-size:12px;line-height:1}.case-swatch__hex{font-family:var(--font-num);font-size:clamp(13px,1vw,15px);letter-spacing:.02em}.case-cards{margin-top:clamp(22px,3vw,40px);display:grid;gap:clamp(16px,1.8vw,26px)}.case-cards--grid-2{grid-template-columns:repeat(2,1fr)}.case-cards--grid-3{grid-template-columns:repeat(3,1fr)}.case-cards--split{grid-template-columns:1fr 1fr}.case-card{position:relative;isolation:isolate;overflow:hidden;border:1px solid color-mix(in srgb,var(--brand) 30%,transparent);border-radius:var(--radius);background:color-mix(in srgb,var(--brand) var(--card-mix, 18%),#0d0f0f);color:#fff;min-height:clamp(230px,21vw,300px);padding:clamp(24px,2.4vw,36px);display:flex;flex-direction:column;transition:border-color .4s var(--ease),box-shadow .4s var(--ease),transform .4s var(--ease)}.case-card:nth-child(4n+1){--card-mix: 14%}.case-card:nth-child(4n+2){--card-mix: 22%}.case-card:nth-child(4n+3){--card-mix: 30%}.case-card:nth-child(4n+4){--card-mix: 38%}.case-card:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at var(--mouse-x, 15%) var(--mouse-y, 0%),color-mix(in srgb,var(--brand) 55%,#fff) 0%,transparent 62%);opacity:.28;transition:opacity .4s var(--ease)}.case-card:hover{border-color:color-mix(in srgb,var(--brand) 60%,transparent);box-shadow:0 18px 44px #00000047;transform:translateY(-3px)}.case-card:hover:before{opacity:.45}.case-card__num{font-family:var(--font-num);font-size:clamp(26px,2.4vw,38px);line-height:1;color:color-mix(in srgb,var(--brand) 70%,#fff);margin-bottom:14px}.case-card__title{font-family:var(--font-display);font-weight:400;font-size:clamp(19px,1.6vw,25px);line-height:1.15;color:#fff;margin-bottom:10px}.case-card__body{font-family:var(--font-body);font-size:clamp(15px,1.05vw,17px);line-height:1.6;color:#ffffffc2}@media(prefers-reduced-motion:reduce){.case-card{transition:none}.case-card:hover{transform:none}}.case-media{margin-top:clamp(22px,3vw,44px);display:grid;gap:clamp(16px,2vw,28px)}.case-media--grid-2{grid-template-columns:repeat(2,1fr)}.case-media--grid-3{grid-template-columns:repeat(3,1fr)}.case-media--grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.case-media--grid-4{grid-template-columns:repeat(2,1fr)}}.case-media--split{grid-template-columns:1fr 1fr;align-items:center}.case-figure{margin:0;border-radius:0;overflow:hidden;background:transparent}.case-figure--blend img,.case-figure--blend picture img{mix-blend-mode:multiply}.case-media--stack{width:100%;margin-inline:0;padding-inline:0}.case-page--contained .case-media--stack{max-width:1400px;margin-inline:auto;padding-inline:var(--gutter)}.case-page--contained .case-media--stack .case-figure__caption{padding-inline:0}.case-page--contained .case-media--stack .case-figure:not(.case-figure--ratio) img,.case-page--contained .case-media--stack .case-figure:not(.case-figure--ratio) picture img,.case-page--contained .case-media--grid-2 .case-figure:not(.case-figure--ratio) img,.case-page--contained .case-media--grid-2 .case-figure:not(.case-figure--ratio) picture img,.case-page--contained .case-media--grid-3 .case-figure:not(.case-figure--ratio) img,.case-page--contained .case-media--grid-3 .case-figure:not(.case-figure--ratio) picture img,.case-page--contained .case-media--grid-4 .case-figure:not(.case-figure--ratio) img,.case-page--contained .case-media--grid-4 .case-figure:not(.case-figure--ratio) picture img,.case-page--contained .case-split__media .case-figure:not(.case-figure--ratio,.case-figure--reel) img,.case-page--contained .case-split__media .case-figure:not(.case-figure--ratio,.case-figure--reel) picture img{width:auto;max-width:100%;margin-inline:auto}.case-page--contained .case-section--bleed>.case-media--stack{max-width:none;margin-inline:0;padding-inline:0}.case-page--contained .case-section--bleed>.case-media--stack .case-figure:not(.case-figure--ratio) img,.case-page--contained .case-section--bleed>.case-media--stack .case-figure:not(.case-figure--ratio) picture img{width:100%;max-width:none}.case-media--stack .case-figure,.case-figure--bleed{width:100%;max-width:none}.case-media--grid-2 .case-figure,.case-media--grid-3 .case-figure,.case-media--grid-4 .case-figure,.case-media--split .case-figure,.case-split__media .case-figure{width:100%;max-width:none;margin-left:0;transform:none}.case-split{display:grid;grid-template-columns:1fr;gap:clamp(24px,4vw,48px);align-items:center}@media(min-width:860px){.case-split{grid-template-columns:1.1fr .9fr;gap:clamp(40px,5vw,80px)}}.case-split__content{display:flex;flex-direction:column;align-items:flex-start}.case-split__media{display:flex;justify-content:center;width:100%}@media(max-width:767px){.case-section>.case-media--grid-2,.case-section>.case-media--grid-3,.case-section>.case-media--grid-4,.case-section>.case-media--split{max-width:none;padding-inline:0}.case-split__media{margin-inline:calc(var(--gutter) * -1)}}.case-figure--pad{background:var(--bg);border:0;border-radius:0;padding:0}.case-figure img,.case-figure picture,.case-figure picture img,.case-figure video{display:block;width:100%;height:auto;margin-inline:auto}.case-figure__video--loop{width:100%;max-width:none;height:auto;border-radius:0}.case-figure--ratio{aspect-ratio:var(--ratio)}.case-figure--ratio img,.case-figure--ratio picture,.case-figure--ratio picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-width:none}.case-figure--reel{display:flex;flex-direction:column;align-items:center;margin:0 auto;padding:.5rem 0}.case-reel-frame{width:100%;max-width:270px;max-height:480px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 12px 36px #00000029,0 0 0 1px #00000014;background:#000;aspect-ratio:9 / 16}.case-reel-frame .case-figure__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.case-figure--reel img,.case-figure--reel picture img{width:100%;max-width:270px;height:auto;border-radius:20px;box-shadow:0 12px 36px #00000029,0 0 0 1px #00000014}.case-figure__caption{max-width:var(--container, 1400px);margin-inline:auto;padding:12px var(--gutter) 16px;font-family:var(--font-body);font-size:clamp(13px,1vw,15px);color:var(--grey-500)}.case-media--grid-2 .case-figure__caption,.case-media--grid-3 .case-figure__caption,.case-media--grid-4 .case-figure__caption,.case-media--split .case-figure__caption,.case-split__media .case-figure__caption{padding-inline:0}.case-figure--zoom img{cursor:zoom-in;transition:transform .5s var(--ease)}.case-figure--zoom:hover img{transform:scale(1.02)}.lightbox{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:16px;background:#000c;backdrop-filter:blur(4px);cursor:zoom-out}.lightbox[hidden]{display:none}.lightbox img{max-width:96vw;max-height:92vh;-o-object-fit:contain;object-fit:contain;border-radius:4px;background:#fff;padding:12px}.lightbox__close{position:absolute;top:16px;right:16px;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;transition:background .2s var(--ease)}.lightbox__close:hover{background:#ffffff40}.case-embed{margin-top:clamp(22px,3vw,44px);aspect-ratio:16 / 9;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);background:var(--ink)}.case-embed iframe{width:100%;height:100%;border:0;display:block}.case-embed--bleed{width:100vw;max-width:none;margin-left:calc(50% - 50vw);border:0;border-radius:0}.case-audio{margin-top:clamp(22px,3vw,44px);max-width:820px}.case-audio__intro{font-family:var(--font-body);font-size:clamp(15px,1.05vw,17px);line-height:1.6;color:var(--grey-700);margin-bottom:clamp(16px,2vw,24px)}.case-audio__list{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);overflow:hidden}.case-audio__track{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(14px,2vw,22px);padding:clamp(14px,1.6vw,18px) clamp(16px,2vw,26px);border-top:1px solid var(--line);transition:background .3s var(--ease)}.case-audio__track:first-child{border-top:0}.case-audio__track:hover,.case-audio__track.is-active{background:var(--brand-tint)}.case-audio__play{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--brand);color:var(--brand-text, var(--brand));background:transparent;display:grid;place-items:center;cursor:pointer;transition:background .25s var(--ease),color .25s var(--ease),transform .25s var(--ease)}.case-audio__play:hover{background:var(--brand);color:var(--brand-ink, #fff)}.case-audio__play:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.case-audio__icon-pause,.case-audio__bars,.case-audio__track.is-active .case-audio__icon-play,.case-audio__track.is-active .case-audio__bars{display:none}.case-audio__track.is-active .case-audio__icon-pause{display:block}.case-audio__track.is-playing .case-audio__icon-play,.case-audio__track.is-playing .case-audio__icon-pause{display:none}.case-audio__track.is-playing .case-audio__bars{display:flex}.case-audio__bars{align-items:flex-end;justify-content:center;gap:2.5px;height:14px}.case-audio__bars i{width:3px;border-radius:2px;background:currentColor;animation:case-audio-eq .9s ease-in-out infinite}.case-audio__bars i:nth-child(2){animation-delay:.25s}.case-audio__bars i:nth-child(3){animation-delay:.5s}.case-audio__bars i:nth-child(4){animation-delay:.1s}@keyframes case-audio-eq{0%,to{height:4px}50%{height:14px}}.case-audio__meta{min-width:0;display:flex;flex-direction:column;gap:2px}.case-audio__title{font-family:var(--font-display);font-size:clamp(16px,1.3vw,19px);line-height:1.2;color:var(--grey-900)}.case-audio__by{font-family:var(--font-body);font-size:clamp(12px,.95vw,14px);color:var(--grey-500)}.case-audio__duration{font-family:var(--font-body);font-size:clamp(12px,.95vw,14px);color:var(--grey-500);font-variant-numeric:tabular-nums}.case-audio__bar{position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--brand);transition:width .2s linear}.case-audio__track.is-coming .case-audio__play{border-style:dashed;color:var(--grey-500);border-color:var(--grey-300)}.case-audio__track.is-coming .case-audio__play:after{content:"soon";font-family:var(--font-body);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.case-audio__track.is-coming .case-audio__play svg{display:none}@media(prefers-reduced-motion:reduce){.case-audio__bars i{animation:none;height:6px}}.case-colophon{margin-top:clamp(40px,5vw,72px);width:100%;padding:clamp(80px,10vw,152px) 0;background:color-mix(in srgb,var(--brand) 20%,#0d0f0f);color:#fff}.case-colophon>*{max-width:1400px;margin-inline:auto;padding-inline:var(--gutter)}.case-colophon__title{font-family:var(--font-display);font-weight:400;font-size:clamp(22px,2vw,30px);line-height:1.1;color:#fff;margin-bottom:clamp(24px,3vw,40px)}.case-colophon__grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:clamp(26px,3.4vw,52px)}.case-colophon__kicker{font-family:var(--font-body);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:color-mix(in srgb,var(--brand) 60%,#fff);margin-bottom:14px}.case-colophon__client{font-family:var(--font-display);font-size:clamp(20px,1.8vw,26px);line-height:1.15;color:#fff}.case-colophon__coordinator{margin-top:14px;font-family:var(--font-body);font-size:clamp(14px,1vw,16px);line-height:1.5;color:#ffffffd1}.case-colophon__label,.case-colophon__role{display:block;font-size:12px;letter-spacing:.04em;color:#ffffff80}.case-colophon__label{margin-bottom:3px}.case-colophon__team{display:grid;grid-template-columns:repeat(2,1fr);gap:16px clamp(20px,2.4vw,36px);list-style:none;margin:0;padding:0}.case-colophon__team--stack{grid-template-columns:1fr}.case-colophon__credit{font-family:var(--font-body);font-size:clamp(14px,1vw,16px);line-height:1.5}.case-colophon__creditRole{color:#ffffff8c}.case-colophon__creditRole:after{content:": "}.case-colophon__creditNames{color:#fff}.case-colophon__creditLink{color:#fff;text-decoration:underline;text-underline-offset:3px;text-decoration-color:color-mix(in srgb,var(--brand) 70%,#fff)}.case-colophon__creditLink--arrow{display:inline-flex;align-items:center;gap:7px;text-decoration:none}.case-colophon__creditArrow{display:inline-flex;width:15px;height:15px;align-items:center;justify-content:center;transition:transform .2s ease}.case-colophon__creditArrow svg{width:15px;height:15px}.case-colophon__creditLink--arrow:hover .case-colophon__creditArrow,.case-colophon__creditLink--arrow:focus-visible .case-colophon__creditArrow{transform:translate(2px,-2px)}.case-colophon__when{font-family:var(--font-body);font-size:clamp(14px,1vw,16px);line-height:1.5;color:#ffffffd1}.case-colophon__views{margin-top:clamp(26px,3vw,44px);padding-top:clamp(18px,2vw,26px);border-top:1px solid rgba(255,255,255,.14);font-family:var(--font-body);font-size:clamp(14px,1vw,16px);color:#fff9}.case-colophon__views span{font-family:var(--font-num);font-size:clamp(22px,2vw,30px);color:#fff;vertical-align:-.08em;margin-inline:4px}@media(max-width:900px){.case-colophon__grid,.case-colophon__team{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.case-figure--zoom:hover img{transform:none}}.case-stats{margin-top:clamp(26px,3.4vw,48px);display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(22px,3vw,48px)}.case-stat{padding-top:clamp(18px,2vw,28px);border-top:2px solid var(--brand-line)}.case-stat__num{white-space:nowrap;font-family:var(--font-num);font-weight:400;font-size:clamp(44px,5vw,84px);line-height:.95;letter-spacing:-.03em;color:var(--brand-text, var(--brand));font-variant-numeric:tabular-nums;margin-bottom:clamp(10px,1.2vw,16px)}.case-stat__unit{font-size:.42em;letter-spacing:-.01em;margin-left:.12em}.case-stat__label{font-family:var(--font-body);font-weight:500;font-size:clamp(16px,1.2vw,19px);line-height:1.35;color:var(--grey-900)}.case-stat__note{margin-top:6px;font-family:var(--font-body);font-size:clamp(14px,1vw,16px);line-height:1.55;color:var(--grey-500)}.case-stats__caption{margin-top:clamp(16px,2vw,24px);font-family:var(--font-body);font-size:clamp(13px,1vw,15px);color:var(--grey-500)}.case-stats[data-stagger]>.case-stat{opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.case-stats[data-stagger].is-in>.case-stat{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.case-stats[data-stagger]>.case-stat{opacity:1;transform:none;transition:none}}.more-work{max-width:1400px;margin:clamp(48px,6vw,88px) auto 0;padding:clamp(32px,4vw,56px) var(--gutter) clamp(48px,6vw,80px);border-top:1px solid var(--brand-line, var(--line))}.more-work__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:clamp(20px,2.4vw,32px)}.more-work__title{font-family:var(--font-display);font-weight:400;font-size:clamp(26px,2.6vw,38px);line-height:1.05;color:var(--grey-900)}.more-work__nav{display:flex;gap:10px}.more-work__arrow{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:1px solid var(--brand-line, var(--line));background:transparent;color:var(--brand-text, var(--brand));cursor:pointer;transition:background .3s var(--ease),color .3s var(--ease),opacity .3s var(--ease)}.more-work__arrow:hover:not(:disabled){background:var(--brand-fill, var(--brand));color:var(--brand-ink, #fff)}.more-work__arrow:disabled{opacity:.3;cursor:default}.more-work__arrow:focus-visible{outline:2px solid var(--brand-text, var(--brand));outline-offset:2px}.more-work__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 2 * clamp(20px,2.2vw,40px)) / 3);gap:clamp(20px,2.2vw,40px);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;padding:6px;margin:-6px}.more-work__track::-webkit-scrollbar{display:none}.more-work__card{scroll-snap-align:start;text-decoration:none;display:flex;flex-direction:column;height:100%;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg);transition:box-shadow .4s var(--ease),transform .4s var(--ease),border-color .4s var(--ease)}.more-work__card:hover{box-shadow:0 22px 50px #00000014;transform:translateY(-5px);border-color:#ecc}.more-work__card--soon{cursor:default;pointer-events:none}.more-work__card--soon:hover{box-shadow:none;transform:none;border-color:var(--line)}.more-work__card--soon:hover .more-work__media img{transform:none}.more-work__media{aspect-ratio:3 / 2;overflow:hidden;background:var(--bg-alt)}.more-work__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .8s var(--ease)}.more-work__card:hover .more-work__media img{transform:scale(1.04)}.more-work__body{padding:clamp(20px,1.8vw,30px);display:flex;flex-direction:column;gap:16px;flex:1}.more-work__tags{display:flex;flex-wrap:wrap;gap:8px}.more-work__tag{font-family:var(--font-body);font-size:13px;line-height:1;color:color-mix(in srgb,var(--red) 88%,#000);border:1px solid #f2c9c9;background:#fff5f5;border-radius:999px;padding:6px 12px;letter-spacing:.01em}.more-work__name{font-family:var(--font-display);font-weight:400;font-size:clamp(23px,2vw,30px);line-height:1.05;color:var(--grey-900)}.more-work__meta{margin-top:auto;display:flex;flex-wrap:wrap;gap:10px 18px;padding-top:4px;font-family:var(--font-body);font-size:14px;color:var(--grey-500)}.more-work__meta span{display:inline-flex;align-items:center;gap:7px}.more-work__meta svg{width:15px;height:15px;color:var(--red);flex-shrink:0}.more-work__all{display:inline-flex;align-items:center;gap:8px;margin-top:clamp(24px,3vw,40px);font-family:var(--font-body);font-size:clamp(15px,1.1vw,17px);color:var(--brand-text, var(--brand));text-decoration:none}.more-work__all:hover{text-decoration:underline;text-underline-offset:4px}@media(max-width:1023px){.more-work__track{grid-auto-columns:calc((100% - clamp(20px,2.2vw,40px))/2)}}@media(max-width:599px){.more-work__track{grid-auto-columns:84%}}@media(prefers-reduced-motion:reduce){.more-work__card,.more-work__media img{transition:none}}.case-card__icon{display:block;color:color-mix(in srgb,var(--brand) 70%,#fff);margin-bottom:clamp(14px,1.4vw,20px)}.case-hero__video{-o-object-fit:cover;object-fit:cover;background:var(--ink)}.case-media--flush{gap:0}.case-label__icon{flex:0 0 auto;color:var(--brand-text, var(--brand));opacity:.85}.case-colophon .footer-strip{margin-top:clamp(40px,5vw,72px)}.case-card__art{position:absolute;right:clamp(-14px,-1vw,-8px);bottom:clamp(-16px,-1.2vw,-10px);width:clamp(128px,13vw,184px);height:auto;color:color-mix(in srgb,var(--brand) 70%,#fff);opacity:.34;pointer-events:none;transition:opacity .4s var(--ease),transform .6s var(--ease)}.case-card:hover .case-card__art{opacity:.5;transform:translate(-4px,-4px)}.case-card__num,.case-card__icon{position:relative;z-index:1}.case-card__title{position:relative;z-index:1;margin-top:auto}.case-card__body{position:relative;z-index:1}@media(prefers-reduced-motion:reduce){.case-card__art{transition:none}.case-card:hover .case-card__art{transform:none}}.case-scroller{--scroller-card: clamp(208px, 22vw, 330px);display:flex;flex-direction:column;gap:clamp(4px,.6vw,10px)}.case-scroller__row{display:flex;gap:clamp(18px,1.9vw,28px);overflow-x:auto;padding-inline:var(--gutter);padding-block:clamp(8px,.9vw,12px);scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}.case-scroller__row::-webkit-scrollbar{display:none}.case-scroller__row>.case-figure,.case-scroller__row>.case-scroller__clone{flex:0 0 var(--scroller-card);width:var(--scroller-card);max-width:none;margin:0}.case-scroller__clone>.case-figure{width:100%;max-width:none;margin:0}.case-scroller__row .case-figure{position:relative;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 1px 2px #0000000a,0 5px 12px #0000000f}.case-scroller__row .case-figure img{width:100%;height:auto;display:block}.case-scroller__row .case-figure__caption{position:relative;max-width:none;margin:0;padding:18px 18px 20px;border-top:1px dashed rgba(0,0,0,.22);font-size:clamp(16px,1.2vw,20px);line-height:1.25;font-weight:700;letter-spacing:-.01em;color:var(--grey-900)}.case-scroller__row .case-figure__caption:before{content:"";position:absolute;top:-10px;left:-10px;width:20px;height:20px;border-radius:50%;background:var(--brand-wash);box-shadow:var(--scroller-card) 0 0 0 var(--brand-wash)}.case-scroller__row .case-figure__caption:after{content:"Shop this offer →";display:block;margin-top:10px;color:var(--brand);font-size:clamp(12px,.86vw,13px);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.case-section--boxed .case-split{background:#fff;border:1px solid var(--brand-line);border-radius:20px;padding:clamp(22px,3vw,44px);align-items:center}@media(min-width:900px){.case-section--boxed .case-split{gap:clamp(32px,4vw,64px)}}.case-section--boxed .case-split__media .case-figure{margin:0}.case-section--bleed>.case-media--row .case-figure__caption{max-width:none;margin:0;padding:12px var(--gutter) 0;text-align:center}
