:root{--bg:#FFFFFF;--surface:#F7F9F8;--surface2:#F1F4F2;--green:#2E9168;--green-bright:#2E9168;--green-deep:#0F5C39;--green-tint:#E9F6EF;--amber:#FBB13C;--amber-ink:#8A5300;--ink:#0A0E0C;--ink-soft:#060907;--mute:#5B655F;--tint:#F4F6F5;--line:rgba(10,14,12,.10);--white:#12181A;--disp:'Poppins',system-ui,-apple-system,'Segoe UI',sans-serif;--body:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;--maxw:1200px;--r:18px;--rs:12px;--shadow:0 18px 50px rgba(0,0,0,.55);}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body);color:var(--white);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
body.has-cursor{cursor:none}
body.has-cursor a,body.has-cursor button{cursor:none}
h1,h2,h3,h4{font-family:var(--disp);line-height:1.06;font-weight:800;letter-spacing:-.02em}
a{color:inherit;text-decoration:none}
:focus-visible{outline:2px solid var(--green-deep);outline-offset:3px;border-radius:3px}
.skip{position:absolute;left:-9999px;top:0;z-index:200;background:var(--ink);color:#fff;padding:12px 18px;border-radius:0 0 10px 0}
.skip:focus{left:0}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
section{padding:clamp(64px,9vw,118px) 0}
.eyebrow{font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--mute);font-family:var(--body)}
.lead{color:var(--mute);font-size:clamp(16px,1.3vw,19px);max-width:60ch}
.hl{color:var(--green)}
.c-ink{color:var(--white)}
.c-green{color:var(--green)}
.c-amber{color:var(--amber-ink)}
.w{display:inline-block;overflow:hidden;vertical-align:bottom;padding-bottom:.05em}
.wi{display:inline-block;will-change:transform}
.progress{position:fixed;top:0;left:0;height:3px;width:100%;background:linear-gradient(90deg,var(--green-bright),var(--amber));transform:scaleX(0);transform-origin:0 50%;z-index:100}
.cursor-dot{position:fixed;top:0;left:0;width:7px;height:7px;border-radius:50%;background:var(--green);margin:-3.5px 0 0 -3.5px;pointer-events:none;z-index:120;mix-blend-mode:screen}
.cursor-ring{position:fixed;top:0;left:0;width:32px;height:32px;border:1.5px solid var(--green);border-radius:50%;margin:-16px 0 0 -16px;pointer-events:none;z-index:120;opacity:.6;transition:width .25s,height .25s,margin .25s,background .25s}
.cursor-ring.big{width:58px;height:58px;margin:-29px 0 0 -29px;background:rgba(46,145,104,.1)}
.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--body);font-weight:700;font-size:15px;padding:15px 28px;border-radius:8px;border:1.5px solid transparent;cursor:pointer;min-height:48px;transition:background .18s,color .18s,border-color .18s,box-shadow .18s}
.btn-primary{background:var(--green);color:#04130b}
.btn-primary:hover{background:var(--green-deep)}
.btn-ghost{background:transparent;color:var(--white);border-color:rgba(10,14,12,.18)}
.btn-ghost:hover{border-color:var(--green);color:var(--green-deep)}
.btn-dark{background:var(--ink);color:#fff}
.vhero{position:relative;min-height:clamp(440px,62vh,560px);display:flex;align-items:center;overflow:hidden;background:#070b09}
.vhero video,.vhero .vfallback{position:absolute;inset:-8% 0;width:100%;height:116%;object-fit:cover;z-index:0}
.vhero video{z-index:1}
.vfallback{background:radial-gradient(55% 55% at 22% 30%,rgba(59,180,129,.5),transparent 60%),radial-gradient(45% 45% at 82% 22%,rgba(246,166,35,.35),transparent 60%),radial-gradient(60% 60% at 72% 88%,rgba(46,145,104,.45),transparent 60%),linear-gradient(120deg,#04100a,#0a1a13);background-size:200% 200%;animation:drift 18s ease-in-out infinite;transition:opacity .6s ease}
@keyframes drift{0%{background-position:0 0}50%{background-position:100% 60%}100%{background-position:0 0}}
.vdots{position:absolute;inset:-8% 0;height:116%;z-index:1;opacity:.28;background-image:radial-gradient(rgba(255,255,255,.3) 1.5px,transparent 1.6px);background-size:38px 38px}
.vscrim{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(6,10,8,.5),rgba(6,10,8,.72)),radial-gradient(120% 100% at 50% 40%,rgba(6,10,8,.34) 0%,rgba(6,10,8,.62) 82%)}
.vhero .wrap{position:relative;z-index:3;width:100%;text-align:center}
.vbadge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 15px;font-size:12.5px;font-weight:600;color:var(--white);margin-bottom:22px;box-shadow:var(--shadow)}
.vbadge .pulse{width:9px;height:9px;border-radius:50%;background:var(--green-bright);animation:pulse 2s infinite}
.vbadge b{color:var(--green-deep)}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(59,180,129,.5)}70%{box-shadow:0 0 0 11px rgba(59,180,129,0)}100%{box-shadow:0 0 0 0 rgba(59,180,129,0)}}
.vhero h1{font-size:clamp(25px,3.6vw,42px);font-weight:700;letter-spacing:-.015em;line-height:1.15;max-width:min(94vw,820px);margin:0 auto 18px;color:#fff;text-wrap:balance}
.vhero .hsub{font-size:clamp(15px,1.05vw,17px);color:#d3dad6;max-width:46ch;margin:0 auto}
.vhero .eyebrow{color:rgba(255,255,255,.72)}
.vhero .btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.vhero .btn-ghost:hover{border-color:#fff;color:#fff}
.cav{display:inline-flex;gap:8px;align-items:center;font-family:var(--disp);font-weight:700;font-size:14px;color:var(--white);margin-top:18px}
.cav .dot{width:5px;height:5px;border-radius:50%;background:var(--amber)}
.cav b{color:var(--green-deep)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:28px}
.stripband{background:var(--ink)}
.strip{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;text-align:center}
.strip .n{font-family:var(--disp);font-weight:800;font-size:clamp(30px,3.8vw,48px);color:#fff}
.strip .n em{color:var(--amber);font-style:normal}
.strip .l{font-size:13px;color:#aeb6bb;margin-top:6px;text-transform:uppercase;letter-spacing:.06em}
.cloud .sec-head{text-align:center;max-width:680px;margin:0 auto}
.logogrid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:46px;perspective:1000px}
.logobox{aspect-ratio:5/3;border:1px solid var(--line);border-radius:var(--rs);display:grid;place-items:center;background:#fff;transition:box-shadow .2s,border-color .2s;transform-style:preserve-3d}
.logobox:hover{border-color:var(--green-bright);box-shadow:var(--shadow)}
.logobox span{font-family:var(--disp);font-weight:800;font-size:clamp(18px,1.8vw,26px);color:#9aa2a7;transition:color .2s}
.logobox:hover span{color:var(--white)}
.cloud .note{text-align:center;color:var(--mute);font-size:13px;margin-top:18px}
.sec-head{max-width:780px}
.sec-head h2{font-size:clamp(28px,3.8vw,48px);margin:16px 0}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:48px;perspective:1200px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:32px;transition:box-shadow .2s,border-color .2s;transform-style:preserve-3d}
.card:hover{box-shadow:var(--shadow);border-color:rgba(46,145,104,.35)}
.card .ic{width:52px;height:52px;border-radius:14px;background:var(--green-tint);display:grid;place-items:center;margin-bottom:20px;color:var(--green-deep);font-size:23px}
.card h3{font-size:24px;margin-bottom:8px}
.card p{color:var(--mute);font-size:15px}
.card .more{display:inline-flex;align-items:center;gap:6px;margin-top:18px;color:var(--green-deep);font-weight:700;font-size:14px}
.card .more svg{transition:transform .2s}
.card:hover .more svg{transform:translateX(4px)}
.card.feat{background:#fff;border:1px solid var(--line);border-top:3px solid var(--green-bright)}
.card.feat .ic{background:var(--green-tint);color:var(--green-deep)}
.card.feat h3{color:var(--white)}
.card.feat p{color:var(--mute)}
.card.feat .more{color:var(--green-deep)}
.sub{background:var(--surface2);border:1px solid var(--line);border-radius:var(--r);padding:26px 30px;margin-top:24px;display:flex;flex-wrap:wrap;align-items:center;gap:18px 28px}
.sub .tag{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--mute)}
.sub a{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:15px;color:var(--white);padding:8px 0;border-bottom:2px solid transparent;transition:.18s}
.sub a:hover{color:var(--green-deep);border-color:var(--green)}
.sub a span{color:var(--green)}
.marquee{background:var(--ink);overflow:hidden;padding:26px 0;white-space:nowrap;display:flex}
.marquee .track{display:inline-flex;gap:38px;align-items:center;animation:scrollx 11s linear infinite;will-change:transform}
.marquee b{font-family:var(--disp);font-weight:800;font-size:clamp(26px,5vw,62px);-webkit-text-stroke:1.4px rgba(255,255,255,.34);color:transparent;text-transform:uppercase;letter-spacing:.02em}
.marquee b.fill{color:#fff;-webkit-text-stroke:0}
.marquee i{color:var(--amber);font-size:22px;font-style:normal}
@keyframes scrollx{to{transform:translateX(-50%)}}
.says{background:var(--bg);overflow:hidden}
.says .sec-head{text-align:center;max-width:680px;margin:0 auto}
.says .quotemark{display:block;font-family:Georgia,serif;font-size:84px;line-height:.55;color:var(--green-bright);opacity:.5;margin-bottom:6px}
.says .lead{margin-left:auto;margin-right:auto}
.saymarquee{margin-top:48px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.say-track{display:flex;gap:22px;width:max-content;animation:sayscroll 50s linear infinite}
.saymarquee:hover .say-track{animation-play-state:paused}
@keyframes sayscroll{to{transform:translateX(-50%)}}
.saycard{flex:0 0 380px;max-width:380px;background:var(--surface2);border:1px solid var(--line);border-radius:var(--r);padding:28px;position:relative}
.saycard .stars{color:#E0860B;letter-spacing:2px;font-size:14px}
.saycard p{margin:14px 0 18px;font-size:15px;color:#3E453F;line-height:1.6}
.saycard .who{display:flex;align-items:center;gap:12px}
.saycard .av{width:42px;height:42px;border-radius:50%;background:var(--green-tint);display:grid;place-items:center;font-family:var(--disp);font-weight:800;color:var(--green-deep)}
.saycard .who b{font-size:14px;display:block;color:var(--white)}
.saycard .who span{font-size:12.5px;color:var(--mute)}
.saycard .ph{position:absolute;top:14px;right:16px;font-size:10px;color:var(--mute);font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.touch{background:var(--surface2)}
.tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:44px}
.tcard{background:#fff;border:1px solid var(--line);border-radius:var(--rs);padding:24px;display:flex;gap:14px;align-items:flex-start}
.tc-ic{flex:none;width:46px;height:46px;border-radius:12px;background:var(--green-tint);display:grid;place-items:center;color:var(--green-deep);transition:color .2s,background .2s}
.tcard:hover .tc-ic{color:#fff;background:var(--green)}
.tc-ic svg{width:22px;height:22px}
.tcard h4{font-size:16px;margin-bottom:3px}
.tcard p{font-size:13.5px;color:var(--mute)}
.work .head-flex{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}
.rwr{font-size:clamp(32px,5vw,60px);line-height:1.02;margin:16px 0}
.feature{margin-top:48px;border-radius:var(--r);overflow:hidden;position:relative;min-height:clamp(360px,46vw,520px);display:flex;align-items:flex-end;color:#fff}
.feature .ph-img{position:absolute;inset:-12% 0;height:124%;background:linear-gradient(135deg,#1c2a24,#2E9168)}
.feature .ph-img::after{content:"Featured activation photo / film - your image here";position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.5);font-size:13px}
.ph-img.has-img::after{content:none}
.ph-img.has-img{background-size:cover!important;background-position:center;background-repeat:no-repeat}
.feature .grad{position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,20,16,.88) 0%,rgba(13,20,16,.25) 55%,transparent 100%)}
.feature .fc{position:relative;z-index:2;padding:clamp(28px,4vw,50px);max-width:660px}
.feature .k{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--amber)}
.feature h3{font-size:clamp(26px,3.2vw,42px);color:#fff;margin:10px 0 12px}
.feature p{color:#d7ddda;font-size:15.5px;max-width:52ch}
.feature .stat{display:inline-flex;gap:26px;margin-top:20px}
.feature .stat div b{font-family:var(--disp);font-weight:800;font-size:30px;color:#fff;display:block;line-height:1}
.feature .stat div span{font-size:12.5px;color:#aeb6bb}
.subwork{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:22px}
.swcard{border-radius:var(--r);overflow:hidden;position:relative;min-height:clamp(280px,28vw,360px);display:flex;align-items:flex-end;color:#fff}
.swcard .ph-img{position:absolute;inset:-12% 0;height:124%}
.swcard .ph-img::after{content:"Campaign photo - your image here";position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.5);font-size:12.5px}
.sw1 .ph-img{background:linear-gradient(135deg,#1C1C1C,#3a4a42)}
.sw2 .ph-img{background:linear-gradient(135deg,#a85d12,#F6A623)}
.swcard .grad{position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,20,16,.86),transparent 60%)}
.swcard .fc{position:relative;z-index:2;padding:28px}
.swcard .k{font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--amber)}
.swcard h3{font-size:22px;color:#fff;margin:6px 0}
.swcard p{font-size:13.5px;color:#d7ddda;max-width:40ch}
.swcard .big{font-family:var(--disp);font-weight:800;font-size:32px;color:#fff;margin-top:10px}
.reasons{background:var(--surface2)}
.reasons .sec-head h2{color:var(--white)}
.rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 42px;margin-top:50px}
.reason h4{font-size:19px;display:flex;align-items:center;gap:10px;color:var(--white)}
.reason h4 .n{color:var(--green-deep);font-family:var(--disp);font-weight:800;font-size:15px}
.reason p{color:var(--mute);font-size:14.5px;margin-top:8px}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 4px;font-family:var(--disp);font-weight:700;font-size:19px;color:var(--white)}
.faq summary::-webkit-details-marker{display:none}
.faq summary .pm{flex:none;width:28px;height:28px;border-radius:50%;border:1.5px solid var(--line);display:grid;place-items:center;color:var(--green-deep);transition:.2s}
.faq details[open] summary .pm{background:var(--green-bright);color:#fff;border-color:var(--green-bright);transform:rotate(45deg)}
.faq .ans{padding:0 4px 22px;color:var(--mute);font-size:15px;max-width:74ch}
.ctaband{background:var(--ink);color:#fff;text-align:center}
.ctaband h2{font-size:clamp(30px,4.4vw,52px);color:#fff}
.ctaband p{color:#c4ccc8;margin:14px auto 30px;max-width:46ch}
.logostrip{padding:30px 0;border-bottom:1px solid var(--line);background:var(--bg);overflow:hidden}
.logostrip .lhead{text-align:center;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--mute);margin-bottom:20px;font-weight:700}
.logomar{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.logomar .ltrack{display:flex;align-items:center;gap:64px;width:max-content;animation:logoscroll 48s linear infinite}
.logomar:hover .ltrack{animation-play-state:paused}
@keyframes logoscroll{to{transform:translateX(-50%)}}
.logomar .lname{font-family:var(--disp);font-weight:700;font-size:clamp(19px,2.3vw,30px);color:#9AA3A0;white-space:nowrap;letter-spacing:.01em;transition:color .2s}
.logomar .lname:hover{color:var(--white)}
.svcgrid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:48px}
.svc-media{position:relative;border-radius:var(--r);overflow:hidden;aspect-ratio:16/10;display:flex;align-items:flex-end;color:#fff}
.svc-media .img{position:absolute;inset:0;transition:transform .6s cubic-bezier(.2,.6,.2,1)}
.svc:hover .svc-media .img{transform:scale(1.05)}
.svc-media .img::after{content:"Service image - your image here";position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.5);font-size:12.5px}
.svc:nth-child(1) .img{background:linear-gradient(135deg,#15241d,#2E9168)}
.svc:nth-child(2) .img{background:linear-gradient(135deg,#1C1C1C,#3a4a42)}
.svc:nth-child(3) .img{background:linear-gradient(135deg,#7a430d,#F6A623)}
.svc:nth-child(4) .img{background:linear-gradient(135deg,#1f3a30,#3BB481)}
.svc-media .ov{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,15,12,.82),transparent 55%)}
.svc-media .ovc{position:relative;z-index:2;width:100%;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:22px 24px}
.svc-name{font-family:var(--disp);font-weight:800;font-size:clamp(19px,2.2vw,26px);color:#fff;line-height:1.1}
.svc-cta{flex:none;display:inline-flex;align-items:center;gap:6px;background:#fff;color:#04130b;font-weight:700;font-size:13px;padding:11px 17px;border-radius:8px;min-height:42px;transition:background .18s,color .18s}
.svc-cta:hover{background:var(--green);color:#04130b}
.svc-title{font-size:21px;margin:18px 0 8px;color:var(--white)}
.svc-text{color:var(--mute);font-size:15px;max-width:48ch}
.tmosaic{margin-top:46px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.tm-track{display:flex;gap:20px;width:max-content;animation:tmscroll 64s linear infinite;padding:0 20px}
.tmosaic:hover .tm-track{animation-play-state:paused}
@keyframes tmscroll{to{transform:translateX(-50%)}}
.tm-img{position:relative;flex:0 0 360px;height:300px;border-radius:var(--r);overflow:hidden;display:flex;align-items:flex-end;color:#fff}
.tm-img .img{position:absolute;inset:0;transition:transform .6s cubic-bezier(.2,.6,.2,1)}
.tm-img:hover .img{transform:scale(1.06)}
.tm-img .img::after{content:"Touchpoint photo";position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.42);font-size:12px}
.tm-img .ov{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,12,9,.84),transparent 55%)}
.tm-img .cap{position:relative;z-index:2;padding:24px}
.tm-img .cap h4{font-family:var(--disp);font-weight:800;font-size:22px;color:#fff;letter-spacing:-.01em}
.tm-img .cap span{display:block;margin-top:4px;font-size:12.5px;color:rgba(255,255,255,.82);letter-spacing:.02em}
.tm-txt{flex:0 0 300px;height:300px;border-radius:var(--r);padding:32px;display:flex;flex-direction:column;justify-content:center;background:var(--surface);border:1px solid var(--line)}
.tm-txt.alt{background:var(--ink);color:#fff;border-color:transparent}
.tm-txt .big{font-family:var(--disp);font-weight:800;font-size:clamp(26px,2.9vw,34px);line-height:1.04;letter-spacing:-.025em;color:var(--white)}
.tm-txt.alt .big{color:#fff}
.tm-txt .big em{color:var(--green);font-style:normal}
.tm-txt.alt .big em{color:var(--green-bright)}
.tm-txt p{margin-top:14px;font-size:14.5px;color:var(--mute);line-height:1.55}
.tm-txt.alt p{color:#c4ccc8}
.tilevid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.svc-media .img::after,.tm-img .img::after,.swcard .ph-img::after,.article .thumb .img::after,.feature .ph-img::after{content:none}
.reels{margin-top:54px;padding-top:46px;border-top:1px solid var(--line)}
.reels-head{max-width:700px}
.reels-h{font-size:clamp(24px,3vw,38px);margin:12px 0 8px;color:var(--white)}
.reels-p{color:var(--mute);font-size:15px;max-width:56ch}
.reelmar{margin-top:28px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}
.reel-track{display:flex;gap:18px;width:max-content;animation:reelscroll 48s linear infinite}
.reelmar:hover .reel-track{animation-play-state:paused}
@keyframes reelscroll{to{transform:translateX(-50%)}}
.reel{position:relative;flex:0 0 232px;aspect-ratio:9/16;border-radius:var(--r);overflow:hidden;background:#0d1411;cursor:pointer}
.reel video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.reel .ov{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,12,9,.74),transparent 42%)}
.reel .cap{position:absolute;left:15px;right:15px;bottom:14px;z-index:2;color:#fff}
.reel .cap b{font-family:var(--disp);font-weight:700;font-size:14.5px;display:block;line-height:1.2}
.reel .cap span{font-size:11.5px;color:rgba(255,255,255,.82)}
.reel .snd{position:absolute;top:12px;right:12px;z-index:3;width:30px;height:30px;border-radius:50%;background:rgba(0,0,0,.45);display:grid;place-items:center;font-size:13px;backdrop-filter:blur(4px)}
@media(max-width:900px){.fgrid,.cards,.subwork,.svcgrid{grid-template-columns:1fr}.strip{grid-template-columns:repeat(2,1fr);gap:28px 12px}.tgrid,.rgrid{grid-template-columns:1fr}.tm-img{flex-basis:270px;height:250px}.tm-txt{flex-basis:240px;height:250px;padding:24px}.t-wrap{grid-template-columns:1fr;gap:28px}.t-left{position:static}.article{grid-template-columns:1fr}.article .thumb{height:180px}.saycard{flex:0 0 290px;max-width:290px}.reel{flex:0 0 188px}.logomar .ltrack{gap:42px}.cursor-dot,.cursor-ring{display:none}.vhero h1 br{display:none}}
.t-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:start}
.thoughts{background:var(--bg)}
.t-left{position:sticky;top:108px}
.t-left h2{font-size:clamp(28px,3.6vw,46px);margin:16px 0}
.t-left .lead{margin-bottom:26px}
.t-right{display:flex;flex-direction:column;gap:22px}
.article{display:grid;grid-template-columns:170px 1fr;gap:22px;align-items:center;border:1px solid var(--line);border-radius:var(--r);padding:16px;background:var(--surface);transition:box-shadow .2s,border-color .2s}
.article:hover{box-shadow:var(--shadow);border-color:rgba(46,145,104,.35)}
.article .thumb{height:128px;border-radius:var(--rs);overflow:hidden;position:relative}
.article .thumb .img{position:absolute;inset:-14% 0;height:128%}
.article:nth-child(1) .thumb .img{background:linear-gradient(135deg,#2E9168,#3BB481)}
.article:nth-child(2) .thumb .img{background:linear-gradient(135deg,#1C1C1C,#3a4a42)}
.article:nth-child(3) .thumb .img{background:linear-gradient(135deg,#a85d12,#F6A623)}
.article:nth-child(4) .thumb .img{background:linear-gradient(135deg,#1f3a30,#3BB481)}
.article .thumb .img::after{content:"Article image";position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.5);font-size:11px}
.article .k{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--mute)}
.article h3{font-family:var(--disp);font-weight:700;font-size:19px;margin:6px 0;line-height:1.22;color:var(--white)}
.article .meta{font-size:12.5px;color:var(--mute)}
.article .rm{display:inline-flex;align-items:center;gap:5px;margin-top:8px;font-weight:700;font-size:13px;color:var(--green-deep)}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto}.marquee .track,.say-track{animation:none}}
.has-sub{position:relative}
.submenu{position:absolute;top:calc(100%+10px);left:-12px;min-width:256px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;box-shadow:var(--shadow);z-index:60}
.has-sub:hover .submenu,.has-sub:focus-within .submenu{opacity:1;visibility:visible;transform:translateY(0)}
.submenu a{display:block;padding:10px 12px;border-radius:8px;font-size:14px;color:#3E453F}
.submenu a::after{display:none}
.submenu a:hover{background:var(--surface2);color:var(--green-deep)}
.phero{position:relative;padding:clamp(58px,9vw,104px) 0 clamp(40px,6vw,60px);border-bottom:1px solid var(--line);overflow:hidden}
.phero::before{content:"";position:absolute;inset:0;background:radial-gradient(60% 90% at 82% -10%,rgba(67,207,142,.14),transparent 60%);pointer-events:none}
.phero .wrap{position:relative}
.crumb{font-size:13px;color:var(--mute);margin-bottom:16px;letter-spacing:.01em}
.crumb a:hover{color:var(--green-bright)}
.phero h1{font-size:clamp(30px,5vw,56px);line-height:1.04;max-width:20ch;letter-spacing:-.02em}
.phero .psub{color:var(--mute);font-size:clamp(16px,1.4vw,19px);max-width:62ch;margin-top:16px}
.phero .pcta{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap}
.sec{padding:clamp(54px,8vw,92px) 0}
.sec.alt{background:var(--surface2)}
.twocol{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.rich{max-width:64ch}
.rich h2{font-size:clamp(24px,3.2vw,38px);margin:0 0 18px;letter-spacing:-.02em}
.rich h3{font-size:19px;margin:24px 0 8px}
.rich p{color:var(--mute);font-size:16px;margin-bottom:15px;line-height:1.7}
.checklist{list-style:none;display:grid;gap:13px;margin-top:10px}
.checklist li{display:flex;gap:12px;color:var(--white);font-size:15.5px;align-items:flex-start}
.checklist li span{color:var(--mute)}
.checklist li::before{content:"";flex:none;margin-top:1px;width:22px;height:22px;border-radius:6px;background:var(--green-tint);border:1px solid rgba(46,145,104,.35);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E9168' stroke-width='3'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:13px}
.media-box{border-radius:var(--r);overflow:hidden;aspect-ratio:4/3;position:relative;border:1px solid var(--line);background:var(--surface2)}
.media-box img{width:100%;height:100%;object-fit:cover;display:block}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
.step{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:30px;position:relative}
.step .sn{font-family:var(--disp);font-weight:800;font-size:34px;color:var(--green-bright);line-height:1}
.step h3{font-size:21px;margin:12px 0 8px}
.step p{color:var(--mute);font-size:15px}
.fgrid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}
.fcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:28px;transition:.2s}
.fcard:hover{border-color:rgba(67,207,142,.32);box-shadow:var(--shadow)}
.fcard .fi{width:46px;height:46px;border-radius:12px;background:var(--green-tint);display:grid;place-items:center;color:var(--green-bright);font-family:var(--disp);font-weight:800;margin-bottom:16px}
.fcard h3{font-size:19px;margin-bottom:6px}
.fcard p{color:var(--mute);font-size:14.5px}
.related{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.related a{border:1px solid var(--line);border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;color:#3E453F;transition:.18s}
.related a:hover{border-color:var(--green);color:var(--green-deep)}
.bloggrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}
.post{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:.2s;display:block}
.post:hover{border-color:rgba(67,207,142,.35);box-shadow:var(--shadow)}
.post .pimg{aspect-ratio:16/10;position:relative;background:var(--surface2)}
.post .pimg img{width:100%;height:100%;object-fit:cover}
.post .pbody{padding:22px}
.post .pk{font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute)}
.post h3{font-size:18px;margin:8px 0;line-height:1.28}
.post p{color:var(--mute);font-size:14px}
.post .rm{color:var(--green-bright);font-weight:700;font-size:13px;margin-top:10px;display:inline-block}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-top:8px}
.formcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:32px}
.field{margin-bottom:16px}
.field label{display:block;font-size:13px;color:var(--mute);margin-bottom:6px}
.field input,.field textarea,.field select{width:100%;background:var(--surface2);border:1px solid var(--line);border-radius:10px;padding:13px 14px;color:var(--white);font-family:var(--body);font-size:15px}
.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid var(--green-deep);border-color:transparent}
.cinfo .ci{display:flex;gap:14px;margin-bottom:22px}
.cinfo .ci .ic{flex:none;width:44px;height:44px;border-radius:11px;background:var(--green-tint);display:grid;place-items:center;color:var(--green-bright)}
.cinfo .ci b{display:block;font-size:15px;color:var(--white)}
.cinfo .ci span{font-size:14px;color:var(--mute)}
@media(max-width:900px){.twocol,.steps,.fgrid3,.bloggrid,.contact-grid{grid-template-columns:1fr}.submenu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:transparent;padding:4px 0 4px 12px}}
.thoughts .t-wrap{display:block;}
.thoughts .t-left{position:static;max-width:760px;margin:0 auto 34px;text-align:center;}
.thoughts .t-left .lead{margin-left:auto;margin-right:auto;}
.thoughts .t-left .btn{display:inline-flex;}
.thoughts .t-right{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.thoughts .article{display:block;height:100%;padding:14px;}
.thoughts .article .thumb{height:180px;margin-bottom:14px;}
.thoughts .article h3{font-size:19px;}
@media(max-width:900px){.thoughts .t-left{text-align:left;margin-bottom:26px;}.thoughts .t-right{grid-template-columns:1fr;}.thoughts .article{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center;}.thoughts .article .thumb{height:130px;margin-bottom:0;}}
.progress{background:linear-gradient(90deg,var(--green-bright),var(--green-deep))}
.vfallback{background:radial-gradient(55% 55% at 22% 30%,rgba(46,145,104,.5),transparent 60%),radial-gradient(45% 45% at 82% 22%,rgba(15,92,57,.30),transparent 60%),radial-gradient(60% 60% at 72% 88%,rgba(46,145,104,.45),transparent 60%),linear-gradient(120deg,#04100a,#0a1a13);background-size:200% 200%}
.strip .n em{color:var(--green-bright)}
.feature .k,.swcard .k{color:var(--green-bright)}
.marquee i{color:var(--green-bright)}
.saycard .stars{color:var(--white)}
.sw2 .ph-img{background:linear-gradient(135deg,#123524,#2E9168)}
#services .svc:nth-child(3) .img{background:linear-gradient(135deg,#123524,#2E9168)}
.vhero{position:relative;overflow:hidden;background:#070b09;}
.vhero .hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1;display:block;pointer-events:none;}
.vhero .vfallback{z-index:0;}
.vhero .vdots{z-index:2;}
.vhero .vscrim{z-index:3;}
.vhero .wrap{z-index:4;}
@media(max-width:900px){.vhero .hero-video{object-position:center center;}}
.logomar .lname{font-weight:800;opacity:.88;transition:opacity .2s,filter .2s,transform .2s;}
.logomar .lname:hover{opacity:1;filter:saturate(1.15);transform:translateY(-1px)}
.brand-coca{color:#E21E2B;font-family:Georgia,"Times New Roman",serif;letter-spacing:-.02em;}
.brand-nestle{color:#174A8B;font-family:Arial,Helvetica,sans-serif;letter-spacing:-.035em;}
.brand-google{font-family:Arial,Helvetica,sans-serif;background:linear-gradient(90deg,#4285F4 0 25%,#EA4335 25% 50%,#FBBC05 50% 75%,#34A853 75% 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}
.brand-ibm{color:#1261A0;font-family:"Trebuchet MS",Arial,sans-serif;letter-spacing:.08em;}
.brand-wave{color:#0B6E99;font-family:Arial,Helvetica,sans-serif;letter-spacing:-.03em;}
.brand-dwellice{color:#139A96;font-family:"Trebuchet MS",Arial,sans-serif;letter-spacing:-.025em;}
.brand-triya{color:#8A3D91;font-family:"Trebuchet MS",Arial,sans-serif;letter-spacing:-.02em;}
@media(max-width:900px){.logomar .lname{font-size:clamp(18px,5.5vw,26px)}}
<style id="brand-marquee-new-brands">.logomar .brand-tata{color:#00529B!important}
.logomar .brand-nescafe{color:#B5121B!important}
.logomar .brand-gritzo{color:#7B2CBF!important}
.logomar .brand-bodyarmour{color:#111111!important}
.logomar .brand-setu{color:#2E9168!important}
.logomar .brand-redfm{color:#E31B23!important}
.logomar .brand-epigamia{color:#6B2C91!important}
.logomar .brand-coca{color:#E31837!important}
.logomar .brand-coca{color:#E31837!important}
.logomar .brand-nestle{color:#005EB8!important}
.logomar .brand-google{color:#4285F4!important}
.logomar .brand-ibm{color:#1F70C1!important}
.logomar .brand-wave{color:#00A3E0!important}
.logomar .brand-dwellice{color:#0A9B8A!important}
.logomar .brand-triya{color:#7B2CBF!important}
.logomar .lname{opacity:1!important;filter:none!important}
.feature{position:relative;overflow:hidden}
.feature .featurevid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;z-index:0;pointer-events:none}
.feature .grad{z-index:1}
.feature .fc{z-index:2}
#services .svc-media .tilevid{display:none!important}
#services .svc-media .img{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;}
.logomar .ltrack{gap:44px}
.logomar .brand-logo-item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:150px;height:72px;background:#fff;border-radius:12px;padding:10px 16px;box-shadow:0 6px 22px rgba(0,0,0,.16)}
.logomar .brand-logo-item img{display:block;max-width:118px;max-height:46px;width:auto;height:auto;object-fit:contain}
.logomar .brand-logo-item:nth-child(2) img{max-width:82px;max-height:58px}
.logomar .brand-logo-item:nth-child(3) img{max-width:126px}
.logomar .brand-logo-item:nth-child(4) img{max-width:126px}
.logomar .brand-logo-item:nth-child(8) img{max-width:132px}
.logomar .brand-logo-item:nth-child(10) img{max-width:132px}
.logomar .brand-logo-item:nth-child(11) img{max-width:110px;max-height:54px}
.logomar .brand-logo-item:nth-child(12) img{max-width:54px;max-height:54px}
.logomar .brand-logo-item:nth-child(24) img{max-width:54px;max-height:54px}
@media(max-width:900px){.logomar .ltrack{gap:28px}.logomar .brand-logo-item{width:120px;height:62px;padding:8px 12px}.logomar .brand-logo-item img{max-width:96px;max-height:40px}}
.logomar .ltrack{gap:58px!important;animation-duration:48s!important;align-items:center!important}
.logomar .brand-logo-wrap{display:flex;align-items:center;justify-content:center;height:56px;min-width:150px;flex:0 0 auto;padding:0 10px}
.logomar .brand-logo-img{display:block;width:auto;height:42px;max-width:150px;object-fit:contain;object-position:center;filter:none!important;opacity:1!important;transition:transform .2s ease}
.logomar .brand-logo-wrap:hover .brand-logo-img{transform:scale(1.07)}
@media(max-width:900px){.logomar .ltrack{gap:38px!important}.logomar .brand-logo-wrap{min-width:112px;height:48px}.logomar .brand-logo-img{height:34px;max-width:112px}}
.feature .feature-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;z-index:0}
.feature .grad{z-index:1}
.feature .fc{z-index:2}
@media(max-width:900px){.feature .feature-image{object-position:center center}}
.feature .fc{
  animation:ccContentIn .9s cubic-bezier(.16,1,.3,1) both;
}
.feature .k{
  display:inline-block;
  font-size:13px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(0,0,0,.28);
  backdrop-filter:blur(6px);
  animation:ccTagIn .7s .08s cubic-bezier(.16,1,.3,1) both;
}
.feature h3{
  font-size:clamp(34px,5vw,62px)!important;
  line-height:.98!important;
  font-weight:800!important;
  letter-spacing:-.035em!important;
  max-width:11ch;
  margin:14px 0 14px!important;
  text-shadow:0 4px 22px rgba(0,0,0,.34);
  animation:ccTitleIn .85s .12s cubic-bezier(.16,1,.3,1) both;
}
.feature p{
  font-size:16px!important;
  font-weight:500;
  line-height:1.6;
  max-width:54ch;
  text-shadow:0 2px 12px rgba(0,0,0,.35);
  animation:ccTextIn .8s .2s cubic-bezier(.16,1,.3,1) both;
}
.feature .stat{
  gap:16px!important;
  margin-top:24px!important;
  animation:ccTextIn .8s .3s cubic-bezier(.16,1,.3,1) both;
}
.feature .stat div{
  min-width:110px;
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:12px;
  background:rgba(0,0,0,.24);
  backdrop-filter:blur(7px);
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}
.feature .stat div:hover{
  transform:translateY(-4px);
  background:rgba(0,0,0,.36);
  border-color:rgba(255,255,255,.38);
}
.feature .stat div b{
  font-size:22px!important;
  line-height:1.05!important;
}
@keyframes ccContentIn{
  from{opacity:0;transform:translateY(28px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes ccTagIn{
  from{opacity:0;transform:translateY(12px) scale(.96)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes ccTitleIn{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes ccTextIn{
  from{opacity:0;transform:translateY(14px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:900px){.feature h3{font-size:clamp(30px,9vw,48px)!important;max-width:12ch}.feature .stat{flex-wrap:wrap}.feature .stat div{min-width:96px}}
@media(prefers-reduced-motion:reduce){.feature .fc,.feature .k,.feature h3,.feature p,.feature .stat{
    animation:none!important;
  }}
.epigamia-card{position:relative;overflow:hidden;border-top:0!important}
.epigamia-card .ph-img{
  background-size:cover!important;
  background-position:center 28%!important;
  transform:scale(1.02);
  transition:transform .8s cubic-bezier(.2,.6,.2,1);
}
.epigamia-card:hover .ph-img{transform:scale(1.07)}
.epigamia-card .grad{
  background:
    linear-gradient(0deg,rgba(5,10,18,.94) 0%,rgba(5,10,18,.68) 42%,rgba(5,10,18,.08) 100%),
    linear-gradient(90deg,rgba(0,0,0,.22),transparent 60%)!important;
}
.epigamia-card .fc{animation:epigamiaIn .9s cubic-bezier(.16,1,.3,1) both}
.epigamia-card .k{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(0,0,0,.26);
  backdrop-filter:blur(7px);
  font-weight:800!important;
  font-size:11.5px!important;
  letter-spacing:.14em!important;
}
.epigamia-card h3{
  font-size:clamp(26px,3vw,38px)!important;
  line-height:1.02!important;
  font-weight:800!important;
  letter-spacing:-.035em!important;
  max-width:12ch;
  margin:13px 0 11px!important;
  text-shadow:0 4px 18px rgba(0,0,0,.34);
}
.epigamia-card p{
  font-size:14.5px!important;
  line-height:1.55!important;
  max-width:48ch;
  color:rgba(255,255,255,.88)!important;
}
.epigamia-card .big{
  margin-top:17px!important;
  font-size:31px!important;
  line-height:1!important;
  text-shadow:0 3px 14px rgba(0,0,0,.28);
}
.epigamia-card .big .cnt{
  color:#fff!important;
  font-weight:800!important;
}
.epigamia-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:15px;
}
.epigamia-meta span{
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:9px;
  background:rgba(0,0,0,.25);
  backdrop-filter:blur(6px);
  color:rgba(255,255,255,.82);
  font-size:11.5px;
}
.epigamia-meta b{color:#fff;font-weight:800}
@keyframes epigamiaIn{
  from{opacity:0;transform:translateY(22px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:900px){.epigamia-card h3{font-size:clamp(25px,8vw,35px)!important}.epigamia-card .big{font-size:28px!important}}
@media(prefers-reduced-motion:reduce){.epigamia-card .fc{animation:none!important}.epigamia-card .ph-img{transition:none!important}}
.epigamia-card .ph-img{
  background-size:cover!important;
  background-position:center center!important;
}
.epigamia-card .ph-img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:124%!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  background-position:center center!important;
  z-index:0!important;
}
.epigamia-card{
  border-top:0!important;
  border:1px solid rgba(10,14,12,.08)!important;
  box-shadow:none!important;
  background:#111!important;
}
.epigamia-card .ph-img{
  background-position:center 34%!important;
  transform:scale(1.01)!important;
}
.epigamia-card:hover .ph-img{
  transform:scale(1.035)!important;
}
.epigamia-card .grad{
  background:
    linear-gradient(180deg,rgba(5,10,18,.02) 0%,rgba(5,10,18,.06) 24%,rgba(5,10,18,.34) 55%,rgba(5,10,18,.94) 100%)!important;
}
.epigamia-card .fc{
  width:min(92%,560px);
  padding:30px 32px!important;
  margin:0!important;
  animation:epigamiaIn .9s cubic-bezier(.16,1,.3,1) both;
}
.epigamia-card .k{
  margin-bottom:10px!important;
  line-height:1.2!important;
}
.epigamia-card h3{
  max-width:14ch!important;
  margin:10px 0 10px!important;
}
.epigamia-card p{
  max-width:52ch!important;
  margin:0!important;
}
.epigamia-card .big{
  margin-top:18px!important;
}
.epigamia-card .epigamia-meta{
  margin-top:13px!important;
}
@media(max-width:900px){.epigamia-card .ph-img{background-position:center 30%!important}.epigamia-card .fc{width:94%;padding:24px!important}}
.epigamia-card{
  position:relative!important;
  overflow:hidden!important;
  min-height:clamp(280px,28vw,360px)!important;
  border:0!important;
  border-top:0!important;
  border-radius:var(--r)!important;
  background:#101419!important;
  color:#fff!important;
}
.epigamia-card .ph-img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background-image:url("../images/epigamia-case-study-detail.webp")!important;
  background-size:cover!important;
  background-position:center 30%!important;
  background-repeat:no-repeat!important;
  transform:none!important;
  transition:transform .8s cubic-bezier(.2,.6,.2,1)!important;
  z-index:0!important;
}
.epigamia-card:hover .ph-img{
  transform:scale(1.035)!important;
}
.epigamia-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(5,9,14,.90) 0%,rgba(5,9,14,.72) 33%,rgba(5,9,14,.20) 65%,rgba(5,9,14,.05) 100%),
    linear-gradient(0deg,rgba(5,9,14,.82) 0%,rgba(5,9,14,.03) 58%);
}
.epigamia-content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  height:100%;
  width:min(72%,580px);
  padding:30px 32px;
  margin:0;
  animation:epigamiaCleanIn .8s cubic-bezier(.16,1,.3,1) both;
}
.epigamia-content .k{
  align-self:flex-start;
  margin:0 0 12px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  font-size:11px!important;
  line-height:1.2!important;
  letter-spacing:.16em!important;
  font-weight:800!important;
  color:#92e3bd!important;
}
.epigamia-content h3{
  margin:0!important;
  max-width:13ch!important;
  font-size:clamp(27px,3vw,40px)!important;
  line-height:1.0!important;
  letter-spacing:-.035em!important;
  font-weight:800!important;
  color:#fff!important;
  text-shadow:0 4px 18px rgba(0,0,0,.25);
}
.epigamia-content h3 span{
  color:#fff!important;
}
.epigamia-content p{
  margin:12px 0 0!important;
  max-width:46ch!important;
  font-size:13.5px!important;
  line-height:1.55!important;
  color:rgba(255,255,255,.84)!important;
}
.epigamia-stats{
  display:flex;
  gap:0;
  margin-top:20px;
  padding-top:15px;
  border-top:1px solid rgba(255,255,255,.18);
}
.epigamia-stats div{
  min-width:92px;
  padding-right:22px;
  margin-right:18px;
  border-right:1px solid rgba(255,255,255,.14);
}
.epigamia-stats div:last-child{
  border-right:0;
  padding-right:0;
  margin-right:0;
}
.epigamia-stats strong{
  display:block;
  font-family:var(--disp);
  font-size:21px;
  line-height:1;
  font-weight:800;
  color:#fff;
}
.epigamia-stats small{
  display:block;
  margin-top:5px;
  font-size:10.5px;
  line-height:1.1;
  color:rgba(255,255,255,.68);
  text-transform:uppercase;
  letter-spacing:.06em;
}
@keyframes epigamiaCleanIn{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:900px){.epigamia-content{
    width:88%;
    padding:24px;
  }.epigamia-content h3{
    font-size:clamp(25px,8vw,35px)!important;
  }.epigamia-stats div{
    min-width:75px;
    padding-right:14px;
    margin-right:12px;
  }}
@media(prefers-reduced-motion:reduce){.epigamia-content{animation:none!important}.epigamia-card .ph-img{transition:none!important}}
.nescafe-card{
  position:relative!important;
  overflow:hidden!important;
  min-height:clamp(280px,28vw,360px)!important;
  border:0!important;
  border-top:0!important;
  border-radius:var(--r)!important;
  background:#0d2139!important;
  color:#fff!important;
}
.nescafe-card .ph-img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background-image:url("../images/nescafe-kitkat-case-study-detail.webp")!important;
  background-size:cover!important;
  background-position:center 42%!important;
  background-repeat:no-repeat!important;
  transform:none!important;
  transition:transform .8s cubic-bezier(.2,.6,.2,1)!important;
  z-index:0!important;
}
.nescafe-card:hover .ph-img{
  transform:scale(1.035)!important;
}
.nescafe-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(4,17,35,.91) 0%,rgba(4,17,35,.72) 31%,rgba(4,17,35,.20) 66%,rgba(4,17,35,.06) 100%),
    linear-gradient(0deg,rgba(4,17,35,.84) 0%,rgba(4,17,35,.04) 63%);
}
.nescafe-content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  height:100%;
  width:min(75%,590px);
  padding:30px 32px;
  animation:nescafeCleanIn .8s cubic-bezier(.16,1,.3,1) both;
}
.nescafe-content .k{
  align-self:flex-start;
  margin:0 0 12px!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  font-size:11px!important;
  line-height:1.2!important;
  letter-spacing:.16em!important;
  font-weight:800!important;
  color:#8fd1ff!important;
}
.nescafe-content h3{
  margin:0!important;
  max-width:14ch!important;
  font-size:clamp(27px,3vw,40px)!important;
  line-height:1.0!important;
  letter-spacing:-.035em!important;
  font-weight:800!important;
  color:#fff!important;
  text-shadow:0 4px 18px rgba(0,0,0,.26);
}
.nescafe-content h3 span{color:#fff!important}
.nescafe-content p{
  margin:12px 0 0!important;
  max-width:47ch!important;
  font-size:13.5px!important;
  line-height:1.55!important;
  color:rgba(255,255,255,.85)!important;
}
.nescafe-stats{
  display:flex;
  gap:0;
  margin-top:20px;
  padding-top:15px;
  border-top:1px solid rgba(255,255,255,.18);
}
.nescafe-stats div{
  min-width:100px;
  padding-right:22px;
  margin-right:18px;
  border-right:1px solid rgba(255,255,255,.14);
}
.nescafe-stats div:last-child{
  border-right:0;
  padding-right:0;
  margin-right:0;
}
.nescafe-stats strong{
  display:block;
  font-family:var(--disp);
  font-size:21px;
  line-height:1;
  font-weight:800;
  color:#fff;
}
.nescafe-stats small{
  display:block;
  margin-top:5px;
  font-size:10.5px;
  line-height:1.1;
  color:rgba(255,255,255,.68);
  text-transform:uppercase;
  letter-spacing:.06em;
}
@keyframes nescafeCleanIn{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:900px){.nescafe-content{width:90%;padding:24px}.nescafe-content h3{font-size:clamp(25px,8vw,35px)!important}.nescafe-stats div{min-width:78px;padding-right:14px;margin-right:12px}}
@media(prefers-reduced-motion:reduce){.nescafe-content{animation:none!important}.nescafe-card .ph-img{transition:none!important}}
#services .svc-media .img{
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  transform:scale(1.001);
  transition:transform .65s cubic-bezier(.2,.6,.2,1),filter .35s ease;
}
#services .svc:hover .svc-media .img{
  transform:scale(1.045);
}
#services .svc-media .ov{
  background:linear-gradient(0deg,rgba(8,12,9,.86),rgba(8,12,9,.10) 62%)!important;
}
#services .svc-media .img{
  position:absolute!important;
  inset:0!important;
  overflow:hidden!important;
  background:none!important;
}
#services .svc-media .img > img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  max-width:none!important;
  transition:transform .65s cubic-bezier(.2,.6,.2,1)!important;
}
#services .svc:hover .svc-media .img > img{
  transform:scale(1.045)!important;
}
#services .svc-media .ov{
  z-index:1!important;
}
#services .svc-media .ovc{
  z-index:2!important;
}
#services .svc-media .img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  background:none!important;
}
#services .svc-media .img > img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  max-width:none!important;
  transition:transform .65s cubic-bezier(.2,.6,.2,1)!important;
}
#services .svc:hover .svc-media .img > img{
  transform:scale(1.04)!important;
}
#services .svc-media .ov{
  z-index:1!important;
}
#services .svc-media .ovc{
  z-index:2!important;
}
#services .svc-media .img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  background:none!important;
}
#services .svc-media .img > img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  max-width:none!important;
  transition:transform .65s cubic-bezier(.2,.6,.2,1)!important;
}
#services .svc:hover .svc-media .img > img{
  transform:scale(1.04)!important;
}
#services .svc-media .ov{z-index:1!important}
#services .svc-media .ovc{z-index:2!important}
.says{
  background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)!important;
  overflow:hidden;
}
.review-head{
  text-align:center;
  max-width:820px!important;
  margin:0 auto!important;
}
.review-head h2{
  max-width:18ch;
  margin:14px auto 16px!important;
}
.review-head .lead{margin:0 auto}
.review-marquee{
  margin-top:52px!important;
  padding:8px 0 18px;
}
.review-track{
  gap:20px!important;
  align-items:stretch!important;
}
.google-review{
  flex:0 0 390px!important;
  max-width:390px!important;
  min-height:245px;
  padding:24px!important;
  border:1px solid #e4e7eb!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(15,23,42,.08)!important;
  position:relative!important;
  overflow:hidden!important;
  transform:translateY(0);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.google-review::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,#4285F4 0 25%,#EA4335 25% 50%,#FBBC05 50% 75%,#34A853 75% 100%);
}
.google-review:hover{
  transform:translateY(-7px);
  box-shadow:0 18px 42px rgba(15,23,42,.12)!important;
  border-color:#d7dce2!important;
}
.review-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:20px;
}
.google-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#3c4043;
  font-size:12px;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.google-g{
  font-family:Arial,sans-serif;
  font-size:23px;
  line-height:1;
  font-weight:800;
  background:conic-gradient(from -45deg,#4285F4 0deg 90deg,#34A853 90deg 180deg,#FBBC05 180deg 270deg,#EA4335 270deg 360deg);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.rating{
  white-space:nowrap;
  color:#5f6368;
  font-size:12px;
  font-weight:700;
}
.rating b{
  margin-left:5px;
  letter-spacing:1px;
  font-size:12px;
  color:#FBBC04;
}
.google-review p{
  margin:0 0 24px!important;
  color:#30343b!important;
  font-size:15.5px!important;
  line-height:1.62!important;
  font-weight:500;
}
.google-review .who{
  padding-top:15px;
  border-top:1px solid #edf0f2;
}
.google-review .who b{font-size:14.5px!important;color:#16181b!important}
.google-review .who span{font-size:12.5px!important;color:#6b7178!important}
.google-review .av{
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  font-weight:800!important;
  color:#fff!important;
  font-size:15px!important;
}
.av-blue{background:#4285F4!important}
.av-red{background:#EA4335!important}
.av-yellow{background:#F4B400!important}
.av-green{background:#34A853!important}
@media(max-width:900px){.google-review{
    flex-basis:300px!important;
    max-width:300px!important;
    min-height:235px;
    padding:21px!important;
  }.review-top{margin-bottom:16px}}
.genuine-review-marquee{
  width:100%!important;
  overflow:hidden!important;
  margin-top:44px!important;
  padding:8px 0 20px!important;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)!important;
  mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)!important;
}
.genuine-review-track{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  gap:22px!important;
  width:max-content!important;
  min-width:max-content!important;
  animation:genuineGoogleLoop 120s linear infinite!important;
  will-change:transform!important;
}
.genuine-review-marquee:hover .genuine-review-track{
  animation-play-state:paused!important;
}
.genuine-google-card{
  display:flex!important;
  flex-direction:column!important;
  flex:0 0 390px!important;
  width:390px!important;
  min-width:390px!important;
  height:270px!important;
  min-height:270px!important;
  box-sizing:border-box!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.10)!important;
  border-radius:20px!important;
  padding:24px!important;
  position:relative!important;
  overflow:hidden!important;
  box-shadow:0 12px 30px rgba(15,23,42,.07)!important;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important;
}
.genuine-google-card::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:5px;
  background:linear-gradient(90deg,#4285F4 0 25%,#EA4335 25% 50%,#FBBC05 50% 75%,#34A853 75% 100%);
}
.genuine-google-card:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 18px 34px rgba(15,23,42,.11)!important;
}
.genuine-review-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
}
.genuine-label{
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#6b7280!important;
}
.genuine-google-card p{
  margin:20px 0 22px!important;
  font-size:14.5px!important;
  line-height:1.65!important;
  color:#3f4852!important;
  font-weight:500!important;
}
.genuine-who{
  margin-top:auto!important;
  padding-top:14px!important;
  border-top:1px solid #edf0f2!important;
}
.genuine-who span{
  font-size:12px!important;
  color:#6b7280!important;
}
@keyframes genuineGoogleLoop{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media(max-width:900px){.genuine-google-card{
    flex-basis:310px!important;
    width:310px!important;
    min-width:310px!important;
    height:260px!important;
    min-height:260px!important;
  }}
@media(prefers-reduced-motion:reduce){.genuine-review-track{animation:none!important}}
.btn-primary:hover,
.vhero .btn-primary:hover,
.nav-cta .btn-primary:hover{
  background:#fff!important;
  color:var(--green-deep)!important;
  border-color:#fff!important;
  box-shadow:0 10px 26px rgba(0,0,0,.12)!important;
}
.also-offered{
  margin-top:28px!important;
  padding:0!important;
}
.also-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:0 2px 13px;
}
.also-kicker{
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--green-deep);
}
.also-note{
  font-size:12px;
  color:var(--mute);
}
.also-list{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
}
.also-item{
  position:relative;
  min-height:116px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:16px;
  padding:18px 16px 15px;
  border:1px solid rgba(10,14,12,.09);
  border-radius:16px;
  background:
    linear-gradient(145deg,#ffffff 0%,#f7faf8 100%);
  overflow:hidden;
  transition:
    transform .25s cubic-bezier(.2,.7,.2,1),
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}
.also-item::before{
  content:"";
  position:absolute;
  left:0;top:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--green),#72d8a9);
  transform:scaleX(.18);
  transform-origin:left;
  transition:transform .3s ease;
}
.also-item:hover{
  transform:translateY(-5px);
  border-color:rgba(46,145,104,.28);
  background:#fff;
  box-shadow:0 16px 34px rgba(10,28,19,.09);
}
.also-item:hover::before{transform:scaleX(1)}
.also-num{
  font-family:var(--disp);
  font-size:11px;
  font-weight:800;
  color:#8c9791;
  letter-spacing:.08em;
}
.also-copy{
  display:block;
  padding-right:18px;
}
.also-copy b{
  display:block;
  font-family:var(--disp);
  font-size:15px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.015em;
  color:#111817;
}
.also-copy small{
  display:block;
  margin-top:6px;
  font-size:11.5px;
  line-height:1.35;
  color:#6a746e;
}
.also-arrow{
  position:absolute;
  right:12px;
  bottom:12px;
  width:26px;
  height:26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green-tint);
  color:var(--green-deep);
  font-size:14px;
  font-weight:800;
  transition:transform .25s ease,background .25s ease,color .25s ease;
}
.also-item:hover .also-arrow{
  transform:translate(2px,-2px);
  background:var(--green);
  color:#fff;
}
@media(max-width:1050px){.also-list{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.also-head{align-items:flex-start;flex-direction:column;gap:4px}.also-list{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.also-list{grid-template-columns:1fr}}
.tm-img .img{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
.tm-img .img::after{content:none!important}
.tm-img .touch-travel{background-image:url("../images/sampling-at-airports.webp")!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;}
.tm-img .touch-quick{background-image:url("../images/quick-commerce-sampling.webp")!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;}
.tm-img .touch-events{background-image:url("../images/event-sampling.webp")!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;}
.tm-img .touch-college{background-image:url("../images/college-sampling.webp")!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;}
.tm-img .touch-gym{background-image:url("../images/gym-sampling.webp")!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;}
@media(max-width:900px){.tm-img .img{background-position:center center!important}}
#touch .tm-img .tilevid{
  display:none!important;
}
#touch .tm-img .img{
  z-index:0!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
#touch .tm-img .ov{
  z-index:1!important;
}
#touch .tm-img .cap{
  z-index:2!important;
}
#touch .tm-img .corporate-touchpoint{
  background-image:url("../images/corporate-office-sampling.webp")!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
#touch .tm-img .tilevid{
  display:none!important;
}
#contact.ctaband{
  position:relative!important;
  overflow:hidden!important;
}
#contact.ctaband .wrap{
  position:relative!important;
  min-height:320px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  padding-left:250px!important;
  padding-right:70px!important;
}
.cta-mascot{
  position:absolute!important;
  left:4px!important;
  bottom:0!important;
  width:210px!important;
  height:auto!important;
  max-height:300px!important;
  object-fit:contain!important;
  object-position:bottom center!important;
  display:block!important;
  z-index:2!important;
  pointer-events:none!important;
  filter:drop-shadow(0 16px 20px rgba(0,0,0,.16));
  transform:translateY(8px)!important;
}
#contact.ctaband h2,
#contact.ctaband p,
#contact.ctaband .btn{
  position:relative!important;
  z-index:3!important;
}
#contact.ctaband h2{
  max-width:760px!important;
  text-align:center!important;
}
#contact.ctaband p{
  max-width:500px!important;
}
#contact.ctaband .btn{
  border:1.5px solid var(--green)!important;
  background:var(--green)!important;
  color:#04130b!important;
}
#contact.ctaband .btn:hover{
  background:#fff!important;
  color:var(--green-deep)!important;
  border-color:#fff!important;
}
@media(max-width:900px){#contact.ctaband .wrap{
    min-height:360px!important;
    padding-left:24px!important;
    padding-right:24px!important;
    padding-bottom:120px!important;
  }.cta-mascot{
    width:125px!important;
    left:12px!important;
    bottom:-4px!important;
  }}
#contact.ctaband .cta-mascot{
  width:220px!important;
  max-height:305px!important;
  object-fit:contain!important;
  object-position:center bottom!important;
}
.logomar .ltrack,
.genuine-review-track{
  will-change:transform!important;
  backface-visibility:hidden!important;
}
@media(prefers-reduced-motion:reduce){.logomar .ltrack,
  .genuine-review-track{
    animation:none!important;
  }}
.genuine-review-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
.review-rating{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  margin-left:auto!important;
  white-space:nowrap!important;
  font-size:11px!important;
  color:#4b5563!important;
}
.review-rating strong{
  font-size:11px!important;
  color:#374151!important;
  font-weight:800!important;
}
.review-rating b{
  color:#f4b400!important;
  letter-spacing:.7px!important;
  font-size:12px!important;
}
@media(max-width:900px){.review-rating{font-size:10px!important}}
.logomar .ltrack{
  display:flex!important;
  flex-wrap:nowrap!important;
  width:max-content!important;
  animation:logoscroll 52s linear infinite!important;
  animation-play-state:running!important;
  will-change:transform!important;
}
.logomar:hover .ltrack{
  animation-play-state:running!important;
}
.genuine-review-track{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  width:max-content!important;
  min-width:max-content!important;
  animation:genuineGoogleLoop 125s linear infinite!important;
  animation-play-state:running!important;
  will-change:transform!important;
}
.genuine-review-marquee:hover .genuine-review-track{
  animation-play-state:running!important;
}
@keyframes logoscroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@keyframes genuineGoogleLoop{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.genuine-review-track{
  animation:genuineGoogleLoop 180s linear infinite!important;
}
.strip .n:not(:has(.cnt)){color:#fff!important}
.strip .n:not(:has(.cnt))::first-letter{color:var(--green-bright)!important}
@media(max-width:900px){.strip{grid-template-columns:repeat(2,1fr)!important;gap:28px 12px!important}}
#work .feature{
  position:relative!important;
  overflow:hidden!important;
  min-height:560px!important;
  border-radius:22px!important;
  margin-top:40px!important;
}
#work .feature-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  transform:none!important;
}
#work .feature .grad{
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(180deg,rgba(4,8,7,.03) 35%,rgba(4,8,7,.18) 54%,rgba(4,8,7,.86) 100%)!important;
  z-index:1!important;
}
#work .feature .fc{
  position:absolute!important;
  left:34px!important;
  right:34px!important;
  bottom:30px!important;
  width:min(570px,72%)!important;
  z-index:2!important;
}
#work .feature .fc .k,
#work .epigamia-card .k,
#work .nescafe-card .k{
  display:inline-block!important;
  margin-bottom:9px!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
}
#work .feature .fc h3{
  max-width:13ch!important;
  margin:0!important;
  font-size:clamp(34px,4vw,56px)!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
  color:#fff!important;
  text-wrap:balance!important;
}
#work .feature .fc p{
  max-width:55ch!important;
  margin:12px 0 0!important;
  font-size:14px!important;
  line-height:1.45!important;
  color:rgba(255,255,255,.84)!important;
}
#work .subwork{
  gap:18px!important;
  margin-top:18px!important;
}
#work .subwork .swcard{
  min-height:310px!important;
  border-radius:20px!important;
  overflow:hidden!important;
}
#work .subwork .epigamia-content,
#work .subwork .nescafe-content{
  width:min(76%,560px)!important;
  padding:24px 26px!important;
  bottom:0!important;
}
#work .subwork .epigamia-shade,
#work .subwork .nescafe-shade{
  background:
    linear-gradient(90deg,rgba(4,7,8,.72) 0%,rgba(4,7,8,.34) 48%,rgba(4,7,8,.05) 100%),
    linear-gradient(0deg,rgba(4,7,8,.75) 0%,rgba(4,7,8,.02) 70%)!important;
}
#work .subwork .epigamia-content h3,
#work .subwork .nescafe-content h3{
  max-width:13ch!important;
  margin:0!important;
  font-size:clamp(27px,3vw,39px)!important;
  line-height:1.0!important;
  letter-spacing:-.03em!important;
}
#work .subwork .epigamia-content p,
#work .subwork .nescafe-content p{
  max-width:43ch!important;
  margin-top:10px!important;
  font-size:12.5px!important;
  line-height:1.45!important;
}
#work .subwork .epigamia-card .ph-img,
#work .subwork .nescafe-card .ph-img{
  transform:scale(1.001)!important;
}
@media(max-width:900px){#work .feature{min-height:470px!important}#work .feature .fc{left:22px!important;right:22px!important;bottom:22px!important;width:88%!important}#work .subwork .swcard{min-height:280px!important}#work .subwork .epigamia-content,
  #work .subwork .nescafe-content{width:90%!important;padding:22px!important}}
#work .feature{
  min-height:560px!important;
  margin-top:40px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
#work .feature .grad{
  background:
    linear-gradient(180deg,rgba(4,8,7,.72) 0%,rgba(4,8,7,.30) 35%,rgba(4,8,7,.05) 68%,rgba(4,8,7,.18) 100%)!important;
}
#work .feature .fc{
  left:34px!important;
  right:auto!important;
  top:34px!important;
  bottom:auto!important;
  width:min(560px,52%)!important;
}
#work .feature .fc h3{
  font-size:clamp(34px,4vw,56px)!important;
  line-height:.98!important;
  margin:0!important;
  max-width:12ch!important;
}
#work .feature .fc p{
  max-width:48ch!important;
  margin-top:12px!important;
}
#work .subwork{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:18px!important;
  margin-top:18px!important;
}
#work .subwork .swcard{
  min-height:300px!important;
  border-radius:20px!important;
  overflow:hidden!important;
}
#work .subwork .epigamia-content,
#work .subwork .nescafe-content{
  width:86%!important;
  padding:24px 26px!important;
}
#work .subwork .epigamia-content h3,
#work .subwork .nescafe-content h3{
  margin:0!important;
  font-size:clamp(27px,2.7vw,38px)!important;
  line-height:1.0!important;
  max-width:12ch!important;
}
#work .subwork .epigamia-content p,
#work .subwork .nescafe-content p{
  max-width:40ch!important;
  margin-top:10px!important;
  font-size:12.5px!important;
  line-height:1.45!important;
}
#work .subwork .epigamia-shade,
#work .subwork .nescafe-shade{
  background:
    linear-gradient(90deg,rgba(5,8,8,.58) 0%,rgba(5,8,8,.20) 55%,rgba(5,8,8,.03) 100%),
    linear-gradient(0deg,rgba(5,8,8,.67) 0%,rgba(5,8,8,.04) 72%)!important;
}
@media(max-width:900px){#work .feature{
    min-height:470px!important;
  }#work .feature .fc{
    left:22px!important;
    top:24px!important;
    width:82%!important;
  }#work .subwork{
    grid-template-columns:1fr!important;
  }#work .subwork .swcard{
    min-height:280px!important;
  }#work .subwork .epigamia-content,
  #work .subwork .nescafe-content{
    width:90%!important;
    padding:22px!important;
  }}
#work .head-flex{align-items:end!important}
#work .work-coke{
  position:relative!important;
  height:560px!important;
  margin-top:40px!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#101412!important;
  isolation:isolate!important;
}
#work .work-coke-image{
  position:absolute!important;inset:0!important;
  width:100%!important;height:100%!important;
  object-fit:cover!important;object-position:center!important;
  display:block!important;
}
#work .work-coke-shade{
  position:absolute!important;inset:0!important;
  background:linear-gradient(180deg,rgba(3,7,5,.56) 0%,rgba(3,7,5,.13) 47%,rgba(3,7,5,.73) 100%)!important;
  z-index:1!important;
}
#work .work-coke-copy{
  position:absolute!important;left:34px!important;top:34px!important;
  width:min(610px,55%)!important;z-index:2!important;
}
#work .work-kicker{
  display:inline-block!important;
  padding:7px 11px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  background:rgba(0,0,0,.22)!important;
  border-radius:999px!important;
  font-size:10px!important;font-weight:800!important;
  letter-spacing:.14em!important;
  color:rgba(255,255,255,.84)!important;
  backdrop-filter:blur(7px)!important;
}
#work .work-coke h3{
  margin:12px 0 12px!important;
  font-size:clamp(38px,4.4vw,60px)!important;
  line-height:.96!important;
  letter-spacing:-.035em!important;
  color:#fff!important;
  max-width:12ch!important;
}
#work .work-coke-copy p{
  margin:0!important;
  max-width:50ch!important;
  color:rgba(255,255,255,.84)!important;
  font-size:14px!important;
  line-height:1.5!important;
}
#work .work-coke-stats{
  position:absolute!important;
  left:34px!important;
  bottom:28px!important;
  display:grid!important;
  grid-template-columns:repeat(3,auto)!important;
  gap:10px!important;
  z-index:2!important;
}
#work .work-coke-stats div{
  min-width:125px!important;
  padding:12px 14px!important;
  border-radius:12px!important;
  background:rgba(8,12,10,.48)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  backdrop-filter:blur(8px)!important;
}
#work .work-coke-stats strong{
  display:block!important;
  color:#fff!important;font-size:14px!important;font-weight:800!important;
}
#work .work-coke-stats span{
  display:block!important;
  margin-top:3px!important;
  color:rgba(255,255,255,.68)!important;
  font-size:10px!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
#work .work-pair{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:18px!important;
  margin-top:18px!important;
}
#work .work-mini{
  position:relative!important;
  min-height:315px!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background-image:var(--work-bg)!important;
  background-size:cover!important;
  background-position:center!important;
  isolation:isolate!important;
}
#work .work-mini-shade{
  position:absolute!important;inset:0!important;z-index:1!important;
  background:linear-gradient(180deg,rgba(4,8,7,.05) 26%,rgba(4,8,7,.78) 100%)!important;
}
#work .work-mini-copy{
  position:absolute!important;left:24px!important;right:24px!important;bottom:23px!important;
  z-index:2!important;
}
#work .work-mini h3{
  margin:10px 0 8px!important;
  font-size:clamp(28px,3vw,40px)!important;
  line-height:.98!important;
  letter-spacing:-.03em!important;
  color:#fff!important;
  max-width:13ch!important;
}
#work .work-mini h3 span{color:#fff!important}
#work .work-mini p{
  margin:0!important;
  color:rgba(255,255,255,.82)!important;
  font-size:12.5px!important;
  line-height:1.45!important;
}
@media(max-width:900px){#work .work-coke{height:470px!important}#work .work-coke-copy{left:22px!important;top:23px!important;width:78%!important}#work .work-coke-stats{left:22px!important;bottom:20px!important;grid-template-columns:1fr 1fr 1fr!important;gap:7px!important}#work .work-coke-stats div{min-width:0!important;padding:10px!important}#work .work-pair{grid-template-columns:1fr!important}#work .work-mini{min-height:280px!important}}
@media(max-width:600px){#work .work-coke-copy{width:86%!important}#work .work-coke h3{font-size:35px!important}#work .work-coke-stats{grid-template-columns:1fr!important;right:20px!important}#work .work-coke-stats div{display:flex!important;align-items:baseline!important;gap:7px!important}#work .work-coke-stats span{margin-top:0!important}}
#work .work-coke-shade{
  background:
    linear-gradient(180deg,rgba(0,0,0,.64) 0%,rgba(0,0,0,.32) 42%,rgba(0,0,0,.74) 100%)!important;
}
#work .work-coke-copy{
  width:min(560px,52%)!important;
}
#work .work-kicker{
  font-size:9.5px!important;
  letter-spacing:.13em!important;
  padding:6px 10px!important;
}
#work .work-coke h3{
  font-size:clamp(32px,3.5vw,50px)!important;
  line-height:1.0!important;
  max-width:13ch!important;
  margin:11px 0 10px!important;
}
#work .work-coke-copy p{
  font-size:13px!important;
  line-height:1.45!important;
  max-width:46ch!important;
}
#work .work-mini{
  position:relative!important;
  min-height:300px!important;
  overflow:hidden!important;
  border-radius:20px!important;
  isolation:isolate!important;
  background:#111!important;
}
#work .work-mini-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  z-index:0!important;
}
#work .work-mini-shade{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(180deg,rgba(0,0,0,.36) 0%,rgba(0,0,0,.50) 48%,rgba(0,0,0,.78) 100%)!important;
}
#work .work-mini-copy{
  position:absolute!important;
  left:22px!important;
  right:22px!important;
  bottom:20px!important;
  z-index:2!important;
  width:auto!important;
}
#work .work-mini-copy .work-kicker{
  font-size:8.5px!important;
  padding:5px 8px!important;
}
#work .work-mini h3{
  font-size:clamp(23px,2.4vw,32px)!important;
  line-height:1.0!important;
  max-width:13ch!important;
  margin:8px 0 7px!important;
}
#work .work-mini p{
  font-size:11.5px!important;
  line-height:1.4!important;
  max-width:34ch!important;
  margin:0!important;
}
#work .work-pair{
  grid-template-columns:1fr 1fr!important;
  gap:16px!important;
  margin-top:16px!important;
}
@media(max-width:900px){#work .work-coke{height:470px!important}#work .work-coke-copy{width:80%!important}#work .work-coke h3{font-size:34px!important}#work .work-pair{grid-template-columns:1fr!important}#work .work-mini{min-height:270px!important}}
@media(max-width:600px){#work .work-coke-copy{width:88%!important}#work .work-coke h3{font-size:31px!important}}
#work .work-coke-copy{
  left:34px!important;
  top:30px!important;
  width:min(560px,53%)!important;
}
#work .work-coke .work-coke-shade{
  background:
    linear-gradient(180deg,rgba(0,0,0,.70) 0%,rgba(0,0,0,.38) 44%,rgba(0,0,0,.22) 70%,rgba(0,0,0,.56) 100%)!important;
}
#work .work-coke h3{
  font-family:var(--disp)!important;
  font-size:clamp(32px,3.45vw,50px)!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
  margin:11px 0 10px!important;
}
#work .work-coke-copy p{
  font-family:var(--body)!important;
  font-size:13px!important;
  line-height:1.45!important;
  max-width:47ch!important;
  margin:0!important;
  color:rgba(255,255,255,.86)!important;
}
#work .work-coke-stats{
  position:static!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(110px,1fr))!important;
  gap:9px!important;
  margin-top:18px!important;
  width:min(100%,470px)!important;
}
#work .work-coke-stats div{
  min-width:0!important;
  padding:11px 13px!important;
  border-radius:11px!important;
  background:rgba(5,9,8,.58)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  backdrop-filter:blur(8px)!important;
}
#work .work-coke-stats strong{
  font-family:var(--disp)!important;
  display:block!important;
  font-size:13px!important;
  line-height:1.1!important;
  color:#fff!important;
}
#work .work-coke-stats span{
  display:block!important;
  margin-top:4px!important;
  font-family:var(--body)!important;
  font-size:9px!important;
  line-height:1.2!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  color:rgba(255,255,255,.66)!important;
}
#work .work-mini{
  min-height:300px!important;
}
#work .work-epigamia .work-mini-image{
  object-position:52% 24%!important;
}
#work .work-nescafe .work-mini-image{
  object-position:center 34%!important;
}
#work .work-mini-shade{
  background:
    linear-gradient(180deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.34) 42%,rgba(0,0,0,.72) 100%)!important;
}
#work .work-epigamia .work-mini-copy,
#work .work-nescafe .work-mini-copy{
  left:22px!important;
  right:22px!important;
  top:22px!important;
  bottom:auto!important;
  width:min(82%,430px)!important;
}
#work .work-mini-copy .work-kicker{
  font-family:var(--body)!important;
  font-size:8.5px!important;
  line-height:1!important;
  letter-spacing:.12em!important;
  padding:6px 9px!important;
  background:rgba(0,0,0,.38)!important;
}
#work .work-mini h3{
  font-family:var(--disp)!important;
  font-size:clamp(24px,2.35vw,31px)!important;
  line-height:.99!important;
  letter-spacing:-.03em!important;
  max-width:12ch!important;
  margin:9px 0 7px!important;
  text-shadow:0 3px 12px rgba(0,0,0,.45)!important;
}
#work .work-mini p{
  font-family:var(--body)!important;
  font-size:11.5px!important;
  line-height:1.4!important;
  max-width:32ch!important;
  margin:0!important;
  color:rgba(255,255,255,.84)!important;
}
@media(max-width:900px){#work .work-coke-copy{
    left:22px!important;
    top:24px!important;
    width:82%!important;
  }#work .work-coke-stats{
    grid-template-columns:repeat(3,1fr)!important;
    width:100%!important;
  }#work .work-epigamia .work-mini-copy,
  #work .work-nescafe .work-mini-copy{
    width:88%!important;
  }}
@media(max-width:600px){#work .work-coke-stats{
    grid-template-columns:1fr!important;
    width:min(100%,220px)!important;
  }#work .work-coke-stats div{
    display:flex!important;
    align-items:baseline!important;
    justify-content:space-between!important;
    gap:8px!important;
  }#work .work-coke-stats span{margin-top:0!important}}
#work .work-coke,
#work .work-mini{
  box-sizing:border-box!important;
}
#work .work-coke{
  height:clamp(520px,44vw,650px)!important;
}
#work .work-coke-image{
  object-fit:cover!important;
  object-position:center 48%!important;
}
#work .work-coke-copy{
  left:clamp(28px,3vw,48px)!important;
  top:clamp(28px,3vw,46px)!important;
  width:min(48%,620px)!important;
}
#work .work-coke h3{
  font-size:clamp(40px,4.25vw,66px)!important;
  line-height:.94!important;
  letter-spacing:-.045em!important;
  max-width:11ch!important;
  margin:14px 0 13px!important;
}
#work .work-coke-copy p{
  font-size:clamp(13px,1.05vw,16px)!important;
  line-height:1.48!important;
  max-width:49ch!important;
}
#work .work-coke-stats{
  margin-top:clamp(18px,1.8vw,26px)!important;
  width:min(100%,540px)!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
#work .work-coke-stats div{
  min-width:0!important;
  padding:14px 15px!important;
  border-radius:13px!important;
}
#work .work-coke-stats strong{
  font-size:clamp(14px,1.1vw,17px)!important;
}
#work .work-coke-stats span{
  font-size:clamp(9px,.75vw,11px)!important;
  line-height:1.25!important;
}
#work .work-coke-shade{
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.68) 0%,
      rgba(0,0,0,.50) 25%,
      rgba(0,0,0,.18) 58%,
      rgba(0,0,0,.06) 100%),
    linear-gradient(180deg,
      rgba(0,0,0,.58) 0%,
      rgba(0,0,0,.20) 42%,
      rgba(0,0,0,.24) 100%)!important;
}
#work .work-pair{
  align-items:stretch!important;
  gap:20px!important;
  margin-top:20px!important;
}
#work .work-mini{
  min-height:clamp(300px,26vw,380px)!important;
}
#work .work-mini-image{
  object-fit:cover!important;
  transition:transform .5s ease!important;
}
#work .work-mini:hover .work-mini-image{
  transform:scale(1.025)!important;
}
#work .work-epigamia .work-mini-image{
  object-position:60% 18%!important;
}
#work .work-epigamia .work-mini-shade{
  background:
    linear-gradient(90deg,rgba(0,0,0,.67) 0%,rgba(0,0,0,.34) 38%,rgba(0,0,0,.08) 72%),
    linear-gradient(180deg,rgba(0,0,0,.56) 0%,rgba(0,0,0,.18) 44%,rgba(0,0,0,.58) 100%)!important;
}
#work .work-nescafe .work-mini-image{
  object-position:52% 34%!important;
}
#work .work-nescafe .work-mini-shade{
  background:
    linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.30) 42%,rgba(0,0,0,.06) 75%),
    linear-gradient(180deg,rgba(0,0,0,.52) 0%,rgba(0,0,0,.16) 46%,rgba(0,0,0,.60) 100%)!important;
}
#work .work-epigamia .work-mini-copy,
#work .work-nescafe .work-mini-copy{
  left:clamp(20px,2vw,30px)!important;
  top:clamp(20px,2vw,30px)!important;
  right:auto!important;
  bottom:auto!important;
  width:min(72%,520px)!important;
}
#work .work-mini-copy .work-kicker{
  font-size:clamp(8px,.72vw,10.5px)!important;
  letter-spacing:.11em!important;
  padding:7px 10px!important;
  line-height:1!important;
}
#work .work-mini h3{
  font-size:clamp(28px,3vw,44px)!important;
  line-height:.96!important;
  letter-spacing:-.04em!important;
  max-width:11ch!important;
  margin:12px 0 10px!important;
}
#work .work-mini p{
  font-size:clamp(12px,1vw,14px)!important;
  line-height:1.42!important;
  max-width:34ch!important;
}
@media(min-width:901px) and (max-width:1200px){#work .work-coke-copy{width:54%!important}#work .work-coke h3{font-size:clamp(38px,4.8vw,54px)!important}#work .work-coke-stats{width:min(100%,500px)!important}#work .work-epigamia .work-mini-copy,
  #work .work-nescafe .work-mini-copy{width:76%!important}#work .work-mini h3{font-size:clamp(27px,3vw,36px)!important}}
@media(max-width:900px){#work .work-coke{
    height:540px!important;
  }#work .work-coke-copy{
    left:24px!important;
    top:24px!important;
    width:80%!important;
  }#work .work-coke h3{
    font-size:clamp(34px,7vw,48px)!important;
    max-width:12ch!important;
  }#work .work-coke-stats{
    width:calc(100% - 48px)!important;
    position:absolute!important;
    left:24px!important;
    bottom:22px!important;
    margin-top:0!important;
  }#work .work-pair{
    grid-template-columns:1fr 1fr!important;
  }#work .work-mini{
    min-height:300px!important;
  }#work .work-epigamia .work-mini-copy,
  #work .work-nescafe .work-mini-copy{
    width:82%!important;
    left:20px!important;
    top:20px!important;
  }#work .work-mini h3{
    font-size:clamp(24px,4.2vw,34px)!important;
  }}
@media(max-width:640px){#work .work-coke{
    height:570px!important;
  }#work .work-coke-copy{
    width:86%!important;
  }#work .work-coke h3{
    font-size:34px!important;
  }#work .work-coke-stats{
    grid-template-columns:1fr!important;
    width:calc(100% - 40px)!important;
    left:20px!important;
    bottom:18px!important;
    gap:7px!important;
  }#work .work-coke-stats div{
    display:flex!important;
    align-items:baseline!important;
    justify-content:space-between!important;
    gap:10px!important;
  }#work .work-pair{
    grid-template-columns:1fr!important;
  }#work .work-mini{
    min-height:320px!important;
  }#work .work-epigamia .work-mini-copy,
  #work .work-nescafe .work-mini-copy{
    width:88%!important;
  }#work .work-mini h3{
    font-size:30px!important;
  }}
#work .work-coke-image{
  object-position:62% center!important;
}
#work .work-epigamia .work-mini-image{
  object-position:68% 20%!important;
}
#work .work-nescafe .work-mini-image{
  object-position:62% 34%!important;
}
#work .work-coke-copy{
  width:500px!important;
  max-width:46%!important;
}
#work .work-coke h3{
  font-size:52px!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
  max-width:11ch!important;
}
#work .work-coke-copy p{
  max-width:44ch!important;
  font-size:13.5px!important;
}
#work .work-mini-copy{
  width:330px!important;
  max-width:68%!important;
}
#work .work-mini h3{
  font-size:34px!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
  max-width:10ch!important;
}
#work .work-mini p{
  max-width:30ch!important;
  font-size:12px!important;
}
#work .work-coke-shade{
  background:
    linear-gradient(90deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.48) 28%,rgba(0,0,0,.16) 62%,rgba(0,0,0,.10) 100%),
    linear-gradient(180deg,rgba(0,0,0,.40) 0%,rgba(0,0,0,.18) 58%,rgba(0,0,0,.46) 100%)!important;
}
#work .work-mini-shade{
  background:
    linear-gradient(90deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.38) 34%,rgba(0,0,0,.10) 72%),
    linear-gradient(180deg,rgba(0,0,0,.38) 0%,rgba(0,0,0,.20) 50%,rgba(0,0,0,.52) 100%)!important;
}
@media(max-width:1200px) and (min-width:901px){#work .work-coke-copy{
    width:46%!important;
    max-width:46%!important;
  }#work .work-coke h3{font-size:45px!important}#work .work-mini-copy{
    width:62%!important;
    max-width:70%!important;
  }#work .work-mini h3{font-size:30px!important}}
@media(max-width:900px){#work .work-coke-copy{
    width:78%!important;
    max-width:78%!important;
  }#work .work-coke h3{font-size:42px!important}#work .work-epigamia .work-mini-image{object-position:66% 20%!important}#work .work-nescafe .work-mini-image{object-position:60% 34%!important}#work .work-mini-copy{
    width:78%!important;
    max-width:78%!important;
  }#work .work-mini h3{font-size:30px!important}}
@media(max-width:600px){#work .work-coke-image{object-position:60% center!important}#work .work-coke-copy{
    width:86%!important;
    max-width:86%!important;
  }#work .work-coke h3{font-size:34px!important}#work .work-mini-copy{
    width:86%!important;
    max-width:86%!important;
  }#work .work-mini h3{font-size:28px!important}}
#work .work-nescafe .work-mini-image{
  object-position:72% 34%!important;
}
#work .work-nescafe .work-mini-copy{
  width:330px!important;
  max-width:58%!important;
}
#work .work-nescafe .work-mini-shade{
  background:
    linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.46) 32%,rgba(0,0,0,.12) 76%,rgba(0,0,0,.04) 100%),
    linear-gradient(180deg,rgba(0,0,0,.34) 0%,rgba(0,0,0,.12) 48%,rgba(0,0,0,.52) 100%)!important;
}
#work .work-coke-copy{
  width:520px!important;
  max-width:48%!important;
}
#work .work-coke-stats{
  grid-template-columns:1fr!important;
  width:250px!important;
  gap:7px!important;
  margin-top:16px!important;
}
#work .work-coke-stats div{
  display:flex!important;
  align-items:baseline!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:10px 13px!important;
  border-radius:11px!important;
}
#work .work-coke-stats span{
  margin-top:0!important;
  white-space:nowrap!important;
}
#work .work-coke-image{
  object-position:64% center!important;
}
#work .work-coke-shade{
  background:
    linear-gradient(90deg,rgba(0,0,0,.73) 0%,rgba(0,0,0,.52) 30%,rgba(0,0,0,.18) 62%,rgba(0,0,0,.08) 100%),
    linear-gradient(180deg,rgba(0,0,0,.50) 0%,rgba(0,0,0,.14) 58%,rgba(0,0,0,.45) 100%)!important;
}
@media(max-width:900px){#work .work-nescafe .work-mini-image{object-position:68% 34%!important}#work .work-nescafe .work-mini-copy{
    width:72%!important;
    max-width:72%!important;
  }#work .work-coke-copy{
    width:76%!important;
    max-width:76%!important;
  }#work .work-coke-stats{
    width:230px!important;
  }}
@media(max-width:600px){#work .work-nescafe .work-mini-image{object-position:66% 34%!important}#work .work-nescafe .work-mini-copy{
    width:84%!important;
    max-width:84%!important;
  }#work .work-coke-copy{
    width:86%!important;
    max-width:86%!important;
  }}
#work .work-nescafe .work-mini-image{
  object-position:84% 36%!important;
  transform:scale(1.035)!important;
}
#work .work-nescafe .work-mini-copy{
  left:22px!important;
  top:22px!important;
  width:42%!important;
  max-width:42%!important;
  right:auto!important;
  bottom:auto!important;
}
#work .work-nescafe .work-mini-shade{
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.78) 0%,
      rgba(0,0,0,.56) 24%,
      rgba(0,0,0,.18) 46%,
      rgba(0,0,0,.02) 72%,
      rgba(0,0,0,.04) 100%)!important,
    linear-gradient(180deg,
      rgba(0,0,0,.42) 0%,
      rgba(0,0,0,.10) 52%,
      rgba(0,0,0,.34) 100%)!important;
}
#work .work-nescafe .work-kicker{
  font-size:8px!important;
  letter-spacing:.10em!important;
  padding:6px 8px!important;
  white-space:nowrap!important;
}
#work .work-nescafe h3{
  font-size:29px!important;
  line-height:1.02!important;
  max-width:9ch!important;
  margin:9px 0 8px!important;
}
#work .work-nescafe p{
  font-size:11px!important;
  line-height:1.38!important;
  max-width:26ch!important;
}
@media(max-width:1200px) and (min-width:901px){#work .work-nescafe .work-mini-copy{
    width:44%!important;
    max-width:44%!important;
  }#work .work-nescafe h3{font-size:27px!important}}
@media(max-width:900px){#work .work-nescafe .work-mini-image{
    object-position:80% 36%!important;
    transform:scale(1.02)!important;
  }#work .work-nescafe .work-mini-copy{
    width:54%!important;
    max-width:54%!important;
  }}
@media(max-width:600px){#work .work-nescafe .work-mini-image{
    object-position:77% 36%!important;
  }#work .work-nescafe .work-mini-copy{
    width:64%!important;
    max-width:64%!important;
  }#work .work-nescafe h3{font-size:28px!important}}
.reels{
  width:100%!important;
  max-width:var(--maxw)!important;
  box-sizing:border-box!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:24px!important;
  padding-right:24px!important;
  margin-top:54px!important;
  padding-top:46px!important;
  border-top:1px solid var(--line)!important;
}
.reels-head{
  max-width:700px!important;
  margin-left:0!important;
}
.reelmar{
  width:100%!important;
  margin-top:28px!important;
  overflow:hidden!important;
  border-radius:18px!important;
}
.reel-track{
  display:flex!important;
  align-items:stretch!important;
  gap:18px!important;
  width:max-content!important;
  padding:0!important;
  animation:reelscroll 60s linear infinite!important;
  will-change:transform!important;
}
.reel{
  flex:0 0 232px!important;
  width:232px!important;
}
@media(max-width:900px){.reels{
    padding-left:20px!important;
    padding-right:20px!important;
  }.reel{
    flex-basis:188px!important;
    width:188px!important;
  }}
@media(max-width:600px){.reels{
    padding-left:16px!important;
    padding-right:16px!important;
  }.reel-track{gap:14px!important}.reel{flex-basis:176px!important;width:176px!important}}
#touch .touch-marquee{
  margin-top:46px!important;
  overflow:hidden!important;
  width:100%!important;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)!important;
  mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)!important;
}
#touch .touch-card-track{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:20px!important;
  width:max-content!important;
  padding:0 20px!important;
  animation:touchCardsScroll 86s linear infinite!important;
  will-change:transform!important;
}
#touch .touch-marquee:hover .touch-card-track{
  animation-play-state:paused!important;
}
#touch .touch-card{
  position:relative!important;
  flex:0 0 390px!important;
  width:390px!important;
  height:310px!important;
  border-radius:20px!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#101412!important;
  color:#fff!important;
  cursor:default!important;
}
#touch .touch-card-image{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  transition:transform .65s cubic-bezier(.2,.6,.2,1)!important;
}
#touch .touch-card:hover .touch-card-image{
  transform:scale(1.035)!important;
}
#touch .touch-card-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.18) 35%,rgba(0,0,0,.78) 100%)!important;
}
#touch .touch-card-content{
  position:absolute!important;
  left:24px!important;
  right:24px!important;
  bottom:22px!important;
  z-index:2!important;
}
#touch .touch-card-kicker{
  font-family:var(--body)!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  display:inline-block!important;
  padding:6px 9px!important;
  border:1px solid rgba(255,255,255,.25)!important;
  background:rgba(0,0,0,.26)!important;
  border-radius:999px!important;
  backdrop-filter:blur(6px)!important;
}
#touch .touch-card-sub{
  margin-top:7px!important;
  font-size:11px!important;
  color:rgba(255,255,255,.75)!important;
}
#touch .touch-card h3{
  margin:10px 0 7px!important;
  font-family:var(--disp)!important;
  font-size:clamp(25px,2.5vw,34px)!important;
  line-height:.99!important;
  letter-spacing:-.035em!important;
  max-width:13ch!important;
  color:#fff!important;
}
#touch .touch-card p{
  margin:0!important;
  max-width:39ch!important;
  font-family:var(--body)!important;
  font-size:12.5px!important;
  line-height:1.42!important;
  color:rgba(255,255,255,.82)!important;
}
@keyframes touchCardsScroll{
  to{transform:translateX(-50%)}
}
@media(max-width:900px){#touch .touch-card{
    flex-basis:320px!important;
    width:320px!important;
    height:285px!important;
  }#touch .touch-card-content{
    left:20px!important;
    right:20px!important;
    bottom:19px!important;
  }}
@media(max-width:600px){#touch .touch-card{
    flex-basis:290px!important;
    width:290px!important;
    height:280px!important;
  }#touch .touch-card h3{font-size:27px!important}}
#touch .touch-marquee{
  margin-top:46px!important;
  overflow:hidden!important;
  width:100%!important;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)!important;
  mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)!important;
}
#touch .touch-pair-track{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:22px!important;
  width:max-content!important;
  padding:0 20px!important;
  animation:touchPairScroll 96s linear infinite!important;
  will-change:transform!important;
}
#touch .touch-marquee:hover .touch-pair-track{
  animation-play-state:paused!important;
}
#touch .touch-pair{
  flex:0 0 730px!important;
  width:730px!important;
  height:300px!important;
  display:grid!important;
  grid-template-columns:360px 350px!important;
  gap:20px!important;
  box-sizing:border-box!important;
}
#touch .touch-pair-image,
#touch .touch-pair-text{
  position:relative!important;
  width:100%!important;
  height:300px!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
#touch .touch-pair-image{
  background:#111!important;
  color:#fff!important;
  isolation:isolate!important;
}
#touch .touch-pair-image .img{
  position:absolute!important;
  inset:0!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  transition:transform .6s cubic-bezier(.2,.6,.2,1)!important;
}
#touch .touch-pair-image:hover .img{
  transform:scale(1.035)!important;
}
#touch .touch-pair-image .ov{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(0deg,rgba(8,12,9,.78),rgba(8,12,9,.04) 62%)!important;
}
#touch .touch-pair-image .cap{
  position:absolute!important;
  left:20px!important;
  right:20px!important;
  bottom:18px!important;
  z-index:2!important;
}
#touch .touch-pair-image .cap h4{
  margin:0!important;
  font-family:var(--disp)!important;
  font-size:21px!important;
  line-height:1.05!important;
  color:#fff!important;
}
#touch .touch-pair-image .cap span{
  display:block!important;
  margin-top:4px!important;
  font-size:11.5px!important;
  color:rgba(255,255,255,.82)!important;
}
#touch .touch-pair-text{
  padding:30px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:var(--surface)!important;
  border:1px solid var(--line)!important;
}
#touch .touch-pair-text .big{
  font-family:var(--disp)!important;
  font-weight:800!important;
  font-size:32px!important;
  line-height:1.03!important;
  letter-spacing:-.03em!important;
  color:var(--white)!important;
  max-width:10ch!important;
}
#touch .touch-pair-text .big::first-letter{}
#touch .touch-pair-text p{
  margin:12px 0 0!important;
  font-family:var(--body)!important;
  font-size:13.5px!important;
  line-height:1.48!important;
  color:var(--mute)!important;
  max-width:34ch!important;
}
#touch .touch-pair-dark .touch-pair-text{
  background:var(--ink)!important;
  border-color:transparent!important;
}
#touch .touch-pair-dark .touch-pair-text .big{
  color:#fff!important;
}
#touch .touch-pair-dark .touch-pair-text p{
  color:#c4ccc8!important;
}
@keyframes touchPairScroll{
  to{transform:translateX(-50%)}
}
@media(max-width:900px){#touch .touch-pair{
    flex-basis:620px!important;
    width:620px!important;
    grid-template-columns:300px 300px!important;
    gap:20px!important;
  }#touch .touch-pair-image,
  #touch .touch-pair-text{
    height:280px!important;
  }#touch .touch-pair-text{
    padding:24px!important;
  }#touch .touch-pair-text .big{
    font-size:28px!important;
  }}
@media(max-width:680px){#touch .touch-pair{
    flex-basis:570px!important;
    width:570px!important;
    grid-template-columns:275px 275px!important;
    gap:20px!important;
  }#touch .touch-pair-image,
  #touch .touch-pair-text{
    height:270px!important;
  }#touch .touch-pair-text{
    padding:20px!important;
  }#touch .touch-pair-text .big{
    font-size:25px!important;
  }}
#touch .touch-marquee{
  margin-top:46px!important;
  overflow:hidden!important;
  width:100%!important;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)!important;
  mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)!important;
}
#touch .touch-pair-track{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  gap:22px!important;
  width:max-content!important;
  padding:0 20px!important;
  animation:touchPairScroll 100s linear infinite!important;
  will-change:transform!important;
}
#touch .touch-marquee:hover .touch-pair-track{
  animation-play-state:paused!important;
}
#touch .touch-pair{
  flex:0 0 780px!important;
  width:780px!important;
  height:315px!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:22px!important;
  box-sizing:border-box!important;
  align-items:stretch!important;
}
#touch .touch-pair-image,
#touch .touch-pair-text{
  width:100%!important;
  height:315px!important;
  min-height:315px!important;
  border-radius:20px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
#touch .touch-pair-image{
  position:relative!important;
  background:#101412!important;
  color:#fff!important;
  isolation:isolate!important;
}
#touch .touch-pair-image .img{
  position:absolute!important;
  inset:0!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  transition:transform .55s cubic-bezier(.2,.6,.2,1)!important;
}
#touch .touch-pair-image:hover .img{
  transform:scale(1.035)!important;
}
#touch .touch-pair-image .ov{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(0,0,0,.03) 26%,rgba(0,0,0,.72) 100%)!important;
  z-index:1!important;
}
#touch .touch-pair-image .cap{
  position:absolute!important;
  left:22px!important;
  right:22px!important;
  bottom:20px!important;
  z-index:2!important;
}
#touch .touch-pair-image .cap h4{
  margin:0!important;
  font-family:var(--disp)!important;
  font-weight:800!important;
  font-size:22px!important;
  line-height:1.04!important;
  letter-spacing:-.02em!important;
  color:#fff!important;
}
#touch .touch-pair-image .cap span{
  display:block!important;
  margin-top:5px!important;
  font-family:var(--body)!important;
  font-size:12px!important;
  line-height:1.25!important;
  color:rgba(255,255,255,.82)!important;
}
#touch .touch-pair-text{
  padding:34px 38px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:#f7f9f8!important;
  border:1px solid rgba(17,24,39,.09)!important;
}
#touch .touch-pair-text .big{
  font-family:var(--disp)!important;
  font-weight:800!important;
  font-size:clamp(30px,3vw,40px)!important;
  line-height:.99!important;
  letter-spacing:-.035em!important;
  color:#101716!important;
  max-width:11ch!important;
}
#touch .touch-pair-text .big em{
  color:var(--green)!important;
  font-style:normal!important;
}
#touch .touch-pair-text p{
  margin:15px 0 0!important;
  font-family:var(--body)!important;
  font-size:14.5px!important;
  line-height:1.5!important;
  color:#65706c!important;
  max-width:36ch!important;
}
#touch .touch-pair-dark .touch-pair-text{
  background:#f7f9f8!important;
  border-color:rgba(17,24,39,.09)!important;
}
#touch .touch-pair-dark .touch-pair-text .big{
  color:#101716!important;
}
#touch .touch-pair-dark .touch-pair-text p{
  color:#65706c!important;
}
@keyframes touchPairScroll{
  to{transform:translateX(-50%)}
}
@media(max-width:900px){#touch .touch-pair{
    flex-basis:680px!important;
    width:680px!important;
    height:290px!important;
    grid-template-columns:1fr 1fr!important;
    gap:18px!important;
  }#touch .touch-pair-image,
  #touch .touch-pair-text{
    height:290px!important;
    min-height:290px!important;
  }#touch .touch-pair-text{
    padding:28px!important;
  }#touch .touch-pair-text .big{
    font-size:30px!important;
  }}
@media(max-width:680px){#touch .touch-pair{
    flex-basis:590px!important;
    width:590px!important;
    height:275px!important;
    gap:16px!important;
  }#touch .touch-pair-image,
  #touch .touch-pair-text{
    height:275px!important;
    min-height:275px!important;
  }#touch .touch-pair-text{
    padding:22px!important;
  }#touch .touch-pair-text .big{
    font-size:26px!important;
  }}
#touch .touch-reference-marquee{
  margin-top:46px!important;
  width:100%!important;
  overflow:hidden!important;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)!important;
  mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)!important;
}
#touch .touch-reference-track{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:24px!important;
  width:max-content!important;
  padding:0 24px!important;
  animation:touchReferenceScroll 108s linear infinite!important;
  will-change:transform!important;
}
#touch .touch-reference-marquee:hover .touch-reference-track{
  animation-play-state:paused!important;
}
#touch .touch-ref-pair{
  flex:0 0 980px!important;
  width:980px!important;
  height:360px!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0!important;
  overflow:hidden!important;
  border-radius:26px!important;
  background:#f7f8f7!important;
  box-shadow:0 18px 46px rgba(10,20,15,.10)!important;
  border:1px solid rgba(17,24,39,.08)!important;
}
#touch .touch-ref-image,
#touch .touch-ref-text{
  position:relative!important;
  min-width:0!important;
  height:360px!important;
  overflow:hidden!important;
}
#touch .touch-ref-image{
  isolation:isolate!important;
  color:#fff!important;
  background:#101412!important;
}
#touch .touch-ref-image .img{
  position:absolute!important;
  inset:0!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  transition:transform .7s cubic-bezier(.2,.6,.2,1)!important;
}
#touch .touch-ref-pair:hover .touch-ref-image .img{
  transform:scale(1.035)!important;
}
#touch .touch-ref-image .ov{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(180deg,rgba(0,0,0,.02) 26%,rgba(0,0,0,.72) 100%)!important;
}
#touch .touch-ref-image-copy{
  position:absolute!important;
  left:30px!important;
  right:28px!important;
  bottom:24px!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}
#touch .touch-ref-badge{
  width:52px!important;
  height:52px!important;
  flex:0 0 52px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:var(--green)!important;
  color:#fff!important;
  font-size:23px!important;
  font-weight:800!important;
  box-shadow:0 8px 18px rgba(46,145,104,.28)!important;
}
#touch .touch-ref-image-copy h4{
  margin:0!important;
  font-family:var(--disp)!important;
  font-size:31px!important;
  line-height:1.0!important;
  letter-spacing:-.03em!important;
  color:#fff!important;
  font-weight:800!important;
}
#touch .touch-ref-image-copy span{
  display:block!important;
  margin-top:7px!important;
  font-family:var(--body)!important;
  font-size:14px!important;
  line-height:1.2!important;
  color:rgba(255,255,255,.84)!important;
}
#touch .touch-ref-text{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:52px!important;
  background:#f8f9f8!important;
}
#touch .touch-ref-accent{
  width:86px!important;
  height:3px!important;
  border-radius:4px!important;
  background:var(--green)!important;
  margin-bottom:24px!important;
}
#touch .touch-ref-text h3{
  margin:0!important;
  max-width:12ch!important;
  font-family:var(--disp)!important;
  font-size:46px!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
  font-weight:800!important;
  color:#101716!important;
}
#touch .touch-ref-text p{
  margin:20px 0 0!important;
  max-width:34ch!important;
  font-family:var(--body)!important;
  font-size:18px!important;
  line-height:1.48!important;
  color:#66716c!important;
}
#touch .touch-ref-text h3{
  text-wrap:balance!important;
}
@keyframes touchReferenceScroll{
  to{transform:translateX(-50%)}
}
@media(max-width:1100px){#touch .touch-ref-pair{
    flex-basis:880px!important;
    width:880px!important;
    height:330px!important;
  }#touch .touch-ref-image,
  #touch .touch-ref-text{
    height:330px!important;
  }#touch .touch-ref-text{padding:42px!important}#touch .touch-ref-text h3{font-size:40px!important}#touch .touch-ref-image-copy h4{font-size:28px!important}}
@media(max-width:900px){#touch .touch-ref-pair{
    flex-basis:760px!important;
    width:760px!important;
    height:310px!important;
  }#touch .touch-ref-image,
  #touch .touch-ref-text{
    height:310px!important;
  }#touch .touch-ref-text{padding:34px!important}#touch .touch-ref-text h3{font-size:34px!important}#touch .touch-ref-text p{font-size:15px!important}#touch .touch-ref-image-copy{left:24px!important;bottom:20px!important}#touch .touch-ref-image-copy h4{font-size:25px!important}#touch .touch-ref-badge{width:46px!important;height:46px!important;flex-basis:46px!important}}
@media(max-width:650px){#touch .touch-ref-pair{
    flex-basis:640px!important;
    width:640px!important;
    height:285px!important;
  }#touch .touch-ref-image,
  #touch .touch-ref-text{
    height:285px!important;
  }#touch .touch-ref-text{padding:26px!important}#touch .touch-ref-text h3{font-size:29px!important}#touch .touch-ref-text p{font-size:13px!important;margin-top:14px!important}#touch .touch-ref-accent{margin-bottom:16px!important}#touch .touch-ref-image-copy h4{font-size:22px!important}#touch .touch-ref-image-copy span{font-size:12px!important}#touch .touch-ref-badge{width:40px!important;height:40px!important;flex-basis:40px!important;font-size:18px!important}}
#touch .touch-ref-image.tm-img{
  display:block!important;
  align-items:initial!important;
}
#touch .touch-ref-image.tm-img .img{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
#touch .touch-ref-image.tm-img .ov{
  z-index:1!important;
}
#touch .touch-ref-image.tm-img .touch-ref-image-copy{
  z-index:2!important;
}
#touch .touch-ref-image,
#touch .touch-ref-text{
  border:1.5px solid #111!important;
}
#touch .touch-ref-pair{
  border:0!important;
  border-radius:26px!important;
}
#touch .touch-ref-pair:hover .touch-ref-image,
#touch .touch-ref-pair:hover .touch-ref-text{
  border-color:#000!important;
}
#touch .touch-ref-image{
  border-top-left-radius:26px!important;
  border-bottom-left-radius:26px!important;
}
#touch .touch-ref-text{
  border-top-right-radius:26px!important;
  border-bottom-right-radius:26px!important;
}
@media(max-width:900px){#touch .touch-ref-image,
  #touch .touch-ref-text{
    border-width:1.5px!important;
  }}
#touch .touch-ref-pair{
  position:relative!important;
  overflow:hidden!important;
  border:1.8px solid #111!important;
  border-radius:26px!important;
  background:#f7f8f7!important;
  box-shadow:none!important;
}
#touch .touch-ref-image,
#touch .touch-ref-text{
  border:0!important;
  border-radius:0!important;
}
#touch .touch-ref-image{
  border-top-left-radius:24px!important;
  border-bottom-left-radius:24px!important;
}
#touch .touch-ref-text{
  border-top-right-radius:24px!important;
  border-bottom-right-radius:24px!important;
}
#touch .touch-ref-image{
  margin:0!important;
}
#touch .touch-ref-text{
  margin:0!important;
}
#services .svcgrid .svc:first-child .svc-media .img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
#services .svcgrid .svc:nth-child(4) .svc-media .img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
.reel-track{
  animation:reelscroll 66s linear infinite!important;
}
.reel{
  flex:0 0 232px!important;
}
.reel video{
  display:block!important;
  background:#0d1411!important;
}
.reel .cap{
  left:15px!important;
  right:15px!important;
  bottom:14px!important;
  z-index:4!important;
  color:#fff!important;
}
.reel .cap b{
  font-family:var(--disp)!important;
  font-size:14.5px!important;
  font-weight:800!important;
  display:block!important;
  color:#fff!important;
  line-height:1.2!important;
  text-shadow:0 2px 8px rgba(0,0,0,.55)!important;
}
.reel .cap span{
  display:block!important;
  margin-top:3px!important;
  font-size:11.5px!important;
  color:rgba(255,255,255,.86)!important;
}
@media(max-width:900px){.reel{flex-basis:188px!important}}
.reel video[data-real="1"]{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.reelmar{
  width:100%!important;
  overflow:hidden!important;
}
.reel-track{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  width:max-content!important;
  gap:18px!important;
  animation:reelscroll 68s linear infinite!important;
  will-change:transform!important;
}
.reel{
  position:relative!important;
  flex:0 0 232px!important;
  width:232px!important;
  height:413px!important;
  aspect-ratio:9/16!important;
  min-width:232px!important;
  overflow:hidden!important;
  border-radius:18px!important;
  background:#0d1411!important;
}
.reel video,
.reel .reel-placeholder{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.reel .ov{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  background:linear-gradient(0deg,rgba(8,12,9,.82),rgba(8,12,9,.05) 56%)!important;
}
.reel .cap{
  position:absolute!important;
  left:16px!important;
  right:16px!important;
  bottom:15px!important;
  z-index:5!important;
  color:#fff!important;
  display:block!important;
}
.reel .cap b{
  display:block!important;
  font-family:var(--disp)!important;
  font-weight:800!important;
  font-size:15px!important;
  line-height:1.18!important;
  color:#fff!important;
  text-shadow:0 2px 8px rgba(0,0,0,.65)!important;
}
.reel .cap span{
  display:block!important;
  margin-top:3px!important;
  font-family:var(--body)!important;
  font-size:11.5px!important;
  color:rgba(255,255,255,.86)!important;
}
.reel .snd{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  z-index:6!important;
  width:30px!important;
  height:30px!important;
  border-radius:50%!important;
  border:0!important;
  background:rgba(0,0,0,.5)!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  font-size:13px!important;
}
@media(max-width:900px){.reel{flex-basis:188px!important;width:188px!important;min-width:188px!important;height:334px!important}}
@media(max-width:600px){.reel{flex-basis:176px!important;width:176px!important;min-width:176px!important;height:313px!important}}
.reel-epigamia video.real-reel-video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.reel-epigamia .cap{
  z-index:5!important;
}
.reel-setu video.real-reel-video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.reel-setu .cap{z-index:5!important}
.reel-redfm video.real-reel-video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.reel-redfm .cap{z-index:5!important}
.reel-nescafe-kitkat video.real-reel-video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.reel-nescafe-kitkat .cap{z-index:5!important}
.hero-video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  z-index:0!important;
}
.vscrim,.vscrim2{
  position:absolute!important;
  inset:0!important;
}
.vhero .wrap{position:relative!important;z-index:3!important}
#services .svcgrid .svc:nth-child(4) .svc-media .img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
#services .svcgrid .svc:nth-child(4) .svc-media .img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
#services .svcgrid .svc:nth-child(4) .svc-media .img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
#services .svcgrid .svc .svc-media .img img{
  filter:brightness(1.22) saturate(1.04)!important;
  transform:scale(1.001)!important;
}
#services .svcgrid .svc .svc-media::after{
  background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.20) 100%)!important;
}
.strip{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  align-items:center!important;
  justify-items:center!important;
}
.strip > div{
  width:100%!important;
  text-align:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
.strip .n,
.strip .l{
  text-align:center!important;
}
.strip .n{
  line-height:1!important;
}
#touch .touch-ref-pair{
  border:1px solid rgba(44,158,111,.72)!important;
  border-radius:26px!important;
  box-shadow:
    0 18px 42px rgba(15,45,33,.12),
    0 5px 14px rgba(15,45,33,.06)!important;
  overflow:hidden!important;
}
#touch .touch-ref-image,
#touch .touch-ref-text{
  border:0!important;
  box-shadow:none!important;
}
#touch .touch-ref-image{
  border-top-left-radius:25px!important;
  border-bottom-left-radius:25px!important;
}
#touch .touch-ref-text{
  border-top-right-radius:25px!important;
  border-bottom-right-radius:25px!important;
}
@media(max-width:900px){.strip{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }}
@media(max-width:520px){.strip{
    grid-template-columns:1fr 1fr!important;
    gap:24px 12px!important;
  }}
.thoughts .article .thumb{
  overflow:hidden!important;
}
.thoughts .article .thumb .img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
}
.thoughts .article .thumb .img::after{
  content:none!important;
  display:none!important;
}
#work .work-hover-card{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  cursor:pointer!important;
}
#work .work-hover-card img{
  filter:brightness(1.34) saturate(1.08)!important;
  transition:filter .35s ease,transform .55s cubic-bezier(.2,.6,.2,1)!important;
}
#work .work-hover-card:hover img{
  filter:brightness(1.42) saturate(1.1)!important;
  transform:scale(1.025)!important;
}
#work .work-hover-card .work-coke-shade,
#work .work-hover-card .work-mini-shade{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,rgba(0,0,0,.01) 28%,rgba(0,0,0,.38) 100%)!important;
  pointer-events:none!important;
}
#work .work-brand-only{
  position:absolute!important;
  left:28px!important;
  bottom:24px!important;
  z-index:4!important;
  margin:0!important;
  color:#fff!important;
  font-family:var(--disp)!important;
  font-weight:800!important;
  font-size:26px!important;
  line-height:1!important;
  letter-spacing:-.025em!important;
  text-shadow:0 2px 10px rgba(0,0,0,.45)!important;
  opacity:1!important;
  transform:translateY(0)!important;
  transition:opacity .28s ease,transform .28s ease!important;
}
#work .work-hover-copy{
  position:absolute!important;
  left:28px!important;
  right:28px!important;
  bottom:24px!important;
  z-index:5!important;
  color:#fff!important;
  opacity:0!important;
  transform:translateY(16px)!important;
  transition:opacity .32s ease,transform .38s cubic-bezier(.2,.6,.2,1)!important;
  pointer-events:none!important;
}
#work .work-hover-card:hover .work-hover-copy,
#work .work-hover-card:focus-within .work-hover-copy{
  opacity:1!important;
  transform:translateY(0)!important;
}
#work .work-hover-card:hover .work-brand-only,
#work .work-hover-card:focus-within .work-brand-only{
  opacity:0!important;
  transform:translateY(8px)!important;
}
#work .work-hover-copy .work-kicker{
  display:inline-block!important;
  padding:6px 10px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:999px!important;
  background:rgba(7,15,12,.24)!important;
  backdrop-filter:blur(6px)!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  margin-bottom:10px!important;
  color:#fff!important;
}
#work .work-hover-copy h3{
  margin:0!important;
  color:#fff!important;
  font-family:var(--disp)!important;
  font-weight:800!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  font-size:clamp(27px,3vw,43px)!important;
  text-shadow:0 2px 12px rgba(0,0,0,.4)!important;
}
#work .work-hover-copy p{
  margin:10px 0 0!important;
  color:rgba(255,255,255,.9)!important;
  font-size:14px!important;
  line-height:1.4!important;
  max-width:50ch!important;
  text-shadow:0 1px 7px rgba(0,0,0,.35)!important;
}
#work .work-hover-copy .work-coke-stats{
  margin-top:14px!important;
}
#work .work-hover-copy .work-coke-stats > div{
  background:rgba(7,15,12,.30)!important;
  border-color:rgba(255,255,255,.16)!important;
  backdrop-filter:blur(5px)!important;
}
#work .work-mini .work-brand-only{
  left:20px!important;
  bottom:18px!important;
  font-size:22px!important;
}
#work .work-mini .work-hover-copy{
  left:20px!important;
  right:20px!important;
  bottom:18px!important;
}
#work .work-mini .work-hover-copy h3{
  font-size:clamp(21px,2.1vw,29px)!important;
}
#work .work-mini .work-hover-copy p{
  font-size:12.5px!important;
  margin-top:7px!important;
}
#work .work-mini .work-hover-copy .work-kicker{
  font-size:8px!important;
  padding:5px 8px!important;
  margin-bottom:7px!important;
}
@media(max-width:700px){#work .work-brand-only{
    left:18px!important;
    bottom:16px!important;
    font-size:21px!important;
  }#work .work-hover-copy{
    left:18px!important;
    right:18px!important;
    bottom:16px!important;
  }}
#work .work-brand-only{
  top:24px!important;
  left:28px!important;
  bottom:auto!important;
  right:auto!important;
  font-size:24px!important;
  line-height:1!important;
  text-shadow:0 2px 9px rgba(0,0,0,.45)!important;
  z-index:6!important;
}
#work .work-mini .work-brand-only{
  top:18px!important;
  left:20px!important;
  font-size:20px!important;
}
#work .work-hover-copy{
  left:20px!important;
  right:auto!important;
  bottom:20px!important;
  max-width:min(78%,560px)!important;
  padding:16px 18px 17px!important;
  border-radius:14px!important;
  background:rgba(4,9,7,.88)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.28)!important;
  opacity:0!important;
  transform:translateY(14px)!important;
  transition:opacity .28s ease,transform .34s cubic-bezier(.2,.6,.2,1)!important;
}
#work .work-hover-card:hover .work-hover-copy,
#work .work-hover-card:focus-within .work-hover-copy{
  opacity:1!important;
  transform:translateY(0)!important;
}
#work .work-hover-card:hover .work-coke-shade,
#work .work-hover-card:focus-within .work-coke-shade,
#work .work-hover-card:hover .work-mini-shade,
#work .work-hover-card:focus-within .work-mini-shade{
  background:rgba(0,0,0,.24)!important;
}
#work .work-hover-copy .work-kicker{
  margin-bottom:8px!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  color:#82d4af!important;
  backdrop-filter:none!important;
}
#work .work-hover-copy h3,
#work .work-hover-copy p,
#work .work-hover-copy span,
#work .work-hover-copy strong{
  color:#fff!important;
}
#work .work-coke .work-hover-copy{
  max-width:min(62%,620px)!important;
}
#work .work-mini .work-hover-copy{
  left:16px!important;
  bottom:16px!important;
  max-width:calc(100% - 32px)!important;
  padding:12px 14px 13px!important;
  border-radius:12px!important;
}
#work .work-mini .work-hover-copy h3{
  font-size:24px!important;
}
#work .work-mini .work-hover-copy p{
  font-size:12px!important;
  line-height:1.38!important;
}
#work .work-mini .work-hover-copy .work-kicker{
  font-size:8px!important;
}
@media(max-width:700px){#work .work-brand-only{
    top:18px!important;
    left:18px!important;
  }#work .work-hover-copy,
  #work .work-coke .work-hover-copy{
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    max-width:none!important;
    width:auto!important;
  }}
#work .work-brand-only{
  top:24px!important;
  left:28px!important;
  bottom:auto!important;
  right:auto!important;
  z-index:7!important;
}
#work .work-mini .work-brand-only{
  top:18px!important;
  left:20px!important;
}
#work .work-hover-copy{
  left:20px!important;
  right:auto!important;
  bottom:20px!important;
  max-width:min(78%,560px)!important;
  padding:16px 18px 17px!important;
  border-radius:14px!important;
  background:rgba(4,9,7,.90)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.28)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
  opacity:0!important;
  transform:translateY(14px)!important;
  transition:opacity .28s ease,transform .34s cubic-bezier(.2,.6,.2,1)!important;
  z-index:6!important;
}
#work .work-hover-card:hover .work-hover-copy,
#work .work-hover-card:focus-within .work-hover-copy{
  opacity:1!important;
  transform:translateY(0)!important;
}
#work .work-hover-copy .work-kicker{
  margin-bottom:8px!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  color:#82d4af!important;
}
#work .work-hover-copy h3,
#work .work-hover-copy p{
  color:#fff!important;
}
#work .case-study-btn{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:14px!important;
  padding:9px 13px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#0f1713!important;
  text-decoration:none!important;
  font-family:var(--body)!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
  transition:transform .2s ease,background .2s ease,color .2s ease!important;
}
#work .case-study-btn span{
  color:#159a69!important;
  font-size:15px!important;
  line-height:1!important;
}
#work .case-study-btn:hover{
  background:#2c9e6f!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
}
#work .case-study-btn:hover span{
  color:#fff!important;
}
#work .work-mini .work-hover-copy{
  left:16px!important;
  bottom:16px!important;
  max-width:calc(100% - 32px)!important;
  padding:12px 14px 13px!important;
}
#work .work-mini .case-study-btn{
  margin-top:10px!important;
  padding:8px 11px!important;
  font-size:11px!important;
}
#work .work-coke .work-hover-copy{
  max-width:min(62%,620px)!important;
}
@media(max-width:700px){#work .work-brand-only{
    top:18px!important;
    left:18px!important;
  }#work .work-hover-copy,
  #work .work-coke .work-hover-copy{
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    max-width:none!important;
    width:auto!important;
  }}
#work .work-brand-only{
  top:22px!important;
  left:22px!important;
  bottom:auto!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:rgba(7,16,13,.82)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 6px 16px rgba(0,0,0,.18)!important;
  font-size:15px!important;
  letter-spacing:-.01em!important;
  text-shadow:none!important;
}
#work .work-mini .work-brand-only{
  top:16px!important;
  left:16px!important;
  font-size:13px!important;
  padding:7px 10px!important;
}
#work .work-hover-card:hover .work-brand-only,
#work .work-hover-card:focus-within .work-brand-only{
  opacity:0!important;
  transform:translateY(6px)!important;
}
#work .case-study-btn,
.blog-insights .btn,
#blog-insights .btn,
footer .btn,
.nav .btn-ghost{
  transition:background .22s ease,color .22s ease,border-color .22s ease,transform .2s ease!important;
}
.blog-insights .btn.btn-primary,
#blog-insights .btn.btn-primary{
  background:#fff!important;
  color:#0f1713!important;
  border:1px solid rgba(15,23,19,.14)!important;
  box-shadow:0 7px 18px rgba(0,0,0,.06)!important;
}
.blog-insights .btn.btn-primary:hover,
#blog-insights .btn.btn-primary:hover{
  background:#2c9e6f!important;
  color:#fff!important;
  border-color:#2c9e6f!important;
}
body .btn.btn-primary{
  background:#fff!important;
  color:#0f1713!important;
  border:1px solid rgba(15,23,19,.14)!important;
}
body .btn.btn-primary:hover{
  background:#2c9e6f!important;
  color:#fff!important;
  border-color:#2c9e6f!important;
}
.work,
#touch,
.services,
#services,
.thoughts,
#blog-insights,
.blog-insights,
.says,
footer{
  margin-top:0!important;
}
.work{padding-top:54px!important}
#touch{padding-top:54px!important}
#services{padding-top:54px!important}
.thoughts{padding-top:54px!important}
#blog-insights,
.blog-insights{padding-top:54px!important;padding-bottom:54px!important}
.says{padding-top:54px!important}
@media(max-width:900px){.work,#touch,#services,.thoughts,.says{padding-top:42px!important}#blog-insights,.blog-insights{padding-top:42px!important;padding-bottom:42px!important}}
.reel-track{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  width:max-content!important;
}
.reel{
  flex:0 0 232px!important;
  width:232px!important;
  min-width:232px!important;
  aspect-ratio:9/16!important;
}
@media(max-width:900px){.reel{flex-basis:188px!important;width:188px!important;min-width:188px!important}}
.reel-epigamia,
.reel-nescafe-kitkat{
  position:relative!important;
  flex:0 0 232px!important;
  width:232px!important;
  height:auto!important;
  writing-mode:horizontal-tb!important;
  transform:none!important;
}
.cta-dark .btn.btn-primary,
#contact .btn.btn-primary,
.plan-cta .btn.btn-primary{
  background:#fff!important;
  color:#0f1713!important;
  border:1px solid rgba(255,255,255,.25)!important;
}
.cta-dark .btn.btn-primary:hover,
#contact .btn.btn-primary:hover,
.plan-cta .btn.btn-primary:hover{
  background:#2c9e6f!important;
  color:#fff!important;
  border-color:#2c9e6f!important;
}
.reel-track{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  width:max-content!important;
  gap:18px!important;
}
.reel,
.reel.reel-body-armour,
.reel.reel-epigamia,
.reel.reel-setu,
.reel.reel-redfm,
.reel.reel-nescafe-kitkat{
  position:relative!important;
  flex:0 0 232px!important;
  width:232px!important;
  min-width:232px!important;
  height:413px!important;
  min-height:413px!important;
  max-height:413px!important;
  aspect-ratio:9/16!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  display:block!important;
  writing-mode:horizontal-tb!important;
}
.reel video,
.reel .real-reel-video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  background:#0b0f0d!important;
  transform:none!important;
}
.reel .ov{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
}
.reel .cap{
  position:absolute!important;
  z-index:5!important;
}
@media(max-width:900px){.reel,.reel.reel-body-armour,.reel.reel-epigamia,.reel.reel-setu,.reel.reel-redfm,.reel.reel-nescafe-kitkat{
    flex-basis:188px!important;
    width:188px!important;
    min-width:188px!important;
    height:334px!important;
    min-height:334px!important;
    max-height:334px!important;
  }}
#work .case-study-btn{
  cursor:pointer!important;
  pointer-events:auto!important;
}
#work .work-hover-copy{
  pointer-events:auto!important;
}
<style id="final-section-spacing-tighten">
.work{padding-bottom:42px!important}
.reels{margin-top:34px!important;padding-top:34px!important}
.thoughts{padding-top:46px!important}
#blog-insights,.blog-insights{padding-top:46px!important;padding-bottom:46px!important}
#faq{padding-top:46px!important;padding-bottom:46px!important}
.reel-track{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  width:max-content!important;
  gap:18px!important;
}
.reel{
  position:relative!important;
  flex:0 0 232px!important;
  width:232px!important;
  min-width:232px!important;
  height:413px!important;
  min-height:413px!important;
  max-height:413px!important;
  aspect-ratio:9/16!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  display:block!important;
}
.reel.reel-epigamia,
.reel.reel-nescafe-kitkat{
  flex:0 0 232px!important;
  width:232px!important;
  min-width:232px!important;
  height:413px!important;
  min-height:413px!important;
  max-height:413px!important;
  overflow:hidden!important;
  display:block!important;
  writing-mode:horizontal-tb!important;
}
.reel.reel-epigamia video,
.reel.reel-nescafe-kitkat video{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:transparent!important;
}
.reel.reel-epigamia .ov,
.reel.reel-nescafe-kitkat .ov{
  background:linear-gradient(180deg,rgba(0,0,0,0) 48%,rgba(0,0,0,.46) 100%)!important;
}
@media(max-width:900px){.reel.reel-epigamia,
  .reel.reel-nescafe-kitkat{
    flex-basis:188px!important;
    width:188px!important;
    min-width:188px!important;
    height:334px!important;
    min-height:334px!important;
    max-height:334px!important;
  }}
#work .work-hover-card img{
  filter:brightness(1.18) saturate(1.10) contrast(1.03)!important;
  opacity:1!important;
}
#work .work-hover-card .work-coke-shade,
#work .work-hover-card .work-mini-shade{
  background:transparent!important;
  opacity:0!important;
  pointer-events:none!important;
}
#work .work-hover-card .work-brand-only{
  background:rgba(7,16,13,.82)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 6px 16px rgba(0,0,0,.20)!important;
}
#work .work-hover-card .work-hover-copy{
  background:rgba(4,9,7,.92)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 14px 32px rgba(0,0,0,.30)!important;
  backdrop-filter:blur(7px)!important;
  -webkit-backdrop-filter:blur(7px)!important;
}
#work .work-hover-card:hover .work-coke-shade,
#work .work-hover-card:hover .work-mini-shade,
#work .work-hover-card:focus-within .work-coke-shade,
#work .work-hover-card:focus-within .work-mini-shade{
  background:transparent!important;
  opacity:0!important;
}
#work .work-hover-card:hover img,
#work .work-hover-card:focus-within img{
  filter:brightness(1.08) saturate(1.06)!important;
}
#work .work-coke-image,
#work .work-epigamia .work-mini-image,
#work .work-nescafe .work-mini-image{
  opacity:1!important;
}
#work .work-hover-copy,
#work .work-hover-copy h3,
#work .work-hover-copy p,
#work .work-hover-copy .work-kicker{
  color:#fff!important;
}
#work .work-hover-card img{
  filter:none!important;
  opacity:1!important;
  transform:none!important;
  object-fit:cover!important;
}
#work .work-hover-card .work-coke-shade,
#work .work-hover-card .work-mini-shade{
  opacity:0!important;
  background:transparent!important;
}
#work .work-hover-card:hover img,
#work .work-hover-card:focus-within img{
  filter:none!important;
  transform:scale(1.01)!important;
}
#work .work-hover-card:hover .work-coke-shade,
#work .work-hover-card:hover .work-mini-shade,
#work .work-hover-card:focus-within .work-coke-shade,
#work .work-hover-card:focus-within .work-mini-shade{
  opacity:0!important;
  background:transparent!important;
}
#work .work-hover-copy{
  background:rgba(4,9,7,.92)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 14px 32px rgba(0,0,0,.30)!important;
}
#work .sw-card{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  border-radius:22px!important;
  background:#111!important;
  display:block!important;
  box-sizing:border-box!important;
}
#work .sw-hero{
  width:100%!important;
  height:560px!important;
  margin-top:40px!important;
}
#work .sw-row{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  margin-top:18px!important;
}
#work .sw-small{
  height:315px!important;
}
#work .sw-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  filter:none!important;
  transform:none!important;
}
#work .sw-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(0,0,0,.00) 35%,rgba(0,0,0,.20) 100%)!important;
  z-index:1!important;
  pointer-events:none!important;
}
#work .sw-brand{
  position:absolute!important;
  top:20px!important;
  left:20px!important;
  z-index:5!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:rgba(5,14,11,.84)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  color:#fff!important;
  font-family:var(--disp)!important;
  font-weight:800!important;
  font-size:15px!important;
  line-height:1!important;
  box-shadow:0 7px 16px rgba(0,0,0,.18)!important;
}
#work .sw-small .sw-brand{
  top:16px!important;
  left:16px!important;
  font-size:13px!important;
}
#work .sw-panel{
  position:absolute!important;
  left:20px!important;
  bottom:20px!important;
  z-index:6!important;
  max-width:min(560px,74%)!important;
  padding:16px 18px 17px!important;
  border-radius:14px!important;
  background:rgba(3,8,6,.93)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.28)!important;
  opacity:0!important;
  transform:translateY(14px)!important;
  transition:opacity .28s ease,transform .34s cubic-bezier(.2,.6,.2,1)!important;
  pointer-events:none!important;
  color:#fff!important;
}
#work .sw-card:hover .sw-panel,
#work .sw-card:focus-within .sw-panel{
  opacity:1!important;
  transform:translateY(0)!important;
  pointer-events:auto!important;
}
#work .sw-kicker{
  display:block!important;
  margin-bottom:8px!important;
  color:#75cba4!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
}
#work .sw-panel h3{
  margin:0!important;
  color:#fff!important;
  font-family:var(--disp)!important;
  font-weight:800!important;
  font-size:clamp(28px,3.2vw,48px)!important;
  line-height:1.01!important;
  letter-spacing:-.04em!important;
}
#work .sw-small .sw-panel h3{
  font-size:clamp(22px,2.2vw,31px)!important;
}
#work .sw-panel h3 span{color:#fff!important}
#work .sw-panel p{
  margin:10px 0 0!important;
  color:rgba(255,255,255,.88)!important;
  font-size:13px!important;
  line-height:1.45!important;
}
#work .sw-stats{
  display:flex!important;
  gap:8px!important;
  margin-top:14px!important;
  flex-wrap:wrap!important;
}
#work .sw-stats span{
  display:flex!important;
  flex-direction:column!important;
  padding:9px 10px!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:rgba(255,255,255,.72)!important;
  font-size:9px!important;
}
#work .sw-stats b{color:#fff!important;font-size:12px!important}
#work .case-study-btn{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:13px!important;
  padding:9px 13px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#101614!important;
  text-decoration:none!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1!important;
}
#work .case-study-btn span{color:#2c9e6f!important}
#work .case-study-btn:hover{
  background:#2c9e6f!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
#work .case-study-btn:hover span{color:#fff!important}
@media(max-width:900px){#work .sw-hero{height:470px!important}#work .sw-small{height:280px!important}}
@media(max-width:650px){#work .sw-row{grid-template-columns:1fr!important}#work .sw-hero{height:420px!important}#work .sw-small{height:280px!important}#work .sw-panel{left:12px!important;right:12px!important;bottom:12px!important;max-width:none!important}}
#work .sw-card .sw-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
#work .sw-hero .sw-image{
  object-position:center!important;
}
#work .sw-small .sw-image{
  object-position:center!important;
}
#work .work-coke-image{
  object-fit:contain!important;
  object-position:center center!important;
  background:#111!important;
  width:100%!important;
  height:100%!important;
}
#work .work-coke{
  overflow:hidden!important;
}
@media(max-width:900px){#work .work-coke-image{object-fit:contain!important;object-position:center center!important}}
#work .sw-hero{
  width:100%!important;
  height:auto!important;
  aspect-ratio:3 / 2!important;
  min-height:0!important;
  overflow:hidden!important;
}
#work .sw-hero .sw-image{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
#work .sw-hero:hover .sw-image,
#work .sw-hero:focus-within .sw-image{
  object-position:center center!important;
}
@media(max-width:900px){#work .sw-hero{
    aspect-ratio:3 / 2!important;
    height:auto!important;
  }}
#work .sw-row{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
  margin-top:24px!important;
  align-items:start!important;
}
#work .sw-small{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:727 / 698!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
#work .sw-small .sw-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
}
#work .sw-small:hover .sw-image,
#work .sw-small:focus-within .sw-image{
  object-position:center!important;
}
@media(max-width:900px){#work .sw-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
  }#work .sw-small{
    aspect-ratio:727 / 698!important;
    height:auto!important;
  }}
@media(max-width:650px){#work .sw-row{
    grid-template-columns:1fr!important;
  }}
#work .sw-row{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
#work .sw-row .sw-small{
  position:relative!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:3 / 2!important;
  overflow:hidden!important;
  border-radius:22px!important;
  box-sizing:border-box!important;
}
#work .sw-row .sw-small .sw-image{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
#work .sw-row .sw-small:hover .sw-image,
#work .sw-row .sw-small:focus-within .sw-image{
  object-position:center center!important;
}
@media(max-width:900px){#work .sw-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}}
@media(max-width:650px){#work .sw-row{grid-template-columns:1fr!important}}
.reels{margin-top:26px!important;padding-top:0!important;border-top:0!important;}
.reelmar{margin-top:0!important;}
.marquee .track{animation:scrollx 11s linear infinite!important;}
.reels{
  margin-top:32px!important;
  padding-top:28px!important;
  border-top:1px solid var(--green-bright)!important;
}
#touch .touch-pair-track{animation:touchPairScroll 68s linear infinite!important;}
.reels{position:relative!important;margin-top:44px!important;padding-top:44px!important;border-top:0!important;}
.reels::before{content:"";position:absolute;top:22px;left:24px;right:24px;height:1px;background:var(--green-bright);opacity:.9;pointer-events:none;}
.reelmar{margin-top:0!important;}
@media(max-width:900px){.reels{padding-top:40px!important}.reels::before{top:20px;left:20px;right:20px}}
@media(max-width:600px){.reels{padding-top:32px!important}.reels::before{top:16px;left:16px;right:16px}}
#touch .touch-reference-track{
  animation-duration:52s!important;
}
.reel-track{
  animation-duration:24s!important;
}
#work .sw-row{
  width:min(100%,1200px)!important;
  max-width:1200px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  justify-content:center!important;
}
.reels{
  position:relative!important;
}
.reels::before{
  top:-70px!important;
  left:50%!important;
  right:auto!important;
  width:min(1200px,calc(100% - 48px))!important;
  transform:translateX(-50%)!important;
  height:1px!important;
  background:var(--green-bright)!important;
  opacity:.9!important;
}
@media(max-width:900px){#touch .touch-reference-track{animation-duration:44s!important}.reel-track{animation-duration:20s!important}#work .sw-row{width:100%!important}.reels::before{top:-60px!important;width:calc(100% - 40px)!important}}
@media(max-width:600px){#touch .touch-reference-track{animation-duration:38s!important}.reel-track{animation-duration:18s!important}.reels::before{top:-52px!important;width:calc(100% - 32px)!important}}
#work .sw-row{
  margin-bottom:0!important;
}
#work .reels{
  margin-top:0!important;
  padding-top:0!important;
  border-top:0!important;
}
#work .reels::before{
  display:none!important;
  content:none!important;
}
#work .reelmar{
  margin-top:0!important;
}
#work .sw-row + .reels{
  margin-top:0!important;
  padding-top:0!important;
}
#work .sw-row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:18px!important;
  margin-top:18px!important;
}
#work .sw-row .sw-small{
  width:auto!important;
  border-radius:20px!important;
}
#work{
  padding-bottom:12px!important;
}
#work + .reels{
  margin-top:0!important;
  padding-top:0!important;
  border-top:0!important;
}
.reels{
  margin-top:0!important;
  padding-top:0!important;
  border-top:0!important;
}
@media(max-width:900px){#work .sw-row{
    grid-template-columns:1fr!important;
  }}
#work .sw-brand{
  top:auto!important;
  left:20px!important;
  bottom:20px!important;
  z-index:10!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff!important;
  font-family:var(--disp)!important;
  font-size:clamp(22px,2.5vw,34px)!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:-.025em!important;
  text-shadow:0 3px 14px rgba(0,0,0,.65)!important;
  pointer-events:none!important;
}
#work .sw-small .sw-brand{
  left:16px!important;
  bottom:16px!important;
  top:auto!important;
  font-size:clamp(18px,2vw,25px)!important;
}
#work .sw-panel{
  left:20px!important;
  right:20px!important;
  top:20px!important;
  bottom:auto!important;
  max-width:520px!important;
  width:auto!important;
  padding:14px 16px!important;
  border-radius:13px!important;
  opacity:0!important;
  transform:translateY(-8px)!important;
  pointer-events:none!important;
  transition:opacity .25s ease,transform .28s ease!important;
}
#work .sw-card:hover .sw-panel,
#work .sw-card:focus-within .sw-panel{
  opacity:1!important;
  transform:translateY(0)!important;
  pointer-events:auto!important;
}
#work .sw-panel .sw-kicker{
  margin-bottom:5px!important;
  font-size:8px!important;
}
#work .sw-panel h3{
  font-size:clamp(18px,2vw,28px)!important;
  line-height:1.05!important;
}
#work .sw-panel p{
  margin-top:6px!important;
  font-size:11px!important;
  line-height:1.35!important;
}
#work .sw-stats,
#work .sw-panel .case-study-btn{
  display:none!important;
}
#work .sw-small .sw-panel{
  left:14px!important;
  right:14px!important;
  top:14px!important;
  padding:11px 12px!important;
}
#work .sw-small .sw-panel h3{
  font-size:17px!important;
}
#work .sw-small .sw-panel p{
  font-size:10px!important;
  margin-top:5px!important;
}
#work .sw-card:hover .sw-brand,
#work .sw-card:focus-within .sw-brand{
  opacity:1!important;
  color:#fff!important;
}
@media(max-width:650px){#work .sw-brand{
    left:14px!important;
    bottom:14px!important;
    font-size:21px!important;
  }#work .sw-panel{
    left:12px!important;
    right:12px!important;
    top:12px!important;
    max-width:none!important;
  }}
#work .sw-panel{
  left:clamp(18px,3vw,42px)!important;
  right:auto!important;
  bottom:clamp(18px,3vw,34px)!important;
  top:auto!important;
  width:min(620px,76%)!important;
  max-width:none!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  opacity:1!important;
  transform:none!important;
  pointer-events:none!important;
  transition:background .25s ease, padding .25s ease, opacity .25s ease, transform .25s ease!important;
}
#work .sw-panel .sw-kicker,
#work .sw-panel p,
#work .sw-panel .sw-stats,
#work .sw-panel .case-study-btn{
  display:none!important;
}
#work .sw-panel h3{
  display:block!important;
  margin:0!important;
  color:#fff!important;
  font-family:var(--disp)!important;
  font-weight:800!important;
  font-size:clamp(28px,3.7vw,52px)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  text-shadow:0 4px 18px rgba(0,0,0,.72)!important;
}
#work .sw-small .sw-panel{
  left:18px!important;
  bottom:18px!important;
  width:min(82%,430px)!important;
}
#work .sw-small .sw-panel h3{
  font-size:clamp(22px,2.4vw,32px)!important;
  line-height:1.02!important;
}
#work .sw-card:hover .sw-panel,
#work .sw-card:focus-within .sw-panel{
  padding:15px 17px 16px!important;
  background:rgba(3,8,6,.90)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:14px!important;
  box-shadow:0 14px 34px rgba(0,0,0,.30)!important;
  pointer-events:auto!important;
}
#work .sw-card:hover .sw-panel .sw-kicker,
#work .sw-card:focus-within .sw-panel .sw-kicker,
#work .sw-card:hover .sw-panel p,
#work .sw-card:focus-within .sw-panel p,
#work .sw-card:hover .sw-panel .sw-stats,
#work .sw-card:focus-within .sw-panel .sw-stats,
#work .sw-card:hover .sw-panel .case-study-btn{
  display:block!important;
}
#work .sw-card:hover .sw-panel .sw-stats,
#work .sw-card:focus-within .sw-panel .sw-stats{
  display:flex!important;
}
#work .sw-card:hover .sw-panel .case-study-btn,
#work .sw-card:focus-within .sw-panel .case-study-btn{
  display:inline-flex!important;
}
#work .sw-panel .sw-kicker{
  margin-bottom:7px!important;
}
#work .sw-panel p{
  margin:8px 0 0!important;
  font-size:12px!important;
  line-height:1.4!important;
}
#work .sw-panel .sw-stats{
  margin-top:11px!important;
}
#work .sw-panel .case-study-btn{
  margin-top:11px!important;
}
#work{
  padding-bottom:0!important;
}
.reels{
  position:relative!important;
  margin-top:0!important;
  padding-top:0!important;
  border-top:0!important;
}
.reels::before{
  display:none!important;
  content:none!important;
}
.reelmar{
  margin-top:0!important;
}
@media(max-width:900px){#work{
    padding-bottom:0!important;
  }.reels{
    margin-top:0!important;
    padding-top:0!important;
    border-top:0!important;
  }.reels::before{
    display:none!important;
  }}
@media(max-width:600px){#work .sw-panel{
    left:14px!important;
    bottom:14px!important;
    width:calc(100% - 28px)!important;
  }#work .sw-panel h3{
    font-size:24px!important;
  }#work .sw-small .sw-panel h3{
    font-size:19px!important;
  }}
#work .sw-row{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
#work .sw-brand{
  position:absolute!important;
  left:26px!important;
  right:auto!important;
  top:auto!important;
  bottom:24px!important;
  z-index:12!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#fff!important;
  font-family:var(--disp)!important;
  font-size:clamp(30px,3.6vw,52px)!important;
  font-weight:800!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
  text-shadow:0 3px 18px rgba(0,0,0,.78)!important;
  white-space:nowrap!important;
}
#work .sw-small .sw-brand{
  left:20px!important;
  bottom:19px!important;
  font-size:clamp(23px,2.5vw,34px)!important;
}
#work .sw-panel{
  left:20px!important;
  right:20px!important;
  top:20px!important;
  bottom:auto!important;
  width:min(620px,76%)!important;
  max-width:none!important;
}
#work .sw-small .sw-panel{
  left:16px!important;
  right:16px!important;
  top:16px!important;
  bottom:auto!important;
  width:calc(100% - 32px)!important;
}
#work{
  padding-bottom:0!important;
  border-bottom:0!important;
}
#work::after{
  display:none!important;
  content:none!important;
}
.reels,
#work + .reels{
  margin-top:14px!important;
  padding-top:0!important;
  border-top:0!important;
}
.reels::before{
  display:none!important;
  content:none!important;
}
@media(max-width:900px){#work .sw-row{
    gap:12px!important;
  }#work .sw-brand{
    left:18px!important;
    bottom:18px!important;
    font-size:31px!important;
  }#work .sw-small .sw-brand{
    left:16px!important;
    bottom:16px!important;
    font-size:23px!important;
  }}
@media(max-width:650px){#work .sw-row{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }#work .sw-brand{
    left:16px!important;
    bottom:16px!important;
    font-size:28px!important;
  }#work .sw-small .sw-brand{
    font-size:23px!important;
  }}
#work .feature .sw-panel,
#work .feature .sw-brand{
  left:clamp(46px,9vw,125px)!important;
  bottom:24px!important;
}
#work .sw-small .sw-panel{
  left:18px!important;
  right:18px!important;
  top:auto!important;
  bottom:48px!important;
  width:calc(100% - 36px)!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
#work .sw-small .sw-panel h3{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(19px,2.1vw,28px)!important;
  line-height:1.02!important;
  text-shadow:0 3px 14px rgba(0,0,0,.78)!important;
}
#work .sw-small .sw-brand{
  left:18px!important;
  bottom:17px!important;
  font-size:clamp(20px,2.2vw,29px)!important;
  line-height:1!important;
}
#work .sw-small:hover .sw-panel,
#work .sw-small:focus-within .sw-panel{
  padding:12px 14px!important;
  background:rgba(3,8,6,.90)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:13px!important;
  bottom:52px!important;
}
@media(max-width:900px){#work .feature .sw-panel,
  #work .feature .sw-brand{
    left:60px!important;
    bottom:22px!important;
  }}
@media(max-width:650px){#work .feature .sw-panel,
  #work .feature .sw-brand{
    left:28px!important;
  }#work .sw-small .sw-panel{
    left:14px!important;
    right:14px!important;
    width:calc(100% - 28px)!important;
    bottom:43px!important;
  }#work .sw-small .sw-brand{
    left:14px!important;
    bottom:14px!important;
  }}
#work .sw-hero > .sw-panel{
  left:auto!important;
  right:clamp(28px,5vw,72px)!important;
  top:28px!important;
  bottom:auto!important;
  width:min(52%,620px)!important;
  max-width:none!important;
}
#work .sw-hero > .sw-panel h3{
  text-align:left!important;
}
#work .sw-hero:hover > .sw-panel,
#work .sw-hero:focus-within > .sw-panel{
  right:clamp(28px,5vw,72px)!important;
  top:28px!important;
  bottom:auto!important;
}
#work .sw-hero > .sw-brand{
  left:26px!important;
  right:auto!important;
  bottom:24px!important;
  top:auto!important;
}
@media(max-width:900px){#work .sw-hero > .sw-panel{
    right:24px!important;
    top:24px!important;
    width:min(58%,540px)!important;
  }}
@media(max-width:650px){#work .sw-hero > .sw-panel{
    right:16px!important;
    top:18px!important;
    width:calc(100% - 32px)!important;
  }}
#work .sw-hero > .sw-panel{
  left:auto!important;
  right:clamp(28px,5vw,72px)!important;
  top:auto!important;
  bottom:clamp(28px,5vw,54px)!important;
  width:min(48%,560px)!important;
}
#work .sw-hero > .sw-panel h3{
  text-align:right!important;
}
#work .sw-hero:hover > .sw-panel,
#work .sw-hero:focus-within > .sw-panel{
  left:auto!important;
  right:clamp(28px,5vw,72px)!important;
  top:auto!important;
  bottom:clamp(28px,5vw,54px)!important;
}
#work .sw-hero > .sw-brand{
  left:26px!important;
  right:auto!important;
  top:auto!important;
  bottom:24px!important;
}
@media(max-width:900px){#work .sw-hero > .sw-panel{
    right:24px!important;
    bottom:24px!important;
    width:min(52%,520px)!important;
  }}
@media(max-width:650px){#work .sw-hero > .sw-panel{
    right:16px!important;
    bottom:18px!important;
    width:calc(100% - 32px)!important;
  }#work .sw-hero > .sw-panel h3{
    text-align:right!important;
  }}
.hero-keywords{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-top:22px;color:rgba(255,255,255,.78);font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.hero-keywords i{font-style:normal;color:var(--green-bright);font-size:12px}
@media(max-width:600px){.hero-keywords{gap:8px;font-size:10px}}
.vhero .wrap{max-width:1100px;text-align:left;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"eyebrow rail" "title rail" "sub rail" "actions rail";column-gap:56px;align-items:end;padding-top:10px;padding-bottom:10px}
.vhero .eyebrow{grid-area:eyebrow;margin-bottom:10px!important}
.vhero h1{grid-area:title;text-align:left;max-width:900px;margin:0 0 20px}
.vhero h1 .h1-kicker{display:block;font-size:clamp(18px,2.1vw,28px);font-weight:700;letter-spacing:-.02em;color:rgba(255,255,255,.86);margin-bottom:8px}
.vhero h1 .h1-main{display:block;font-size:clamp(34px,5vw,68px);line-height:.98;font-weight:800;letter-spacing:-.04em;text-wrap:balance}
.vhero .hsub{grid-area:sub;text-align:left;max-width:68ch;margin:0;color:#d3dad6;font-size:clamp(15px,1.1vw,18px);line-height:1.65}
.vhero .hsub strong{display:block;color:#fff;font-size:clamp(16px,1.25vw,20px);margin-bottom:4px}
.vhero .hero-actions{grid-area:actions;justify-content:flex-start;margin-top:28px}
.vhero .hero-keywords{grid-area:rail;align-self:center;display:grid;gap:0;min-width:190px;border-left:1px solid rgba(255,255,255,.24);padding-left:22px}
.vhero .hero-keywords span{font-family:var(--disp);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.82);padding:11px 0}
.vhero .hero-keywords i{display:none}
#work .sw-stats{gap:10px}
#work .sw-stats>span{display:inline-flex;align-items:baseline;gap:5px}
#work .sw-stats b{font-weight:800}
@media(max-width:900px){.vhero .wrap{display:block;text-align:center;padding-top:20px;padding-bottom:20px}.vhero .eyebrow,.vhero h1,.vhero .hsub{text-align:center}.vhero h1 .h1-main{font-size:clamp(33px,9vw,52px)}.vhero .hero-actions{justify-content:center}.vhero .hero-keywords{display:flex;justify-content:center;flex-wrap:wrap;gap:7px 14px;border-left:0;border-top:1px solid rgba(255,255,255,.22);padding:14px 0 0;margin:26px auto 0;min-width:0}.vhero .hero-keywords span{padding:0;font-size:10.5px}.vhero .hero-keywords i{display:inline;color:rgba(255,255,255,.38)}}
.seo-nudge{margin-top:14px;max-width:64ch}
.seo-nudge strong{color:var(--white)}
.vhero h1 .h1-kicker{
  display:block!important;
  font-size:clamp(33px,4.35vw,60px)!important;
  line-height:.98!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
  color:#fff!important;
  margin:0 0 3px!important;
  text-wrap:balance;
}
.vhero h1 .h1-main{
  display:block!important;
  font-size:clamp(33px,4.35vw,60px)!important;
  line-height:.98!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
  text-wrap:balance;
}
.vhero h1{max-width:980px!important;}
#faq .faq-head{
  max-width:1100px!important;
}
#faq .faq-head h2{
  font-size:clamp(30px,3.5vw,46px)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  max-width:760px!important;
  margin:12px 0 18px!important;
}
#faq .faq-head .lead{
  max-width:43ch!important;
  font-size:clamp(15px,1.1vw,17px)!important;
}
@media(max-width:900px){.vhero h1 .h1-kicker,.vhero h1 .h1-main{
    font-size:clamp(32px,8.7vw,52px)!important;
  }#faq .faq-head h2{
    font-size:clamp(28px,7vw,40px)!important;
    max-width:100%!important;
  }}
.vhero h1{
  max-width:1000px!important;
  letter-spacing:-.045em!important;
}
.vhero h1 .h1-kicker,.vhero h1 .h1-main{
  letter-spacing:-.045em!important;
}
.vhero h1 .w{
  white-space:nowrap;
}
@media(max-width:900px){.vhero h1{max-width:100%!important}.vhero h1 .w{white-space:normal}}
.vhero h1{
  max-width:1080px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.vhero h1 .h1-kicker,
.vhero h1 .h1-main{
  display:block!important;
  font-size:clamp(36px,4.55vw,66px)!important;
  line-height:1.00!important;
  letter-spacing:-.042em!important;
}
.vhero h1 .h1-kicker{margin:0 0 10px!important}
.vhero h1 .h1-main{margin:0!important}
@media(min-width:901px){.vhero h1 .h1-kicker{max-width:100%;}.vhero h1 .h1-main{max-width:100%;}}
.sec-head h2,
.editorial-head h2,
#faq .faq-head h2,
.work .head-flex h2,
.reasons .sec-head h2,
.thoughts .t-left h2{
  margin-top:14px!important;
  margin-bottom:18px!important;
}
.sec-head .lead,
.editorial-head .lead,
#faq .faq-head .lead,
.work .lead,
.reasons .lead,
.thoughts .lead{margin-top:0!important}
#touch .sec-head h2{
  max-width:900px!important;
  font-size:clamp(34px,4.2vw,58px)!important;
  line-height:1.03!important;
  letter-spacing:-.038em!important;
}
.editorial-head h2{
  max-width:800px!important;
  font-size:clamp(34px,4vw,54px)!important;
  line-height:1.04!important;
  letter-spacing:-.038em!important;
}
#faq .faq-head h2{
  max-width:700px!important;
  font-size:clamp(30px,3.25vw,44px)!important;
  line-height:1.06!important;
}
.svc-title,.feature h3,.swcard h3,.tm-ref-text h3,.touch-ref-text h3,.reels-h{
  margin-top:14px!important;
  margin-bottom:9px!important;
}
.card h3,.reason h4,.article h3{margin-bottom:8px!important}
@media(max-width:900px){.vhero h1 .h1-kicker,.vhero h1 .h1-main{
    font-size:clamp(31px,8.4vw,50px)!important;
    line-height:1.01!important;
  }.vhero h1 .h1-kicker{margin-bottom:8px!important}#touch .sec-head h2{font-size:clamp(30px,8vw,44px)!important}.editorial-head h2{font-size:clamp(30px,8vw,44px)!important}#faq .faq-head h2{font-size:clamp(28px,7vw,40px)!important}}
.vhero .wrap{
  width:100%;
  max-width:1180px!important;
  padding-left:clamp(24px,5vw,64px)!important;
  padding-right:clamp(24px,5vw,64px)!important;
  padding-top:28px!important;
  padding-bottom:28px!important;
}
.vhero h1{
  max-width:1080px!important;
  margin:10px 0 22px!important;
  letter-spacing:-.038em!important;
}
.vhero h1 .h1-kicker,.vhero h1 .h1-main{
  display:block!important;
  width:100%;
  white-space:normal!important;
  font-size:clamp(42px,4.65vw,62px)!important;
  line-height:1.01!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
}
.vhero h1 .h1-kicker{margin:0 0 16px!important}
.vhero h1 .h1-main{margin:0!important}
.vhero .hsub{max-width:68ch!important;line-height:1.62!important}
.vhero .hero-actions{margin-top:26px!important}
.vhero .hero-keywords{margin-top:22px!important}
section{padding-top:clamp(72px,8vw,110px)!important;padding-bottom:clamp(72px,8vw,110px)!important}
.sec-head h2,.editorial-head h2,.work .head-flex h2,.thoughts .t-left h2{margin-top:12px!important;margin-bottom:16px!important}
.sec-head .lead,.editorial-head .lead,.work .lead,.thoughts .lead{line-height:1.65!important}
.cards,.svcgrid,.fgrid3,.bloggrid,.tgrid,.rgrid,.subwork,.steps{gap:22px!important}
.card,.fcard,.article,.saycard,.step,.tcard,.post{padding:26px!important}
.work .head-flex{margin-bottom:34px!important}
.feature,.swcard{margin-top:0!important}
.tmosaic,.tm-reference-marquee,.reels,.editorial-grid,.faq-grid{margin-top:38px!important}
#faq{padding-top:76px!important;padding-bottom:82px!important}
#faq .faq-head{gap:28px!important}
#faq .faq-head h2{max-width:720px!important;font-size:clamp(30px,3.1vw,44px)!important;line-height:1.06!important;margin:12px 0 14px!important}
#faq .faq-head .lead{max-width:42ch!important;line-height:1.65!important}
#faq .faq-grid{gap:46px!important;margin-top:34px!important}
.ctaband{padding-top:92px!important;padding-bottom:92px!important}
.ctaband h2{max-width:950px!important;margin:0 auto 18px!important;line-height:1.02!important;letter-spacing:-.038em!important}
.ctaband p{max-width:54ch!important;line-height:1.65!important}
@media(max-width:900px){.vhero .wrap{display:block!important;padding-top:36px!important;padding-bottom:36px!important}.vhero h1{max-width:100%!important;margin-bottom:20px!important}.vhero h1 .h1-kicker,.vhero h1 .h1-main{font-size:clamp(34px,8.6vw,52px)!important;line-height:1.02!important}.vhero h1 .h1-kicker{margin-bottom:12px!important}.vhero .hero-keywords{margin-top:24px!important}section{padding-top:68px!important;padding-bottom:68px!important}.work .head-flex{margin-bottom:26px!important}#faq{padding-top:68px!important;padding-bottom:72px!important}#faq .faq-grid{margin-top:28px!important;gap:28px!important}.ctaband{padding-top:76px!important;padding-bottom:76px!important}}
.vhero h1{max-width:1040px!important;margin-bottom:18px!important}
.vhero h1 .h1-kicker,.vhero h1 .h1-main{font-size:clamp(34px,3.9vw,54px)!important;line-height:1.02!important;letter-spacing:-.042em!important}
.vhero h1 .h1-kicker{margin-bottom:7px!important}
.vhero .hsub{max-width:760px!important;font-size:clamp(15px,1vw,17px)!important;line-height:1.5!important}
.vhero .hsub strong{font-size:clamp(16px,1.15vw,19px)!important;margin-bottom:3px!important}
@media(max-width:900px){.vhero h1 .h1-kicker,.vhero h1 .h1-main{font-size:clamp(31px,8vw,48px)!important}.vhero .hsub{max-width:640px!important}}
#services .sec-head .seo-nudge{margin-top:10px!important}
#services .sec-head .lead{max-width:70ch!important}
.vhero .wrap{
  max-width:1180px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding-top:18px!important;
  padding-bottom:18px!important;
}
.vhero .eyebrow{margin:0 0 12px!important}
.vhero h1{
  width:100%!important;
  max-width:1120px!important;
  margin:0 auto 18px!important;
  text-align:center!important;
}
.vhero h1 .h1-kicker,
.vhero h1 .h1-main{
  display:block!important;
  font-size:clamp(36px,4.35vw,62px)!important;
  line-height:1.02!important;
  letter-spacing:-.043em!important;
  font-weight:800!important;
  text-align:center!important;
  margin:0!important;
}
.vhero h1 .h1-kicker{margin-bottom:4px!important}
.vhero h1 .h1-main{white-space:nowrap!important}
.vhero .hsub{
  width:100%!important;
  max-width:920px!important;
  margin:0 auto!important;
  text-align:center!important;
  font-size:clamp(15px,1.02vw,17px)!important;
  line-height:1.48!important;
}
.vhero .hsub strong{
  display:block!important;
  margin-bottom:2px!important;
  font-size:clamp(16px,1.15vw,19px)!important;
}
.vhero .hero-actions{
  margin:24px auto 0!important;
  justify-content:center!important;
}
.vhero .hero-keywords{
  order:5!important;
  width:100%!important;
  max-width:920px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:18px!important;
  margin:18px auto 0!important;
  padding:14px 0 0!important;
  border-left:0!important;
  border-top:1px solid rgba(255,255,255,.22)!important;
}
.vhero .hero-keywords span{padding:0!important;font-size:11px!important}
@media(max-width:900px){.vhero .wrap{padding:24px 20px!important}.vhero h1{max-width:760px!important}.vhero h1 .h1-kicker,
  .vhero h1 .h1-main{font-size:clamp(31px,8vw,50px)!important;line-height:1.03!important}.vhero h1 .h1-main{white-space:normal!important}.vhero .hsub{max-width:680px!important}.vhero .hero-keywords{gap:10px!important;flex-wrap:wrap!important}}
@media(max-width:560px){.vhero h1 .h1-kicker,
  .vhero h1 .h1-main{font-size:clamp(29px,9.5vw,43px)!important}.vhero .hero-keywords{margin-top:15px!important;padding-top:12px!important}}
#services .sec-head h2{
  max-width:980px!important;
  font-size:clamp(34px,4vw,54px)!important;
  line-height:1.03!important;
  letter-spacing:-.04em!important;
}
#services .sec-head .seo-nudge{max-width:70ch!important}
#services .sec-head .lead:not(.seo-nudge){max-width:68ch!important}
.vhero{
  min-height:clamp(520px,66vh,640px)!important;
}
.vhero .wrap{
  max-width:1180px!important;
  padding:36px 28px 30px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.vhero .eyebrow{
  margin:0 0 20px!important;
  font-size:12px!important;
  letter-spacing:.16em!important;
}
.vhero h1{
  width:min(1080px,100%)!important;
  max-width:1080px!important;
  margin:0 auto 20px!important;
  text-align:center!important;
  font-size:clamp(34px,3.9vw,58px)!important;
  line-height:1.035!important;
  letter-spacing:-.045em!important;
  font-weight:800!important;
  text-wrap:balance!important;
}
.vhero h1 .h1-kicker,
.vhero h1 .h1-main{
  display:inline!important;
  font-size:inherit!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
  font-weight:inherit!important;
  margin:0!important;
  white-space:normal!important;
  text-align:inherit!important;
}
.vhero h1 .h1-kicker{margin-right:.28em!important}
.vhero .hsub{
  width:min(760px,100%)!important;
  max-width:760px!important;
  margin:0 auto!important;
  font-size:clamp(14px,1.05vw,16px)!important;
  line-height:1.55!important;
  color:rgba(255,255,255,.78)!important;
}
.vhero .hsub strong{
  display:block!important;
  margin-bottom:6px!important;
  font-size:clamp(15px,1.1vw,17px)!important;
  line-height:1.4!important;
  color:#fff!important;
}
.vhero .hero-actions{
  margin:24px auto 0!important;
  gap:12px!important;
}
.vhero .hero-actions .btn{
  min-height:48px!important;
  padding:13px 24px!important;
}
.vhero .hero-keywords{
  width:min(760px,100%)!important;
  max-width:760px!important;
  margin:20px auto 0!important;
  padding:12px 0 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  border-top:1px solid rgba(255,255,255,.18)!important;
}
.vhero .hero-keywords span{
  font-size:10.5px!important;
  letter-spacing:.08em!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}
.vhero .hero-keywords i{
  font-size:8px!important;
  opacity:.45!important;
}
@media(max-width:900px){.vhero{min-height:560px!important}.vhero .wrap{padding:30px 20px 26px!important}.vhero h1{max-width:760px!important;font-size:clamp(31px,7vw,48px)!important;line-height:1.04!important}.vhero .hsub{max-width:650px!important}.vhero .hero-keywords{gap:11px!important;flex-wrap:wrap!important}}
@media(max-width:560px){.vhero{min-height:560px!important}.vhero .eyebrow{margin-bottom:16px!important}.vhero h1{font-size:clamp(29px,9vw,42px)!important;margin-bottom:16px!important}.vhero .hsub{font-size:14px!important;line-height:1.5!important}.vhero .hero-actions{margin-top:20px!important;gap:10px!important}.vhero .hero-actions .btn{padding:12px 19px!important}.vhero .hero-keywords{margin-top:17px!important;padding-top:11px!important}}
.vhero .wrap{
  width:min(100%,1180px)!important;
  max-width:1180px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:0!important;
  padding:34px 24px 40px!important;
}
.vhero .eyebrow{
  margin:0 0 22px!important;
  text-align:center!important;
  font-size:13px!important;
  letter-spacing:.18em!important;
}
.vhero h1{
  width:100%!important;
  max-width:1080px!important;
  margin:0 auto 24px!important;
  text-align:center!important;
  font-size:clamp(38px,4.5vw,58px)!important;
  line-height:1.03!important;
  letter-spacing:-.042em!important;
  text-wrap:balance!important;
}
.vhero h1 .h1-kicker,
.vhero h1 .h1-main{
  display:block!important;
  margin:0!important;
  font-size:inherit!important;
  line-height:inherit!important;
  font-weight:800!important;
  letter-spacing:inherit!important;
  color:#fff!important;
}
.vhero h1 .h1-kicker{margin-bottom:4px!important}
.vhero .hsub{
  width:100%!important;
  max-width:780px!important;
  margin:0 auto!important;
  text-align:center!important;
  font-size:clamp(15px,1.2vw,17px)!important;
  line-height:1.48!important;
  color:#d8dfdb!important;
}
.vhero .hero-actions{
  margin:25px 0 0!important;
  justify-content:center!important;
  gap:14px!important;
}
@media(max-width:900px){.vhero .wrap{padding:30px 20px 34px!important}.vhero .eyebrow{margin-bottom:18px!important}.vhero h1{max-width:720px!important;font-size:clamp(34px,8vw,50px)!important;line-height:1.04!important;margin-bottom:20px!important}.vhero .hsub{max-width:620px!important;font-size:15px!important;line-height:1.5!important}.vhero .hero-actions{margin-top:22px!important}}
@media(max-width:560px){.vhero h1{font-size:clamp(31px,9.2vw,42px)!important}.vhero .hsub{font-size:14.5px!important}.vhero .hero-actions{gap:10px!important}}
.vhero h1{
  width:min(94vw,1100px)!important;
  margin:0 auto 20px!important;
  text-align:center!important;
  font-size:clamp(42px,5.2vw,72px)!important;
  line-height:1.03!important;
  letter-spacing:-.035em!important;
  white-space:normal!important;
  overflow:visible!important;
}
.vhero h1 .h1-kicker,.vhero h1 .h1-main{
  display:inline!important;
  font:inherit!important;
  letter-spacing:inherit!important;
  line-height:inherit!important;
}
.vhero h1 .h1-main{margin-left:0!important;}
@media(max-width:900px){.vhero h1{font-size:clamp(34px,7.4vw,54px)!important;max-width:92vw!important;}}
@media(max-width:560px){.vhero h1{font-size:clamp(30px,8.4vw,43px)!important;max-width:94vw!important;}}
.vhero .wrap{
  text-align:center!important;
}
.vhero h1{
  width:min(1120px,94vw)!important;
  max-width:1120px!important;
  margin:0 auto 22px!important;
  font-size:clamp(40px,5.25vw,72px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  text-wrap:balance!important;
}
.vhero h1 .h1-kicker,
.vhero h1 .h1-main{
  display:inline!important;
  white-space:normal!important;
  margin:0!important;
}
.vhero h1 .h1-kicker{
  margin-right:0!important;
}
.vhero h1 br{
  display:block!important;
  content:"";
  margin:0!important;
}
.vhero .hsub{
  width:min(820px,92vw)!important;
  max-width:820px!important;
  margin:0 auto 30px!important;
  font-size:clamp(15px,1.25vw,18px)!important;
  line-height:1.55!important;
}
@media(max-width:900px){.vhero h1{
    width:min(92vw,700px)!important;
    font-size:clamp(34px,8vw,52px)!important;
    line-height:1.01!important;
    letter-spacing:-.04em!important;
  }.vhero .hsub{
    width:min(90vw,620px)!important;
    font-size:15px!important;
    line-height:1.5!important;
    margin-bottom:24px!important;
  }}
@media(max-width:560px){.vhero h1{
    font-size:clamp(30px,9vw,42px)!important;
  }}
.vhero .wrap{max-width:1180px!important;margin:0 auto!important;padding-left:24px!important;padding-right:24px!important;text-align:center!important}
.vhero h1{font-size:clamp(34px,4.7vw,58px)!important;line-height:1.02!important;letter-spacing:-.035em!important;max-width:1120px!important;margin:0 auto 24px!important;text-align:center!important;font-weight:800!important}
.vhero h1 .h1-kicker,.vhero h1 .h1-main{display:inline!important}
.vhero h1 br{display:block!important;content:""!important}
.vhero .hsub{max-width:920px!important;margin:0 auto!important;font-size:clamp(15px,1.2vw,18px)!important;line-height:1.45!important;text-align:center!important}
.vhero .hero-actions{margin-top:24px!important;justify-content:center!important;gap:12px!important}
@media(max-width:900px){.vhero h1{font-size:clamp(30px,7.5vw,45px)!important;line-height:1.04!important;max-width:92vw!important;margin-bottom:20px!important}.vhero .hsub{max-width:88vw!important;font-size:14.5px!important;line-height:1.45!important}}
@media(max-width:560px){.vhero h1{font-size:clamp(28px,8.5vw,38px)!important;max-width:94vw!important}.vhero .hsub{max-width:92vw!important;font-size:14px!important}.vhero .hero-actions{margin-top:20px!important}}
html,body{overflow-x:hidden;max-width:100%}
@media(max-width:900px){.hero-actions .btn{flex:1 1 auto;justify-content:center;text-align:center}.wrap{padding:0 18px}}
@media(max-width:560px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.head-flex{flex-direction:column;align-items:flex-start}.also-list{grid-template-columns:1fr!important}.strip{grid-template-columns:1fr 1fr!important}}
#insights.thoughts{
  background:var(--bg)!important;
  padding-top:clamp(64px,7vw,96px)!important;
  padding-bottom:clamp(64px,7vw,96px)!important;
}
#insights .t-wrap{
  width:min(100%,1180px)!important;
  margin:0 auto!important;
  display:block!important;
}
#insights .t-left{
  position:static!important;
  max-width:860px!important;
  margin:0 auto 42px!important;
  text-align:center!important;
}
#insights .t-left .eyebrow{
  display:inline-block!important;
  margin-bottom:12px!important;
}
#insights .t-left h2{
  max-width:900px!important;
  margin:0 auto 14px!important;
  font-size:clamp(34px,4.6vw,58px)!important;
  line-height:1.03!important;
  letter-spacing:-.04em!important;
}
#insights .t-left .lead{
  max-width:720px!important;
  margin:0 auto 24px!important;
  line-height:1.65!important;
}
#insights .t-left .btn{
  margin:0 auto!important;
}
#insights .t-right{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
#insights .article{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:0!important;
  padding:12px!important;
  background:var(--surface)!important;
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-shadow:none!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
#insights .article:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(46,145,104,.32)!important;
  box-shadow:0 14px 32px rgba(12,32,24,.08)!important;
}
#insights .article .thumb{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/10!important;
  border-radius:12px!important;
  overflow:hidden!important;
  position:relative!important;
  flex:none!important;
  background:var(--surface2)!important;
}
#insights .article .thumb .img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  transform:none!important;
}
#insights .article > div:last-child{
  padding:18px 12px 14px!important;
}
#insights .article .k{
  margin:0 0 9px!important;
  font-size:11px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:var(--mute)!important;
  line-height:1.25!important;
}
#insights .article h3{
  margin:0 0 11px!important;
  font-size:clamp(20px,2vw,27px)!important;
  line-height:1.14!important;
  letter-spacing:-.025em!important;
  color:var(--ink)!important;
}
#insights .article .meta{
  margin:0 0 10px!important;
  color:var(--mute)!important;
  font-size:14px!important;
  line-height:1.45!important;
}
#insights .article .rm{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  color:var(--green-deep)!important;
  font-size:13px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
#insights .article .rm:hover{color:var(--green)!important}
@media(max-width:980px){#insights .t-right{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:640px){#insights.thoughts{padding-top:52px!important;padding-bottom:52px!important}#insights .t-left{margin-bottom:28px!important}#insights .t-left h2{font-size:clamp(31px,8.8vw,42px)!important}#insights .t-left .lead{font-size:15px!important}#insights .t-right{grid-template-columns:1fr!important;gap:16px!important}#insights .article{padding:10px!important;border-radius:16px!important}#insights .article > div:last-child{padding:16px 10px 12px!important}#insights .article h3{font-size:22px!important}}
#blog-insights.samplrr-editorial{
  padding:clamp(60px,7vw,96px) 0;
  background:var(--surface2);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
#blog-insights .editorial-head{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:end;
  max-width:1180px;
  margin:0 auto 42px;
}
#blog-insights .editorial-head h2{
  max-width:14ch;
  margin:10px 0 0;
  font-size:clamp(38px,4.8vw,64px);
  line-height:.98;
  letter-spacing:-.045em;
}
#blog-insights .editorial-head .lead{
  max-width:56ch;
  margin:0 0 4px;
  font-size:16px;
  line-height:1.7;
}
#blog-insights .editorial-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
}
#blog-insights .editorial-feature{
  position:static;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  background:#fff;
  border:1px solid rgba(10,14,12,.10);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(12,32,24,.05);
}
#blog-insights .editorial-image{
  aspect-ratio:16/10;
  min-height:100%;
  background:#e9f1ed;
  overflow:hidden;
}
#blog-insights .editorial-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:38px 42px;
}
#blog-insights .editorial-kicker{
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#2e9168;
}
#blog-insights .editorial-feature h3{
  font-size:clamp(28px,3.2vw,46px);
  line-height:1.02;
  letter-spacing:-.035em;
  margin:11px 0 14px;
  color:var(--ink);
}
#blog-insights .editorial-feature p,
#blog-insights .editorial-item p{
  color:var(--mute);
  font-size:15px;
  line-height:1.72;
  margin:0;
}
#blog-insights .editorial-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:20px;
  width:max-content;
  font-size:14px;
  font-weight:800;
  color:#0f5c39;
}
#blog-insights .editorial-link span{transition:transform .2s ease}
#blog-insights .editorial-link:hover span{transform:translateX(4px)}
#blog-insights .editorial-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
#blog-insights .editorial-item{
  background:#fff;
  border:1px solid rgba(10,14,12,.10);
  border-radius:18px;
  padding:23px 24px 24px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:14px;
  min-height:0;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
#blog-insights .editorial-item:hover{
  transform:translateY(-3px);
  border-color:rgba(46,145,104,.35);
  box-shadow:0 12px 24px rgba(12,32,24,.05);
}
#blog-insights .editorial-number{
  font-family:var(--disp);
  font-size:13px;
  font-weight:800;
  color:#2e9168;
  padding-top:3px;
}
#blog-insights .editorial-item h3{
  font-size:21px;
  line-height:1.12;
  letter-spacing:-.025em;
  margin:6px 0 8px;
  color:var(--ink);
}
@media(max-width:900px){#blog-insights .editorial-head{grid-template-columns:1fr;gap:12px;margin-bottom:32px}#blog-insights .editorial-feature{grid-template-columns:1fr}#blog-insights .editorial-image{aspect-ratio:16/9;min-height:0}#blog-insights .editorial-copy{padding:28px 26px 30px}#blog-insights .editorial-list{grid-template-columns:1fr 1fr}}
@media(max-width:640px){#blog-insights .editorial-list{grid-template-columns:1fr}#blog-insights .editorial-item{grid-template-columns:34px minmax(0,1fr)}}
#blog-insights.samplrr-editorial .editorial-grid{
  max-width:1100px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:22px!important;
  align-items:stretch!important;
}
#blog-insights.samplrr-editorial .editorial-feature{
  position:static!important;
  display:grid!important;
  grid-template-columns:minmax(0, .88fr) minmax(0, 1.12fr)!important;
  min-height:0!important;
  border-radius:22px!important;
}
#blog-insights.samplrr-editorial .editorial-image{
  aspect-ratio:auto!important;
  min-height:330px!important;
  height:100%!important;
}
#blog-insights.samplrr-editorial .editorial-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:38px 40px!important;
}
#blog-insights.samplrr-editorial .editorial-feature h3{
  font-size:clamp(30px,3.2vw,46px)!important;
  max-width:15ch!important;
}
#blog-insights.samplrr-editorial .editorial-feature p{
  max-width:58ch!important;
}
#blog-insights.samplrr-editorial .editorial-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
#blog-insights.samplrr-editorial .editorial-item{
  min-height:0!important;
  height:auto!important;
  padding:24px 26px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
}
#blog-insights.samplrr-editorial .editorial-item h3{
  font-size:clamp(19px,1.65vw,24px)!important;
  line-height:1.12!important;
  margin:6px 0 8px!important;
}
#blog-insights.samplrr-editorial .editorial-item p{
  font-size:14px!important;
  line-height:1.6!important;
}
@media(max-width:900px){#blog-insights.samplrr-editorial .editorial-feature{
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;
  }#blog-insights.samplrr-editorial .editorial-copy{padding:30px!important}}
@media(max-width:700px){#blog-insights.samplrr-editorial .editorial-feature{
    grid-template-columns:1fr!important;
  }#blog-insights.samplrr-editorial .editorial-image{
    min-height:240px!important;
    aspect-ratio:16/10!important;
  }#blog-insights.samplrr-editorial .editorial-list{
    grid-template-columns:1fr!important;
  }#blog-insights.samplrr-editorial .editorial-copy{padding:24px!important}}
*,*::before,*::after{box-sizing:border-box}
html{overflow-x:hidden}
body{overflow-x:hidden;width:100%;max-width:100%;}
img,video{max-width:100%;}
#blog-insights.samplrr-editorial .wrap{width:100%;}
#blog-insights.samplrr-editorial .editorial-head,
#blog-insights.samplrr-editorial .editorial-grid{min-width:0;}
#blog-insights.samplrr-editorial .editorial-feature,
#blog-insights.samplrr-editorial .editorial-item{min-width:0;}
#blog-insights.samplrr-editorial .editorial-feature h3,
#blog-insights.samplrr-editorial .editorial-item h3,
#blog-insights.samplrr-editorial .editorial-feature p,
#blog-insights.samplrr-editorial .editorial-item p{overflow-wrap:anywhere;word-break:normal;}
@media (max-width: 900px){.wrap{width:100%;max-width:100%;}#blog-insights.samplrr-editorial{padding:68px 0 72px!important;}#blog-insights.samplrr-editorial .editorial-head{
    grid-template-columns:1fr!important;
    gap:18px!important;
    margin-bottom:30px!important;
  }#blog-insights.samplrr-editorial .editorial-head h2{
    max-width:15ch!important;
    font-size:clamp(36px,7vw,54px)!important;
    line-height:1.02!important;
  }#blog-insights.samplrr-editorial .editorial-head .lead{
    max-width:62ch!important;
    font-size:15px!important;
    line-height:1.65!important;
  }#blog-insights.samplrr-editorial .editorial-grid{gap:18px!important;}#blog-insights.samplrr-editorial .editorial-feature{
    grid-template-columns:1fr 1fr!important;
  }#blog-insights.samplrr-editorial .editorial-image{
    min-height:300px!important;
  }#blog-insights.samplrr-editorial .editorial-copy{
    padding:28px!important;
  }#blog-insights.samplrr-editorial .editorial-feature h3{
    font-size:clamp(27px,4vw,40px)!important;
  }#blog-insights.samplrr-editorial .editorial-list{
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
  }#blog-insights.samplrr-editorial .editorial-item{
    grid-template-columns:34px minmax(0,1fr)!important;
    padding:20px!important;
    gap:10px!important;
  }#blog-insights.samplrr-editorial .editorial-item h3{
    font-size:clamp(18px,2.25vw,22px)!important;
  }}
@media (max-width: 700px){#blog-insights.samplrr-editorial{padding:54px 0 58px!important;}#blog-insights.samplrr-editorial .wrap{padding-left:18px!important;padding-right:18px!important;}#blog-insights.samplrr-editorial .editorial-head{margin-bottom:24px!important;gap:12px!important;}#blog-insights.samplrr-editorial .editorial-head h2{
    max-width:100%!important;
    font-size:clamp(31px,9vw,42px)!important;
    line-height:1.03!important;
    letter-spacing:-.045em!important;
  }#blog-insights.samplrr-editorial .editorial-head .lead{
    font-size:14px!important;
    line-height:1.6!important;
  }#blog-insights.samplrr-editorial .editorial-grid{gap:16px!important;}#blog-insights.samplrr-editorial .editorial-feature{
    grid-template-columns:1fr!important;
    border-radius:18px!important;
  }#blog-insights.samplrr-editorial .editorial-image{
    min-height:0!important;
    aspect-ratio:16/9!important;
  }#blog-insights.samplrr-editorial .editorial-copy{
    padding:22px!important;
  }#blog-insights.samplrr-editorial .editorial-feature h3{
    max-width:100%!important;
    font-size:clamp(25px,7.5vw,34px)!important;
    line-height:1.06!important;
    margin:8px 0 10px!important;
  }#blog-insights.samplrr-editorial .editorial-feature p{
    font-size:14px!important;
    line-height:1.62!important;
  }#blog-insights.samplrr-editorial .editorial-link{margin-top:15px!important;}#blog-insights.samplrr-editorial .editorial-list{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }#blog-insights.samplrr-editorial .editorial-item{
    grid-template-columns:32px minmax(0,1fr)!important;
    gap:10px!important;
    padding:18px!important;
    border-radius:15px!important;
  }#blog-insights.samplrr-editorial .editorial-number{font-size:12px!important;}#blog-insights.samplrr-editorial .editorial-item h3{
    font-size:18px!important;
    line-height:1.14!important;
    margin:5px 0 7px!important;
  }#blog-insights.samplrr-editorial .editorial-item p{
    font-size:13.5px!important;
    line-height:1.58!important;
  }}
@media (max-width: 420px){#blog-insights.samplrr-editorial .wrap{padding-left:15px!important;padding-right:15px!important;}#blog-insights.samplrr-editorial{padding-top:46px!important;padding-bottom:50px!important;}#blog-insights.samplrr-editorial .editorial-head h2{font-size:clamp(29px,10vw,37px)!important;}#blog-insights.samplrr-editorial .editorial-copy{padding:19px!important;}#blog-insights.samplrr-editorial .editorial-item{padding:16px!important;}}
@media (max-width: 700px){.head-flex{gap:18px!important;}.head-flex>*{min-width:0;}.sec-head h2,.sec-head p,.lead{overflow-wrap:anywhere;}.hero-actions{width:100%;}.hero-actions .btn{min-width:0;}.strip{width:100%;}.svcgrid,.rgrid,.faq-grid{min-width:0;}}
@media (hover:none) and (pointer:coarse), (max-width:650px){#work .wrap{width:100%;box-sizing:border-box}#work .head-flex{gap:18px}#work .sw-row{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-top:12px!important;
  }#work .sw-card,
  #work .sw-hero,
  #work .sw-small{
    width:100%!important;
    min-width:0!important;
    height:270px!important;
    min-height:270px!important;
    max-height:270px!important;
    margin:0!important;
    border-radius:18px!important;
    overflow:hidden!important;
    position:relative!important;
    isolation:isolate!important;
  }#work .sw-card .sw-image{
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center!important;
    transform:none!important;
  }#work .sw-card::after{
    content:"";
    position:absolute!important;
    inset:30% 0 0!important;
    z-index:1!important;
    background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.78) 75%,rgba(0,0,0,.9))!important;
    pointer-events:none!important;
  }#work .sw-brand{
    display:none!important;
  }#work .sw-panel,
  #work .sw-card:hover .sw-panel,
  #work .sw-card:focus-within .sw-panel{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:auto!important;
    bottom:0!important;
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
    padding:18px 16px 16px!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    opacity:1!important;
    transform:none!important;
    pointer-events:none!important;
    z-index:2!important;
    transition:none!important;
  }#work .sw-panel .sw-kicker,
  #work .sw-card:hover .sw-panel .sw-kicker,
  #work .sw-card:focus-within .sw-panel .sw-kicker{
    display:block!important;
    margin:0 0 5px!important;
    font-size:9px!important;
    line-height:1.25!important;
    letter-spacing:.1em!important;
    color:rgba(255,255,255,.75)!important;
  }#work .sw-panel h3,
  #work .sw-card:hover .sw-panel h3,
  #work .sw-card:focus-within .sw-panel h3{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    color:#fff!important;
    font-size:clamp(21px,6vw,27px)!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
    text-shadow:0 2px 12px rgba(0,0,0,.6)!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }#work .sw-panel p,
  #work .sw-card:hover .sw-panel p,
  #work .sw-card:focus-within .sw-panel p{
    display:block!important;
    width:100%!important;
    max-width:48ch!important;
    margin:7px 0 0!important;
    color:rgba(255,255,255,.86)!important;
    font-size:11px!important;
    line-height:1.38!important;
  }#work .sw-panel .sw-stats,
  #work .sw-panel .case-study-btn,
  #work .sw-card:hover .sw-panel .sw-stats,
  #work .sw-card:hover .sw-panel .case-study-btn,
  #work .sw-card:focus-within .sw-panel .sw-stats,
  #work .sw-card:focus-within .sw-panel .case-study-btn{
    display:none!important;
  }#work .sw-small .sw-panel h3{
    font-size:clamp(20px,5.6vw,25px)!important;
  }#work .sw-small .sw-panel p{
    font-size:10.5px!important;
  }#work .sw-card:hover,
  #work .sw-card:focus,
  #work .sw-card:focus-within{
    transform:none!important;
    outline:none!important;
  }@media(max-width:380px){
    #work .sw-card,
    #work .sw-hero,
    #work .sw-small{
      height:245px!important;
      min-height:245px!important;
      max-height:245px!important;
      border-radius:16px!important;
    }
    #work .sw-panel,
    #work .sw-card:hover .sw-panel,
    #work .sw-card:focus-within .sw-panel{
      padding:15px 13px 14px!important;
    }
    #work .sw-panel h3{font-size:20px!important}
    #work .sw-panel p{font-size:10px!important;line-height:1.34!important}
  }}
*,*::before,*::after{box-sizing:border-box}
html{width:100%;max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}
body{width:100%;max-width:100%;min-width:0;overflow-x:hidden}
main,header,footer,section,div,article,nav,aside{min-width:0}
img,video,svg{max-width:100%}
button,a{touch-action:manipulation}
h1,h2,h3,h4,h5,h6,p,a,span,small,b,strong{overflow-wrap:anywhere}
@media (max-width:900px){.wrap{width:100%!important;max-width:100%!important;padding-left:20px!important;padding-right:20px!important}}
@media (max-width:560px){.wrap{padding-left:15px!important;padding-right:15px!important}section{max-width:100vw;overflow-x:clip}}
@media (max-width:900px){.vhero .wrap{padding-top:38px!important;padding-bottom:38px!important}.vhero h1{width:100%!important;max-width:100%!important;font-size:clamp(34px,8vw,54px)!important;line-height:1.02!important;letter-spacing:-.04em!important}.vhero .hsub{width:100%!important;max-width:680px!important;font-size:15px!important;line-height:1.55!important}}
@media (max-width:560px){.vhero{min-height:unset!important}.vhero .wrap{padding-top:30px!important;padding-bottom:30px!important}.vhero h1{font-size:clamp(29px,9.2vw,42px)!important;line-height:1.04!important}.vhero .hsub{font-size:14px!important;line-height:1.55!important}.hero-actions{width:100%!important;display:flex!important;flex-direction:column!important;align-items:stretch!important}.hero-actions .btn{width:100%!important;min-height:48px!important}}
@media (max-width:900px){.strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.strip>div{min-width:0}.svcgrid,.rgrid,.faq-grid,.cards,.bloggrid,.tgrid,.fgrid3,.subwork,.steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:620px){.strip{grid-template-columns:1fr 1fr!important;gap:12px!important}.svcgrid,.rgrid,.faq-grid,.cards,.bloggrid,.tgrid,.fgrid3,.subwork,.steps{grid-template-columns:1fr!important}}
@media (hover:none) and (pointer:coarse){.socials a,.btn,.burger,.case-study-btn,.svc-cta,.editorial-link,.rm{min-height:44px}}
@media (hover:none) and (pointer:coarse){.card:hover,.svc:hover,.reason:hover,.editorial-item:hover{transform:none!important}}
@media (max-width:700px){.reel-track,.ltrack,.touch-reference-track,.genuine-review-track{max-width:none}.reel,.touch-ref-pair,.saycard{min-width:0}}
@media(max-width:900px){#contact.ctaband{overflow:visible!important}#contact.ctaband .wrap{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:center!important;
    min-height:auto!important;
    padding:48px 24px 40px!important;
  }#contact.ctaband h2{order:1!important;max-width:34ch!important;margin:0 0 14px!important}#contact.ctaband p{order:2!important;max-width:46ch!important;margin:0 0 24px!important}#contact.ctaband .btn{order:3!important}#contact.ctaband .cta-mascot{
    order:4!important;
    position:relative!important;
    left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
    display:block!important;
    width:150px!important;max-width:150px!important;
    height:auto!important;max-height:200px!important;
    margin:28px auto 0!important;
    transform:none!important;
  }}
@media(max-width:560px){#contact.ctaband .wrap{padding:40px 20px 34px!important}#contact.ctaband .cta-mascot{width:128px!important;max-width:128px!important;max-height:170px!important;margin-top:24px!important}}
:root{
  --type-display:'Poppins',system-ui,-apple-system,'Segoe UI',sans-serif;
  --type-body:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  --type-black:#0A0E0C;
  --type-green:#2E9168;
  --type-green-deep:#0F5C39;
  --type-muted:#5B655F;
}
body{font-family:var(--type-body)!important;color:var(--type-black);}
h1,h2,h3,h4{
  font-family:var(--type-display)!important;
  color:var(--type-black);
  font-style:normal!important;
  text-transform:none;
}
h1{
  font-size:clamp(44px,5vw,56px)!important;
  line-height:1.06!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
}
h2{
  font-size:clamp(34px,3.4vw,40px)!important;
  line-height:1.08!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
h3{
  font-size:22px!important;
  line-height:1.18!important;
  font-weight:700!important;
  letter-spacing:-.015em!important;
}
h4{
  font-size:17px!important;
  line-height:1.28!important;
  font-weight:700!important;
  letter-spacing:-.01em!important;
}
.eyebrow,
.h1-kicker,
.sw-kicker,
.also-kicker,
.sheet-kicker,
.note-kicker,
.genuine-label,
.editorial-kicker,
.section-kicker,
.kicker{
  font-family:var(--type-display)!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  color:var(--type-green)!important;
}
.lead,
.lede,
.sub,
.subtitle,
.section-subtitle,
.card p,
.card .desc,
.copy,
.description{
  font-family:var(--type-body)!important;
  font-size:16px!important;
  line-height:1.6!important;
  font-weight:400!important;
  color:var(--type-muted);
}
p,
li,
blockquote,
figcaption{
  font-family:var(--type-body)!important;
}
body p,
body li{
  font-size:16px;
  line-height:1.6;
}
nav,
nav a,
.nav-links,
.nav-links a,
.btn,
button,
input,
select,
textarea{
  font-family:var(--type-body)!important;
}
nav,
.nav-links,
nav a,
.nav-links a{
  font-size:14px!important;
}
.btn,
button{
  font-size:15px!important;
  font-weight:700!important;
}
.eyebrow,.h1-kicker,.sw-kicker,.also-kicker,.sheet-kicker,.note-kicker,.genuine-label,.editorial-kicker,.section-kicker,.kicker,
.hl,.c-green{color:var(--type-green)!important;}
.vhero h1,
.vhero h2,
.vhero h3,
.vhero h4,
.hero-dark h1,
.hero-dark h2,
.hero-dark h3,
.hero-dark h4,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4{
  color:#fff!important;
}
.vhero p,
.vhero li,
.hero-dark p,
.hero-dark li,
.dark-section p,
.dark-section li{
  color:rgba(255,255,255,.78)!important;
}
[style*="font-family:Georgia"],
[style*="font-family: Georgia"]{
  font-family:var(--type-display)!important;
}
@media (max-width:700px){h1{font-size:clamp(36px,10vw,46px)!important;}h2{font-size:clamp(30px,7.5vw,36px)!important;}h3{font-size:20px!important;}h4{font-size:16px!important;}.eyebrow,
  .h1-kicker,
  .sw-kicker,
  .also-kicker,
  .sheet-kicker,
  .note-kicker,
  .genuine-label,
  .editorial-kicker,
  .section-kicker,
  .kicker{font-size:11px!important;letter-spacing:.12em!important;}.lead,.lede,.sub,.subtitle,.section-subtitle,.card p,.card .desc,.copy,.description,
  body p,body li{font-size:15px!important;line-height:1.58!important;}nav,nav a,.nav-links,.nav-links a{font-size:14px!important;}}
.vhero h1{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto 20px!important;
  text-align:center!important;
  font-size:clamp(34px,4.05vw,58px)!important;
  line-height:1.02!important;
  letter-spacing:-.042em!important;
  font-weight:800!important;
}
.vhero h1 .h1-kicker,
.vhero h1 .h1-main{
  display:block!important;
  width:100%!important;
  white-space:nowrap!important;
  margin:0!important;
  font:inherit!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
}
.vhero h1 .h1-kicker{margin-bottom:2px!important}
@media(max-width:900px){.vhero h1{
    max-width:94vw!important;
    font-size:clamp(30px,7.2vw,46px)!important;
    line-height:1.04!important;
  }.vhero h1 .h1-kicker,
  .vhero h1 .h1-main{
    white-space:normal!important;
  }}
@media(max-width:560px){.vhero h1{
    max-width:96vw!important;
    font-size:clamp(28px,8.2vw,38px)!important;
  }}
.phero h1,
.vhero h1,
.vhero h1 .h1-kicker,
.vhero h1 .h1-main,
h1{font-size:clamp(34px, 4.05vw, 58px)!important;}
#blog-insights .blog-intro h2,
#blog-insights .editorial-head h2,
#blog-insights.samplrr-editorial .editorial-head h2,
#faq .faq-head h2,
#insights .t-left h2,
#services .sec-head h2,
#touch .sec-head h2,
.ctaband h2,
.editorial-head h2,
.rich h2,
.sec-head h2,
.t-left h2,
h2{font-size:clamp(28px, 3.4vw, 42px)!important;}
#blog-insights .blog-story h3,
#blog-insights .editorial-feature h3,
#blog-insights .editorial-item h3,
#blog-insights.samplrr-editorial .editorial-feature h3,
#blog-insights.samplrr-editorial .editorial-item h3,
#insights .article h3,
#touch .touch-card h3,
#touch .touch-ref-text h3,
#work .feature .fc h3,
#work .subwork .epigamia-content h3,
#work .subwork .nescafe-content h3,
#work .sw-card:focus-within .sw-panel h3,
#work .sw-card:hover .sw-panel h3,
#work .sw-panel h3,
#work .sw-small .sw-panel h3,
#work .work-coke h3,
#work .work-hover-copy h3,
#work .work-mini .work-hover-copy h3,
#work .work-mini h3,
#work .work-nescafe h3,
.article h3,
.card h3,
.epigamia-card h3,
.epigamia-content h3,
.fcard h3,
.feature h3,
.nescafe-content h3,
.post h3,
.rich h3,
.step h3,
.swcard h3,
.thoughts .article h3,
h3{font-size:clamp(20px, 1.8vw, 23px)!important;}
#blog-insights .blog-story h4,
#touch .touch-pair-image .cap h4,
#touch .touch-ref-image-copy h4,
.reason h4,
.reason h4 .n,
.tcard h4,
.tm-img .cap h4,
h4{font-size:16px!important;}
body{font-size:16px!important;line-height:1.6!important;}
.lead,.psub,.hsub,.rich p,.contact-page p,.hero-copy-box p,.lede,main p{font-size:16px!important;line-height:1.65!important;}
.eyebrow{font-size:13px!important;letter-spacing:.18em!important;}
html,body{overflow-x:hidden;max-width:100%}
@media(max-width:480px){.wrap{padding:0 16px}}
:root{--body:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;--disp:'Poppins',system-ui,-apple-system,'Segoe UI',sans-serif}
body{font-family:var(--body)}
h1,h2,h3,h4,.h1-kicker,.h1-main{font-family:var(--disp)!important;font-weight:700}
h5,h6{font-family:var(--disp)!important;font-weight:600}
html, body { max-width:100%; overflow-x:hidden; }
img, video, iframe { max-width:100%; }
.wrap { width:100%; }
@media (max-width:900px){.vhero{min-height:auto!important;padding:72px 0 66px!important;align-items:center!important;}.vhero .wrap{padding:0 20px!important;}.vhero h1{max-width:100%!important;font-size:clamp(30px,7vw,42px)!important;line-height:1.08!important;letter-spacing:-.025em!important;margin-bottom:16px!important;}.vhero .hsub{max-width:56ch!important;font-size:16px!important;line-height:1.62!important;}.hero-actions{margin-top:24px!important;gap:10px!important;}.hero-actions .btn{min-height:48px!important;padding:13px 18px!important;}}
@media (max-width:520px){.vhero{padding:58px 0 54px!important;}.vhero .wrap{padding:0 18px!important;}.vhero h1{font-size:clamp(28px,8.6vw,38px)!important;}.vhero .hsub{font-size:15px!important;line-height:1.65!important;}.hero-actions{flex-direction:column!important;width:100%!important;}.hero-actions .btn{width:100%!important;justify-content:center!important;}}
@media (max-width:900px){section{padding:72px 0!important;}section > .wrap{padding-left:20px!important;padding-right:20px!important;}.lead{line-height:1.65!important;}}
@media (max-width:640px){.logostrip{padding:24px 0!important;}.logostrip .lhead{margin-bottom:16px!important;padding:0 20px!important;}.logomar .ltrack{gap:34px!important;}.logomar .lname{font-size:18px!important;}}
@media (max-width:640px){.stripband{padding:22px 0!important;}.stripband .wrap{padding-left:16px!important;padding-right:16px!important;}.strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 10px!important;}.strip .n{font-size:32px!important;line-height:1!important;}.strip .l{font-size:10px!important;line-height:1.35!important;letter-spacing:.04em!important;}}
@media (max-width:900px){#work .head-flex{display:block!important;}#work .head-flex > *{margin-bottom:12px!important;}#work .sw-row{grid-template-columns:1fr!important;gap:20px!important;}#work .sw-image,#work .sw-card{min-width:0!important;}}
@media (max-width:640px){#work .wrap{padding-left:18px!important;padding-right:18px!important;}#work .sw-panel{padding:18px!important;}#work .sw-small{font-size:12px!important;}#work .case-study-btn{width:100%!important;justify-content:center!important;}.reels{gap:12px!important;}.reel{flex-basis:76vw!important;max-width:76vw!important;}}
@media (max-width:900px){#services .svcgrid{grid-template-columns:1fr!important;gap:30px!important;}#services .svc-media{aspect-ratio:16/10!important;}#services .svc-title{font-size:24px!important;}}
@media (max-width:640px){#services .svcgrid{margin-top:32px!important;}#services .svc-media{aspect-ratio:4/3!important;}#services .svc-title{font-size:22px!important;line-height:1.08!important;}#services .svc-text{font-size:15px!important;line-height:1.65!important;}#services .also-list{width:100%!important;}#services .also-item{grid-template-columns:30px 1fr 24px!important;gap:10px!important;padding:15px 0!important;}#services .also-copy b{font-size:15px!important;}#services .also-copy small{font-size:12px!important;line-height:1.45!important;}}
@media (max-width:640px){.says .saycard{flex-basis:82vw!important;max-width:82vw!important;padding:22px!important;}.say-track{gap:14px!important;}.saymarquee{margin-top:30px!important;}}
@media (max-width:900px){.touch .tgrid{grid-template-columns:1fr!important;}}
@media (max-width:640px){.touch .tcard{padding:18px!important;gap:12px!important;}.touch .tc-ic{width:42px!important;height:42px!important;}.touch-reference-marquee{margin-top:26px!important;}.touch-reference-pair{grid-template-columns:1fr!important;}}
@media (max-width:640px){#reasons .rgrid{grid-template-columns:1fr!important;gap:12px!important;}#reasons .reason{padding:18px!important;}#reasons .reason h4{font-size:17px!important;}}
@media (max-width:900px){#insights .t-wrap{grid-template-columns:1fr!important;gap:24px!important;}#insights .t-left{position:static!important;}#insights .t-right{grid-template-columns:1fr!important;}}
@media (max-width:640px){#insights .article{grid-template-columns:1fr!important;gap:12px!important;padding:10px!important;}#insights .article .thumb{height:auto!important;aspect-ratio:16/9!important;}#insights .article h3{font-size:20px!important;line-height:1.2!important;}#insights .article > div:last-child{padding:8px 4px 10px!important;}}
@media (max-width:900px){#blog-insights .editorial-head,#blog-insights .editorial-grid{grid-template-columns:1fr!important;}#blog-insights .editorial-list{grid-template-columns:1fr!important;}}
@media (max-width:640px){#blog-insights .editorial-feature,#blog-insights .editorial-item{min-width:0!important;}#blog-insights .editorial-number{font-size:13px!important;}#blog-insights .editorial-kicker{font-size:11px!important;}}
@media (max-width:900px){#faq .faq-head,#faq .faq-grid{grid-template-columns:1fr!important;}#faq .faq-head{gap:16px!important;margin-bottom:28px!important;}}
@media (max-width:640px){#faq{padding-top:64px!important;padding-bottom:64px!important;}#faq .faq-head h2{font-size:34px!important;}#faq .faq-col summary{grid-template-columns:30px 1fr 28px!important;gap:9px!important;padding:18px 0!important;font-size:15.5px!important;}#faq .faq-col .ans{padding:0 12px 20px 39px!important;font-size:14.5px!important;}}
@media (max-width:760px){#ctaband .wrap{text-align:center!important;}#ctaband .btn{width:100%!important;justify-content:center!important;max-width:360px!important;}#ctaband .cta-mascot{max-width:86vw!important;}}
@media (max-width:900px){.reveal,.w,.wi,.article,.sw-row,.t-wrap,.editorial-grid{max-width:100%;}pre,code,table{max-width:100%;overflow-x:auto;}}
html,body{max-width:100%;overflow-x:hidden}
img,video{max-width:100%;height:auto}
iframe{max-width:100%}
@media(max-width:900px){.wrap{width:min(100% - 32px,var(--maxw,1240px));margin-inline:auto}}
@media(max-width:760px){.wrap{width:calc(100% - 32px)}.grid,.cards,.svcgrid,.sw-row,.fgrid,.row2{grid-template-columns:1fr!important}.head-flex{flex-direction:column!important;align-items:flex-start!important;gap:20px!important}.hero-actions,.actions,.cta-actions{flex-wrap:wrap;gap:10px}.hero-actions .btn,.actions .btn,.cta-actions .btn{width:100%;justify-content:center}.hero h1,h1{font-size:clamp(34px,10vw,54px);line-height:1.04}h2{font-size:clamp(28px,7.5vw,42px);line-height:1.08}h3{font-size:clamp(20px,5.6vw,28px)}.faq-grid{grid-template-columns:1fr!important}table{display:block;overflow-x:auto;max-width:100%}.form{width:100%;max-width:100%}input,select,textarea,button{max-width:100%;box-sizing:border-box}}
@media(max-width:480px){.wrap{width:calc(100% - 24px)}.btn{min-height:46px}.hero-actions{width:100%}}
#blog-insights.samplrr-editorial{padding:clamp(64px,8vw,104px) 0;background:#f7f9f8;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
#blog-insights .editorial-head{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:end;max-width:1100px;margin:0 auto 44px}
#blog-insights .editorial-head h2{font-size:clamp(34px,4.6vw,58px);line-height:1.02;letter-spacing:-.04em;margin:12px 0 0;max-width:13ch}
#blog-insights .editorial-head .lead{max-width:54ch;margin:0 0 3px;font-size:16px;line-height:1.7}
#blog-insights .editorial-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:22px;align-items:start}
#blog-insights .editorial-feature{background:#fff;border:1px solid rgba(10,14,12,.10);border-radius:22px;overflow:hidden;position:sticky;top:96px;box-shadow:0 12px 30px rgba(12,32,24,.05)}
#blog-insights .editorial-image{aspect-ratio:16/10;background:#e9f1ed;overflow:hidden}
#blog-insights .editorial-image img{width:100%;height:100%;display:block;object-fit:cover}
#blog-insights .editorial-copy{padding:28px 30px 30px}
#blog-insights .editorial-kicker{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#2e9168}
#blog-insights .editorial-feature h3{font-size:clamp(25px,3vw,38px);line-height:1.05;letter-spacing:-.03em;margin:10px 0 12px;color:var(--ink)}
#blog-insights .editorial-feature p,#blog-insights .editorial-item p{color:var(--mute);font-size:15px;line-height:1.72;margin:0}
#blog-insights .editorial-link{display:inline-flex;align-items:center;gap:6px;margin-top:18px;font-size:14px;font-weight:800;color:#0f5c39}
#blog-insights .editorial-link span{transition:transform .2s ease}
#blog-insights .editorial-link:hover span{transform:translateX(4px)}
#blog-insights .editorial-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
#blog-insights .editorial-item{background:#fff;border:1px solid rgba(10,14,12,.10);border-radius:18px;padding:22px 22px 23px;display:grid;grid-template-columns:36px 1fr;gap:12px;min-height:184px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
#blog-insights .editorial-item:hover{transform:translateY(-3px);border-color:rgba(46,145,104,.35);box-shadow:0 12px 24px rgba(12,32,24,.05)}
#blog-insights .editorial-number{font-family:var(--disp);font-size:13px;font-weight:800;color:#2e9168;padding-top:2px}
#blog-insights .editorial-item h3{font-size:20px;line-height:1.14;letter-spacing:-.02em;margin:6px 0 8px;color:var(--ink)}
@media(max-width:900px){#blog-insights .editorial-head,#blog-insights .editorial-grid{grid-template-columns:1fr}#blog-insights .editorial-head{gap:14px}#blog-insights .editorial-feature{position:static}#blog-insights .editorial-list{grid-template-columns:1fr 1fr}}
@media(max-width:640px){#blog-insights .editorial-list{grid-template-columns:1fr}#blog-insights .editorial-copy{padding:24px}#blog-insights .editorial-item{min-height:0}}
#blog-insights{
  padding:clamp(58px,8vw,96px) 0;
  background:var(--surface2);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
#blog-insights .blog-intro{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}
#blog-insights .blog-intro h2{
  margin:12px 0 12px;
  font-size:clamp(34px,5vw,62px);
  line-height:1;
  letter-spacing:-.045em;
}
#blog-insights .blog-intro .lead{
  margin:0 auto;
  max-width:68ch;
}
#blog-insights .blog-copy{
  max-width:900px;
  margin:0 auto;
  display:grid;
  gap:18px;
}
#blog-insights .blog-story{
  padding:28px 30px;
  background:var(--surface);
  border:1px solid rgba(44,158,111,.22);
  border-radius:22px;
  box-shadow:0 10px 26px rgba(12,32,24,.05);
}
#blog-insights .blog-story h3,
#blog-insights .blog-story h4{
  margin:0;
  color:var(--ink);
  font-family:var(--disp);
  font-weight:800;
  letter-spacing:-.025em;
  line-height:1.08;
}
#blog-insights .blog-story h3{
  font-size:clamp(24px,3vw,36px);
}
#blog-insights .blog-story h4{
  font-size:clamp(20px,2.3vw,28px);
}
#blog-insights .blog-story p{
  margin:12px 0 0;
  color:var(--mute);
  font-size:15px;
  line-height:1.72;
  max-width:78ch;
}
@media(max-width:700px){#blog-insights .blog-story{
    padding:22px;
    border-radius:18px;
  }}
#faq.samplrr-faq{padding:clamp(64px,8vw,104px) 0}
#faq .faq-head{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:end;max-width:1100px;margin:0 auto 38px}
#faq .faq-head h2{font-size:clamp(34px,4.6vw,58px);line-height:1.02;letter-spacing:-.04em;margin:12px 0 0;max-width:13ch}
#faq .faq-head .lead{max-width:54ch;margin:0 0 3px;font-size:16px;line-height:1.7}
#faq .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px 42px;max-width:1100px;margin:0 auto}
#faq .faq-col{display:flex;flex-direction:column}
#faq .faq-col details{border-top:1px solid rgba(10,14,12,.12)}
#faq .faq-col details:last-child{border-bottom:1px solid rgba(10,14,12,.12)}
#faq .faq-col summary{display:grid;grid-template-columns:42px 1fr 30px;align-items:start;gap:10px;padding:21px 0;list-style:none;cursor:pointer;font-family:var(--disp);font-weight:700;font-size:17px;line-height:1.28;color:var(--ink)}
#faq .faq-col summary::-webkit-details-marker{display:none}
#faq .faq-no{color:#2e9168;font-size:13px;font-family:var(--disp);font-weight:800;padding-top:2px}
#faq .faq-q{display:block}
#faq .faq-col summary .pm{width:28px;height:28px;border-radius:50%;border:1px solid rgba(10,14,12,.14);display:grid;place-items:center;color:#2e9168;font-size:18px;font-weight:500;transition:.2s}
#faq .faq-col details[open] summary .pm{background:#2e9168;color:#fff;border-color:#2e9168;transform:rotate(45deg)}
#faq .faq-col .ans{padding:0 30px 22px 52px;color:var(--mute);font-size:15px;line-height:1.72;max-width:70ch}
@media(max-width:900px){#faq .faq-head,#faq .faq-grid{grid-template-columns:1fr}#faq .faq-head{gap:14px}}
@media(max-width:560px){#faq .faq-col summary{grid-template-columns:32px 1fr 28px;font-size:16px}#faq .faq-col .ans{padding-left:42px;padding-right:16px}}
#insights .t-right{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
#insights .article{
  min-width:0!important;
  padding:10px!important;
  border-radius:16px!important;
}
#insights .article .thumb{
  aspect-ratio:16/7!important;
  height:auto!important;
  min-height:0!important;
  border-radius:10px!important;
}
#insights .article > div:last-child{
  padding:12px 9px 10px!important;
}
#insights .article .k{font-size:9px!important;margin-bottom:6px!important}
#insights .article h3{font-size:16px!important;line-height:1.16!important;margin-bottom:7px!important}
#insights .article .meta{font-size:10px!important;margin-bottom:7px!important}
#insights .article .rm{font-size:10px!important}
@media(max-width:640px){#insights .t-right{grid-template-columns:1fr!important;gap:16px!important}#insights .article .thumb{aspect-ratio:16/8!important}#insights .article h3{font-size:20px!important}#insights .article .meta{font-size:12px!important}#insights .article .rm{font-size:12px!important}}
.samplrr-hero-breadcrumb{display:flex;align-items:center;gap:8px;font:600 13px/1.4 Arial,sans-serif;color:#5B655F;margin-bottom:14px;white-space:nowrap;overflow-x:auto;scrollbar-width:none}
.samplrr-hero-breadcrumb a{color:#5B655F;text-decoration:none}
.samplrr-hero-breadcrumb a:hover{color:#0f5c39;text-decoration:underline}
.samplrr-hero-breadcrumb .sep{opacity:.6}
.samplrr-hero-breadcrumb .current{color:#0A0E0C;font-weight:700}
@media(max-width:640px){.samplrr-hero-breadcrumb{font-size:12px;gap:6px;margin-bottom:10px}}