.cmdk-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999999;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cmdk-dialog{background:#111;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:640px;animation:.2s cubic-bezier(.16,1,.3,1) cmdk-scaleIn;overflow:hidden;box-shadow:0 16px 70px #0006}.cmdk-input{color:#fff;background:0 0;border:none;border-bottom:1px solid #ffffff0d;outline:none;width:100%;padding:1.2rem;font-size:1.1rem}.cmdk-list{max-height:400px;padding:.5rem;overflow-y:auto}[cmdk-group-heading]{text-transform:uppercase;color:#fff6;padding:.5rem 1rem;font-size:.75rem}[cmdk-item]{cursor:pointer;color:#fffc;border-radius:8px;align-items:center;gap:12px;padding:.8rem 1rem;transition:all .2s;display:flex}[cmdk-item][data-selected=true]{color:#fff;background:#ffffff1a;transform:scale(.99)}.cmdk-empty{text-align:center;color:#fff6;padding:2rem}@keyframes cmdk-scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}:root{color:#e6f1ff;--background:#091221;--background-elevated:#0d1830;--surface:#111d35;--surface-alt:#162440;--surface-soft:#0b1528;--line:#8ab0ff1f;--line-strong:#8ab0ff38;--text:#e6f1ff;--muted:#9eb1cf;--primary:#6da9ff;--primary-strong:#4a87ff;--primary-soft:#6da9ff24;--focus:#9a86ff;--secondary:#99d5ff;--secondary-soft:#99d5ff24;--tertiary:#b1c4ff;--tertiary-soft:#b1c4ff24;--neutral:#93a8c7;--neutral-soft:#93a8c724;--shadow:0 24px 80px #02081473;--motion-smooth:cubic-bezier(.16, 1, .3, 1);--motion-soft:cubic-bezier(.22, 1, .36, 1);--radius-xl:22px;--radius-lg:18px;--radius-md:14px;--container:min(1180px, calc(100vw - 2rem));background:#091221;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at 24% 14%,#4a87ff29,#0000 24%),radial-gradient(circle at 78% 28%,#99d5ff14,#0000 24%),linear-gradient(#081120 0%,#0c1830 42%,#091221 100%);margin:0;overflow-x:hidden}body:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#0000008f,#0000 86%);mask-image:linear-gradient(#0000008f,#0000 86%)}body:after{content:"";pointer-events:none;will-change:transform;background:radial-gradient(circle,#6da9ff1f 0%,#6da9ff0a 50%,#0000 72%);border-radius:999px;width:30rem;height:30rem;animation:32s ease-in-out infinite alternate orb-drift-1;position:fixed;inset:auto auto -12rem -10rem}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}ul,ol{margin:0;padding:0;list-style:none}p,h1,h2,h3{margin:0}#root{min-height:100vh}.page-shell{isolation:isolate;flex-direction:column;min-height:100vh;display:flex;position:relative}.scene-backdrop{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.scene-backdrop__layer{opacity:0;transition:opacity .78s var(--motion-soft), transform .88s var(--motion-soft);will-change:opacity, transform;position:absolute;inset:0;transform:scale(1.04)}.scene-backdrop__layer--hero{background:radial-gradient(circle at 18% 18%,#6ca7ff29,#0000 26%),radial-gradient(circle at 78% 20%,#a1dbff14,#0000 24%)}.scene-backdrop__layer--stack{background:radial-gradient(circle at 22% 26%,#79b1ff24,#0000 24%),radial-gradient(circle at 84% 72%,#78a3ff14,#0000 28%)}.scene-backdrop__layer--projects{background:radial-gradient(circle at 72% 34%,#68b0ff2e,#0000 22%),radial-gradient(circle at 30% 78%,#9ed4ff14,#0000 26%)}.scene-backdrop__layer--journey{background:radial-gradient(circle at 20% 42%,#99c8ff1f,#0000 24%),radial-gradient(circle at 78% 20%,#7ba2ff14,#0000 24%)}.scene-backdrop__layer--lab{background:radial-gradient(circle at 68% 24%,#9bd0ff1f,#0000 24%),radial-gradient(circle at 18% 76%,#78acff1a,#0000 26%)}.scene-backdrop__layer--contact{background:radial-gradient(circle at 24% 22%,#aad6ff1f,#0000 24%),radial-gradient(circle at 82% 74%,#76abff1a,#0000 28%)}.page-shell[data-scene-active=hero] .scene-backdrop__layer--hero,.page-shell[data-scene-active=stack] .scene-backdrop__layer--stack,.page-shell[data-scene-active=projects] .scene-backdrop__layer--projects,.page-shell[data-scene-active=journey] .scene-backdrop__layer--journey,.page-shell[data-scene-active=lab] .scene-backdrop__layer--lab,.page-shell[data-scene-active=contact] .scene-backdrop__layer--contact{opacity:1;transform:scale(1)}.motion-parallax-layer{--parallax-shift:0px;transform:translate3d(0, var(--parallax-shift), 0);will-change:transform;backface-visibility:hidden;perspective:1000px}[data-interactive-surface]{isolation:isolate;--spotlight-x:50%;--spotlight-y:50%;transition:transform .3s var(--motion-soft), box-shadow .3s var(--motion-soft);will-change:transform;position:relative}@media (hover:hover){[data-interactive-surface]:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 16px 40px #0006,0 8px 16px #6da9ff14}}[data-interactive-surface]>:not(.interactive-surface__glow){z-index:1;position:relative}.interactive-surface__glow{z-index:0;border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(160px circle at var(--spotlight-x) var(--spotlight-y), #ffffff29 0%, #ffffff14 24%, transparent 40%), radial-gradient(360px circle at var(--spotlight-x) var(--spotlight-y), color-mix(in srgb, var(--tone,var(--secondary)) 15%, transparent) 0%, transparent 62%);transition:opacity .22s var(--motion-soft);will-change:background-position;position:absolute;inset:-1px}.interactive-surface--active .interactive-surface__glow{opacity:1}.pointer-aura{z-index:1;pointer-events:none;opacity:0;will-change:transform;background:radial-gradient(circle,#73b1ff21 0%,#73b1ff0a 40%,#0000 70%);border-radius:999px;width:22rem;height:22rem;transition:opacity .4s;position:fixed;top:0;left:0;transform:translate(-999px,-999px)}.pointer-aura--visible{opacity:.68}.scroll-progress{z-index:85;pointer-events:none;background:linear-gradient(90deg,#ffffff0a,#0000);width:100%;height:3px;position:fixed;top:0;left:0}.scroll-progress__bar{transform-origin:0;background:linear-gradient(90deg,#6da9fff5,#99d5ffeb,#ffffffdb);width:100%;height:100%;display:block;box-shadow:0 0 16px #6da9ff6b,0 0 28px #99d5ff38}.page-content{z-index:1;flex:1;position:relative}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:surface-in .72s var(--motion-smooth) both;z-index:50;background:#081120d6;border-bottom:1px solid #ffffff0a;position:sticky;top:0}.site-header__inner,.site-footer__inner{width:var(--container);margin:0 auto}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:4.2rem;display:flex}.site-header__brand{letter-spacing:-.03em;background:linear-gradient(90deg,#fff 0%,#93c5fd 100%);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Sora,sans-serif;font-size:1rem;font-weight:700}.site-header__links{align-items:center;gap:.3rem;display:flex}.site-header__link{color:#dfe9fb;border-radius:999px;padding:.65rem .85rem;font-size:.78rem;font-weight:600;transition:color .13s,background-color .13s;position:relative}.site-header__link:after{content:"";transform-origin:50%;opacity:0;background:linear-gradient(90deg,#0000,#ffffffd9,#0000);height:1px;transition:transform .17s,opacity .17s;position:absolute;bottom:.45rem;left:.85rem;right:.85rem;transform:scaleX(.2)}.site-header__mobile-toggle{display:none}.button-link{letter-spacing:-.01em;min-height:2.8rem;transition:transform .24s var(--motion-soft), box-shadow .22s var(--motion-soft), border-color .17s ease, background-color .17s ease, color .17s ease;will-change:transform, box-shadow;border-radius:12px;justify-content:center;align-items:center;gap:.55rem;padding:.8rem 1.15rem;font-size:.84rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.button-link:after{content:"";z-index:2;background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:50%;height:100%;transition:none;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.button-link:hover:after{animation:.6s ease-out glass-sweep}@keyframes glass-sweep{to{left:200%}}.button-link:before{content:"";opacity:0;transition:opacity .2s var(--motion-soft);background:linear-gradient(#ffffff1f,#0000 70%);position:absolute;inset:0}.button-link>span,.button-link>svg{z-index:1;position:relative}.button-link--primary,.contact-form__submit{color:#fff;background:linear-gradient(90deg,#5e99ff 0%,#5fb3ff 100%);border:1px solid #ffffff14;box-shadow:0 14px 30px #4a87ff47}.button-link--secondary,.button-link--ghost{border:1px solid var(--line);background:#ffffff08}.button-link--secondary{color:#f3f8ff}.button-link--ghost{color:var(--secondary)}.button-link__icon,.site-header__mobile-icon,.contact-item__icon,.back-to-top__icon,.skill-card__icon{width:1rem;height:1rem;transition:transform .22s var(--motion-soft), opacity .17s ease;flex:none}.hero-section,.page-section,.detail-page,.not-found{width:var(--container);margin:0 auto}.hero-section{--hero-streak-progress:0;--hero-streak-opacity:0;--hero-streak-shift-x:0px;--hero-streak-shift-y:0px;align-items:center;min-height:calc(100vh - 4.2rem);padding:4rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;will-change:transform;background:radial-gradient(circle at 40% 40%,#99d5ff1a 0%,#0000 68%);border-radius:999px;width:18rem;height:18rem;animation:22s ease-in-out infinite alternate-reverse orb-drift-2;position:absolute;inset:10% 6% auto auto}.page-section{padding:5.5rem 0}.hero-section__streak{z-index:0;pointer-events:none;width:138%;height:clamp(5.2rem,8vw,7rem);opacity:var(--hero-streak-opacity);transform:translate3d(var(--hero-streak-shift-x), var(--hero-streak-shift-y), 0) rotate(-29deg);transform-origin:50%;filter:blur(20px);mix-blend-mode:screen;will-change:transform, opacity;position:absolute;top:10%;left:-24%}.hero-section__streak:before,.hero-section__streak:after{content:"";border-radius:999px;position:absolute;inset:0}.hero-section__streak:before{background:linear-gradient(90deg,#0000 0%,#ffffff08 16%,#ffffff1f 34%,#ffffff4d 50%,#ffffff1f 66%,#ffffff06 82%,#0000 100%)}.hero-section__streak:after{filter:blur(7px);background:linear-gradient(90deg,#0000 0%,#ffffff14 22%,#ffffff61 50%,#ffffff14 78%,#0000 100%);inset:18% 16%}.hero-grid{z-index:1;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);grid-template-areas:"intro visual""body visual";align-items:center;gap:2rem;display:grid;position:relative}.hero-intro,.hero-body{max-width:42rem}.hero-intro{grid-area:intro;min-width:0}.hero-body{grid-area:body;min-width:0}.section-heading__title,.detail-hero__title,.contact-copy__title,.not-found__title{letter-spacing:-.02em;text-wrap:balance;font-family:Sora,sans-serif}.hero-meta{color:#7dd3fc;letter-spacing:.12em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:.7rem;font-size:.77rem;font-weight:800;display:inline-flex}.hero-meta__dot{background:#e6f1ff61;border-radius:999px;width:.28rem;height:.28rem}.hero-title-lockup{letter-spacing:-.055em;text-wrap:balance;color:#fff;width:fit-content;max-width:min(15ch,100%);margin-top:1rem;font-family:Sora,sans-serif;font-size:clamp(2.55rem,5vw,4.7rem);font-weight:800;line-height:.94;display:block;position:relative}.hero-title-lockup__line{color:#0000;-webkit-text-fill-color:transparent;background-image:linear-gradient(138deg,#fff 0%,#f0f7ff 30%,#93c5fd 62%,#6da9ff 82%,#99d5ff 100%);background-size:100% 100%;background-attachment:fixed;-webkit-background-clip:text;background-clip:text;display:block}@supports not ((-webkit-background-clip:text) or (background-clip:text)){.hero-word-shimmer{-webkit-text-fill-color:#99d5ff;color:#99d5ff}}.hero-summary,.section-heading__description,.featured-project__description,.timeline-card__description,.contact-card__description,.detail-copy p,.project-card__summary,.not-found__summary{color:var(--muted);line-height:1.72}.text-reveal{display:block}.text-reveal__word{opacity:.12;filter:blur(10px);transition:opacity .62s var(--motion-smooth), transform .76s var(--motion-smooth), filter .76s var(--motion-smooth);transition-delay:calc(var(--word-index) * 32ms);will-change:transform, opacity, filter;display:inline-block;transform:translateY(.9em)skewY(4deg)}.text-reveal--visible .text-reveal__word{opacity:1;filter:blur();transform:translate(0,0)skewY(0)}.hero-summary{max-width:34rem;margin-top:1.25rem;font-size:1.02rem}.hero-points{gap:.75rem;max-width:36rem;margin-top:1.4rem;display:grid}.hero-point{color:var(--muted);padding-left:1rem;line-height:1.65;position:relative}.hero-point:before{content:"";background:var(--secondary);border-radius:999px;width:.35rem;height:.35rem;position:absolute;top:.7rem;left:0}.button-row{animation:surface-in .9s var(--motion-smooth) both .18s;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;display:flex}.hero-visual{flex-direction:column;grid-area:visual;justify-content:center;align-items:center;gap:.95rem;display:flex}.hero-visual__parallax{width:min(100%,290px)}.hero-visual__frame{aspect-ratio:.68;background:linear-gradient(#ffffff14,#ffffff05),linear-gradient(135deg,#6da9ff29,#6da9ff08);border-radius:26px;width:100%;padding:.32rem;animation:14s ease-in-out infinite portrait-float;position:relative;box-shadow:0 18px 50px #060f216b}.hero-visual__frame:before{content:"";z-index:-1;background:radial-gradient(circle at 40% 35%,#6da9ff21 0%,#0000 68%);border-radius:24px;position:absolute;inset:-.35rem}.hero-visual__frame:after{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 34%,#ffffff0f 48%,#0000 62%);position:absolute;inset:-20%;transform:translate(0,0)rotate(14deg)}.hero-visual__image{object-fit:cover;object-position:center 18%;filter:contrast(1.02)saturate(.96);background:#101820;border-radius:22px;width:100%;height:100%}.hero-visual__caption{max-width:18rem;color:var(--muted);text-align:center;font-size:.83rem;line-height:1.6}.section-heading{gap:.5rem;margin-bottom:2.1rem;display:grid}.section-heading--end{text-align:right;justify-items:end}.section-heading__eyebrow{letter-spacing:.16em;text-transform:uppercase;background:linear-gradient(90deg,#a78bfa 0%,#60a5fa 30%,#e0f2fe 58%,#a78bfa 100%) 0 0/240% 100%;color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.63rem;font-weight:800;animation:9s linear infinite eyebrow-shift}.section-heading__title{color:#f0f6ff;max-width:15ch;font-size:clamp(2rem,3.8vw,3rem);line-height:1.06}.skills-grid{border-top:1px solid var(--line);display:grid}.featured-project,.project-card,.detail-hero,.detail-copy,.detail-panel,.contact-form-card,.not-found__card{border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);background:linear-gradient(#111d35f5,#0e182df5)}.skill-card{border-bottom:1px solid var(--line);transition:transform .26s var(--motion-soft), background-color .17s ease, border-color .17s ease, box-shadow .22s var(--motion-soft);will-change:transform, box-shadow;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:start;gap:1.5rem;padding:1.2rem 1rem;display:grid;position:relative;overflow:hidden}.skill-card:after{content:"";background:radial-gradient(circle at 12% 50%, color-mix(in srgb, var(--tone) 16%, transparent), transparent 48%), linear-gradient(90deg, color-mix(in srgb, var(--tone) 8%, transparent), transparent 62%);opacity:0;transition:opacity .24s var(--motion-soft);pointer-events:none;position:absolute;inset:0}.skill-card__heading{grid-template-columns:auto 1fr;align-items:start;gap:.95rem;display:grid}.skill-card__icon-wrap{background:var(--tone-soft);width:2.35rem;height:2.35rem;color:var(--tone);transition:background-color .17s ease, border-color .17s ease, box-shadow .22s var(--motion-soft);border:1px solid #0000;border-radius:999px;place-items:center;display:grid}.skill-card__title{letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:1rem;font-weight:700;transition:color .22s}.skill-card__description{color:var(--muted);margin-top:.35rem;font-size:.92rem;line-height:1.65}.skill-card__tech-list{flex-wrap:wrap;align-content:flex-start;gap:.65rem;padding-top:.15rem;display:flex}.chip-list,.featured-project__chips,.detail-hero__chips,.project-card__tags{flex-wrap:wrap;gap:.45rem;display:flex}.chip{color:#c2dcff;background:linear-gradient(135deg,#6da9ff1a,#99d5ff0f);border:1px solid #6da9ff2e;border-radius:999px;align-items:center;min-height:1.6rem;padding:.28rem .55rem;font-size:.67rem;font-weight:700;display:inline-flex}.tech-pill{background:color-mix(in srgb, var(--tone) 10%, transparent);border:1px solid color-mix(in srgb, var(--tone) 18%, transparent);color:#dce8ff;min-height:1.85rem;transition:box-shadow .18s var(--motion-soft), border-color .14s ease, background-color .14s ease;border-radius:999px;align-items:center;gap:.4rem;padding:.38rem .65rem;font-size:.7rem;font-weight:700;display:inline-flex}.tech-pill__icon{width:.9rem;height:.9rem}.featured-project{color:inherit;transition:transform .3s var(--motion-soft), border-color .18s ease, box-shadow .26s var(--motion-soft), background-color .18s ease;will-change:transform, box-shadow;grid-template-columns:minmax(0,1fr) minmax(280px,1fr);display:grid;position:relative;overflow:hidden}.featured-project:before{content:"";opacity:0;transition:opacity .22s var(--motion-soft);pointer-events:none;background:linear-gradient(120deg,#6da9ff14,#0000 42%,#99d5ff0d);position:absolute;inset:0}.featured-project__content{padding:2rem 1.8rem}.featured-project__title,.project-card__title,.timeline-card__title,.detail-panel__title{letter-spacing:-.03em;font-family:Sora,sans-serif;font-size:1.8rem;line-height:1.08}.featured-project__title{background:linear-gradient(120deg,#fff 0%,#c7deff 55%,#6da9ff 100%);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.featured-project__description{max-width:30rem;margin-top:1rem}.featured-project__result,.detail-panel__result{color:#e7eeff;background:linear-gradient(90deg,#9a86ff0f,#0000 60%);border-left:2px solid #9a86ff;border-radius:0 4px 4px 0;margin-top:.9rem;padding-left:.95rem;font-size:.86rem;line-height:1.7;position:relative}.featured-project__chips{margin-top:1.2rem}.featured-project__cta{margin-top:1rem}.featured-project__visual{isolation:isolate;background:radial-gradient(circle at 50% 40%,#7ec0ff2e,#0000 36%),linear-gradient(135deg,#10213c 0%,#0c1830 56%,#091221 100%);place-items:center;min-height:18rem;padding:1.1rem;display:grid;position:relative;overflow:hidden}.featured-project__visual-body{place-items:center;width:100%;height:100%;display:grid}.featured-project__visual:before{content:"";filter:blur(26px);opacity:.85;z-index:0;background:radial-gradient(circle,#6da9ff24,#0000 68%);border-radius:999px;position:absolute;inset:10%}.featured-project__visual:after{content:"";z-index:0;background:radial-gradient(circle,#99d5ff1a 0%,#0000 68%);border-radius:999px;width:18rem;height:18rem;position:absolute;inset:auto -18% -22% auto}.project-visual{z-index:1;place-items:center;width:100%;height:100%;display:grid;position:relative}.project-visual__window,.project-visual__phone,.project-visual__image-frame{width:100%;transition:transform .32s var(--motion-soft), box-shadow .26s var(--motion-soft), border-color .18s ease, filter .18s ease;border:1px solid #ffffff14;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d,0 22px 54px #02081457}.project-visual__window{background:linear-gradient(#091426f5,#070f1cfa);border-radius:24px;min-height:100%;padding:.85rem}.project-visual__image-frame{border-radius:24px;min-height:100%}.project-visual--card .project-visual__window{border-radius:20px;min-height:10.6rem;padding:.72rem}.project-visual--card .project-visual__image-frame{border-radius:20px;min-height:10.6rem}.project-visual__image-frame--light{background:linear-gradient(#f7f9f2fa,#ecf0e7fa)}.project-visual__image{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .32s var(--motion-soft), filter .18s ease}.project-visual__toolbar{gap:.32rem;display:flex}.project-visual__toolbar span{background:#fff3;border-radius:999px;width:.42rem;height:.42rem}.project-visual__market-layout,.project-visual__legal-layout,.project-visual__exam-layout{height:calc(100% - 1.1rem);margin-top:.75rem}.project-visual__market-layout{grid-template-columns:minmax(0,1.45fr) minmax(9.2rem,.7fr);gap:.8rem;display:grid}.project-visual__market-main,.project-visual__market-panel,.project-visual__citation-card,.project-visual__timer-card,.project-visual__question-card,.project-visual__palette-card,.project-visual__booking-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:18px}.project-visual__searchbar{color:#e6f1ff8c;background:#ffffff09;border:1px solid #99d5ff24;border-radius:999px;align-items:center;min-height:2.4rem;padding:0 .85rem;font-size:.72rem;display:flex}.project-visual__market-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-top:.8rem;display:grid}.project-visual__product-card{background:linear-gradient(#ffffff0d,#ffffff06);border:1px solid #ffffff14;border-radius:16px;padding:.7rem}.project-visual__product-card strong,.project-visual__citation-card strong,.project-visual__timer-card strong,.project-visual__booking-card strong{color:#f6fbff;font-size:.78rem;line-height:1.2;display:block}.project-visual__product-card span,.project-visual__citation-card span,.project-visual__booking-card span,.project-visual__panel-label,.project-visual__booking-header span,.project-visual__timer-card span{color:#e6f1ff9e;margin-top:.28rem;font-size:.64rem;line-height:1.45;display:block}.project-visual__product-thumb{background:radial-gradient(circle at 50% 40%,#ffffff2e,#ffffff0a);border-radius:14px;height:4rem;margin-bottom:.55rem;position:relative;overflow:hidden}.project-visual__product-thumb:before{content:"";background:linear-gradient(#ffffff38,#ffffff14);border-radius:12px;position:absolute;inset:18%}.project-visual__product-thumb--washer:after{content:"";border:2px solid #0e182d8c;border-radius:999px;position:absolute;inset:28% 30%}.project-visual__product-thumb--fan:after{content:"";background:radial-gradient(circle,#0e182d38 18%,#0000 20%),conic-gradient(#0e182d8c,#0000 28%,#0e182d8c 56%,#0000 84%);border-radius:999px;position:absolute;inset:24%}.project-visual__product-thumb--microwave:after{content:"";border-radius:10px;position:absolute;inset:28% 18%;box-shadow:inset 0 0 0 2px #0e182d73}.project-visual__market-panel{align-content:start;gap:.7rem;padding:.9rem .85rem;display:grid}.project-visual__panel-score{color:#f6fbff;font-family:Sora,sans-serif;font-size:2rem;font-weight:700}.project-visual__panel-bars{gap:.38rem;display:grid}.project-visual__panel-bars span{background:linear-gradient(90deg,#6da9ffe6,#99d5ff4d);border-radius:999px;height:.5rem}.project-visual__panel-bars span:nth-child(2){width:82%}.project-visual__panel-bars span:nth-child(3){width:64%}.project-visual__legal-layout{grid-template-columns:minmax(0,1.15fr) minmax(7.8rem,.85fr);gap:.8rem;display:grid}.project-visual__chat-column,.project-visual__citation-column{align-content:start;gap:.65rem;display:grid}.project-visual__bubble{border-radius:18px;max-width:92%;padding:.85rem .95rem;font-size:.72rem;line-height:1.55}.project-visual__bubble--question{color:#e6f1ffe6;background:#ffffff0f;border-top-left-radius:8px}.project-visual__bubble--answer{color:#eff8ff;background:linear-gradient(135deg,#6da9ff38,#99d5ff1a);border-top-right-radius:8px;justify-self:end}.project-visual__citation-card{padding:.9rem .85rem}.project-visual__exam-layout{grid-template-columns:minmax(6.5rem,.7fr) minmax(0,1.25fr);grid-template-areas:"timer question""palette question";gap:.75rem;display:grid}.project-visual__timer-card,.project-visual__question-card,.project-visual__palette-card{padding:.9rem}.project-visual__timer-card{grid-area:timer}.project-visual__timer-card strong{margin-top:.55rem;font-size:1.4rem}.project-visual__question-card{grid-area:question}.project-visual__palette-card{grid-area:palette;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;display:grid}.project-visual__question-line{background:#ffffff1a;border-radius:999px;height:.55rem;display:block}.project-visual__question-line+.project-visual__question-line{margin-top:.45rem}.project-visual__question-line--long{width:88%}.project-visual__question-line--mid{width:64%}.project-visual__options{gap:.48rem;margin-top:.9rem;display:grid}.project-visual__options span,.project-visual__palette-card span{background:#ffffff0f;border-radius:12px;display:block}.project-visual__options span{height:1.55rem}.project-visual__options .is-active,.project-visual__palette-card .is-active{background:linear-gradient(90deg,#6da9ffbf,#99d5ff80)}.project-visual__palette-card span{aspect-ratio:1}.project-visual__phone{background:linear-gradient(#07111ffa,#0a1426fa);border-radius:28px;width:min(100%,14rem);min-height:15.4rem;padding:.7rem}.project-visual--card .project-visual__phone{border-radius:24px;width:min(100%,11.4rem);min-height:10.8rem;padding:.55rem}.project-visual__phone-notch{background:#ffffff14;border-radius:999px;width:4rem;height:.42rem;margin:0 auto .7rem}.project-visual__booking-header{padding:.4rem .3rem 0}.project-visual__booking-slots{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;margin-top:.85rem;display:grid}.project-visual__booking-slots span{color:#e6f1ffbd;background:#ffffff0d;border-radius:999px;justify-content:center;align-items:center;min-height:1.9rem;font-size:.7rem;font-weight:700;display:flex}.project-visual__booking-slots .is-active{color:#081120;background:linear-gradient(90deg,#6da9ffeb,#99d5ffbf)}.project-visual__booking-card{margin-top:.8rem;padding:.9rem .9rem .85rem}.project-visual__booking-card--secondary{background:#ffffff06}.project-visual__image-frame--hsmart{color:#11281f;background:linear-gradient(#f7f8f1 0%,#edf1e6 100%);padding:0}.project-visual__hsmart-canvas{grid-template-rows:auto auto 1fr;min-height:100%;display:grid}.project-visual__hsmart-nav{background:#ffffff57;border-bottom:1px solid #11281f14;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.project-visual__hsmart-nav strong,.project-visual__hsmart-copy strong,.project-visual__hsmart-panel strong,.project-visual__hsmart-submit{color:#11281f}.project-visual__hsmart-nav strong{letter-spacing:-.03em;font-size:.88rem;font-weight:800}.project-visual__hsmart-links{color:#11281f9e;align-items:center;gap:.95rem;font-size:.68rem;font-weight:700;display:flex}.project-visual__hsmart-links .is-active{color:#0a9e61}.project-visual__hsmart-copy{gap:.45rem;padding:1rem 1rem 0;display:grid}.project-visual__hsmart-badge{color:#08784b;letter-spacing:.12em;text-transform:uppercase;background:#3ae7aa38;border-radius:999px;align-items:center;width:fit-content;min-height:1.5rem;padding:.22rem .58rem;font-size:.6rem;font-weight:800;display:inline-flex}.project-visual__hsmart-copy strong{letter-spacing:-.03em;font-size:1rem;font-weight:800}.project-visual__hsmart-copy p{color:#11281fb3;max-width:34rem;font-size:.72rem;line-height:1.6}.project-visual__hsmart-grid{grid-template-columns:minmax(0,1.25fr) minmax(11rem,.86fr);gap:.95rem;padding:1rem;display:grid}.project-visual__hsmart-stage,.project-visual__hsmart-panel{background:#ffffffeb;border:1px solid #11281f14;border-radius:22px;box-shadow:0 18px 40px #0e1a1614}.project-visual__hsmart-stage{background:radial-gradient(circle at 50% 18%,#50786e14,#0000 32%),linear-gradient(#fff 0%,#f7f8f3 100%);min-height:15rem;position:relative;overflow:hidden}.project-visual__hsmart-label{z-index:2;color:#fff;letter-spacing:-.01em;background:#0d7f4d;border-radius:16px;align-items:center;min-height:2rem;padding:.35rem .7rem;font-size:.64rem;font-weight:800;display:inline-flex;position:absolute;top:.95rem;left:1rem}.project-visual__hsmart-scanline{background:#44e6bf47;height:2px;position:absolute;top:43%;left:0;right:0;box-shadow:0 0 12px #44e6bf33}.project-visual__hsmart-detection{border:2px solid #0a7e4eeb;position:absolute;inset:3.1rem 29% 3rem 25%}.project-visual__hsmart-fridge{background:linear-gradient(90deg,#d3d8db 0%,#f7f9fb 34%,#b3b8bc 100%);border-radius:0 0 8px 8px;width:36%;position:absolute;top:0;bottom:0;left:31%;box-shadow:inset 2px 0 #ffffffb3,inset -2px 0 #5661652e}.project-visual__hsmart-fridge:before{content:"";background:linear-gradient(#21272bf2,#090a0ce0);height:.42rem;position:absolute;top:45%;left:0;right:0}.project-visual__hsmart-fridge:after{content:"";background:#20282c;border-radius:0 0 .22rem .22rem;width:.72rem;height:1.3rem;position:absolute;top:.65rem;left:47%}.project-visual__hsmart-handle{background:linear-gradient(#9ea7ad,#dfe4e7);border-radius:999px;width:24%;height:.62rem;position:absolute;left:18%;box-shadow:inset 0 -1px #0000001f}.project-visual__hsmart-handle--top{top:31%}.project-visual__hsmart-handle--bottom{top:67%}.project-visual__hsmart-status,.project-visual__hsmart-retake{letter-spacing:-.01em;border-radius:16px;align-items:center;min-height:2rem;font-size:.64rem;font-weight:800;display:inline-flex;position:absolute;bottom:1rem}.project-visual__hsmart-status{color:#08784b;left:1rem}.project-visual__hsmart-retake{color:#11281fd6;background:#fffffff5;padding:.35rem .8rem;right:1rem;box-shadow:0 12px 24px #11281f1a}.project-visual__hsmart-panel{align-content:start;gap:.7rem;padding:1rem;display:grid}.project-visual__hsmart-panel-head{border-bottom:1px solid #11281f14;justify-content:space-between;align-items:center;gap:.6rem;padding-bottom:.55rem;display:flex}.project-visual__hsmart-panel-head strong{font-size:.8rem;font-weight:800}.project-visual__hsmart-toggle{background:linear-gradient(90deg,#0d7f4d,#14b36e);border-radius:999px;width:2.25rem;height:1.25rem;position:relative}.project-visual__hsmart-toggle:after{content:"";background:#fff;border-radius:999px;width:1rem;height:1rem;position:absolute;top:.12rem;right:.12rem}.project-visual__hsmart-field{gap:.28rem;display:grid}.project-visual__hsmart-field span,.project-visual__hsmart-specs span{color:#11281f8f;letter-spacing:.08em;text-transform:uppercase;font-size:.58rem;font-weight:700}.project-visual__hsmart-field strong{background:#edf0eb;border-radius:14px;padding:.58rem .68rem;font-size:.68rem;font-weight:700;line-height:1.45;display:block}.project-visual__hsmart-specs{background:#09ad680f;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;padding:.75rem;display:grid}.project-visual__hsmart-specs strong{color:#11281f;margin-top:.2rem;font-size:.66rem;font-weight:800;line-height:1.35;display:block}.project-visual__hsmart-submit{color:#fff;background:linear-gradient(90deg,#0d7f4d,#12b26d);border-radius:18px;justify-content:center;align-items:center;min-height:2.9rem;margin-top:.1rem;font-size:.78rem;font-weight:800;display:flex;box-shadow:0 16px 34px #0a7f4d38}.project-visual--card .project-visual__hsmart-nav{padding:.65rem .8rem}.project-visual--card .project-visual__hsmart-nav strong{font-size:.76rem}.project-visual--card .project-visual__hsmart-links{gap:.6rem;font-size:.58rem}.project-visual--card .project-visual__hsmart-copy{gap:.25rem;padding:.7rem .8rem 0}.project-visual--card .project-visual__hsmart-badge,.project-visual--card .project-visual__hsmart-copy p,.project-visual--card .project-visual__hsmart-status,.project-visual--card .project-visual__hsmart-retake,.project-visual--card .project-visual__hsmart-specs{display:none}.project-visual--card .project-visual__hsmart-copy strong{font-size:.84rem}.project-visual--card .project-visual__hsmart-grid{grid-template-columns:minmax(0,1.15fr) minmax(7.2rem,.85fr);gap:.65rem;padding:.75rem .8rem .8rem}.project-visual--card .project-visual__hsmart-stage{min-height:7.8rem}.project-visual--card .project-visual__hsmart-label{min-height:1.6rem;padding:.25rem .52rem;font-size:.52rem;top:.6rem;left:.7rem}.project-visual--card .project-visual__hsmart-detection{inset:2.15rem 25% 1.55rem 21%}.project-visual--card .project-visual__hsmart-fridge{width:42%;left:27%}.project-visual--card .project-visual__hsmart-panel{gap:.45rem;padding:.7rem}.project-visual--card .project-visual__hsmart-panel-head{padding-bottom:.4rem}.project-visual--card .project-visual__hsmart-field:nth-of-type(2){display:none}.project-visual--card .project-visual__hsmart-field strong{padding:.46rem .54rem;font-size:.56rem}.project-visual--card .project-visual__hsmart-submit{min-height:2rem;font-size:.62rem}.timeline-list{gap:1.3rem;max-width:46rem;display:grid}.timeline-card{grid-template-columns:2.5rem 1fr;gap:1rem;transition:opacity .22s;display:grid}.timeline-card__title,.timeline-card__year{transition:color .22s}.timeline-card__rail{position:relative}.timeline-card__rail:before{content:"";background:linear-gradient(#83abff80,#83abff00);width:2px;position:absolute;top:.3rem;bottom:-1.8rem;left:1rem}.timeline-card--last .timeline-card__rail:before{display:none}.timeline-card__dot{background:var(--tone);width:.9rem;height:.9rem;box-shadow:0 0 14px color-mix(in srgb, var(--tone) 55%, transparent);border-radius:999px;position:absolute;top:.2rem;left:.58rem}.timeline-card__content{padding-bottom:.2rem}.timeline-card__year{letter-spacing:.04em;background:linear-gradient(90deg,#c084fc 0%,#60a5fa 100%);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.74rem;font-weight:800}.timeline-card__title{margin-top:.5rem;font-size:1.12rem}.timeline-card__description{max-width:34rem;margin-top:.45rem}.contact-grid{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:start;gap:2rem;display:grid}.contact-copy{padding-top:.8rem}.contact-copy__title{color:#f0f6ff;margin-top:1rem;font-size:clamp(2.25rem,4vw,4rem);line-height:.98}.contact-stack{gap:.6rem;margin-top:1.7rem;display:grid}.contact-item{color:#f5f8ff;align-items:center;gap:.85rem;transition:color .18s;display:flex}.contact-item--plain{width:fit-content}.contact-item__icon-wrap{width:2rem;height:2rem;color:var(--secondary);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:999px;place-items:center;transition:transform .14s,border-color .14s,background-color .14s;display:grid}.contact-form-card{transition:transform .28s var(--motion-soft), box-shadow .24s var(--motion-soft), border-color .17s ease, background-color .17s ease;will-change:transform, box-shadow;padding:1.25rem;position:relative;overflow:hidden}.contact-form-card:before{content:"";opacity:0;transition:opacity .22s var(--motion-soft);pointer-events:none;background:linear-gradient(#99d5ff14,#0000 40%,#0000);position:absolute;inset:0}.contact-form{gap:1rem;display:grid}.form-field{gap:.45rem;display:grid}.form-field span{color:#d9e7ff;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.form-field input,.form-field textarea{width:100%;color:var(--text);background:#0b1427;border:1px solid #ffffff0f;border-radius:10px;outline:0;padding:.95rem}.form-field input::placeholder,.form-field textarea::placeholder{color:#7183a0}.form-field input:focus,.form-field textarea:focus{border-color:#9a86ffb8;box-shadow:0 0 0 3px #9a86ff29}.contact-form__submit{text-transform:uppercase;border:0;border-radius:10px;min-height:3rem;position:relative;overflow:hidden}.lab-grid{border-top:1px solid var(--line);display:grid}.lab-card{border-bottom:1px solid var(--line);transition:transform .26s var(--motion-soft), background-color .17s ease, border-color .17s ease;will-change:transform;grid-template-columns:3rem minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:1.25rem;padding:1.5rem 0;display:grid;position:relative;overflow:hidden}.lab-card:before{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--tone) 52%, white 8%), transparent);opacity:0;height:1px;transition:opacity .2s var(--motion-soft);position:absolute;top:0;left:0;right:0}.lab-card:after{content:"";background:linear-gradient(90deg, color-mix(in srgb, var(--tone) 8%, transparent), transparent 58%);opacity:0;transition:opacity .24s var(--motion-soft);pointer-events:none;position:absolute;inset:0}.lab-card__index{color:color-mix(in srgb, var(--tone) 76%, white 14%);letter-spacing:.08em;font-family:Sora,sans-serif;font-size:.86rem;font-weight:700}.lab-card__main{gap:.55rem;display:grid}.lab-card__note{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(90deg, color-mix(in srgb, var(--tone) 85%, white 20%), color-mix(in srgb, var(--tone) 60%, white 30%));-webkit-background-clip:text;background-clip:text;font-size:.74rem;font-weight:700;line-height:1.6;display:inline-block}.lab-card__title{letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:1.18rem}.lab-card__description{color:var(--muted);line-height:1.7}.lab-card__stack{justify-content:flex-start;padding-top:.15rem}.site-footer{z-index:1;padding:2rem 0;position:relative}.site-footer__inner{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.4rem;display:flex}.site-footer__brand{font-family:Sora,sans-serif;font-size:.92rem;font-weight:700}.site-footer__copy{font-size:.75rem}.site-footer__links{align-items:center;gap:1rem;display:flex}.site-footer__links a{color:var(--muted);font-size:.76rem;font-weight:600;transition:color .18s,opacity .18s}.back-to-top{right:max(1rem, calc((100vw - var(--container)) / 2));border:1px solid var(--line);color:#dff0ff;width:2.8rem;height:2.8rem;transition:transform .2s var(--motion-soft), box-shadow .2s var(--motion-soft);will-change:transform;background:#121f39eb;border-radius:999px;place-items:center;display:grid;position:fixed;bottom:1.2rem;box-shadow:0 14px 30px #00000057}.resume-dialog{z-index:90;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overscroll-behavior:contain;background:#050a14b8;place-items:center;padding:1.25rem;animation:.26s ease-out both fade-in;display:grid;position:fixed;inset:0}.resume-dialog__surface{border:1px solid var(--line-strong);width:min(1180px,100%);height:min(90vh,920px);animation:modal-in .42s var(--motion-smooth) both;background:linear-gradient(#0c1527fa,#091221fa);border-radius:28px;grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 28px 80px #0106108f}.resume-dialog__header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.25rem 1rem;display:flex}.resume-dialog__meta{gap:.35rem;display:grid}.resume-dialog__eyebrow{color:var(--secondary);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}.resume-dialog__title{letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:1.35rem;font-weight:700}.resume-dialog__description{max-width:36rem;color:var(--muted);line-height:1.6}.resume-dialog__close{width:auto;min-width:7.2rem}.resume-dialog__viewer{min-height:0;padding:0 1rem 1rem}.resume-dialog__viewer--loading{place-items:center;display:grid}.resume-dialog__loading{background-color:#0000;background-image:linear-gradient(90deg,#ffffff08,#ffffff0f,#ffffff08),linear-gradient(#ffffff05,#ffffff08);background-position:0 0,0 0;background-repeat:no-repeat;background-size:220px 100%,100% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:20px;width:100%;height:100%;animation:1.15s ease-in-out infinite skeleton-shimmer}.resume-dialog__frame{background:#fff;border:0;border-radius:20px;width:100%;height:100%}.reveal{opacity:0;transform:translate3d(0, var(--reveal-offset,18px), 0);transition:opacity .9s var(--motion-smooth) var(--reveal-delay,0s), transform .9s var(--motion-smooth) var(--reveal-delay,0s);will-change:opacity, transform}.reveal--visible{opacity:1;transform:translate(0,0)}@media (hover:hover) and (pointer:fine){.site-header__link:hover{color:#fff;background:#ffffff0f}.site-header__link:hover:after{opacity:1;transform:scaleX(1)}.button-link:hover:before{opacity:1}.button-link--primary:hover{filter:saturate(1.04);transform:translateY(-2px)scale(1.012);box-shadow:0 18px 38px #4a87ff57}.button-link--secondary:hover,.button-link--ghost:hover{background:#ffffff0d;border-color:#91b7ff38;transform:translateY(-2px)scale(1.01);box-shadow:0 16px 32px #060f2142}.button-link:hover .button-link__icon{transform:translate(2px)}.tech-pill:hover{border-color:color-mix(in srgb, var(--tone) 34%, transparent);background:color-mix(in srgb, var(--tone) 15%, transparent);box-shadow:0 10px 24px #060f212e}.skill-card:hover{border-bottom-color:color-mix(in srgb, var(--tone) 28%, transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--tone) 16%, transparent), 0 18px 38px #040c1c3d;background:linear-gradient(90deg,#6da9ff0d,#6da9ff04 58%,#0000);transform:translateY(-2px)}.skill-card:hover:after{opacity:1}.skill-card:hover .interactive-surface__glow{opacity:.9}.skill-card:hover .skill-card__icon-wrap{border-color:color-mix(in srgb, var(--tone) 26%, transparent);background:color-mix(in srgb, var(--tone) 16%, transparent);box-shadow:0 14px 34px color-mix(in srgb, var(--tone) 16%, transparent)}.skill-card:hover .skill-card__title{color:#f7fbff}.timeline-card:hover .timeline-card__title,.timeline-card:hover .timeline-card__year{color:#f3f8ff}.timeline-card:hover .timeline-card__dot{opacity:1;box-shadow:0 0 18px color-mix(in srgb, var(--tone) 76%, transparent)}.contact-item:hover .contact-item__icon-wrap{background:#99d5ff1a;border-color:#99d5ff42;transform:scale(1.04)}.contact-item:hover{color:#fff}.featured-project:hover{border-color:#91b7ff38;transform:translateY(-4px)scale(1.004);box-shadow:0 34px 88px #0208148f}.featured-project:hover:before{opacity:1}.featured-project:hover .interactive-surface__glow{opacity:.95}.featured-project:hover .featured-project__visual{filter:saturate(1.08)brightness(1.03)}.featured-project:hover .project-visual__window,.featured-project:hover .project-visual__phone,.featured-project:hover .project-visual__image-frame{border-color:#99d5ff29;transform:translateY(-2px)scale(1.012);box-shadow:inset 0 1px #ffffff0f,0 28px 66px #02081466}.featured-project:hover .project-visual__image{filter:saturate(1.02);transform:scale(1.018)}.contact-form-card:hover{border-color:#91b7ff38;transform:translateY(-3px)scale(1.004);box-shadow:0 30px 80px #0208148f}.contact-form-card:hover:before{opacity:1}.contact-form-card:hover .interactive-surface__glow{opacity:.88}.lab-card:hover{background:linear-gradient(90deg,#6da9ff0a,#0000 62%);border-bottom-color:#91b7ff3d;transform:translateY(-2px)}.lab-card:hover:before,.lab-card:hover:after{opacity:.78}.lab-card:hover .interactive-surface__glow{opacity:.9}.project-card:hover{border-color:#91b7ff33;transform:translateY(-4px);box-shadow:0 26px 68px #02081480}.project-card:hover .project-visual__window,.project-card:hover .project-visual__phone,.project-card:hover .project-visual__image-frame{border-color:#99d5ff24;transform:translateY(-1px)scale(1.015);box-shadow:inset 0 1px #ffffff0f,0 20px 48px #02081457}.project-card:hover .project-visual__image{filter:saturate(1.02);transform:scale(1.02)}.project-card:hover .interactive-surface__glow{opacity:.9}.site-footer__links a:hover{color:#fff;opacity:1}.inline-link:hover{color:#fff;gap:.65rem}.back-to-top:hover{transform:translateY(-3px)scale(1.06);box-shadow:0 18px 38px #0000006b,0 0 0 1px #6da9ff3d}.timeline-card__dot:hover,.timeline-card:hover .timeline-card__dot{box-shadow:0 0 22px color-mix(in srgb, var(--tone) 80%, transparent)}}.detail-page{padding:4rem 0 5.5rem}.detail-hero,.detail-copy,.detail-panel,.project-card,.not-found__card{padding:1.5rem}.detail-hero{overflow:hidden}.detail-hero__title{margin-top:.9rem;font-size:clamp(2.5rem,5vw,4rem);line-height:.96}.detail-grid{grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr);gap:1rem;margin-top:1rem;display:grid}.detail-copy,.detail-panel,.detail-panel__list,.detail-aside,.detail-copy__group,.detail-copy__list{gap:.9rem;display:grid}.detail-copy__label{color:var(--secondary);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:800}.detail-copy__list{color:var(--muted);line-height:1.7}.detail-copy__list li{padding-left:1rem;position:relative}.detail-copy__list li:before{content:"";background:var(--primary);border-radius:999px;width:.36rem;height:.36rem;position:absolute;top:.68rem;left:0}.breadcrumb{color:var(--muted);flex-wrap:wrap;gap:.5rem;font-size:.78rem;font-weight:700;display:flex}.detail-hero__chips{margin-top:1.2rem}.detail-panel__title{font-size:1.1rem}.detail-footer{margin-top:1.1rem}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.project-grid>*{min-height:100%}.project-card{min-height:100%;color:inherit;transition:transform .28s var(--motion-soft), box-shadow .24s var(--motion-soft), border-color .17s ease;flex-direction:column;display:flex;overflow:hidden}.project-card__visual{background:linear-gradient(#ffffff05,#ffffff03);border-bottom:1px solid #ffffff0f;margin:-1.5rem -1.5rem 1rem;padding:1rem}.project-card__visual-body{width:100%}.project-card__content{flex-direction:column;flex:1;gap:.7rem;display:flex}.project-card__badge{background:linear-gradient(135deg, color-mix(in srgb, var(--tone) 16%, transparent), color-mix(in srgb, var(--tone) 8%, transparent));border:1px solid color-mix(in srgb, var(--tone) 24%, transparent);width:fit-content;color:color-mix(in srgb, var(--tone) 80%, white 20%);border-radius:999px;padding:.32rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex}.project-card__subtitle{color:color-mix(in srgb, var(--tone) 68%, white 22%);font-size:.82rem;font-weight:700;line-height:1.45}.project-card__title{color:#f0f7ff;margin-top:.05rem;font-size:1.15rem}.project-card__summary{-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.project-card__signals{gap:.45rem;margin-top:.05rem;display:grid}.project-card__signals li{color:#dce8ff;padding-left:.9rem;font-size:.78rem;line-height:1.55;position:relative}.project-card__signals li:before{content:"";background:var(--tone);border-radius:999px;width:.34rem;height:.34rem;position:absolute;top:.52rem;left:0}.project-card__tags{margin-top:auto}.project-card__tag{background:var(--tone-soft);min-height:1.6rem;color:var(--tone);border-radius:999px;align-items:center;padding:.28rem .55rem;font-size:.67rem;font-weight:700;display:inline-flex}.inline-link{color:#a5c8ff;align-items:center;gap:.45rem;width:fit-content;margin-top:.9rem;font-size:.82rem;font-weight:700;transition:color .2s,gap .18s;display:inline-flex}.project-card__cta,.featured-project__cta{align-self:flex-start}.not-found{padding:5rem 0}.not-found__card{max-width:42rem}.not-found__summary{margin-top:.9rem;margin-bottom:1.25rem}.gradient-text{color:#a7c9ff}[data-tone=primary]{--tone:var(--primary);--tone-soft:var(--primary-soft)}[data-tone=secondary]{--tone:var(--secondary);--tone-soft:var(--secondary-soft)}[data-tone=tertiary]{--tone:var(--tertiary);--tone-soft:var(--tertiary-soft)}[data-tone=neutral]{--tone:var(--neutral);--tone-soft:var(--neutral-soft)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px)scale(.992)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes surface-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translate(0,0)}}@keyframes ambient-drift{0%{transform:translate(0,0)scale(1)}to{transform:translate(1.4rem,-1rem)scale(1.03)}}@keyframes portrait-float{0%,to{transform:translate(0,0)}33%{transform:translateY(-4px)}66%{transform:translateY(-7px)}}@keyframes frame-sheen{0%,to{opacity:0;transform:translate(-65%)rotate(14deg)}14%{opacity:0}28%{opacity:.75}42%{opacity:0;transform:translate(68%)rotate(14deg)}}@keyframes soft-pulse{0%,to{opacity:1}50%{opacity:.86}}@keyframes node-float{0%,to{transform:translate(0,0)}50%{transform:translateY(-4px)}}@keyframes project-scan{0%{transform:translate(-18%)rotate(18deg)}to{transform:translate(180%)rotate(18deg)}}@keyframes soft-bob{0%,to{transform:translate(0,0)}50%{transform:translateY(-3px)}}@keyframes skeleton-shimmer{0%{background-position:-220px 0,0 0}to{background-position:calc(100% + 220px) 0,0 0}}@media (width<=1100px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.hero-section{align-items:flex-start;min-height:auto;padding:1.6rem 0 3.4rem}.page-section{padding:4rem 0}.hero-grid,.featured-project,.contact-grid,.detail-grid{grid-template-columns:1fr}.hero-grid{grid-template-columns:8rem minmax(0,1fr);grid-template-areas:"visual intro""body body";align-items:start;gap:1rem}.contact-grid,.detail-grid{gap:1.5rem}.hero-intro,.hero-body,.hero-summary,.hero-points,.section-heading__title,.featured-project__description,.timeline-card__description,.contact-card__description{max-width:none}.hero-visual{justify-content:flex-start;align-items:flex-start}.hero-meta{letter-spacing:.08em;gap:.45rem;font-size:.68rem}.hero-title-lockup{width:100%;max-width:none;font-size:clamp(1.9rem,7.4vw,3rem);line-height:.95}.hero-summary{margin-top:1rem;font-size:.96rem;line-height:1.66}.hero-points{gap:.65rem;margin-top:1rem}.button-row{margin-top:1.35rem}.hero-visual__frame{border-radius:18px;width:100%;padding:.24rem}.hero-section__streak,.hero-visual__caption,.site-header__links,.site-header__cta{display:none}.site-header__inner{min-height:3.9rem}.site-header__mobile-toggle{border:1px solid var(--line);width:2.8rem;height:2.8rem;color:var(--text);background:#ffffff0a;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.site-header__mobile-panel{width:var(--container);border:1px solid var(--line);box-shadow:var(--shadow);background:#0d1830fa;border-radius:18px;gap:.5rem;padding:1rem;display:grid;position:absolute;top:calc(100% + .6rem);left:50%;transform:translate(-50%)}.site-header__mobile-panel .site-header__link,.site-header__mobile-panel .button-link{justify-content:flex-start}.section-heading{gap:.45rem;margin-bottom:1.5rem}.section-heading--end{text-align:left;justify-items:start}.section-heading__title{font-size:clamp(1.8rem,7vw,2.4rem);line-height:1.08}.featured-project__content{padding:1.35rem}.featured-project__title{font-size:1.35rem}.featured-project__description{margin-top:.8rem}.featured-project__result{margin-top:.75rem;font-size:.82rem}.featured-project__visual{min-height:14rem;padding:.85rem}.timeline-list{gap:1rem}.timeline-card{grid-template-columns:2rem 1fr;gap:.8rem}.timeline-card__rail:before{bottom:-1.5rem;left:.78rem}.timeline-card__dot{left:.37rem}.timeline-card__title{margin-top:.35rem;font-size:1.04rem}.contact-copy{padding-top:0}.contact-copy__title{margin-top:.8rem;font-size:clamp(1.95rem,8vw,3rem)}.contact-stack{margin-top:1.25rem}.contact-item{align-items:flex-start}.contact-item strong{overflow-wrap:anywhere}.site-footer__inner{flex-direction:column;align-items:flex-start}.pointer-aura{display:none}.motion-parallax-layer{transform:none!important}.skill-card,.lab-card,.project-visual__hsmart-grid,.project-visual__market-layout,.project-visual__legal-layout,.project-visual__exam-layout{grid-template-columns:1fr;gap:.9rem}.project-visual__hsmart-stage{min-height:13.5rem}.project-visual__hsmart-panel{padding:.9rem}.project-visual__exam-layout{grid-template-areas:"timer""question""palette"}.resume-dialog__surface{height:min(92vh,100%)}.scene-backdrop__layer{transition-duration:.56s}}@media (width<=640px){:root{--container:min(1180px, calc(100vw - 1.5rem))}.hero-section,.page-section,.detail-page,.not-found{padding-top:2.75rem;padding-bottom:2.75rem}.hero-title-lockup,.contact-copy__title,.detail-hero__title{line-height:1.02}.hero-title-lockup{letter-spacing:-.045em;width:100%;max-width:none;font-size:clamp(1.72rem,7vw,2.45rem)}.hero-grid{grid-template-columns:6.2rem minmax(0,1fr);grid-template-areas:"visual intro""body body";gap:.9rem .8rem}.hero-intro,.hero-body{width:100%}.hero-meta{letter-spacing:.06em;gap:.35rem;font-size:.62rem}.hero-stats-row{grid-template-columns:1fr 1fr;gap:12px 16px;margin-top:10px;display:grid}.hero-stat__value{font-size:1.25rem}.hero-stat__label{font-size:.62rem}.hero-summary{margin-top:.9rem;font-size:.9rem;line-height:1.64}.hero-points{display:none}.button-row{flex-direction:column;align-items:stretch;gap:.65rem;margin-top:1rem}.button-link{width:100%;min-height:2.9rem;font-size:.82rem}.featured-project__content,.detail-hero,.detail-copy,.detail-panel,.project-card,.contact-form-card,.not-found__card{padding:1.1rem}.featured-project__title{font-size:1.25rem}.featured-project__description{font-size:.88rem}.featured-project__result{font-size:.8rem}.featured-project__visual{min-height:11rem;padding:.75rem}.skill-card{grid-template-columns:1fr;gap:.6rem;padding:.9rem 0}.skill-card__tech-list{padding-top:0}.skill-card__description{font-size:.86rem}.lab-card{gap:.65rem;padding:1rem 0}.lab-card__title{font-size:1rem}.timeline-card{grid-template-columns:1.7rem 1fr;gap:.7rem}.timeline-card__rail:before{left:.66rem}.timeline-card__dot{width:.84rem;height:.84rem;left:.25rem}.contact-grid{gap:1rem}.contact-copy__title{margin-top:.6rem;font-size:clamp(1.75rem,8vw,2.5rem)}.contact-stack{gap:.5rem;margin-top:1rem}.contact-form{gap:.8rem}.form-field input,.form-field textarea{padding:.85rem;font-size:.9rem}.site-header__inner{min-height:3.5rem}.site-header__brand{font-size:.88rem}.project-card__visual{margin:-1.1rem -1.1rem .85rem;padding:.75rem}.project-visual--card .project-visual__window,.project-visual--card .project-visual__phone,.project-visual--card .project-visual__image-frame{min-height:9rem}.section-heading{margin-bottom:1.25rem}.section-heading__title{font-size:clamp(1.6rem,7vw,2.2rem)}.resume-dialog{padding:.6rem}.resume-dialog__header{padding:.9rem .9rem .75rem}.resume-dialog__surface{border-radius:20px}.resume-dialog__viewer{padding:0 .6rem .6rem}.resume-dialog__close{min-width:0}.featured-project:after{display:none}.back-to-top:after{inset:-2px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}.reveal,.reveal--visible{opacity:1;transform:none}.pointer-aura,.scroll-progress,.scene-backdrop{display:none}.text-reveal__word{opacity:1;filter:none;transition:none;transform:none}}.hero-stats-row{flex-wrap:wrap;gap:28px;margin-top:12px;display:flex}.hero-stat{flex-direction:column;gap:2px;display:flex}.hero-stat__value{letter-spacing:-.03em;color:#e8f4ff;font-family:Sora,sans-serif;font-size:1.5rem;font-weight:800;line-height:1}.hero-stat__label{letter-spacing:.08em;text-transform:uppercase;color:#c8dcff73;font-size:.7rem;font-weight:600}.resume-dialog__surface--native{grid-template-rows:unset;border-radius:24px;flex-direction:column;width:min(620px,100%);height:auto;max-height:92vh;padding:0;display:flex;overflow-y:auto}.native-cv__header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:2;background:linear-gradient(#0c1527fc,#0c1527f2);border-bottom:1px solid #ffffff12;align-items:flex-start;gap:20px;padding:28px 28px 20px;display:flex;position:sticky;top:0}.native-cv__avatar-wrap{flex-shrink:0;width:72px;height:72px;position:relative}.native-cv__avatar{object-fit:cover;object-position:top;border:1px solid #ffffff1a;border-radius:18px;width:100%;height:100%}.native-cv__avatar-ring{-webkit-mask-composite:destination-out;pointer-events:none;background:linear-gradient(135deg,#6478ff99,#c850c099) border-box;border:2px solid #0000;border-radius:22px;position:absolute;inset:-4px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.native-cv__header-text{flex:1;min-width:0}.native-cv__name{letter-spacing:-.02em;margin:0;font-family:Sora,sans-serif;font-size:1.3rem;font-weight:800}.native-cv__role{color:var(--secondary);letter-spacing:.06em;text-transform:uppercase;margin-top:4px;font-size:.78rem;font-weight:700}.native-cv__location{color:var(--muted);margin-top:4px;font-size:.82rem}.native-cv__body{flex-direction:column;gap:0;padding:24px 28px 36px;display:flex}.native-cv__links{flex-wrap:wrap;gap:10px;display:flex}.native-cv__link{color:#fffc;background:#ffffff0f;border:1px solid #ffffff14;border-radius:30px;padding:8px 16px;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s}.native-cv__link:hover{color:#fff;background:#ffffff1f}.native-cv__divider{border:none;border-top:1px solid #ffffff12;margin:24px 0}.native-cv__section{margin-bottom:28px}.native-cv__section-title{letter-spacing:.12em;text-transform:uppercase;color:var(--secondary);margin-bottom:14px;font-size:.68rem;font-weight:800}.native-cv__body-text{color:var(--muted);font-size:.95rem;line-height:1.75}.native-cv__tags{flex-wrap:wrap;gap:8px;display:flex}.native-cv__tag{color:#ffffffbf;background:#ffffff0d;border:1px solid #ffffff14;border-radius:20px;padding:6px 14px;font-size:.82rem;font-weight:600}.native-cv__entry{gap:4px;display:grid}.native-cv__entry-title{color:#f5f8ff;font-size:1.05rem;font-weight:700}.native-cv__entry-sub{color:var(--muted);font-size:.88rem}.native-cv__entry-meta{color:var(--secondary);font-size:.78rem;font-weight:700}.native-cv__stats{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.native-cv__stat{background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;gap:4px;padding:16px;display:flex}.native-cv__stat-value{letter-spacing:-.02em;color:#fff;font-family:Sora,sans-serif;font-size:1.4rem;font-weight:800}.native-cv__stat-label{color:#fff6;font-size:.7rem;font-weight:600;line-height:1.4}.native-cv__download{text-align:center;margin-top:8px}.native-cv__download-btn{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:30px;align-items:center;gap:8px;padding:14px 28px;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.native-cv__download-btn:hover{background:#ffffff24;transform:translateY(-2px)}@media (width<=480px){.native-cv__header{padding:20px 20px 16px}.native-cv__body{padding:20px 20px 28px}.native-cv__stats{grid-template-columns:repeat(2,1fr)}.hero-stats-row{gap:20px}.hero-stat__value{font-size:1.2rem}}@keyframes hero-float{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:.65;transform:translateY(-16px)}}@keyframes hero-pulse{0%,to{opacity:.7;box-shadow:0 0 8px #4ade80}50%{opacity:1;box-shadow:0 0 18px #4ade80}}@keyframes hero-glow-pulse{0%,to{opacity:.35}50%{opacity:.75}}@keyframes orb-drift-1{0%{transform:translate(0,0)scale(1)}50%{transform:translate(6rem,-3.5rem)scale(1.08)}to{transform:translate(10rem,1.5rem)scale(1.04)}}@keyframes orb-drift-2{0%{transform:translate(0,0)}to{transform:translate(-4rem,3.5rem)}}@keyframes eyebrow-shift{0%{background-position:0 0}to{background-position:240% 0}}@property --border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes border-spin{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.featured-project:after{content:"";border-radius:var(--radius-xl);background:conic-gradient(from var(--border-angle), transparent 0%, transparent 55%, #6da9ff2e 68%, #b4dcff8c 74%, #ffffffb3 77%, #b4dcff8c 80%, #6da9ff2e 86%, transparent 95%, transparent 100%);-webkit-mask-composite:destination-out;pointer-events:none;z-index:4;padding:1px;animation:6s linear infinite border-spin;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.featured-project:hover:after{opacity:.6}.back-to-top{overflow:visible}.back-to-top:after{content:"";pointer-events:none;border:1.5px solid #6da9ff80;border-radius:999px;animation:3.2s ease-out infinite ring-ping;position:absolute;inset:-4px}@keyframes ring-ping{0%{opacity:.75;transform:scale(1)}72%{opacity:0;transform:scale(1.7)}to{opacity:0;transform:scale(1.7)}}.featured-project__visual:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000 0%,#6da9ff0d 40%,#c8e6ff1a 50%,#6da9ff0d 60%,#0000 100%);width:45%;height:100%;animation:11s ease-in-out infinite visual-sweep;position:absolute;top:0;left:-60%}@keyframes visual-sweep{0%{transform:translate(-10%)}38%{transform:translate(420%)}to{transform:translate(420%)}}@keyframes icon-glow-pulse{0%,to{box-shadow:0 0 #0000}50%{box-shadow:0 0 14px color-mix(in srgb, var(--tone) 40%, transparent)}}@media (prefers-reduced-motion:reduce){body:after,.hero-section:before,.featured-project:after,.back-to-top:after,.featured-project__visual:after,.section-heading__eyebrow{animation:none!important}}.hero-word-shimmer{background:linear-gradient(110deg,#cce4ff 0%,#fff 30%,#6da9ff 50%,#99d5ff 65%,#fff 80%,#cce4ff 100%) 0 0/100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-title-lockup__line:first-child .hero-word-shimmer,.hero-title-lockup__line:nth-child(2) .hero-word-shimmer,.hero-title-lockup__line:nth-child(3) .hero-word-shimmer,.hero-title-lockup__line:nth-child(4) .hero-word-shimmer{animation-delay:0s}.shimmer-text{background:linear-gradient(110deg,#6da9ff 0%,#99d5ff 35%,#fff 50%,#99d5ff 65%,#6da9ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-border{position:relative}.gradient-border:after{content:"";border-radius:inherit;-webkit-mask-composite:destination-out;opacity:0;background:linear-gradient(135deg,#6da9ff80,#99d5ff33 40%,#9a86ff80 60%,#6da9ff33) 0 0/300% 300%;padding:1px;transition:opacity .4s;animation:5s linear infinite border-spin;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.gradient-border:hover:after{opacity:1}.page-section{position:relative}[data-scene=stack]:before{content:"";pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#9a86ff12 0%,#0000 70%);border-radius:50%;width:36rem;height:36rem;animation:18s ease-in-out infinite alternate orb-drift-a;position:absolute;top:-10%;right:-8%}[data-scene=projects]:before{content:"";pointer-events:none;filter:blur(50px);background:radial-gradient(circle,#6da9ff14 0%,#0000 70%);border-radius:50%;width:40rem;height:40rem;animation:22s ease-in-out infinite alternate orb-drift-b;position:absolute;bottom:5%;left:-10%}[data-scene=journey]:before{content:"";pointer-events:none;filter:blur(35px);background:radial-gradient(circle,#99d5ff12 0%,#0000 70%);border-radius:50%;width:28rem;height:28rem;animation:15s ease-in-out infinite alternate-reverse orb-drift-a;position:absolute;top:20%;right:-5%}[data-scene=contact]:before{content:"";pointer-events:none;filter:blur(55px);background:radial-gradient(circle,#6da9ff17 0%,#0000 65%);border-radius:50%;width:44rem;height:44rem;animation:20s ease-in-out infinite alternate orb-drift-b;position:absolute;top:-20%;left:30%}@keyframes orb-drift-a{0%{transform:translate(0)scale(1)}to{transform:translate(2%,4%)scale(1.08)}}@keyframes orb-drift-b{0%{transform:translate(0)scale(1.05)}to{transform:translate(-3%,2%)scale(.95)}}.section-heading__eyebrow{position:relative}.section-heading__eyebrow:after{content:"";background:linear-gradient(90deg, var(--primary), transparent 80%);opacity:.6;width:100%;height:1px;position:absolute;bottom:-4px;left:0}.skill-card:before{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--tone) 60%, white 20%) 40%, color-mix(in srgb, var(--tone) 80%, white 10%) 60%, transparent);opacity:0;border-radius:2px 2px 0 0;height:2px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.skill-card:hover:before{opacity:.9}.timeline-card__rail:before{background:linear-gradient(180deg, color-mix(in srgb, var(--tone) 50%, #83abff66) 0%, #83abff00)!important;width:2px!important}.hero-stat__value{color:#e8f4ff}.project-card__visual:after{content:"";opacity:0;pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,#0000 0%,#ffffff0a 40%,#ffffff14 50%,#ffffff0a 60%,#0000 100%) 0 0/250% 250%;transition:opacity .4s;position:absolute;inset:0}.project-card:hover .project-card__visual:after{opacity:1;animation:.6s forwards card-sheen}@keyframes card-sheen{0%{background-position:200% 200%}to{background-position:-100% -100%}}.featured-project:after{content:"";opacity:0;pointer-events:none;border-radius:inherit;z-index:1;background:linear-gradient(115deg,#0000,#ffffff12 50%,#0000) 0 0/300% 300%;transition:opacity .3s;position:absolute;inset:0}.featured-project:hover:after{opacity:1;animation:.7s forwards feat-sweep}@keyframes feat-sweep{0%{background-position:200% 100%}to{background-position:-100% 0}}.hero-visual__frame:before,.hero-visual__frame:after{content:"";opacity:.5;width:20px;height:20px;transition:opacity .3s;position:absolute}.hero-visual__frame:before{border-top:2px solid #6da9ffb3;border-left:2px solid #6da9ffb3;border-radius:3px 0 0;top:-6px;left:-6px}.hero-visual__frame:after{border-bottom:2px solid #99d5ffb3;border-right:2px solid #99d5ffb3;border-radius:0 0 3px;bottom:-6px;right:-6px}.hero-visual__parallax:hover .hero-visual__frame:before,.hero-visual__parallax:hover .hero-visual__frame:after{opacity:1}.hero-online-dot{vertical-align:middle;background:#4ade80;border-radius:50%;width:8px;height:8px;margin-right:10px;animation:2.5s ease-out infinite hero-dot-ping;display:inline-block}@keyframes hero-dot-ping{0%{box-shadow:0 0 #4ade8099}70%{box-shadow:0 0 0 8px #4ade8000}to{box-shadow:0 0 #4ade8000}}@media (width<=768px){[data-scene]:before,.hero-section:after,.hero-title-lockup:before{display:none}}
