@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/font-8.ttf) format('truetype');
}

:root{--ink:#15151b;--paper:#fbfbfd;--lime:#d9fa63;--muted:#656572;--line:#dedee5;--heading:'Manrope',Arial,sans-serif;--body:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #8759ec;outline-offset:6px}::selection{background:var(--lime);color:var(--ink)}.wrap{max-width:1320px;width:calc(100% - 112px);margin:auto}.dark-top{background:var(--ink);color:#fff}.site-header{height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff20}.brand{display:flex;align-items:center;gap:12px;font-family:var(--heading);font-size:29px;font-weight:800;line-height:1;letter-spacing:-1.4px}.brand-mark{position:relative;width:45px;height:45px;background:var(--lime);color:var(--ink);display:grid;place-items:center;border-radius:12px;font-size:44px;line-height:1;padding-bottom:9px}.brand-mark>span{font-size:27px;position:absolute;right:4px;bottom:2px}.brand-sub{display:block;font-size:10px;letter-spacing:5.4px;margin-top:6px;font-weight:600}.site-header nav{display:flex;align-items:center;gap:34px;font-size:14px}.site-header nav>a:not(.button){color:#e3e2e9}.site-header nav>a:hover{color:var(--lime)}.button{display:inline-flex;align-items:center;justify-content:center;gap:34px;padding:18px 25px;font-size:15px;font-weight:700;border-radius:7px;line-height:1.4;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.button>span{font-size:23px;line-height:1}.button.small{padding:13px 20px;gap:28px}.lime{background:var(--lime);color:var(--ink)!important}.dark{background:var(--ink);color:white}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1.06fr 1fr;position:relative;padding-top:75px}.hero-copy{z-index:1;padding-bottom:75px}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;margin:0 0 27px}.tiny-star{color:var(--lime);font-size:24px;vertical-align:middle;margin-right:8px}.hero h1{font-family:var(--heading);font-size:clamp(64px,6.6vw,104px);font-weight:700;letter-spacing:-6px;line-height:1.07;margin:0 0 28px}.serif{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-style:italic;letter-spacing:-.055em}.hero h1 .serif{color:var(--lime);font-size:1.11em}.hero-description{max-width:410px;color:#d2d1dc;font-size:19px;line-height:1.7}.hero-note{color:#9998a7;font-size:14px;margin-top:18px}.hero-actions{display:flex;gap:27px;align-items:center;margin-top:32px}.text-link{font-size:14px;border-bottom:1px solid #696971;padding:10px 0;white-space:nowrap}.text-link span{margin-left:15px}.hero-visual{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;margin:-22px -25px 30px 0;isolation:isolate;overflow:hidden;border-radius:24px;background:radial-gradient(ellipse at 60% 45%,#392649 0,transparent 65%)}.visual-type{font-family:var(--heading);font-size:clamp(50px,6vw,86px);line-height:1.07;letter-spacing:-5px;font-weight:800;transform:rotate(-9deg);color:#f597f0}.visual-type span{display:block}.visual-type span:last-child{color:#ff8953}.visual-caption{position:absolute;bottom:20px;left:35px;right:20px;display:flex;justify-content:space-between;gap:10px;font-size:10px;letter-spacing:1.4px;color:#aaa8b6;z-index:2}.orbit-label{position:absolute;top:26px;right:23px;border:1px solid #ffffff30;border-radius:100px;padding:18px 25px;transform:rotate(9deg);font-size:12px;background:#17171b80;backdrop-filter:blur(6px);z-index:2}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid #ffffff20;padding:24px 0;font-size:10px;letter-spacing:1.3px;color:#b9b7c5}.hero-bottom>span:last-child{letter-spacing:0;font-size:12px}.hero-bottom>span:last-child span{margin-left:20px}.service-ribbon{background:var(--lime);overflow:hidden;padding:22px 0}.service-ribbon>div{min-width:max-content;display:flex;justify-content:center;align-items:center;gap:37px;font-family:var(--heading);font-size:21px;font-weight:800;letter-spacing:-.5px}.service-ribbon span{font-size:25px}.section{padding-top:110px;padding-bottom:110px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:55px}.section-heading>div{flex:1}.section-heading>p{max-width:355px;margin-bottom:5px;color:var(--muted);font-size:16px}h2{font-family:var(--heading);font-size:clamp(38px,4vw,59px);font-weight:600;line-height:1.14;letter-spacing:-2.8px;margin:0}h3{font-family:var(--heading)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{padding:30px 30px 23px;border-radius:13px;transition:transform .2s,box-shadow .2s;min-height:330px;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-7px);box-shadow:0 17px 25px #15151b12}.purple{background:#e6dcfc}.peach{background:#ffe0c9}.green{background:#e0f4be}.pink{background:#f9d9ed}.blue{background:#d9e6ff}.yellow{background:#f7edb8}.card-top{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:24px}.service-symbol{font-size:35px;line-height:1;font-weight:500;letter-spacing:-2px}.service-card h3{font-size:27px;letter-spacing:-1px;line-height:1.2;margin:0 0 16px;font-weight:600}.service-card p{font-size:15px;line-height:1.65;margin:0 0 24px;max-width:280px;color:#41414c}.card-bottom{margin-top:auto;border-top:1px solid #15151b25;padding-top:17px;font-size:10px;letter-spacing:1.6px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.card-bottom>span{font-size:22px;line-height:1}.approach{background:var(--ink);color:white;padding:100px 0}.approach .section-heading>p{color:#b8b6c5}.approach .serif{color:#ccaffa}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:65px}.steps article{border-top:1px solid #ffffff35;padding-top:25px}.step-number{font-size:12px;color:var(--lime)}.steps h3{font-size:29px;letter-spacing:-1px;margin:23px 0 12px}.steps p{font-size:15px;color:#b8b6c5;margin:0;max-width:320px}.about{display:grid;grid-template-columns:1fr 2fr;gap:70px}.about>div>p{color:var(--muted);max-width:620px;margin:30px 0}.about .serif{color:#7542cf}.principles{display:flex;flex-wrap:wrap;gap:10px}.principles>span{border:1px solid var(--line);border-radius:50px;padding:9px 16px;font-size:13px}.details-section{background:#f0f0f6;padding:100px 0}.service-details details{border-top:1px solid #ccccd7;scroll-margin-top:30px}.service-details details:last-child{border-bottom:1px solid #ccccd7}.service-details summary{display:flex;align-items:center;gap:25px;padding:25px 0;cursor:pointer;list-style:none}.service-details summary::-webkit-details-marker{display:none}.service-details summary>span:first-child{font-size:12px;color:#716d80;width:30px}.service-details summary h3{font-size:23px;font-weight:600;letter-spacing:-.6px;margin:0;flex:1}.plus{font-size:29px;font-weight:400}.service-details details[open] .plus{transform:rotate(45deg)}.detail-body{padding:0 55px 35px;display:grid;grid-template-columns:1fr 1fr;gap:18px 70px;color:#575364;font-size:15px}.detail-body p{margin:0}.detail-body ul{margin:0;padding-left:20px}.detail-body li{margin-bottom:7px}.detail-body>a{font-weight:700;color:#6533b5;text-decoration:underline;text-underline-offset:5px}.contact-section{background:var(--lime);padding:90px 0 80px;overflow:hidden}.contact-inner{position:relative}.contact-section h2{font-size:clamp(65px,8vw,110px);letter-spacing:-6px;position:relative}.contact-star{position:absolute;font-family:Arial;font-size:210px;right:10%;top:-10px;font-style:normal;line-height:1.2;font-weight:400}.contact-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:45px}.contact-bottom p{margin:0;font-size:18px}.email-link{display:inline-block;font-size:14px;border-bottom:1px solid #15151b80;margin-top:25px}.footer{background:var(--ink);color:white;padding:50px 0 0}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:45px}.footer-top>p{font-size:15px;color:#aeacb9}.footer-top>a:last-child{font-size:13px}.footer-bottom{border-top:1px solid #ffffff25;display:flex;justify-content:space-between;padding:24px 0;color:#9896a7;font-size:12px}.skip{position:fixed;left:12px;top:-100px;z-index:100;background:white;color:#15151b;padding:12px}.skip:focus{top:12px}
@media(min-width:1600px){.hero{padding-top:90px}.hero-copy{padding-bottom:90px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.hero h1{font-size:76px;letter-spacing:-4px}.hero-actions{gap:18px;flex-wrap:wrap}.hero-visual{margin-right:-15px}.site-header nav{gap:24px}.service-card{padding:25px}.service-card h3{font-size:24px}.section-heading{gap:40px}.contact-star{right:2%;font-size:170px}.about{gap:35px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.site-header{height:85px}.brand{font-size:25px}.brand-mark{width:39px;height:39px;font-size:39px}.brand-sub{font-size:9px}.menu-toggle{display:flex;align-items:center;gap:12px;color:white;border:1px solid #ffffff45;background:transparent;border-radius:6px;padding:9px 12px;font-size:14px}.site-header nav{display:none;position:absolute;top:75px;left:20px;right:20px;background:#23232c;border:1px solid #ffffff25;border-radius:12px;padding:25px;z-index:10;align-items:stretch;gap:20px}.site-header nav.open{display:flex;flex-direction:column}.hero{grid-template-columns:1fr;padding-top:43px}.hero-copy{padding-bottom:15px}.hero h1{font-size:clamp(60px,12vw,84px);letter-spacing:-3.8px}.eyebrow{font-size:11px;margin-bottom:21px}.hero-description{font-size:18px;max-width:420px}.hero-note{font-size:13px}.hero-actions{gap:23px;margin-top:28px}.button{font-size:14px;padding:17px 21px;gap:22px}.hero-visual{height:340px;margin:20px 0 20px;min-height:0}.visual-type{font-size:64px}.orbit-label{top:12px;right:10px}.visual-caption{left:15px;right:15px;font-size:9px}.hero-bottom{padding:20px 0;font-size:9px;gap:20px;align-items:center}.hero-bottom>span:first-child{max-width:200px}.hero-bottom>span:last-child{white-space:nowrap}.service-ribbon{padding:16px 0}.service-ribbon>div{justify-content:flex-start;gap:25px;font-size:17px;padding-left:25px}.section{padding-top:70px;padding-bottom:70px}.section-heading{display:block;margin-bottom:35px}.section-heading>p{max-width:530px;margin-top:23px}.section-heading h2,h2{font-size:40px;letter-spacing:-1.8px}.services-grid{grid-template-columns:repeat(2,1fr);gap:14px}.service-card{padding:23px 20px;min-height:310px}.service-card h3{font-size:22px}.service-card p{font-size:14px}.card-top{margin-bottom:22px}.card-bottom{font-size:9px;letter-spacing:1px}.approach{padding:70px 0}.steps{gap:24px;margin-top:35px}.steps h3{font-size:23px}.steps p{font-size:14px}.about{grid-template-columns:1fr;gap:10px}.about>div>p{font-size:16px}.details-section{padding:70px 0}.service-details summary{gap:10px;padding:23px 0}.service-details summary h3{font-size:19px}.detail-body{grid-template-columns:1fr;padding:0 0 28px 40px;gap:20px;font-size:15px}.contact-section{padding:65px 0}.contact-section h2{font-size:68px;letter-spacing:-3px}.contact-star{font-size:110px;right:0;top:5px}.contact-bottom{align-items:flex-start;gap:25px;margin-top:35px}.contact-bottom p{font-size:16px}.footer-top{gap:20px;flex-wrap:wrap}.footer-top>p{font-size:14px}.footer-bottom{gap:20px;font-size:11px}}
@media(max-width:440px){.services-grid{grid-template-columns:1fr}.service-card{min-height:285px}.service-card h3{font-size:27px}.service-card p{max-width:none;font-size:16px}.card-top{margin-bottom:20px}.card-bottom{font-size:11px}.steps{grid-template-columns:1fr;gap:28px}.steps h3{margin-top:10px}.steps p{max-width:none;font-size:16px}.hero-actions{gap:12px}.hero-visual{height:285px}.hero h1{font-size:64px}.hero-bottom>span:first-child{font-size:8px}.contact-section h2{font-size:57px}.contact-star{font-size:72px;top:9px}.contact-bottom{flex-direction:column}.footer-top>p{display:none}.footer-bottom>span:last-child{display:none}.principles>span{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

.hero-art{width:100%;height:100%;object-fit:contain;mix-blend-mode:lighten;display:block}.hero-visual{background:none}.hero-art{animation:arrive 1s ease-out both}@keyframes arrive{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}

/* Readable supporting labels and a seamless artwork surface. */
.hero-visual{background:var(--ink)}
.eyebrow,.card-top,.card-bottom,.hero-bottom,.visual-caption,.footer-bottom,.step-number,.service-details summary>span:first-child{font-size:12px}
.orbit-label,.hero-note,.principles>span,.text-link,.footer-top>a:last-child{font-size:14px}
.service-card p,.steps p,.detail-body{font-size:16px}
.visual-caption{letter-spacing:.5px}
@media(max-width:760px){.hero-bottom{letter-spacing:.2px}.hero-bottom>span:first-child{font-size:12px}.visual-caption{font-size:12px;flex-wrap:wrap}.orbit-label{font-size:12px}.principles>span{font-size:14px}}
@media(max-width:360px){.hero h1{font-size:54px}.contact-section h2{font-size:49px}.contact-star{font-size:55px}.hero-bottom>span:first-child{max-width:180px}.hero-bottom>span:last-child{display:none}}
