:root{--ink: #1c1a1e;--ink-soft: #2a2730;--ink-soft-2: #332f3a;--cream: #fbf4e7;--cream-dim: #f2e7d3;--cherry: #e8395a;--cherry-deep: #c11f42;--cherry-tint: #fcd9dd;--amber: #f2a93c;--amber-deep: #b87a1f;--amber-tint: #fbe4be;--pistachio: #3e9178;--pistachio-deep: #2c6c57;--pistachio-tint: #d6ebe1;--grape: #7b4fa0;--line: rgba(251, 244, 231, .16);--line-dark: rgba(28, 26, 30, .12)}html[data-theme=candy] *{box-sizing:border-box}html[data-theme=candy]{scroll-behavior:smooth}html[data-theme=candy] body{margin:0;background-color:var(--ink);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><circle cx='18' cy='24' r='3' fill='%23E8395A' fill-opacity='0.4'/><circle cx='70' cy='55' r='2.5' fill='%23F2A93C' fill-opacity='0.35'/><circle cx='124' cy='18' r='3' fill='%233E9178' fill-opacity='0.4'/><circle cx='45' cy='102' r='2' fill='%237B4FA0' fill-opacity='0.4'/><circle cx='132' cy='118' r='3' fill='%23FBF4E7' fill-opacity='0.12'/><circle cx='92' cy='142' r='2' fill='%23E8395A' fill-opacity='0.3'/><circle cx='8' cy='132' r='2' fill='%23F2A93C' fill-opacity='0.3'/></svg>");background-repeat:repeat;color:var(--cream);font-family:Inter,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}html[data-theme=candy] .display{font-family:"Baloo 2",sans-serif}html[data-theme=candy] a{color:inherit}html[data-theme=candy] .wrap{max-width:1160px;margin:0 auto;padding:0 32px}html.page-detail[data-theme=candy] .wrap{max-width:760px}@media (max-width: 640px){html[data-theme=candy] .wrap{padding:0 20px}}html[data-theme=candy] section{position:relative}html[data-theme=candy] .gummy{border-radius:42% 58% 53% 47%/45% 40% 60% 55%;position:relative;overflow:hidden}html[data-theme=candy] .gummy:before{content:"";position:absolute;top:12%;left:18%;width:22%;height:13%;background:radial-gradient(ellipse,rgba(255,255,255,.55),color-mix(in srgb,var(--card-color, var(--chip-color, var(--cherry))) 45%,transparent) 60%,transparent 85%);border-radius:50%;transform:rotate(-20deg);filter:blur(1.5px);pointer-events:none;z-index:0}html[data-theme=candy] .chip-3.gummy:before{top:77%;left:50%;width:22%;height:14%;transform:rotate(-26deg)}html[data-theme=candy] .chip-2.gummy:before{top:12%;left:50%;width:22%;height:13%;transform:rotate(16deg)}html[data-theme=candy] .ribbon-divider{width:100%;height:30px;overflow:hidden;line-height:0}html[data-theme=candy] .ribbon-divider svg{width:100%;height:100%;display:block}html[data-theme=candy] .lolli{display:inline-flex;vertical-align:middle;margin-right:6px}html[data-theme=candy] header{padding:22px 0;position:sticky;top:0;background:#1c1a1ed9;backdrop-filter:blur(10px);z-index:50;border-bottom:1px solid var(--line)}html[data-theme=candy] .header-row{display:flex;align-items:center;justify-content:space-between;gap:20px}html[data-theme=candy] .wordmark{font-family:"Baloo 2",sans-serif;font-weight:700;font-size:24px;letter-spacing:-.01em;color:var(--cream);display:flex;align-items:baseline;gap:2px;text-decoration:none}html[data-theme=candy] .wordmark .dot{color:var(--cherry);font-size:30px;line-height:0}html.page-detail[data-theme=candy] .wordmark .dot{color:var(--accent)}html[data-theme=candy] .nav-pill{display:flex;align-items:center;gap:4px;background:var(--ink-soft);border:1px solid var(--line);border-radius:100px;padding:6px}html[data-theme=candy] .nav-pill a{text-decoration:none;color:var(--cream);opacity:.75;font-size:14px;font-weight:600;padding:9px 18px;border-radius:100px;transition:opacity .15s ease,background .15s ease}html[data-theme=candy] .nav-pill a:hover{opacity:1;background:var(--ink-soft-2)}@media (max-width: 760px){html[data-theme=candy] .nav-pill{display:none}}html[data-theme=candy] .back-link{font-size:14.5px;font-weight:600;text-decoration:none;color:var(--cream);opacity:.7;transition:opacity .15s ease}html[data-theme=candy] .back-link:hover{opacity:1}html[data-theme=candy] .btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:100px;font-size:14.5px;font-weight:700;text-decoration:none;cursor:pointer;border:none;white-space:nowrap;position:relative;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}html[data-theme=candy] .btn:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.45) 45%,rgba(255,255,255,.15) 55%,transparent 75%);pointer-events:none}html[data-theme=candy] .btn-primary{background:linear-gradient(120deg,var(--cherry),var(--grape));color:var(--cream);box-shadow:0 6px 20px #e8395a59}html[data-theme=candy] .btn-primary:hover{transform:translateY(-2px)}html[data-theme=candy] .btn-accent{background:linear-gradient(120deg,var(--accent),var(--grape));color:var(--cream);box-shadow:0 6px 20px color-mix(in srgb,var(--accent) 35%,transparent)}html[data-theme=candy] .btn-accent:hover{transform:translateY(-2px)}html[data-theme=candy] .btn-ghost{background:transparent;color:var(--cream);border:1.5px solid var(--line)}html[data-theme=candy] .btn-ghost:hover{border-color:var(--cream)}html[data-theme=candy] .btn-ghost:after{display:none}html[data-theme=candy] .btn-sm{padding:10px 20px;font-size:13.5px}html.page-home[data-theme=candy] .hero{padding:84px 0 64px;overflow:hidden}html[data-theme=candy] .hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}@media (max-width: 900px){html[data-theme=candy] .hero-grid{grid-template-columns:1fr}}html[data-theme=candy] .hero-copy{position:relative;z-index:2}html.page-home[data-theme=candy] .hero h1{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(32px,4.6vw,50px);line-height:1.08;letter-spacing:-.01em;margin:0 0 22px}html[data-theme=candy] .hero-underline{display:inline;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.38) 0 4px,transparent 4px 9px),linear-gradient(90deg,var(--cherry),var(--amber),var(--pistachio));background-size:100% 8px,100% 8px;background-repeat:repeat-x,no-repeat;background-position:0 96%,0 96%;padding-bottom:4px}html.page-home[data-theme=candy] .hero p.lead{font-size:18px;max-width:480px;color:var(--cream);opacity:.72;margin:0 0 32px}html[data-theme=candy] .hero-ctas{display:flex;gap:14px;flex-wrap:wrap}html[data-theme=candy] .hero-art{position:relative;height:380px}@media (max-width: 900px){html[data-theme=candy] .hero-art{height:300px;margin-top:8px}}html[data-theme=candy] .candy-swirl{position:absolute;border-radius:50%;filter:blur(64px)}html[data-theme=candy] .swirl-1{width:480px;height:480px;top:-70px;right:-110px;opacity:.6;background:conic-gradient(from 0deg,var(--cherry),var(--amber),var(--pistachio),var(--grape),var(--cherry))}html[data-theme=candy] .swirl-2{width:220px;height:220px;bottom:-40px;left:4%;opacity:.45;background:conic-gradient(from 180deg,var(--grape),var(--cherry),var(--amber),var(--grape))}@media (max-width: 900px){html[data-theme=candy] .swirl-1{width:340px;height:340px;right:-60px}}html[data-theme=candy] .chip{position:absolute;width:92px;height:92px;background:var(--ink-soft);border:2px solid var(--chip-color, var(--cherry));box-shadow:0 0 0 1px #0003,0 12px 28px -8px var(--chip-color, var(--cherry));display:flex;align-items:center;justify-content:center;color:var(--chip-color, var(--cherry))}html[data-theme=candy] .chip svg{width:40px;height:40px;position:relative;z-index:1}html[data-theme=candy] .chip-1{--chip-color: var(--cherry);top:8%;left:8%;transform:rotate(-6deg)}html[data-theme=candy] .chip-2{--chip-color: var(--amber);top:40%;right:6%;transform:rotate(5deg)}html[data-theme=candy] .chip-3{--chip-color: var(--pistachio);bottom:6%;left:30%;transform:rotate(-3deg)}@media (max-width: 480px){html[data-theme=candy] .chip{width:74px;height:74px}html[data-theme=candy] .chip svg{width:32px;height:32px}}html.page-detail[data-theme=candy] .hero{padding:56px 0 48px}html[data-theme=candy] .status-pill{display:inline-block;font-size:13px;font-weight:700;color:var(--cream);background:var(--accent);padding:5px 14px;border-radius:100px;margin-bottom:22px}html.page-detail[data-theme=candy] .hero h1{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(30px,4.8vw,46px);line-height:1.08;letter-spacing:-.01em;margin:0 0 18px}html.page-detail[data-theme=candy] .hero .lead{font-size:18px;opacity:.72;margin:0}html[data-theme=candy] .section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:44px;gap:24px}html[data-theme=candy] .eyebrow{display:inline-flex;align-items:center;font-size:12.5px;font-weight:700;letter-spacing:.04em;color:var(--ink);background:var(--amber);padding:5px 14px;border-radius:100px;margin-bottom:16px}html[data-theme=candy] .section-head h2{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(26px,3.2vw,34px);margin:0;letter-spacing:-.01em}html[data-theme=candy] .section-head p{max-width:320px;opacity:.65;font-size:15px;margin:0}@media (max-width: 640px){html[data-theme=candy] .section-head{flex-direction:column;align-items:flex-start}html[data-theme=candy] .section-head p{max-width:none}}html[data-theme=candy] .services{padding:64px 0}html[data-theme=candy] .icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media (max-width: 800px){html[data-theme=candy] .icon-grid{grid-template-columns:1fr}}html[data-theme=candy] .icon-card{padding:34px 26px;border-radius:26px;background:var(--ink-soft);border:1.5px solid var(--card-color, var(--cherry));box-shadow:0 0 0 1px #00000026,0 0 32px -14px var(--card-color, var(--cherry));text-align:center;transition:transform .15s ease}html[data-theme=candy] .icon-card:hover{transform:translateY(-4px)}html[data-theme=candy] .icon-card[data-accent=cherry]{--card-color: var(--cherry)}html[data-theme=candy] .icon-card[data-accent=amber]{--card-color: var(--amber)}html[data-theme=candy] .icon-card[data-accent=pistachio]{--card-color: var(--pistachio)}html[data-theme=candy] .icon-card .icon-badge{width:58px;height:58px;background:#ffffff0a;border:1.5px solid var(--card-color);color:var(--card-color);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}html[data-theme=candy] .icon-card .icon-badge svg{width:26px;height:26px;position:relative;z-index:1}html[data-theme=candy] .icon-card h3{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:16px;letter-spacing:.01em;margin:0 0 10px}html[data-theme=candy] .icon-card p{font-size:14.5px;opacity:.68;margin:0}html[data-theme=candy] .section{padding:48px 0;border-top:1px solid var(--line)}html[data-theme=candy] .section h2{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:22px;margin:0 0 24px;letter-spacing:-.01em}html[data-theme=candy] .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 640px){html[data-theme=candy] .feature-grid{grid-template-columns:1fr}}html[data-theme=candy] .feature{background:var(--ink-soft);border:1.5px solid var(--accent);border-radius:20px;padding:22px 20px}html[data-theme=candy] .feature h3{font-family:"Baloo 2",sans-serif;font-weight:700;font-size:16px;margin:0 0 8px}html[data-theme=candy] .feature p{font-size:14.5px;opacity:.7;margin:0}html[data-theme=candy] .section-body{font-size:15.5px;opacity:.75;max-width:600px;line-height:1.6}html[data-theme=candy] .lab{padding:72px 0 80px}html[data-theme=candy] .case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 860px){html[data-theme=candy] .case-grid{grid-template-columns:1fr}}html[data-theme=candy] .case-card{border-radius:26px;overflow:hidden;background:var(--ink-soft);border:1px solid var(--line);text-decoration:none;color:var(--cream);display:flex;flex-direction:column;transition:transform .15s ease,border-color .15s ease}html[data-theme=candy] .case-card:hover{transform:translateY(-3px)}html[data-theme=candy] .case-card[data-accent=cherry]{--p: var(--cherry)}html[data-theme=candy] .case-card[data-accent=amber]{--p: var(--amber)}html[data-theme=candy] .case-card[data-accent=pistachio]{--p: var(--pistachio)}html[data-theme=candy] .case-card:hover{border-color:var(--p)}html[data-theme=candy] .case-visual{height:130px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--ink-soft-2)}html[data-theme=candy] .case-visual .swirl{position:absolute;width:180px;height:180px;border-radius:50%;filter:blur(30px);opacity:.75;background:conic-gradient(from 90deg,var(--p),var(--grape),var(--p))}html[data-theme=candy] .case-visual svg{width:44px;height:44px;color:var(--cream);position:relative;z-index:1;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}html[data-theme=candy] .case-body{padding:24px 24px 26px;display:flex;flex-direction:column;gap:12px;flex-grow:1}html[data-theme=candy] .status{display:inline-flex;align-self:flex-start;font-size:11.5px;font-weight:700;letter-spacing:.03em;padding:4px 12px;border-radius:100px;background:var(--p);color:var(--ink)}html[data-theme=candy] .case-card[data-accent=cherry] .status,html[data-theme=candy] .case-card[data-accent=pistachio] .status{color:var(--cream)}html[data-theme=candy] .case-body h3{font-family:"Baloo 2",sans-serif;font-weight:700;font-size:19px;margin:0}html[data-theme=candy] .case-body p{font-size:14.5px;opacity:.7;margin:0;flex-grow:1}html[data-theme=candy] .case-body .learn-more{font-size:13.5px;font-weight:700;color:var(--p)}html[data-theme=candy] .contact{padding:80px 0 88px}html[data-theme=candy] .contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}@media (max-width: 800px){html[data-theme=candy] .contact-inner{grid-template-columns:1fr}}html[data-theme=candy] .contact h2{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(28px,3.4vw,38px);margin:0 0 14px}html[data-theme=candy] .contact-copy p{opacity:.68;margin:0 0 24px;font-size:15.5px;max-width:400px}html[data-theme=candy] .contact-note{font-size:13px;opacity:.5;margin-top:16px}html[data-theme=candy] .signup-form{display:flex;flex-direction:column;gap:14px}html[data-theme=candy] .signup-form input,html[data-theme=candy] .signup-form textarea{padding:14px 16px;border:1.5px solid var(--line);border-radius:14px;font-size:16px;font-family:Inter,sans-serif;background:var(--ink-soft);color:var(--cream);resize:vertical}html[data-theme=candy] .signup-form input::placeholder,html[data-theme=candy] .signup-form textarea::placeholder{color:#fbf4e766}html[data-theme=candy] .signup-form input:focus,html[data-theme=candy] .signup-form textarea:focus{outline:2px solid var(--grape);outline-offset:1px}html[data-theme=candy] .signup-form button{align-self:flex-start}html[data-theme=candy] .notify{background:var(--ink-soft);border:1px solid var(--line);border-radius:26px;padding:40px 32px 44px;margin:12px 0 48px;position:relative;overflow:hidden}html[data-theme=candy] .notify h2{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:22px;margin:0 0 12px}html[data-theme=candy] .notify p{opacity:.68;margin:0 0 22px;font-size:15px;max-width:440px}html[data-theme=candy] .notify-form{display:flex;gap:12px;flex-wrap:wrap}html[data-theme=candy] .notify-form input{flex:1;min-width:200px;padding:13px 16px;border:1.5px solid var(--line);border-radius:100px;font-size:16px;font-family:Inter,sans-serif;background:var(--ink);color:var(--cream)}html[data-theme=candy] .notify-form input::placeholder{color:#fbf4e766}html[data-theme=candy] .notify-form input:focus{outline:2px solid var(--grape);outline-offset:1px}html[data-theme=candy] footer{padding:32px 0;border-top:1px solid var(--line);font-size:13.5px;opacity:.55}[data-variant]{display:none}html[data-theme=light] [data-variant=light],html[data-theme=dark] [data-variant=dark],html[data-theme=candy] [data-variant=candy]{display:block}html[data-theme=light] *{box-sizing:border-box}html[data-theme=light]{scroll-behavior:smooth}html[data-theme=light] body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}html[data-theme=light] .display{font-family:Fraunces,serif}html[data-theme=light] a{color:inherit}html[data-theme=light] .wrap{max-width:1120px;margin:0 auto;padding:0 32px}html.page-detail[data-theme=light] .wrap{max-width:900px}@media (max-width: 640px){html[data-theme=light] .wrap{padding:0 20px}}html[data-theme=light] header{padding:28px 0;border-bottom:1px solid var(--line-dark)}html[data-theme=light] .header-row{display:flex;align-items:center;justify-content:space-between}html[data-theme=light] .wordmark{font-family:Fraunces,serif;font-weight:600;font-size:22px;letter-spacing:-.01em;text-decoration:none;display:flex;align-items:baseline;gap:2px}html[data-theme=light] .wordmark .dot{color:var(--cherry);font-size:28px}html.page-detail[data-theme=light] .wordmark .dot{color:var(--accent)}html[data-theme=light] .back-link{font-size:14.5px;font-weight:600;text-decoration:none;opacity:.7;transition:opacity .15s ease}html[data-theme=light] .back-link:hover{opacity:1}html[data-theme=light] nav{display:flex;gap:36px;font-size:14.5px;font-weight:500}html[data-theme=light] nav a{text-decoration:none;color:var(--ink);opacity:.7;transition:opacity .15s ease}html[data-theme=light] nav a:hover{opacity:1}@media (max-width: 640px){html[data-theme=light] nav{display:none}}html.page-home[data-theme=light] .hero{padding:88px 0 100px;position:relative;overflow:hidden}html[data-theme=light] .hero-blob{position:absolute;border-radius:50%;filter:blur(2px);z-index:0}html[data-theme=light] .blob-1{width:340px;height:340px;background:var(--amber);top:-140px;right:-80px;opacity:.9}html[data-theme=light] .blob-2{width:220px;height:220px;background:var(--grape);bottom:-110px;right:180px;opacity:.85}html[data-theme=light] .blob-3{width:130px;height:130px;background:var(--pistachio);top:60px;right:340px;opacity:.9}@media (max-width: 640px){html[data-theme=light] .blob-1{width:220px;height:220px;top:-90px;right:-70px}html[data-theme=light] .blob-2{width:150px;height:150px;bottom:-70px;right:90px}html[data-theme=light] .blob-3{width:90px;height:90px;top:30px;right:200px}}html[data-theme=light] .hero-inner{position:relative;z-index:1}html.page-home[data-theme=light] .hero h1{font-family:Fraunces,serif;font-weight:500;font-size:clamp(40px,6.4vw,68px);line-height:1.04;letter-spacing:-.015em;margin:0 0 28px;max-width:740px}html[data-theme=light] .hero-underline{display:inline;background-image:linear-gradient(90deg,var(--cherry),var(--cherry) 33%,var(--amber) 33%,var(--amber) 66%,var(--pistachio) 66%);background-size:100% 10px;background-repeat:no-repeat;background-position:0 94%;padding-bottom:6px}html.page-home[data-theme=light] .hero p.lead{font-size:20px;max-width:560px;opacity:.85;margin:0 0 36px}html[data-theme=light] .hero-ctas{display:flex;gap:16px;flex-wrap:wrap}html.page-detail[data-theme=light] .hero{padding:72px 0 56px}html[data-theme=light] .status-pill{display:inline-block;font-size:13px;font-weight:700;color:var(--cream);background:var(--accent);padding:5px 14px;border-radius:100px;margin-bottom:22px}html.page-detail[data-theme=light] .hero h1{font-family:Fraunces,serif;font-weight:500;font-size:clamp(34px,5.5vw,54px);line-height:1.08;letter-spacing:-.015em;margin:0 0 22px;max-width:640px}html.page-detail[data-theme=light] .hero .lead{font-size:19px;max-width:600px;opacity:.82;margin:0}html[data-theme=light] .btn{display:inline-flex;align-items:center;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none;cursor:pointer;border:none;transition:transform .15s ease,box-shadow .15s ease}html[data-theme=light] .btn:hover{transform:translateY(-2px)}html[data-theme=light] .btn:active{transform:translateY(1px)}html.page-home[data-theme=light] .btn{padding:14px 28px}html.page-detail[data-theme=light] .btn{padding:13px 26px;background:var(--accent);color:var(--cream);box-shadow:0 4px 0 var(--accent-deep)}html.page-detail[data-theme=light] .btn:active{box-shadow:0 2px 0 var(--accent-deep)}html[data-theme=light] .btn-primary{background:var(--cherry);color:var(--cream);box-shadow:0 4px 0 var(--cherry-deep)}html[data-theme=light] .btn-primary:active{box-shadow:0 2px 0 var(--cherry-deep)}html[data-theme=light] .btn-ghost{background:transparent;color:var(--ink);border:2px solid var(--ink)}html[data-theme=light] .btn-ghost:hover{background:var(--ink);color:var(--cream)}html[data-theme=light] .services{padding:80px 0 88px;border-top:1px solid var(--line-dark)}html[data-theme=light] .section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:24px}html[data-theme=light] .section-head h2{font-family:Fraunces,serif;font-weight:500;font-size:clamp(28px,3.4vw,38px);margin:0;letter-spacing:-.01em}html[data-theme=light] .section-head p{max-width:320px;opacity:.7;font-size:15px;margin:0}html[data-theme=light] .service-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 800px){html[data-theme=light] .service-list{grid-template-columns:1fr}}html[data-theme=light] .service{padding:32px 28px 34px;border-radius:20px;border:2px solid var(--ink);transition:transform .15s ease}html[data-theme=light] .service:hover{transform:translateY(-3px)}html[data-theme=light] .service[data-accent=cherry]{background:var(--cherry-tint)}html[data-theme=light] .service[data-accent=amber]{background:var(--amber-tint)}html[data-theme=light] .service[data-accent=pistachio]{background:var(--pistachio-tint)}html[data-theme=light] .service-mark{width:40px;height:40px;border-radius:50%;margin-bottom:22px;display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-weight:700;color:var(--cream);font-size:17px}html[data-theme=light] .service[data-accent=cherry] .service-mark{background:var(--cherry)}html[data-theme=light] .service[data-accent=amber] .service-mark{background:var(--amber)}html[data-theme=light] .service[data-accent=pistachio] .service-mark{background:var(--pistachio)}html[data-theme=light] .service h3{font-family:Fraunces,serif;font-weight:600;font-size:21px;margin:0 0 12px}html[data-theme=light] .service p{font-size:15px;opacity:.75;margin:0}html[data-theme=light] .lab{background:var(--ink);color:var(--cream);padding:88px 0 96px;position:relative;overflow:hidden}html[data-theme=light] .lab-blob{position:absolute;border-radius:50%;z-index:0;opacity:.5;filter:blur(1px)}html[data-theme=light] .lab-blob-1{width:260px;height:260px;background:var(--cherry);top:-100px;left:-60px}html[data-theme=light] .lab-blob-2{width:180px;height:180px;background:var(--pistachio);bottom:-70px;right:8%}html[data-theme=light] .lab .wrap{position:relative;z-index:1}html[data-theme=light] .lab .section-head p{opacity:.65;color:var(--cream)}html[data-theme=light] .lab-tag{display:inline-block;font-size:13px;font-weight:700;color:var(--ink);background:var(--amber);padding:5px 14px;border-radius:100px;margin-bottom:18px}html[data-theme=light] .lab-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 860px){html[data-theme=light] .lab-grid{grid-template-columns:1fr}}html[data-theme=light] .lab-card{border:2px solid transparent;padding:30px 26px 28px;border-radius:18px;display:flex;flex-direction:column;gap:14px;background:var(--ink-soft);text-decoration:none;color:var(--cream);transition:transform .15s ease,border-color .15s ease}html[data-theme=light] .lab-card:hover{transform:translateY(-3px)}html[data-theme=light] .lab-card[data-accent=cherry]{border-color:var(--cherry)}html[data-theme=light] .lab-card[data-accent=amber]{border-color:var(--amber)}html[data-theme=light] .lab-card[data-accent=pistachio]{border-color:var(--pistachio)}html[data-theme=light] .lab-card h3{font-family:Fraunces,serif;font-weight:600;font-size:20px;margin:0}html[data-theme=light] .lab-card .status{display:inline-flex;align-self:flex-start;font-size:12px;font-weight:700;letter-spacing:.02em;padding:4px 12px;border-radius:100px;color:var(--ink)}html[data-theme=light] .lab-card[data-accent=cherry] .status{background:var(--cherry);color:var(--cream)}html[data-theme=light] .lab-card[data-accent=amber] .status{background:var(--amber)}html[data-theme=light] .lab-card[data-accent=pistachio] .status{background:var(--pistachio);color:var(--cream)}html[data-theme=light] .lab-card p{font-size:14.5px;opacity:.75;margin:0;flex-grow:1}html[data-theme=light] .lab-card .learn-more{font-size:14px;font-weight:700;margin-top:2px}html[data-theme=light] .lab-card[data-accent=cherry] .learn-more{color:var(--cherry)}html[data-theme=light] .lab-card[data-accent=amber] .learn-more{color:var(--amber)}html[data-theme=light] .lab-card[data-accent=pistachio] .learn-more{color:var(--pistachio)}html[data-theme=light] .signup{padding:88px 0 96px;border-top:1px solid var(--line-dark);text-align:left}html[data-theme=light] .signup-inner{max-width:620px}html[data-theme=light] .signup h2{font-family:Fraunces,serif;font-weight:500;font-size:clamp(26px,3vw,34px);margin:0 0 14px}html[data-theme=light] .signup p{opacity:.75;margin:0 0 28px;font-size:15.5px}html[data-theme=light] .signup-form{display:flex;flex-direction:column;gap:14px;max-width:480px}html[data-theme=light] .signup-form input,html[data-theme=light] .signup-form textarea{padding:13px 16px;border:2px solid var(--ink);border-radius:10px;font-size:16px;font-family:Inter,sans-serif;background:#fff;resize:vertical}html[data-theme=light] .signup-form button{align-self:flex-start}html[data-theme=light] .signup-form input:focus,html[data-theme=light] .signup-form textarea:focus{outline:2px solid var(--grape);outline-offset:1px}html[data-theme=light] .signup-note{font-size:13px;opacity:.55;margin-top:14px}html[data-theme=light] .section{padding:48px 0;border-top:1px solid var(--line-dark)}html[data-theme=light] .section h2{font-family:Fraunces,serif;font-weight:500;font-size:28px;margin:0 0 24px}html[data-theme=light] .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}@media (max-width: 640px){html[data-theme=light] .feature-grid{grid-template-columns:1fr}}html[data-theme=light] .feature{background:var(--tint);border:2px solid var(--ink);border-radius:16px;padding:24px 22px}html[data-theme=light] .feature h3{font-family:Fraunces,serif;font-weight:600;font-size:18px;margin:0 0 8px}html[data-theme=light] .feature p{font-size:14.5px;opacity:.78;margin:0}html[data-theme=light] .section-body{font-size:15.5px;opacity:.8;max-width:640px;line-height:1.65}html[data-theme=light] .notify{background:var(--ink);color:var(--cream);padding:64px 0 72px;border-radius:24px;margin:40px 0 60px}html[data-theme=light] .notify-inner{max-width:520px;padding:0 40px}@media (max-width: 640px){html[data-theme=light] .notify-inner{padding:0 24px}}html[data-theme=light] .notify h2{font-family:Fraunces,serif;font-weight:500;font-size:28px;margin:0 0 14px}html[data-theme=light] .notify p{opacity:.75;margin:0 0 26px;font-size:15.5px}html[data-theme=light] .notify-form{display:flex;gap:12px;flex-wrap:wrap}html[data-theme=light] .notify-form input{flex:1;min-width:200px;padding:13px 16px;border:none;border-radius:100px;font-size:16px;font-family:Inter,sans-serif}html.page-home[data-theme=light] footer{padding:40px 0;border-top:1px solid var(--line-dark);font-size:13.5px;opacity:.6}html.page-detail[data-theme=light] footer{padding:40px 0 60px;font-size:13.5px;opacity:.6}html[data-theme=dark] *{box-sizing:border-box}html[data-theme=dark]{scroll-behavior:smooth}html[data-theme=dark] body{margin:0;background:var(--ink);color:var(--cream);font-family:Inter,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}html[data-theme=dark] .display{font-family:"Baloo 2",sans-serif}html[data-theme=dark] a{color:inherit}html[data-theme=dark] .wrap{max-width:1160px;margin:0 auto;padding:0 32px}html.page-detail[data-theme=dark] .wrap{max-width:760px}@media (max-width: 640px){html[data-theme=dark] .wrap{padding:0 20px}}html[data-theme=dark] section{position:relative}html[data-theme=dark] header{padding:22px 0;position:sticky;top:0;background:#1c1a1ed9;backdrop-filter:blur(10px);z-index:50;border-bottom:1px solid var(--line)}html[data-theme=dark] .header-row{display:flex;align-items:center;justify-content:space-between;gap:20px}html[data-theme=dark] .wordmark{font-family:"Baloo 2",sans-serif;font-weight:700;font-size:24px;letter-spacing:-.01em;color:var(--cream);display:flex;align-items:baseline;gap:2px;text-decoration:none}html[data-theme=dark] .wordmark .dot{color:var(--cherry);font-size:30px;line-height:0}html.page-detail[data-theme=dark] .wordmark .dot{color:var(--accent)}html[data-theme=dark] .nav-pill{display:flex;align-items:center;gap:4px;background:var(--ink-soft);border:1px solid var(--line);border-radius:100px;padding:6px}html[data-theme=dark] .nav-pill a{text-decoration:none;color:var(--cream);opacity:.75;font-size:14px;font-weight:600;padding:9px 18px;border-radius:100px;transition:opacity .15s ease,background .15s ease}html[data-theme=dark] .nav-pill a:hover{opacity:1;background:var(--ink-soft-2)}@media (max-width: 760px){html[data-theme=dark] .nav-pill{display:none}}html[data-theme=dark] .back-link{font-size:14.5px;font-weight:600;text-decoration:none;color:var(--cream);opacity:.7;transition:opacity .15s ease}html[data-theme=dark] .back-link:hover{opacity:1}html[data-theme=dark] .btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:100px;font-size:14.5px;font-weight:700;text-decoration:none;cursor:pointer;border:none;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease}html[data-theme=dark] .btn-primary{background:linear-gradient(120deg,var(--cherry),var(--grape));color:var(--cream);box-shadow:0 6px 20px #e8395a59}html[data-theme=dark] .btn-primary:hover{transform:translateY(-2px)}html[data-theme=dark] .btn-accent{background:linear-gradient(120deg,var(--accent),var(--grape));color:var(--cream);box-shadow:0 6px 20px color-mix(in srgb,var(--accent) 35%,transparent)}html[data-theme=dark] .btn-accent:hover{transform:translateY(-2px)}html[data-theme=dark] .btn-ghost{background:transparent;color:var(--cream);border:1.5px solid var(--line)}html[data-theme=dark] .btn-ghost:hover{border-color:var(--cream)}html[data-theme=dark] .btn-sm{padding:10px 20px;font-size:13.5px}html.page-home[data-theme=dark] .hero{padding:84px 0 64px;overflow:hidden}html[data-theme=dark] .hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}@media (max-width: 900px){html[data-theme=dark] .hero-grid{grid-template-columns:1fr}}html[data-theme=dark] .hero-copy{position:relative;z-index:2}html.page-home[data-theme=dark] .hero h1{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(32px,4.6vw,50px);line-height:1.08;letter-spacing:-.01em;margin:0 0 22px}html[data-theme=dark] .hero-underline{display:inline;background-image:linear-gradient(90deg,var(--cherry),var(--cherry) 33%,var(--amber) 33%,var(--amber) 66%,var(--pistachio) 66%);background-size:100% 8px;background-repeat:no-repeat;background-position:0 96%;padding-bottom:4px}html.page-home[data-theme=dark] .hero p.lead{font-size:18px;max-width:480px;color:var(--cream);opacity:.72;margin:0 0 32px}html[data-theme=dark] .hero-ctas{display:flex;gap:14px;flex-wrap:wrap}html[data-theme=dark] .hero-art{position:relative;height:380px}@media (max-width: 900px){html[data-theme=dark] .hero-art{height:300px;margin-top:8px}}html[data-theme=dark] .glow{position:absolute;border-radius:50%;filter:blur(46px)}html[data-theme=dark] .glow-1{width:260px;height:260px;background:var(--cherry);top:4%;right:10%;opacity:.55}html[data-theme=dark] .glow-2{width:220px;height:220px;background:var(--grape);bottom:4%;left:6%;opacity:.5}html[data-theme=dark] .glow-3{width:180px;height:180px;background:var(--amber);top:34%;left:30%;opacity:.45}html[data-theme=dark] .glow-4{width:160px;height:160px;background:var(--pistachio);bottom:14%;right:22%;opacity:.45}html[data-theme=dark] .chip{position:absolute;width:92px;height:92px;border-radius:24px;background:var(--ink-soft);border:2px solid var(--chip-color, var(--cherry));box-shadow:0 0 0 1px #0003,0 12px 28px -8px var(--chip-color, var(--cherry));display:flex;align-items:center;justify-content:center;color:var(--chip-color, var(--cherry))}html[data-theme=dark] .chip svg{width:40px;height:40px}html[data-theme=dark] .chip-1{--chip-color: var(--cherry);top:8%;left:8%;transform:rotate(-6deg)}html[data-theme=dark] .chip-2{--chip-color: var(--amber);top:40%;right:6%;transform:rotate(5deg)}html[data-theme=dark] .chip-3{--chip-color: var(--pistachio);bottom:6%;left:30%;transform:rotate(-3deg)}@media (max-width: 480px){html[data-theme=dark] .chip{width:74px;height:74px;border-radius:18px}html[data-theme=dark] .chip svg{width:32px;height:32px}}html.page-detail[data-theme=dark] .hero{padding:56px 0 48px}html[data-theme=dark] .status-pill{display:inline-block;font-size:13px;font-weight:700;color:var(--cream);background:var(--accent);padding:5px 14px;border-radius:100px;margin-bottom:22px}html.page-detail[data-theme=dark] .hero h1{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(30px,4.8vw,46px);line-height:1.08;letter-spacing:-.01em;margin:0 0 18px}html.page-detail[data-theme=dark] .hero .lead{font-size:18px;opacity:.72;margin:0}html[data-theme=dark] .section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:44px;gap:24px}html[data-theme=dark] .eyebrow{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.04em;color:var(--ink);background:var(--amber);padding:5px 14px;border-radius:100px;margin-bottom:16px}html[data-theme=dark] .section-head h2{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(26px,3.2vw,34px);margin:0;letter-spacing:-.01em}html[data-theme=dark] .section-head p{max-width:320px;opacity:.65;font-size:15px;margin:0}@media (max-width: 640px){html[data-theme=dark] .section-head{flex-direction:column;align-items:flex-start}html[data-theme=dark] .section-head p{max-width:none}}html[data-theme=dark] .services{padding:64px 0;border-top:1px solid var(--line)}html[data-theme=dark] .icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media (max-width: 800px){html[data-theme=dark] .icon-grid{grid-template-columns:1fr}}html[data-theme=dark] .icon-card{padding:34px 26px;border-radius:20px;background:var(--ink-soft);border:1.5px solid var(--card-color, var(--cherry));box-shadow:0 0 0 1px #00000026,0 0 32px -14px var(--card-color, var(--cherry));text-align:center;transition:transform .15s ease}html[data-theme=dark] .icon-card:hover{transform:translateY(-4px)}html[data-theme=dark] .icon-card[data-accent=cherry]{--card-color: var(--cherry)}html[data-theme=dark] .icon-card[data-accent=amber]{--card-color: var(--amber)}html[data-theme=dark] .icon-card[data-accent=pistachio]{--card-color: var(--pistachio)}html[data-theme=dark] .icon-card .icon-badge{width:56px;height:56px;border-radius:16px;background:#ffffff0a;border:1.5px solid var(--card-color);color:var(--card-color);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}html[data-theme=dark] .icon-card .icon-badge svg{width:26px;height:26px}html[data-theme=dark] .icon-card h3{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:16px;letter-spacing:.01em;margin:0 0 10px}html[data-theme=dark] .icon-card p{font-size:14.5px;opacity:.68;margin:0}html[data-theme=dark] .section{padding:48px 0;border-top:1px solid var(--line)}html[data-theme=dark] .section h2{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:22px;margin:0 0 24px;letter-spacing:-.01em}html[data-theme=dark] .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 640px){html[data-theme=dark] .feature-grid{grid-template-columns:1fr}}html[data-theme=dark] .feature{background:var(--ink-soft);border:1.5px solid var(--accent);border-radius:16px;padding:22px 20px}html[data-theme=dark] .feature h3{font-family:"Baloo 2",sans-serif;font-weight:700;font-size:16px;margin:0 0 8px}html[data-theme=dark] .feature p{font-size:14.5px;opacity:.7;margin:0}html[data-theme=dark] .section-body{font-size:15.5px;opacity:.75;max-width:600px;line-height:1.6}html[data-theme=dark] .lab{padding:72px 0 80px;border-top:1px solid var(--line)}html[data-theme=dark] .case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 860px){html[data-theme=dark] .case-grid{grid-template-columns:1fr}}html[data-theme=dark] .case-card{border-radius:20px;overflow:hidden;background:var(--ink-soft);border:1px solid var(--line);text-decoration:none;color:var(--cream);display:flex;flex-direction:column;transition:transform .15s ease,border-color .15s ease}html[data-theme=dark] .case-card:hover{transform:translateY(-3px)}html[data-theme=dark] .case-card[data-accent=cherry]{--p: var(--cherry)}html[data-theme=dark] .case-card[data-accent=amber]{--p: var(--amber)}html[data-theme=dark] .case-card[data-accent=pistachio]{--p: var(--pistachio)}html[data-theme=dark] .case-card:hover{border-color:var(--p)}html[data-theme=dark] .case-visual{height:130px;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,var(--p) 0%,transparent 55%),radial-gradient(circle at 75% 65%,var(--grape) 0%,transparent 50%),var(--ink-soft-2)}html[data-theme=dark] .case-visual svg{width:44px;height:44px;color:var(--cream);position:relative;z-index:1;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}html[data-theme=dark] .case-body{padding:24px 24px 26px;display:flex;flex-direction:column;gap:12px;flex-grow:1}html[data-theme=dark] .status{display:inline-flex;align-self:flex-start;font-size:11.5px;font-weight:700;letter-spacing:.03em;padding:4px 12px;border-radius:100px;background:var(--p);color:var(--ink)}html[data-theme=dark] .case-card[data-accent=cherry] .status,html[data-theme=dark] .case-card[data-accent=pistachio] .status{color:var(--cream)}html[data-theme=dark] .case-body h3{font-family:"Baloo 2",sans-serif;font-weight:700;font-size:19px;margin:0}html[data-theme=dark] .case-body p{font-size:14.5px;opacity:.7;margin:0;flex-grow:1}html[data-theme=dark] .case-body .learn-more{font-size:13.5px;font-weight:700;color:var(--p)}html[data-theme=dark] .contact{padding:80px 0 88px;border-top:1px solid var(--line)}html[data-theme=dark] .contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}@media (max-width: 800px){html[data-theme=dark] .contact-inner{grid-template-columns:1fr}}html[data-theme=dark] .contact h2{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(28px,3.4vw,38px);margin:0 0 14px}html[data-theme=dark] .contact-copy p{opacity:.68;margin:0 0 24px;font-size:15.5px;max-width:400px}html[data-theme=dark] .contact-note{font-size:13px;opacity:.5;margin-top:16px}html[data-theme=dark] .signup-form{display:flex;flex-direction:column;gap:14px}html[data-theme=dark] .signup-form input,html[data-theme=dark] .signup-form textarea{padding:14px 16px;border:1.5px solid var(--line);border-radius:12px;font-size:16px;font-family:Inter,sans-serif;background:var(--ink-soft);color:var(--cream);resize:vertical}html[data-theme=dark] .signup-form input::placeholder,html[data-theme=dark] .signup-form textarea::placeholder{color:#fbf4e766}html[data-theme=dark] .signup-form input:focus,html[data-theme=dark] .signup-form textarea:focus{outline:2px solid var(--grape);outline-offset:1px}html[data-theme=dark] .signup-form button{align-self:flex-start}html[data-theme=dark] .notify{background:var(--ink-soft);border:1px solid var(--line);border-radius:20px;padding:40px 32px 44px;margin:12px 0 48px}html[data-theme=dark] .notify h2{font-family:"Baloo 2",sans-serif;font-weight:700;text-transform:uppercase;font-size:22px;margin:0 0 12px}html[data-theme=dark] .notify p{opacity:.68;margin:0 0 22px;font-size:15px;max-width:440px}html[data-theme=dark] .notify-form{display:flex;gap:12px;flex-wrap:wrap}html[data-theme=dark] .notify-form input{flex:1;min-width:200px;padding:13px 16px;border:1.5px solid var(--line);border-radius:100px;font-size:16px;font-family:Inter,sans-serif;background:var(--ink);color:var(--cream)}html[data-theme=dark] .notify-form input::placeholder{color:#fbf4e766}html[data-theme=dark] .notify-form input:focus{outline:2px solid var(--grape);outline-offset:1px}html[data-theme=dark] footer{padding:32px 0;border-top:1px solid var(--line);font-size:13.5px;opacity:.55}
