.clusty{--clusty: #40ad64;--clusty-dim: #359856;--clusty-soft: rgba(64, 173, 100, .12);--clusty-glow: rgba(64, 173, 100, .25);min-height:100vh;display:flex;flex-direction:column;background:#050505;color:#f5f5f5}.clusty .clusty-main{padding-top:0}.clusty-wrap{width:min(1040px,calc(100% - var(--page-gutter, 1rem) * 2));margin-inline:auto}.clusty-chip{display:inline-block;font-family:var(--font);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--clusty);margin-bottom:.75rem}.clusty-hdr{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.08);background:#050505eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.clusty-hdr__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:56px}.clusty-hdr__brand{display:flex;align-items:center;gap:.55rem;font-family:var(--font);font-weight:700;font-size:1rem;color:#fff;flex-shrink:0;min-width:0}.clusty-hdr__brand:hover{color:var(--clusty)}.clusty-hdr__logo{width:30px;height:30px;border-radius:8px;flex-shrink:0}.clusty-hdr__nav{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.clusty-hdr__link{display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:999px;font-size:.82rem;font-weight:600;color:#ffffff9e;white-space:nowrap;transition:color .2s,background .2s}.clusty-hdr__link:hover{color:#fff;background:#ffffff0f}.clusty-hdr__link--active{color:var(--clusty);background:var(--clusty-soft)}.clusty-hdr__burger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff;font-size:1rem;flex-shrink:0}.clusty-hdr__burger:hover{border-color:#40ad6466;color:var(--clusty)}.clusty-hdr__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .25s ease}.clusty-hdr__backdrop--open{opacity:1;pointer-events:auto}.clusty-hdr__drawer{position:fixed;top:0;right:0;z-index:70;width:min(300px,88vw);height:100%;padding:1rem 1.15rem 1.5rem;background:#0a0a0a;border-left:1px solid rgba(255,255,255,.08);transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:1.25rem}.clusty-hdr__drawer--open{transform:translate(0)}.clusty-hdr__drawer-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.clusty-hdr__drawer-close{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;flex-shrink:0}.clusty-hdr__drawer-close:hover{color:#fff;border-color:#fff3}.clusty-hdr__drawer-nav{display:flex;flex-direction:column;gap:.35rem}.clusty-hdr__drawer-link{display:block;padding:.85rem 1rem;border-radius:12px;font-family:var(--font);font-size:1rem;font-weight:600;color:#ffffffbf;transition:background .2s,color .2s}.clusty-hdr__drawer-link:hover{background:#ffffff0d;color:#fff}.clusty-hdr__drawer-link--active{background:var(--clusty-soft);color:var(--clusty)}.clusty-main{flex:1}.clusty-hero{padding:3.5rem 0 4rem;background:radial-gradient(ellipse 70% 50% at 50% -10%,var(--clusty-glow),transparent),#050505}.clusty-hero__inner{display:grid;gap:2.5rem;align-items:center}.clusty-hero h1{font-family:var(--font);font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1rem}.clusty-hero__lead{font-size:1.05rem;color:#ffffffa6;line-height:1.65;max-width:520px;margin-bottom:1.5rem}.clusty-hero__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1rem}.clusty-store{display:inline-flex;padding:.7rem 1.1rem;border-radius:999px;font-size:.82rem;font-weight:600;border:1px solid rgba(255,255,255,.12);color:#ffffff80}.clusty-hero__legal{font-size:.82rem;color:#ffffff73}.clusty-hero__legal a{color:var(--clusty)}.clusty-hero__visual{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.clusty-art{width:100%;max-width:420px;margin-inline:auto}.clusty-art__frame{position:relative;border-radius:20px;border:1px solid rgba(64,173,100,.2);background:radial-gradient(ellipse 80% 60% at 70% 30%,rgba(64,173,100,.08),transparent),linear-gradient(160deg,#ffffff0a,#ffffff03);overflow:hidden;box-shadow:0 0 60px #40ad641f,inset 0 1px #ffffff0f}.clusty-art__svg{display:block;width:100%;height:auto}.clusty-art__wave--a{animation:clusty-wave 4s ease-in-out infinite}.clusty-art__wave--b{animation:clusty-wave 4s ease-in-out infinite reverse;animation-delay:.5s}.clusty-art__wave--c{animation:clusty-wave 5s ease-in-out infinite;animation-delay:.3s}.clusty-art__wave--d{animation:clusty-wave 5s ease-in-out infinite reverse;animation-delay:.8s}.clusty-art__fringe{animation:clusty-fringe 6s ease-in-out infinite}.clusty-art__star{animation:clusty-twinkle 3s ease-in-out infinite}.clusty-art__star--bright{animation-duration:2.2s}.clusty-art__pulse{animation:clusty-pulse 2.5s ease-in-out infinite}.clusty-art__pulse:nth-of-type(2){animation-delay:.6s}.clusty-art__pulse:nth-of-type(3){animation-delay:1.2s}.clusty-art__stars{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.clusty-art__dust{position:absolute;border-radius:50%;background:#fff;opacity:.35;animation:clusty-twinkle 4s ease-in-out infinite}.clusty-art__caption{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;font-family:var(--font);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--clusty)}.clusty-art__dot{width:3px;height:3px;border-radius:50%;background:#40ad6480}.clusty-art__sub{margin-top:.5rem;text-align:center;font-size:.88rem;color:#ffffff80;line-height:1.5;max-width:340px;margin-inline:auto}@keyframes clusty-wave{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}@keyframes clusty-fringe{0%,to{opacity:.75}50%{opacity:1}}@keyframes clusty-twinkle{0%,to{opacity:.35;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes clusty-pulse{0%,to{transform:scale(1);opacity:.35}50%{transform:scale(1.35);opacity:.7}}.clusty-section{padding:3.5rem 0}.clusty-section--muted{background:#ffffff05;border-block:1px solid rgba(255,255,255,.06)}.clusty-section__head{max-width:640px;margin-bottom:2rem}.clusty-section__head h2{font-family:var(--font);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:.65rem}.clusty-section__head p{color:#fff9;line-height:1.6}.clusty-features{display:grid;gap:1rem;grid-template-columns:1fr}.clusty-feature{padding:1.35rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;transition:border-color .2s,transform .2s}.clusty-feature:hover{border-color:#40ad6459;transform:translateY(-2px)}.clusty-feature__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--clusty-soft);color:var(--clusty);font-size:1rem;margin-bottom:.85rem}.clusty-feature h3{font-family:var(--font);font-size:1.05rem;font-weight:700;margin-bottom:.35rem}.clusty-feature p{font-size:.88rem;color:#ffffff94;line-height:1.5}.clusty-about{display:grid;gap:2rem}.clusty-about h2{font-family:var(--font);font-size:clamp(1.4rem,3vw,1.85rem);font-weight:700;margin-bottom:.75rem}.clusty-about p{color:#fff9;line-height:1.6;margin-bottom:1rem}.clusty-values{list-style:none;display:grid;gap:.5rem}.clusty-values li{position:relative;padding-left:1.1rem;font-size:.92rem;color:#ffffffbf}.clusty-values li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--clusty)}.clusty-about__meta{padding:1.25rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;font-size:.9rem;color:#fff9}.clusty-about__meta p{margin-bottom:.65rem}.clusty-about__meta a{color:var(--clusty)}.clusty-cta{padding:3rem 0 4rem}.clusty-cta__inner{text-align:center;padding:2.5rem 1.5rem;border-radius:20px;border:1px solid rgba(64,173,100,.25);background:linear-gradient(180deg,var(--clusty-soft),transparent)}.clusty-cta h2{font-family:var(--font);font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;margin-bottom:.5rem}.clusty-cta p{color:#fff9;margin-bottom:1.25rem}.clusty-cta__links{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center}.clusty-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.35rem;border-radius:999px;font-family:var(--font);font-size:.88rem;font-weight:600}.clusty-btn--solid{background:var(--clusty);color:#fff}.clusty-btn--solid:hover{background:var(--clusty-dim);color:#fff}.clusty-btn--ghost{border:1px solid rgba(255,255,255,.15);color:#fff}.clusty-btn--ghost:hover{border-color:var(--clusty);color:var(--clusty)}.clusty-legal{padding:2.5rem 0 4rem}.clusty-legal__head{max-width:720px;margin-bottom:2rem}.clusty-legal__head h1{font-family:var(--font);font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800;margin-bottom:.5rem}.clusty-legal__meta{font-size:.88rem;color:#ffffff73;margin-bottom:1rem}.clusty-legal__head>p:last-child{color:#ffffffa6;line-height:1.6}.clusty-legal__body{max-width:720px}.clusty-legal__body section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.06)}.clusty-legal__body section:last-child{border-bottom:none}.clusty-legal__body h2{font-family:var(--font);font-size:1.2rem;font-weight:700;margin-bottom:.75rem;scroll-margin-top:5rem}.clusty-legal__body h3{font-family:var(--font);font-size:1rem;font-weight:600;margin:1rem 0 .5rem;color:#ffffffe6}.clusty-legal__body p,.clusty-legal__body li{font-size:.92rem;color:#ffffffa6;line-height:1.65}.clusty-legal__body p{margin-bottom:.75rem}.clusty-legal__body ul{padding-left:1.25rem;margin-bottom:.75rem}.clusty-legal__body ul ul{margin-top:.35rem}.clusty-legal__body a{color:var(--clusty)}.clusty-legal__body strong{color:#ffffffd9}.clusty-ftr{padding:1.75rem 0;border-top:1px solid rgba(255,255,255,.08);margin-top:auto}.clusty-ftr__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.clusty-ftr p{font-size:.82rem;color:#ffffff73}.clusty-ftr__links{display:flex;flex-wrap:wrap;gap:1rem;font-size:.82rem}.clusty-ftr__links a{color:#ffffff8c}.clusty-ftr__links a:hover{color:var(--clusty)}@media (min-width: 640px){.clusty-features{grid-template-columns:repeat(2,1fr)}.clusty-hero__inner{grid-template-columns:1fr 1fr}}@media (min-width: 901px){.clusty-features{grid-template-columns:repeat(3,1fr)}.clusty-about{grid-template-columns:1.4fr 1fr;align-items:start}}@media (max-width: 768px){.clusty-hdr__nav--desktop{display:none}.clusty-hdr__burger{display:flex}}@media (max-width: 640px){.clusty-hero{padding-top:2.5rem}.clusty-ftr__inner{flex-direction:column;text-align:center}}:root{--green: #39b54a;--green-dim: #2d9639;--green-glow: rgba(57, 181, 74, .35);--green-soft: rgba(57, 181, 74, .1);--bg: #fafafa;--surface: #ffffff;--surface-2: #f0f0f0;--text: #111111;--text-muted: #666666;--border: rgba(0, 0, 0, .08);--glass: rgba(255, 255, 255, .85);--hdr-h: 52px;--page-gutter: 1rem;--radius: 16px;--font: "Outfit", system-ui, sans-serif;--font-body: "Plus Jakarta Sans", system-ui, sans-serif;--ease: cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--bg: #000000;--surface: #111111;--surface-2: #1a1a1a;--text: #f0f0f0;--text-muted: #888888;--border: rgba(255, 255, 255, .08);--glass: rgba(17, 17, 17, .9);--green-glow: rgba(57, 181, 74, .15);--green-soft: rgba(57, 181, 74, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--hdr-h) + 1rem);-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;transition:background .3s var(--ease),color .3s var(--ease)}img{display:block;max-width:100%}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:var(--text);text-decoration:none}a:hover{color:var(--green)}.wrap{width:min(1120px,calc(100% - var(--page-gutter) * 2));margin-inline:auto}.page{position:relative;min-height:100vh}.page__grid{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 0%,black,transparent);mask-image:radial-gradient(ellipse 80% 60% at 50% 0%,black,transparent);opacity:.25}[data-theme=dark] .page__grid{opacity:.12}.page__glow{position:fixed;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0}.page__glow--a{width:500px;height:500px;top:-120px;right:-100px;background:var(--green-glow);opacity:.2}.page__glow--b{width:400px;height:400px;bottom:10%;left:-120px;background:var(--green-glow);opacity:.12}[data-theme=light] .page__glow{opacity:.08}.page>main,.page>footer{position:relative;z-index:1}main{padding-top:var(--hdr-h)}.chip{display:inline-block;font-family:var(--font);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:.75rem}.section{padding:4rem 0;scroll-margin-top:calc(var(--hdr-h) + 1rem)}.section__head{margin-bottom:2.5rem}.section__head h2{font-family:var(--font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;font-family:var(--font);font-size:.95rem;font-weight:600;border-radius:999px;transition:transform .2s var(--ease),box-shadow .2s var(--ease);width:100%}@media (min-width: 901px){.btn{width:auto}}.btn--solid{background:var(--green);color:#fff;box-shadow:none}.btn--solid:hover{transform:translateY(-2px);background:var(--green-dim);box-shadow:0 4px 20px var(--green-glow)}.btn--ghost{border:1px solid var(--border);color:var(--text);background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn--ghost:hover{border-color:var(--text-muted);color:var(--text)}.hdr{position:fixed;top:0;left:0;right:0;z-index:300;height:var(--hdr-h);background:var(--bg);border-bottom:1px solid transparent;transition:background .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease)}.hdr--scrolled{background:var(--glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--border);box-shadow:0 4px 24px #0000001f}.hdr__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:100%;padding:0 1.25rem;max-width:1200px;margin:0 auto}.hdr__brand{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.hdr__logo{width:34px;height:34px;border-radius:8px}.hdr__name{font-family:var(--font);font-weight:700;font-size:1rem;color:var(--text)}.hdr__nav--desktop{display:flex;align-items:center;justify-content:center;gap:.25rem;flex:1}.hdr__link{padding:.45rem .85rem;font-size:.9rem;font-weight:500;color:var(--text-muted);border-radius:8px;transition:color .2s,background .2s}.hdr__link:hover{color:var(--text);background:var(--surface-2)}.hdr__tools{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.hdr__theme{position:relative;width:48px;height:26px;border-radius:13px;border:1px solid var(--border);background:var(--surface-2);flex-shrink:0}.hdr__theme-sun,.hdr__theme-moon{position:absolute;top:50%;transform:translateY(-50%);font-size:10px}.hdr__theme-sun{left:7px;color:#f59e0b}.hdr__theme-moon{right:7px;color:#818cf8}.hdr__theme-knob{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:var(--green);transition:transform .25s var(--ease)}.hdr__theme--dark .hdr__theme-knob{transform:translate(22px)}.hdr__burger{display:none;align-items:center;justify-content:center;font-size:1.25rem;padding:.35rem;color:var(--text)}.hdr__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#0000008c;opacity:0;visibility:hidden;transition:opacity .3s var(--ease),visibility .3s var(--ease)}.hdr__backdrop--open{opacity:1;visibility:visible}.hdr__drawer{position:fixed;top:0;right:0;z-index:401;width:min(300px,85vw);height:100%;height:100dvh;background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s var(--ease);box-shadow:-8px 0 32px #00000040}.hdr__drawer--open{transform:translate(0)}.hdr__drawer-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem;border-bottom:1px solid var(--border)}.hdr__drawer-title{font-family:var(--font);font-weight:700;font-size:.95rem;color:var(--text)}.hdr__drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;font-size:1.15rem;color:var(--text);background:var(--surface-2)}.hdr__drawer-nav{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.15rem;flex:1}.hdr__drawer-link{width:100%;text-align:left;padding:.85rem 1rem;font-family:var(--font);font-size:1.05rem;font-weight:500;color:var(--text);border-radius:10px;transition:background .2s,color .2s}.hdr__drawer-link:hover,.hdr__drawer-link:active{background:var(--surface-2);color:var(--green)}.hdr__drawer-foot{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.15rem;border-top:1px solid var(--border)}.hdr__drawer-foot-label{font-size:.85rem;font-weight:500;color:var(--text-muted)}@media (min-width: 641px){.hdr__backdrop,.hdr__drawer{display:none}}.hero{padding:0 0 3rem;scroll-margin-top:calc(var(--hdr-h) + 1rem)}.hero__layout{display:flex;flex-direction:column;gap:1.75rem}.hero__block{display:flex;flex-direction:column;gap:1rem}.hero__panel{position:relative;padding:1.35rem 1.25rem 1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);overflow:hidden}.hero__panel:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--green),transparent)}.hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.hero__stat{text-align:center;padding:.25rem .5rem;position:relative}.hero__stat:not(:last-child):after{content:"";position:absolute;right:0;top:15%;height:70%;width:1px;background:var(--border)}.hero__panel-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--green);margin-bottom:1rem}.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.hero__stats strong{display:block;font-family:var(--font);font-size:clamp(1.35rem,5vw,1.75rem);font-weight:800;color:var(--text);line-height:1}.hero__stats span{font-size:.72rem;color:var(--text-muted);margin-top:.4rem;display:block;line-height:1.3}.hero__actions .btn{padding:.8rem 1rem;font-size:.88rem}@media (max-width: 640px){.hero__actions{grid-template-columns:1fr}.hero__actions .btn{padding:.85rem 1.25rem;font-size:.92rem}}.hero__copy h1{font-family:var(--font);font-size:clamp(2.2rem,7vw,3.75rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;margin-bottom:1.25rem}.hero__accent{display:block;color:var(--green)}.hero__lead{color:var(--text-muted);font-size:1.05rem;max-width:460px;line-height:1.6;margin-bottom:0}@media (min-width: 901px){main{padding-top:calc(var(--hdr-h) + 4rem)}.hero{padding-bottom:4rem}.hero__layout{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"copy block";gap:2.5rem;align-items:center}.hero__copy{grid-area:copy}.hero__block{grid-area:block;gap:1.25rem}.hero__panel{padding:1.75rem}.hero__actions{grid-template-columns:1fr 1fr}.hero__actions .btn{width:auto;padding:.85rem 1.5rem;font-size:.95rem}.projects__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.proj{grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:start;gap:.85rem 1rem}.proj__detail{grid-column:1 / -1;justify-self:start}.team__grid{grid-template-columns:repeat(4,1fr)}}.process__track{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.process__card{padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);transition:border-color .2s,transform .2s}.process__card:hover{border-color:#ffffff26;transform:translateY(-4px)}[data-theme=light] .process__card:hover{border-color:#00000026}.process__num{font-family:var(--font);font-size:.75rem;font-weight:700;color:var(--green);letter-spacing:.05em}.process__card h3{font-family:var(--font);font-size:1.15rem;font-weight:700;margin:.5rem 0 .35rem}.process__card p{font-size:.88rem;color:var(--text-muted);line-height:1.45}.process__hint{display:none;font-size:.8rem;color:var(--text-muted);margin-top:.35rem}.services__lead{color:var(--text-muted);font-size:1rem;max-width:520px;margin-top:.5rem;line-height:1.55}.bento{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.bento__cell{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);transition:border-color .2s,transform .2s}.bento__cell:hover{border-color:#ffffff26;transform:translateY(-2px)}[data-theme=light] .bento__cell:hover{border-color:#0000001f}.bento__cell--wide{grid-column:span 2}.bento__icon-wrap{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--green-soft);color:var(--green);font-size:1.15rem;flex-shrink:0}.bento__body h3{font-family:var(--font);font-size:1.1rem;font-weight:700;margin-bottom:.35rem;color:var(--text)}.bento__body p{font-size:.88rem;color:var(--text-muted);line-height:1.5}.marquee{overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);padding:.85rem 0}.marquee__track{display:flex;gap:2rem;animation:scroll 25s linear infinite;width:max-content}.marquee__item{font-family:var(--font);font-size:.85rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.marquee__item:before{content:"◆";color:var(--green);margin-right:.5rem;font-size:.5rem}@keyframes scroll{to{transform:translate(-50%)}}.projects__lead{color:var(--text-muted);font-size:1rem;max-width:520px;margin-top:.5rem;line-height:1.55}.projects__list{display:flex;flex-direction:column;gap:.85rem}.projects__footer{display:flex;justify-content:center;margin-top:1.75rem}.projects__toggle{min-width:220px}.proj{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;padding:1.35rem 1.5rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);transition:border-color .2s,box-shadow .2s,transform .2s;cursor:pointer;text-align:left}.proj:hover,.proj:focus-visible{border-color:#39b54a59;box-shadow:0 8px 28px #0000002e;transform:translateY(-2px);outline:none}[data-theme=light] .proj:hover,[data-theme=light] .proj:focus-visible{box-shadow:0 8px 28px #00000014}.proj__index{font-family:var(--font);font-size:1.75rem;font-weight:800;color:var(--green);opacity:.45;line-height:1;flex-shrink:0;min-width:2.25rem}.proj__top{display:flex;gap:.5rem;margin-bottom:.35rem;flex-wrap:wrap}.proj__cat,.proj__tag{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .55rem;border-radius:999px}.proj__cat{background:var(--green-soft);color:var(--green)}.proj__tag{border:1px solid var(--border);color:var(--text-muted)}.proj__body h3{font-family:var(--font);font-size:1.15rem;font-weight:700;margin-bottom:.25rem}.proj__body p{font-size:.88rem;color:var(--text-muted);line-height:1.45}.proj__detail{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .95rem;border-radius:999px;border:1px solid var(--border);background:var(--glass);color:var(--text);font-family:var(--font);font-size:.78rem;font-weight:600;white-space:nowrap;transition:border-color .2s,background .2s,color .2s}.proj__detail svg{font-size:.65rem;transition:transform .2s var(--ease)}.proj:hover .proj__detail,.proj:focus-visible .proj__detail{border-color:var(--green);color:var(--green)}.proj__detail:hover{background:var(--green-soft)}.proj:hover .proj__detail svg,.proj__detail:hover svg{transform:translate(2px)}.proj-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:var(--page-gutter)}.proj-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}[data-theme=light] .proj-modal__backdrop{background:#00000073}.proj-modal__panel{position:relative;width:min(520px,100%);max-height:min(85vh,640px);overflow-y:auto;padding:1.75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:0 24px 64px #00000059;animation:proj-modal-in .25s var(--ease)}@keyframes proj-modal-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.proj-modal__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);transition:color .2s,border-color .2s}.proj-modal__close:hover{color:var(--text);border-color:var(--text-muted)}.proj-modal__top{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.85rem;padding-right:2.5rem}.proj-modal__panel h3{font-family:var(--font);font-size:1.45rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em}.proj-modal__desc{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem}.proj-modal__label{font-family:var(--font);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--green);margin-bottom:.65rem}.proj-modal__features ul{display:grid;gap:.5rem;list-style:none}.proj-modal__features li{position:relative;padding-left:1.1rem;font-size:.9rem;color:var(--text);line-height:1.45}.proj-modal__features li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--green)}.team__lead{color:var(--text-muted);font-size:1rem;max-width:520px;margin-top:.5rem;line-height:1.55}.team__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.team__card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.35rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);transition:border-color .2s,transform .2s,box-shadow .2s}.team__card:hover{border-color:#39b54a59;transform:translateY(-2px);box-shadow:0 8px 28px #00000026}[data-theme=light] .team__card:hover{box-shadow:0 8px 28px #00000014}.team__avatar{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:var(--green-soft);color:var(--green);font-family:var(--font);font-size:.85rem;font-weight:700;letter-spacing:.04em;flex-shrink:0}.team__info h3{font-family:var(--font);font-size:1.05rem;font-weight:700;margin-bottom:.2rem}.team__info p{font-size:.82rem;color:var(--text-muted);line-height:1.4}.team__contact{margin-top:2rem;text-align:center;font-size:.95rem;color:var(--text-muted)}.team__contact a{color:var(--green);font-weight:600}.team__contact a:hover{text-decoration:underline}.about__layout{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center}.about__ring{width:160px;height:160px;border-radius:50%;padding:4px;background:linear-gradient(135deg,var(--green),var(--green-dim));box-shadow:0 0 40px var(--green-soft)}.about__ring img{width:100%;height:100%;border-radius:50%;object-fit:cover}.about__copy h2{font-family:var(--font);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:1rem}.about__copy p{color:var(--text-muted);margin-bottom:1.5rem;max-width:520px}.ftr{padding:2rem 0;border-top:1px solid var(--border)}.ftr__inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:center}.ftr__copy{font-size:.85rem;color:var(--text-muted)}.ftr__links a{font-size:.85rem;font-weight:500}.ftr__links a:hover{text-decoration:underline}@media (max-width: 900px){.process__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.65rem;padding-bottom:.35rem;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-padding-inline:var(--page-gutter);margin-right:calc(-1 * var(--page-gutter));padding-right:var(--page-gutter)}.process__track::-webkit-scrollbar{display:none}.process__card{flex:0 0 140px;scroll-snap-align:start;padding:.85rem .75rem}.process__card h3{font-size:.88rem;margin:.35rem 0 .2rem}.process__card p{font-size:.74rem;line-height:1.35}.process__num{font-size:.68rem}.process__hint{display:block;font-size:.75rem}.proj{grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:start;gap:.75rem .85rem;padding:1.15rem}.proj__detail{grid-column:1 / -1;width:100%;justify-content:center}.proj__index{font-size:1.35rem}.proj__body h3{font-size:1.05rem}.projects__lead{font-size:.92rem}.team__grid{grid-template-columns:1fr}.team__card{padding:1.1rem 1.15rem}.team__lead{font-size:.92rem}.bento__cell--wide{grid-column:span 1}.bento{grid-template-columns:1fr;gap:.75rem}.bento__cell{flex-direction:row;align-items:flex-start;padding:1.15rem;gap:.85rem}.bento__icon-wrap{width:40px;height:40px;font-size:1rem;border-radius:10px}.bento__body h3{font-size:1rem}.bento__body p{font-size:.82rem}.services__lead{font-size:.92rem}.about__layout{grid-template-columns:1fr;text-align:center}.about__visual{display:flex;justify-content:center}.about__copy p{margin-inline:auto}}@media (max-width: 640px){:root{--hdr-h: 48px;--page-gutter: 1.625rem}main{padding-top:calc(var(--hdr-h) + 1.25rem)}.process__card{flex:0 0 118px;padding:.65rem .65rem .65rem .75rem}.process__card h3{font-size:.8rem;margin:.28rem 0 .15rem}.process__card p{font-size:.68rem;line-height:1.32}.process__num{font-size:.62rem}.process__hint{font-size:.7rem}.section__head h2{font-size:1.45rem}.hdr__bar{padding:0 1rem}.hdr__logo{width:28px;height:28px}.hdr__name{display:block;font-size:.82rem;white-space:nowrap}.hdr__brand{gap:.5rem;min-width:0}.hdr__nav--desktop{display:none}.hdr__tools{display:flex;align-items:center;gap:.65rem}.hdr__burger{display:flex}.section{padding:2.5rem 0}.section__head{margin-bottom:1.25rem}.proj-modal__panel{padding:1.35rem}.proj-modal__panel h3{font-size:1.25rem}.ftr__inner{flex-direction:column;text-align:center}}
