@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#f5f5f2;background:#070707;font-synthesis:none;--yellow:#ffcc00;--ink:#070707;--paper:#f2f1ed;--line:rgba(255,255,255,.16)}*{box-sizing:border-box}html,body,#root{margin:0;min-width:320px;min-height:100%;background:#070707}body{overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}.section{padding:130px max(5vw,28px)}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:600}.eyebrow:before{content:"";width:7px;height:7px;background:var(--yellow)}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:54px;padding:0 22px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border:1px solid currentColor;transition:.25s}.button svg{width:18px}.button.yellow{background:var(--yellow);color:#111;border-color:var(--yellow)}.button.yellow:hover{background:#fff;border-color:#fff}.button.dark{background:#080808;color:#fff;border-color:#080808}.button.dark:hover{background:#fff;color:#080808}.header{position:absolute;z-index:20;top:0;left:0;width:100%;height:92px;display:flex;align-items:center;padding:0 max(5vw,28px);border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(0,0,0,.6),transparent)}.logo img{width:172px;display:block}.header nav{margin-left:auto;display:flex;align-items:center;gap:34px}.header nav a{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:#d7d7d4;position:relative}.header nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;background:var(--yellow);transform:scaleX(0);transform-origin:right;transition:transform .3s}.header nav a:hover:after{transform:scaleX(1);transform-origin:left}.header-cta{height:45px;margin-left:38px;padding:0 18px;display:flex;align-items:center;gap:16px;background:var(--yellow);color:#111;text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.08em}.header-cta svg{width:16px}.menu{display:none;background:none;border:0}.hero{height:max(760px,100svh);position:relative;overflow:hidden;background:#050505;display:flex;align-items:center;padding:125px max(5vw,28px) 145px}.gateway-flow{position:absolute;inset:0;width:100%;height:100%;opacity:.65}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 64% 48%,transparent 0,rgba(0,0,0,.12) 38%,rgba(0,0,0,.72) 100%);pointer-events:none}.hero-grid{position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 75%);mask-image:linear-gradient(90deg,#000,transparent 75%)}.hero-noise{position:absolute;inset:0;opacity:.08;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.hero-copy{position:relative;z-index:3;max-width:1050px}.hero-kicker{display:inline-flex;padding:9px 12px;border-left:3px solid var(--yellow);background:#00000094;font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:#cacac5}.hero h1{font-family:Manrope,sans-serif;font-size:clamp(56px,7.5vw,120px);line-height:.86;letter-spacing:-.065em;margin:31px 0 0;font-weight:700}.hero h1 em{font-style:normal;color:var(--yellow)}.hero-copy>p{max-width:620px;margin:35px 0 0;color:#bbbcb8;font-size:clamp(17px,1.6vw,22px);line-height:1.5}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:37px}.text-link{font-size:12px;text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid #777;padding-bottom:6px}.hero-stats{position:absolute;z-index:4;bottom:0;right:0;display:grid;grid-template-columns:repeat(3,210px);height:113px;background:#0c0c0c;border-top:1px solid var(--line);border-left:1px solid var(--line)}.hero-stats>div{display:flex;align-items:center;gap:14px;padding:20px;border-right:1px solid var(--line)}.hero-stats strong{font-family:Manrope;font-size:26px;letter-spacing:-.04em;color:var(--yellow)}.hero-stats span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#878783;line-height:1.45}.scroll{position:absolute;z-index:4;bottom:35px;left:max(5vw,28px);display:flex;align-items:center;gap:12px;color:#858581;text-transform:uppercase;font-size:9px;letter-spacing:.18em}.scroll svg{width:15px;animation:bounce 1.8s infinite}@keyframes bounce{50%{transform:translateY(7px)}}.manifesto{background:var(--paper);color:#111;display:grid;grid-template-columns:minmax(180px,.7fr) 2fr;gap:7vw}.manifesto-label{display:flex;flex-direction:column;justify-content:space-between;border-top:1px solid #bbb;padding-top:18px;color:#666;font-size:13px;line-height:1.5}.manifesto-title{font-family:Manrope;font-size:clamp(38px,5.2vw,78px);line-height:1.02;letter-spacing:-.055em;font-weight:700;margin:0}.blur-reveal span{display:inline-block}.manifesto-body{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:70px;padding-top:25px;border-top:1px solid #bbb}.manifesto-body p{font-size:17px;line-height:1.7;color:#444;margin:0}.marquee-hero{height:860px;position:relative;background:var(--yellow);color:#111;overflow:hidden;display:flex;justify-content:center;padding:100px 5vw}.marquee-copy{position:relative;z-index:3;text-align:center;display:flex;align-items:center;flex-direction:column}.marquee-copy .eyebrow:before{background:#111}.marquee-copy h2{font-family:Manrope;font-size:clamp(46px,6.4vw,92px);line-height:.94;letter-spacing:-.06em;margin:25px 0}.marquee-copy p{max-width:600px;font-size:17px;line-height:1.6;margin:0}.marquee-copy .button{margin-top:30px}.image-marquee{position:absolute;bottom:-7px;left:0;width:100%;height:315px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 25%,#000 88%);mask-image:linear-gradient(to bottom,transparent,#000 25%,#000 88%)}.image-track{display:flex;width:max-content;gap:18px;padding:25px 0}.image-track figure{width:235px;height:285px;flex:none;margin:0;background:#111;border:6px solid #111;box-shadow:0 16px 40px #00000038}.image-track img{width:100%;height:100%;object-fit:cover}.services{background:#080808}.services-intro{display:grid;grid-template-columns:.7fr 1.5fr .8fr;gap:4vw;align-items:start;margin-bottom:75px}.services-intro h2{font-family:Manrope;font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin:0}.services-intro>p{color:#888;font-size:15px;line-height:1.65;margin:8px 0 0}.service-list{border-top:1px solid var(--line)}.service-list article{min-height:155px;display:grid;grid-template-columns:80px .85fr 1.35fr 40px;gap:30px;align-items:center;border-bottom:1px solid var(--line);transition:.35s;padding:20px 14px}.service-list article:hover{background:var(--yellow);color:#111;padding-left:30px}.service-list article>span{font-size:11px;color:#777}.service-list article:hover>span{color:#111}.service-list h3{font-family:Manrope;font-size:clamp(25px,2.4vw,36px);letter-spacing:-.04em;margin:0}.service-list p{color:#888;max-width:630px;line-height:1.6;margin:0}.service-list article:hover p{color:#282828}.service-list svg{transition:transform .3s}.service-list article:hover svg{transform:translate(8px)}.pitch{min-height:78vh;display:flex;align-items:center;background:#e9e7e0;color:#111;padding:100px max(5vw,28px)}.pitch-inner{max-width:1180px;margin:auto;width:100%}.pitch-small{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;margin:0 0 36px}.pitch h2{font-family:Manrope;font-size:clamp(42px,6vw,88px);line-height:1;letter-spacing:-.06em;margin:0}.pitch blockquote{border-left:3px solid var(--yellow);font-size:16px;color:#666;font-style:italic;margin:55px 0 0;padding:5px 0 5px 20px}.portfolio{background:#0a0a0a}.portfolio-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:65px}.portfolio-head h2,.section-head h2,.faq h2{font-family:Manrope;font-size:clamp(45px,5.5vw,78px);line-height:.96;letter-spacing:-.055em;margin:23px 0 0}.portfolio-head>p{width:360px;color:#888;line-height:1.6}.squeeze{outline:none}.squeeze-stage{height:555px;display:flex;gap:9px;overflow:hidden}.squeeze-card{position:relative;overflow:hidden;width:8.5%;min-width:72px;border:1px solid rgba(255,255,255,.15);background:#181818}.squeeze-card.is-open{width:74.5%}.squeeze-card img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:top center}.squeeze-shade{position:absolute;inset:0;background:linear-gradient(90deg,#000000e0,#00000014 75%),linear-gradient(0deg,rgba(0,0,0,.7),transparent 50%)}.squeeze-vertical{position:absolute;left:50%;bottom:26px;writing-mode:vertical-rl;transform:translate(-50%) rotate(180deg);font-size:11px;text-transform:uppercase;letter-spacing:.15em;white-space:nowrap}.squeeze-copy{position:absolute;z-index:2;left:45px;bottom:42px;max-width:570px}.squeeze-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:var(--yellow)}.squeeze-copy h3{font-family:Manrope;font-size:clamp(32px,4vw,57px);line-height:1;letter-spacing:-.05em;margin:16px 0}.squeeze-copy p{color:#d0d0cc;line-height:1.55;max-width:530px}.squeeze-copy a{display:inline-flex;align-items:center;gap:12px;border-bottom:1px solid var(--yellow);padding-bottom:7px;margin-top:10px;text-transform:uppercase;font-size:11px;letter-spacing:.12em}.squeeze-controls{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:18px}.squeeze-controls button{width:50px;height:50px;border:1px solid var(--line);background:transparent;display:grid;place-items:center;cursor:pointer}.squeeze-controls button:hover{background:var(--yellow);color:#111;border-color:var(--yellow)}.progress{height:2px;background:#2b2b2b;flex:1;margin-right:25px}.progress i{height:100%;display:block;background:var(--yellow);transition:width .6s}.testimonials{background:var(--paper);color:#111;position:relative}.section-head{text-align:center;max-width:850px;margin:0 auto}.section-head .eyebrow{justify-content:center}.section-head p{color:#666}.testimonial-grid{height:680px;overflow:hidden;display:flex;justify-content:center;gap:20px;margin-top:70px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent)}.testimonial-column{width:31%;max-width:360px}.testimonial-track{display:flex;flex-direction:column;gap:20px;padding-bottom:20px}.testimonial-card{background:#fff;border:1px solid #d2d0c9;padding:34px;box-shadow:0 12px 35px #0000000d}.testimonial-card:before{content:"“";font-family:Georgia;font-size:45px;color:var(--yellow);line-height:.7}.testimonial-card>p{font-size:16px;line-height:1.65;color:#353535}.testimonial-card>div{display:flex;align-items:center;gap:12px;margin-top:27px}.testimonial-card img{width:42px;height:42px;object-fit:cover;border-radius:50%;filter:grayscale(1)}.testimonial-card span{display:flex;flex-direction:column}.testimonial-card b{font-size:13px}.testimonial-card small{color:#888;margin-top:3px}.faq{background:#090909;display:grid;grid-template-columns:.8fr 1.4fr;gap:8vw}.faq-intro{position:sticky;top:70px;height:max-content}.faq-intro p{color:#888;line-height:1.6;max-width:390px}.faq-list{border-top:1px solid var(--line)}.faq-list article{border-bottom:1px solid var(--line)}.faq-list button{width:100%;border:0;background:none;text-align:left;display:grid;grid-template-columns:45px 1fr 25px;gap:15px;align-items:center;padding:28px 0;cursor:pointer;font-size:18px}.faq-list button>span{color:#666;font-size:10px}.faq-list button svg{width:18px;transition:.3s}.faq-list article.open button svg{transform:rotate(45deg);color:var(--yellow)}.answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s}.answer p{overflow:hidden;color:#999;line-height:1.7;margin:0;padding-left:60px;max-width:640px}.open .answer{grid-template-rows:1fr}.open .answer p{padding-bottom:28px}.faq-cta{margin-top:35px;padding:20px;display:flex;align-items:center;gap:15px;background:var(--yellow);color:#111}.faq-cta>svg:first-child{width:20px}.faq-cta>svg:last-child{margin-left:auto}.faq-cta span{display:flex;flex-direction:column}.faq-cta small{font-weight:400;margin-top:3px}.footer{display:flex;gap:14px;background:var(--paper);color:#111;padding:14px}.footer>div{min-height:600px;padding:52px}.footer-yellow{width:38%;background:var(--yellow);position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.footer-yellow:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(0,0,0,.18);border-radius:50%;right:-230px;top:80px;box-shadow:0 0 0 50px #00000008,0 0 0 100px #00000006}.footer-yellow img{width:185px;filter:brightness(0);position:relative;z-index:1}.footer-yellow p{text-transform:uppercase;font-size:11px;letter-spacing:.16em}.footer-yellow h2{font-family:Manrope;font-size:clamp(39px,4.2vw,64px);letter-spacing:-.06em;line-height:.95;margin:15px 0;position:relative;z-index:1}.footer-yellow>a{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #111;border-bottom:1px solid #111;padding:17px 0;text-transform:uppercase;font-size:11px;letter-spacing:.1em;position:relative;z-index:1}.footer-yellow small{font-size:10px}.footer-map{width:62%;border:1px solid #c8c6bf;display:flex;flex-direction:column;justify-content:space-between}.footer-cols{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:35px}.footer-cols nav,.footer-cols>div{display:flex;flex-direction:column;gap:14px}.footer-cols b{font-size:11px;text-transform:uppercase;letter-spacing:.15em;margin-bottom:10px}.footer-cols a,.footer-cols p{font-size:14px;color:#666;margin:0;line-height:1.6}.footer-cols a:hover{color:#111}.social-row{display:flex;align-items:center;gap:9px;border-top:1px solid #ccc;padding-top:25px}.social-row a{width:42px;height:42px;border:1px solid #bbb;display:grid;place-items:center}.social-row a:hover{background:#111;color:#fff}.social-row svg{width:17px}.social-row span{margin-left:auto;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#777}@media(max-width:900px){.section{padding:95px 25px}.header{height:76px;padding:0 22px}.logo img{width:145px}.header nav{display:none;position:absolute;top:76px;left:0;width:100%;margin:0;background:#080808;padding:28px;flex-direction:column;align-items:flex-start}.header nav.open{display:flex}.header-cta{display:none}.menu{display:block;margin-left:auto}.hero{padding:115px 24px 145px}.hero h1{font-size:clamp(50px,14vw,78px);line-height:.91}.hero-stats{grid-template-columns:repeat(3,1fr);width:100%;height:92px}.hero-stats>div{padding:12px}.hero-stats strong{font-size:20px}.scroll{display:none}.manifesto{grid-template-columns:1fr}.manifesto-label{flex-direction:row;margin-bottom:35px}.manifesto-body{gap:25px;margin-top:45px}.marquee-hero{height:800px;padding:80px 25px}.services-intro{grid-template-columns:1fr}.service-list article{grid-template-columns:45px 1fr 30px;gap:15px}.service-list article p{grid-column:2}.portfolio-head{align-items:start;flex-direction:column}.portfolio-head>p{width:auto}.squeeze-stage{height:520px}.squeeze-card{min-width:54px}.squeeze-card.is-open{width:calc(100% - 170px)}.squeeze-copy{left:28px;bottom:28px;padding-right:20px}.squeeze-copy p{font-size:14px}.faq{grid-template-columns:1fr}.faq-intro{position:static}.footer{flex-direction:column}.footer>div{width:100%;min-height:520px;padding:35px}.testimonial-column{width:48%}.col-3{display:none}}@media(max-width:600px){.section{padding:80px 20px}.hero{min-height:780px;height:100svh}.hero h1{font-size:12.6vw}.hero-copy>p{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-stats span{display:none}.hero-stats>div{justify-content:center}.manifesto-body{grid-template-columns:1fr}.marquee-hero{height:730px}.marquee-copy h2{font-size:46px}.marquee-copy p{font-size:15px}.image-marquee{height:250px}.image-track figure{width:185px;height:225px}.services-intro{margin-bottom:45px}.service-list article{min-height:145px;padding:24px 0}.service-list article:hover{padding-left:8px}.service-list h3{font-size:25px}.pitch{padding:80px 20px}.squeeze-stage{height:540px;gap:5px}.squeeze-card{display:none}.squeeze-card.is-open{display:block;width:100%;min-width:100%}.squeeze-copy{left:22px;bottom:24px}.squeeze-copy h3{font-size:36px}.portfolio-head h2,.section-head h2,.faq h2{font-size:45px}.testimonial-column{width:100%}.col-2{display:none}.testimonial-grid{height:600px}.faq-list button{font-size:16px}.footer>div{padding:28px;min-height:560px}.footer-map{min-height:650px!important}.footer-cols{grid-template-columns:1fr 1fr}.footer-cols>div{grid-column:1/-1}.social-row span{display:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.image-track .blank-tile{background:#fff;border:1px solid #111;box-shadow:12px 12px #0000001f;color:#111;padding:22px;display:flex;flex-direction:column;justify-content:space-between}.image-track .blank-tile:nth-child(2n){background:#f7f7f4}.blank-tile span{font-size:11px;letter-spacing:.18em}.blank-tile strong{font-family:Manrope;font-size:25px;line-height:1.05;letter-spacing:-.04em;max-width:170px}.marquee-hero{height:930px}.marquee-hero .image-marquee{bottom:64px;mask-image:none;-webkit-mask-image:none}@media(max-width:900px){.marquee-hero{height:870px}.marquee-hero .image-marquee{bottom:55px}}@media(max-width:600px){.marquee-hero{height:790px}.marquee-hero .image-marquee{bottom:40px}}.header{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:100%;height:92px;padding:0;border:1px solid transparent;border-bottom-color:var(--line);background:linear-gradient(180deg,#000000a3,#0000001f);transition:top .3s ease,width .3s ease,max-width .3s ease,height .3s ease,background-color .3s ease,border-color .3s ease,box-shadow .3s ease,border-radius .3s ease}.header-inner{width:100%;height:100%;display:flex;align-items:center;padding:0 max(5vw,28px);transition:padding .3s ease}.header.scrolled{top:16px;width:calc(100% - 32px);max-width:1120px;height:64px;border-color:#ffffff2b;border-radius:6px;background:#080808b8;box-shadow:0 14px 40px #00000052;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.header.scrolled .header-inner{padding:0 10px 0 18px}.header.scrolled .logo img{width:148px}.header .logo img{transition:width .3s ease}.header .menu{position:relative;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.2);background:#00000040;place-items:center}.header .menu span{position:absolute;left:50%;top:50%;width:18px;height:1.5px;background:#fff;transition:transform .3s ease}.header .menu span:first-child{transform:translate(-50%,-4px)}.header .menu span:last-child{transform:translate(-50%,4px)}.header .menu.active span:first-child{transform:translate(-50%) rotate(45deg)}.header .menu.active span:last-child{transform:translate(-50%) rotate(-45deg)}@media(max-width:900px){.header{height:76px;padding:0}.header-inner{padding:0 22px}.header.scrolled{top:10px;width:calc(100% - 20px);height:58px}.header.scrolled .header-inner{padding:0 7px 0 15px}.header.scrolled .logo img{width:132px}.header.menu-open{top:0;width:100%;height:76px;border-radius:0;background:#080808f0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.header nav,.header nav.open{display:flex;position:fixed;inset:76px 0 0;width:100vw;height:calc(100dvh - 76px);margin:0;padding:30px 24px;background:#080808f5;border-top:1px solid var(--line);flex-direction:column;align-items:stretch;justify-content:flex-start;gap:6px;opacity:0;visibility:hidden;pointer-events:none;transform:scale(.95);transform-origin:top center;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.header nav.open{opacity:1;visibility:visible;pointer-events:auto;transform:scale(1)}.header nav a{display:flex;align-items:center;min-height:58px;padding:0 10px;border-bottom:1px solid rgba(255,255,255,.12);font-size:15px}.header nav a:after{display:none}.header .menu{display:grid;margin-left:auto}.header-cta{display:none}}.hero-card-section{width:100%;padding:112px 28px 48px;background:#070707}.hero-card{width:100%;max-width:1440px;min-height:680px;margin:0 auto;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:48px;background:#090909;box-shadow:0 18px 70px #00000059;display:flex;align-items:center;justify-content:center;transition:border-color .5s ease}.hero-card:hover{border-color:#ffcc0061}.hero-card-fallback,.hero-dithering{position:absolute;inset:0}.hero-card-fallback{background:#10100d}.hero-dithering{z-index:0;pointer-events:none;opacity:.62;mix-blend-mode:screen}.hero-dithering-canvas{width:100%;height:100%}.hero-card-content{position:relative;z-index:2;width:100%;max-width:930px;margin:0 auto;padding:70px 34px;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-card-label{margin-bottom:34px;display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,204,0,.24);border-radius:999px;background:#ffcc0014;padding:8px 14px;color:var(--yellow);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-card-label>span{position:relative;display:flex;width:8px;height:8px}.hero-card-label>span:before{content:"";position:absolute;inset:0;border-radius:50%;background:var(--yellow);opacity:.7;animation:hero-ping 1.5s cubic-bezier(0,0,.2,1) infinite}.hero-card-label i{position:relative;display:block;width:8px;height:8px;border-radius:50%;background:var(--yellow)}@keyframes hero-ping{75%,to{transform:scale(2.1);opacity:0}}.hero-card h1{font-family:Manrope,sans-serif;font-size:clamp(78px,12vw,172px);font-weight:700;line-height:.86;letter-spacing:-.075em;color:#fff;margin:0}.hero-card-content>p{max-width:700px;margin:38px 0 42px;color:#ffffffb8;font-size:clamp(16px,1.6vw,21px);line-height:1.6}.hero-card-cta{min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:999px;background:var(--yellow);color:#111;padding:0 32px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.hero-card-cta:hover{transform:scale(1.05);background:#fff;box-shadow:0 0 0 6px #ffcc0026}.hero-card-cta:active{transform:scale(.96)}.hero-card-cta svg{width:18px;transition:transform .3s}.hero-card-cta:hover svg{transform:translate(4px)}@media(max-width:900px){.hero-card-section{padding:96px 18px 38px}.hero-card{min-height:650px;border-radius:36px}.hero-card-content{padding:60px 24px}.hero-card h1{font-size:clamp(72px,17vw,132px)}}@media(max-width:600px){.hero-card-section{padding:88px 12px 30px}.hero-card{min-height:620px;border-radius:28px}.hero-card-content{padding:52px 20px}.hero-card-label{font-size:9px;margin-bottom:28px}.hero-card h1{font-size:20vw}.hero-card-content>p{font-size:15px;margin:30px 0 34px}.hero-card-cta{padding:0 24px;font-size:11px}}.hero-dithering{opacity:.48}.hero-card-content>p{color:#d6d6d2}.team-section{background:#fff;color:#111}.team-heading{max-width:1180px;margin:0 auto 72px;display:grid;grid-template-columns:1.6fr .7fr;gap:7vw;align-items:end}.team-heading h2{max-width:820px;margin:22px 0 0;font-family:Manrope;font-size:clamp(42px,5vw,72px);font-weight:700;line-height:.98;letter-spacing:-.055em}.team-heading>p{margin:0;padding-top:18px;border-top:1px solid #c9c9c4;color:#777;font-size:12px;line-height:1.65}.team-showcase{width:100%;max-width:1120px;margin:0 auto;display:flex;align-items:flex-start;gap:70px;padding:8px 0 20px;-webkit-user-select:none;user-select:none}.team-grid{display:flex;gap:12px;flex-shrink:0;overflow-x:auto;padding-bottom:4px}.team-column{display:flex;flex-direction:column;gap:12px}.team-column-2{margin-top:68px}.team-column-3{margin-top:32px}.team-placeholder{position:relative;width:155px;height:165px;overflow:hidden;border:1px solid #c9c9c4;border-radius:12px;background:#ecebe6;cursor:pointer;transition:opacity .4s ease,transform .4s ease,border-color .4s ease,background-color .4s ease}.team-column-2 .team-placeholder{width:172px;height:182px}.team-column-3 .team-placeholder{width:162px;height:172px}.team-placeholder-pattern{position:absolute;inset:-20%;background:repeating-linear-gradient(125deg,transparent 0 11px,rgba(0,0,0,.08) 11px 12px),radial-gradient(circle at 30% 25%,#ffcc00 0 7%,transparent 7.5%),linear-gradient(145deg,#f4f3ef,#d8d6cf)}.team-placeholder:nth-child(2) .team-placeholder-pattern{transform:rotate(180deg)}.team-placeholder>span{position:absolute;left:16px;bottom:14px;font-family:Manrope;font-size:27px;font-weight:700;letter-spacing:-.06em}.team-placeholder>small{position:absolute;top:13px;right:13px;font-size:7px;text-transform:uppercase;letter-spacing:.15em;color:#666}.team-placeholder.active{transform:translateY(-4px);border-color:#111;background:#fc0}.team-placeholder.active .team-placeholder-pattern{filter:contrast(1.25)}.team-placeholder.dimmed{opacity:.38}.team-list{flex:1;display:flex;flex-direction:column;gap:22px;padding-top:8px}.team-member{cursor:pointer;transition:opacity .3s ease}.team-member.dimmed{opacity:.35}.team-member-line{display:flex;align-items:center;gap:11px}.team-member-line>i{width:16px;height:12px;border-radius:5px;background:#0000002e;transition:width .3s ease,background-color .3s ease}.team-member.active .team-member-line>i{width:22px;background:#fc0}.team-member strong{font-family:Manrope;font-size:18px;line-height:1;font-weight:650;letter-spacing:-.035em;color:#000000c2;transition:color .3s}.team-member.active strong{color:#111}.team-member p{margin:7px 0 0 27px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#8b8b86}.team-socials{display:flex;align-items:center;gap:6px;margin-left:2px;opacity:0;transform:translate(-8px);transition:opacity .2s ease,transform .2s ease}.team-member.active .team-socials{opacity:1;transform:translate(0)}.team-socials svg{width:13px;height:13px;color:#555}@media(max-width:980px){.team-heading{grid-template-columns:1fr}.team-heading>p{max-width:480px}.team-showcase{flex-direction:column;gap:45px}.team-grid{width:100%}.team-list{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:25px}.team-placeholder{width:130px;height:140px}.team-column-2 .team-placeholder{width:145px;height:155px}.team-column-3 .team-placeholder{width:136px;height:146px}}@media(max-width:600px){.team-heading{margin-bottom:48px}.team-heading h2{font-size:42px}.team-showcase{gap:38px}.team-grid,.team-column{gap:8px}.team-column-2{margin-top:48px}.team-column-3{margin-top:22px}.team-placeholder,.team-column-2 .team-placeholder,.team-column-3 .team-placeholder{width:29vw;height:128px}.team-list{grid-template-columns:1fr;gap:20px}.team-member strong{font-size:17px}}.team-heading{display:block;max-width:1120px;margin:0 auto 58px;text-align:center}.team-heading h2{max-width:none;margin:0;font-size:clamp(48px,6vw,82px)}.team-showcase{flex-direction:column;align-items:center;gap:48px}.team-grid{width:100%;justify-content:center;gap:14px}.team-column{gap:14px;margin-top:0}.team-placeholder,.team-column-2 .team-placeholder,.team-column-3 .team-placeholder{width:190px;height:190px}.team-list{width:100%;max-width:850px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px 45px;padding-top:0}.team-member-line{justify-content:flex-start}.team-placeholder>span{left:18px;bottom:16px}.team-placeholder>small{display:none}@media(max-width:760px){.team-heading{margin-bottom:42px}.team-grid,.team-column{gap:9px}.team-placeholder,.team-column-2 .team-placeholder,.team-column-3 .team-placeholder{width:28vw;height:28vw;max-width:165px;max-height:165px}.team-list{grid-template-columns:repeat(2,1fr);max-width:520px;gap:26px 30px}}@media(max-width:480px){.team-heading h2{font-size:46px}.team-placeholder,.team-column-2 .team-placeholder,.team-column-3 .team-placeholder{width:27.5vw;height:120px}.team-list{grid-template-columns:1fr;max-width:280px}.team-member-line{justify-content:flex-start}}.team-section{background:var(--paper)}.team-heading .eyebrow{justify-content:center;margin-bottom:20px}.team-heading .team-subtitle{max-width:650px;margin:24px auto 0;padding:0;border:0;text-align:center;color:#666;font-size:16px;line-height:1.6}
