@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");:root{--green:#59c394;--yellow:#ffe600;--blue:#68c8d9;--ink:#080808;--header-height:clamp(76px,10vh,112px);--ticker-height:clamp(64px,7vh,80px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;color:var(--ink);background:#fff;font-family:Montserrat,Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{width:min(1760px,94%);height:var(--header-height);margin:14px auto -14px;padding:0 28px;position:sticky;top:14px;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid rgba(0,0,0,.06);border-radius:24px;background:rgba(255,255,255,.9);box-shadow:0 12px 35px rgba(0,0,0,.11);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:block;width:130px}.brand img{width:100%;height:auto;display:block}nav{display:flex;align-items:center;gap:48px;font-size:17px;font-weight:800}nav a{position:relative}nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:3px;background:var(--yellow);transition:.2s}nav a:hover:after{right:0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 32px;border-radius:12px;background:var(--yellow);font-weight:800;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 8px 0 rgba(0,0,0,.12)}.book{min-width:150px}.hero{width:min(1760px,92%);height:calc(100svh - var(--header-height) - var(--ticker-height));margin:auto;display:grid;grid-template-columns:48% 52%;align-items:center;overflow:hidden}.hero-copy{min-width:0;padding:10px 0;position:relative;z-index:2}h1{max-width:800px;margin:0 0 clamp(18px,3vh,30px);font-size:clamp(60px,min(5.3vw,9vh),104px);line-height:.98;letter-spacing:-5px;font-weight:500}h1 span,h1 strong{display:block;font-weight:800}h1 span{color:var(--green)}h1 strong{color:var(--yellow)}.hero-copy>p{max-width:700px;margin:0 0 clamp(24px,4vh,48px);color:#666;font-size:clamp(15px,1.1vw,19px);line-height:1.35}.hero-actions{display:flex;gap:42px}.hero-art{min-width:0;align-self:stretch;position:relative}.hero-art>img{object-fit:contain;object-position:center bottom}.stat{position:absolute;z-index:2;padding:22px 26px;border-radius:13px;font-weight:800;font-size:18px;white-space:nowrap}.brands{right:0;top:37%;background:var(--yellow)}.campaigns{left:4%;bottom:10%;color:#fff}.campaigns,.ticker{background:var(--blue)}.ticker{height:var(--ticker-height);padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:19px;font-weight:800;white-space:nowrap;overflow:hidden}.ticker b{color:var(--yellow);font-size:28px}.services{padding:150px 3.5% 170px}.section-heading{text-align:center}.about h2,.section-heading h2{margin:0;font-size:clamp(44px,4vw,68px);color:var(--yellow);letter-spacing:-2px}.about h2 span,.section-heading h2 span{color:var(--green)}.section-heading p{margin:12px 0 80px;color:#666;font-size:18px;line-height:1.25}.service-grid{width:min(1780px,100%);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:38px}.service-card{min-height:360px;padding:100px 25px 30px;position:relative;border-radius:0 0 28px 28px;background:#fff;box-shadow:0 7px 4px rgba(0,0,0,.22)}.icon-box{position:absolute;top:0;left:0;width:110px;height:90px;display:grid;place-items:center;border-radius:28px 0 0 0}.icon-box svg{width:42px;fill:none;stroke:#fff;stroke-width:1.8}.service-card h3{margin:20px 0 26px;max-width:280px;font-size:23px;line-height:1.05}.service-card p{margin:0;max-width:300px;color:#666;font-size:14px;line-height:1.25}.portfolio{padding:clamp(42px,6vh,72px) 4%;background:#f8f8f4}.portfolio-heading{max-width:920px;margin:0 auto clamp(28px,4vh,48px)}.portfolio-heading .eyebrow{margin:0 0 14px;color:#111;font-size:13px;font-weight:800;letter-spacing:3px;text-transform:uppercase}.portfolio-heading>p:last-child{max-width:700px;margin:18px auto 0}.portfolio-carousel{width:min(1810px,100%);margin:auto;position:relative;padding:0 45px}.portfolio-grid{width:100%;margin:auto;padding:8px 4px 20px;display:flex;gap:28px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--yellow) transparent}.portfolio-grid::-webkit-scrollbar{height:9px}.portfolio-grid::-webkit-scrollbar-track{background:rgba(0,0,0,.06);border-radius:99px}.portfolio-grid::-webkit-scrollbar-thumb{background:var(--yellow);border-radius:99px}.portfolio-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 56px) / 3);min-width:0;overflow:hidden;scroll-snap-align:start;border-radius:22px;background:#fff;box-shadow:0 7px 0 rgba(0,0,0,.12);transition:transform .25s ease,box-shadow .25s ease}.carousel-arrow{position:absolute;top:50%;z-index:5;width:56px;height:56px;border:0;border-radius:50%;display:grid;place-items:center;transform:translateY(-50%);background:var(--yellow);color:#080808;box-shadow:0 8px 22px rgba(0,0,0,.2);font:800 28px/1 Montserrat,sans-serif;cursor:pointer;transition:transform .2s,background .2s}.carousel-arrow:hover{transform:translateY(-50%) scale(1.1);background:var(--blue)}.carousel-prev{left:-24px}.carousel-next{right:-24px}.portfolio-card:hover{transform:translateY(-8px);box-shadow:0 16px 0 var(--yellow)}.portfolio-media{position:relative;height:clamp(310px,44vh,470px);overflow:hidden;background:#111}.portfolio-media>img{object-fit:cover;transition:transform .45s ease}.portfolio-card:hover .portfolio-media>img{transform:scale(1.045)}.work-type{position:absolute;z-index:2;top:18px;left:18px;padding:9px 14px;border-radius:999px;background:var(--yellow);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.video-label{background:var(--blue)}.video-frame iframe{width:100%;height:100%;border:0;display:block}.work-copy{min-height:94px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.work-copy p{margin:0 0 7px;color:#777;font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.work-copy h3{margin:0;font-size:19px;line-height:1.1}.work-copy>span{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);font-size:18px;font-weight:800;transition:transform .2s}.portfolio-card:hover .work-copy>span,.work-copy:hover>span{transform:rotate(-8deg) scale(1.08)}.testimonials{padding:110px 5%;position:relative;overflow:hidden;background:#fff}.testimonials:after,.testimonials:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.testimonials:before{width:320px;height:320px;top:-150px;left:-100px;background:var(--blue);opacity:.24}.testimonials:after{width:380px;height:380px;right:-170px;bottom:-210px;background:var(--yellow);opacity:.42}.testimonials-heading{position:relative;z-index:1;margin-bottom:clamp(38px,5vh,62px)}.testimonials-heading .eyebrow{margin:0 0 13px;color:#111;font-size:13px;font-weight:800;letter-spacing:3px;text-transform:uppercase}.testimonials-heading>p:last-child{margin:16px auto 0}.testimonial-grid{width:min(1640px,100%);margin:auto;position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.testimonial-card{min-height:250px;padding:32px 34px 28px;position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid rgba(0,0,0,.06);border-radius:26px;background:#fafaf7;box-shadow:0 7px 0 var(--accent);transition:transform .25s,box-shadow .25s}.testimonial-card:hover{transform:translateY(-7px);box-shadow:0 14px 0 var(--accent)}.quote-mark{position:absolute;top:-20px;right:24px;color:var(--accent);font:800 130px/1 Georgia,serif;opacity:.35}.testimonial-quote{max-width:650px;margin:0 0 26px;position:relative;z-index:1;color:#454545;font-size:17px;line-height:1.55}.testimonial-person{display:flex;align-items:center;gap:15px}.testimonial-avatar{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:50%;background:var(--accent);font-size:15px;font-weight:800}.testimonial-person h3{margin:0 0 4px;font-size:18px}.testimonial-person p{margin:0;color:#777;font-size:13px;font-weight:600}.about{min-height:750px;padding:70px 7%;display:grid;grid-template-columns:1fr 1fr;align-items:center;background:#fff34f;overflow:hidden}.portrait-collage{position:relative;height:600px}.portrait{position:absolute;width:280px;height:280px;object-fit:contain}.p1{left:25%;top:0}.p2{left:5%;top:42%}.p3{left:33%;top:42%}.p4{left:56%;top:43%}.about-copy{max-width:700px;justify-self:center;text-align:center}.about-copy p{color:#665f2a;font-size:18px;line-height:1.35}footer{min-height:250px;padding:45px 5%;display:flex;align-items:center;justify-content:center;gap:40px;background:#0b0b0b;color:#fff;font-weight:700}footer img{width:100px;height:auto}@media (max-width:1100px){nav{gap:20px;font-size:14px}.service-grid{grid-template-columns:repeat(2,1fr)}.portfolio-card{flex-basis:calc((100% - 24px) / 2)}.p1{left:15%}.p2{left:0}.p3{left:28%}.p4{left:50%}}@media (min-width:1101px){.services{height:100svh;min-height:720px;padding:calc(var(--header-height) + clamp(28px, 4vh, 48px)) 3.5% clamp(35px,5vh,60px);display:flex;flex-direction:column;justify-content:center}.section-heading p{margin-bottom:clamp(38px,5vh,62px)}.portfolio{height:100svh;min-height:720px;padding-top:calc(var(--header-height) + clamp(20px, 3vh, 36px));padding-bottom:clamp(24px,3vh,38px);display:flex;flex-direction:column;justify-content:center}.portfolio-heading>p:last-child{margin-bottom:0}.testimonials{padding-top:calc(var(--header-height) + 32px);padding-bottom:38px;display:flex;flex-direction:column;justify-content:center}.about,.testimonials{height:100svh;min-height:760px}.about{padding-top:calc(var(--header-height) + 34px);padding-bottom:42px}}@media (max-width:1500px) and (min-width:1101px){.site-header{gap:20px}nav{gap:24px;font-size:14px}.brand{width:105px}.book{min-width:125px;padding:0 22px}h1{font-size:clamp(58px,min(5vw,8.5vh),76px);letter-spacing:-4px}.hero-copy>p{font-size:16px}.hero-actions{gap:24px}}@media (max-width:800px){html{scroll-padding-top:110px}.site-header{height:86px;padding:0 16px;border-radius:18px}nav{display:none}.brand{width:95px}.book{min-width:auto;min-height:48px;padding:0 22px}.hero{display:flex;flex-direction:column;height:auto;min-height:auto;text-align:center;overflow:visible}.hero-copy{padding:70px 0 10px}h1{font-size:clamp(52px,13vw,78px);letter-spacing:-3px}.hero-copy>p{font-size:16px}.hero-actions{justify-content:center;gap:10px;flex-wrap:wrap}.hero-actions .button{min-height:50px;padding:0 20px}.hero-art{width:100%;min-height:650px}.brands{top:30%;right:0}.brands,.campaigns{font-size:13px;padding:15px}.campaigns{left:0;bottom:12%}.ticker{justify-content:flex-start;height:70px;overflow-x:auto;font-size:14px}.services{padding:90px 20px}.service-grid{grid-template-columns:1fr;gap:28px}.section-heading p br{display:none}.portfolio{padding:90px 8px 110px}.portfolio-heading{padding:0 12px;margin-bottom:45px}.portfolio-carousel{padding:0 34px}.portfolio-grid{gap:20px}.portfolio-card{flex-basis:86%}.portfolio-media{height:430px}.carousel-arrow{width:45px;height:45px;font-size:22px}.carousel-prev{left:-4px}.carousel-next{right:-4px}.testimonials{padding:90px 20px 110px}.testimonial-grid{grid-template-columns:1fr}.testimonial-card{min-height:280px;padding:28px 25px}.about{grid-template-columns:1fr;padding:40px 20px 80px}.portrait-collage{height:490px;transform:scale(.82);transform-origin:center}.portrait{width:240px;height:240px}.p1{left:27%}.p2{left:-3%;top:42%}.p3{left:27%;top:42%}.p4{left:56%;top:42%}footer{flex-direction:column;text-align:center}}@media (max-width:480px){.hero-art{min-height:500px}.about h2,.section-heading h2{font-size:42px}.portrait-collage{height:380px;transform:scale(.65);width:140%;margin-left:-20%}}