:root{color-scheme:dark;--home-bg: #08090d;--home-bg-soft: #0c0e17;--home-surface: #11131c;--home-surface-low: #191b24;--home-surface-high: #282933;--home-text: #e2e1ef;--home-text-muted: #9ea1b5;--home-outline: #434656;--home-primary: #6674ff;--home-primary-soft: #b8c3ff;--home-cyan: #55dfff;--home-coral: #ff6b78;--home-yellow: #e8ff5b;--home-header-height: 64px;--home-container: 1440px;--home-page-gutter: 64px;--home-ease: cubic-bezier(.22, 1, .36, 1);--home-font: "Hanken Grotesk", "Avenir Next", Inter, "PingFang SC", "Microsoft YaHei", sans-serif;--home-mono: "SFMono-Regular", "JetBrains Mono", Consolas, monospace}*{box-sizing:border-box}html{overflow-x:clip;scroll-behavior:smooth;background:var(--home-bg)}body.home-page{min-width:320px;margin:0;overflow-x:clip;overflow-anchor:none;color:var(--home-text);background:var(--home-bg);font-family:var(--home-font);letter-spacing:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.home-page::selection{color:var(--home-bg);background:var(--home-cyan)}button,a{color:inherit;font:inherit;-webkit-tap-highlight-color:transparent}a{text-decoration:none}button{border:0}img{display:block;max-width:100%}button:focus-visible,a:focus-visible{outline:2px solid var(--home-cyan);outline-offset:4px}.home-shell{position:relative;min-height:100svh;overflow:clip;background:var(--home-bg)}.home-header{position:fixed;z-index:80;top:0;left:0;display:grid;width:100%;height:var(--home-header-height);grid-template-columns:minmax(90px,1fr) auto minmax(210px,1fr);align-items:center;gap:28px;padding:0 var(--home-page-gutter);border-bottom:1px solid rgba(67,70,86,.38);background:#08090d75;transition:background-color .24s ease,border-color .24s ease,backdrop-filter .24s ease}.home-shell.is-scrolled .home-header{border-color:#434656b8;background:#08090ddb;-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2)}.home-logo{display:inline-flex;width:max-content;align-items:center;color:#f6f5ff;font-size:18px;font-weight:800;line-height:1}.home-logo:after{width:5px;height:5px;margin:9px 0 0 6px;border-radius:50%;background:var(--home-cyan);box-shadow:0 0 16px #55dfffb3;content:""}.home-nav{display:flex;align-items:center;gap:30px}.home-nav a{position:relative;padding:22px 0 20px;color:var(--home-text-muted);font-size:12px;font-weight:600;transition:color .16s ease}.home-nav a:after{position:absolute;right:0;bottom:-1px;left:0;height:1px;background:var(--home-cyan);content:"";transform:scaleX(0);transform-origin:right;transition:transform .26s var(--home-ease)}.home-nav a:hover{color:var(--home-text)}.home-nav a:hover:after{transform:scaleX(1);transform-origin:left}.home-header-entry{display:inline-flex;min-width:168px;height:38px;align-items:center;justify-content:center;justify-self:end;gap:9px;padding:0 16px;border:1px solid rgba(184,195,255,.32);border-radius:4px;color:#f4f3ff;background:#6674ffcc;box-shadow:0 8px 30px #2b36b429;font-size:12px;font-weight:700;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.home-header-entry:hover{border-color:#b8c3ffb8;background:#7481ff;box-shadow:0 12px 34px #3a48dc47}.home-header-entry img,.home-button img,.home-skill-toggle img,.home-section-action img,.home-note-list small img,.home-profile-link>img{width:15px;height:15px;filter:invert(1)}.home-scroll-progress{position:fixed;z-index:90;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--home-primary),var(--home-cyan));box-shadow:0 0 14px #55dfff75;pointer-events:none;transform:scaleX(0);transform-origin:left center}.home-hero{--spotlight-x: 72%;--spotlight-y: 40%;position:relative;min-height:100svh;overflow:hidden;border-bottom:1px solid rgba(67,70,86,.5);background:var(--home-bg);isolation:isolate}.home-hero:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:radial-gradient(520px circle at var(--spotlight-x) var(--spotlight-y),rgba(85,223,255,.1),transparent 65%);content:"";pointer-events:none}.home-hero:after{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#08090d,#08090df5 32%,#08090d94 54%,#08090d14 79%),linear-gradient(0deg,rgba(8,9,13,.9) 0%,transparent 37%);content:"";pointer-events:none}.home-hero-grid{position:relative;z-index:4;display:grid;width:min(100%,var(--home-container));min-height:100svh;align-items:center;margin:0 auto;padding:calc(var(--home-header-height) + 56px) var(--home-page-gutter) 86px}.home-hero-copy{width:min(720px,60%)}.home-hero-eyebrow,.home-kicker{display:inline-flex;align-items:center;gap:12px;color:var(--home-text-muted);font-family:var(--home-mono);font-size:11px;font-weight:600;line-height:1.4}.home-hero-eyebrow:before,.home-kicker:before{width:28px;height:1px;background:var(--home-outline);content:""}.home-hero h1{max-width:760px;margin:28px 0 24px;color:#ecebf7;font-size:72px;font-weight:800;line-height:1.08;letter-spacing:0}.home-hero h1>span{display:block;white-space:nowrap}.home-hero h1 strong{color:var(--home-cyan);font-weight:inherit;white-space:nowrap;text-shadow:0 0 34px rgba(85,223,255,.16)}.home-hero-copy>p{max-width:580px;margin:0;padding-left:18px;border-left:2px solid var(--home-cyan);color:#b5b6c7;font-size:15px;line-height:1.85}.home-hero-actions{display:flex;align-items:center;gap:14px;margin-top:36px}.home-button{position:relative;display:inline-flex;min-width:150px;height:48px;align-items:center;justify-content:center;gap:18px;padding:0 18px;border:1px solid var(--home-outline);border-radius:4px;color:var(--home-text);background:transparent;font-size:12px;font-weight:700;will-change:transform;transition:border-color .18s ease,color .18s ease,background-color .18s ease,box-shadow .18s ease}.home-button.primary{min-width:176px;border-color:var(--home-primary);background:var(--home-primary);box-shadow:0 12px 36px #3945d033}.home-button.primary:hover{border-color:#8590ff;background:#7481ff;box-shadow:0 16px 42px #4654e657}.home-button.secondary{border-color:#e8ff5b80;color:var(--home-yellow)}.home-button.secondary:hover{border-color:var(--home-yellow);background:#e8ff5b0f}.home-portrait-stage{--portrait-x: 0;--portrait-y: 0;--portrait-scroll: 0;position:absolute;z-index:0;top:var(--home-header-height);right:0;bottom:0;width:62%;min-width:720px;overflow:hidden;background:#050608;pointer-events:none}.home-portrait-stage:before{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(8,9,13,.76),transparent 35%),linear-gradient(0deg,rgba(8,9,13,.5),transparent 38%);content:""}.home-portrait-stage:after{position:absolute;z-index:5;top:8%;right:8%;width:1px;height:84%;background:linear-gradient(180deg,transparent,rgba(85,223,255,.32),transparent);content:"";opacity:.6}.home-portrait-base,.home-portrait-slice{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-portrait-base{z-index:0;object-fit:cover;object-position:50% 44%;filter:saturate(.82) contrast(1.04) brightness(.87);transform:translate3d(calc(var(--portrait-x) * 5px),calc(var(--portrait-y) * 4px + var(--portrait-scroll) * -12px),0) scale(1.015);will-change:transform}.home-portrait-slice{z-index:2;display:block;background-image:url(/assets/home-assets/mg-portrait.webp);background-position:50% 44%;background-size:cover;filter:saturate(.88) contrast(1.08) brightness(.92);opacity:.56;will-change:transform}.home-portrait-slice:after{position:absolute;top:0;right:0;bottom:0;left:0;border-top:1px solid rgba(85,223,255,.28);background:linear-gradient(110deg,transparent 20%,rgba(184,195,255,.08),transparent 72%);content:""}.home-portrait-slice.slice-hood{clip-path:polygon(20% 0,100% 0,100% 37%,56% 43%,10% 29%);transform:translate3d(calc(var(--portrait-x) * 13px),calc(var(--portrait-y) * 8px + var(--portrait-scroll) * -30px),0)}.home-portrait-slice.slice-shoulder{clip-path:polygon(8% 48%,64% 43%,100% 50%,100% 72%,52% 68%,0 77%);transform:translate3d(calc(var(--portrait-x) * -10px),calc(var(--portrait-y) * -5px + var(--portrait-scroll) * -16px),0);opacity:.32}.home-portrait-slice.slice-jacket{clip-path:polygon(0 72%,48% 67%,100% 76%,100% 100%,0 100%);transform:translate3d(calc(var(--portrait-x) * 7px),calc(var(--portrait-y) * 10px + var(--portrait-scroll) * -38px),0);opacity:.44}.home-portrait-light{position:absolute;z-index:4;top:0;right:0;width:64%;height:100%;background:linear-gradient(112deg,transparent 42%,rgba(85,223,255,.06) 58%,transparent 72%);mix-blend-mode:screen;opacity:calc(.42 + var(--portrait-x) * .12)}.home-portrait-coordinate{position:absolute;z-index:6;right:24px;bottom:22px;color:#e2e1ef6b;font-family:var(--home-mono);font-size:9px}.home-next-hint{position:absolute;z-index:5;right:var(--home-page-gutter);bottom:30px;display:flex;align-items:center;gap:12px;color:#e2e1ef85;font-family:var(--home-mono);font-size:9px}.home-next-hint i{position:relative;width:42px;height:1px;overflow:hidden;background:#e2e1ef3d}.home-next-hint i:after{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--home-cyan);content:"";animation:home-hint-pulse 2.2s var(--home-ease) infinite;transform:translate(-100%)}.home-kinetic{overflow:hidden;border-bottom:1px solid rgba(67,70,86,.42);background:var(--home-surface)}.home-kinetic-track{display:flex;width:max-content;height:68px;align-items:center;gap:26px;padding:0 32px;color:#b4b5c7;font-family:var(--home-mono);font-size:11px;text-transform:uppercase;white-space:nowrap}.home-kinetic-track i{width:4px;height:4px;border-radius:50%;background:var(--home-cyan);box-shadow:0 0 12px #55dfff9e}.home-section{width:min(100%,var(--home-container));margin:0 auto;padding:128px var(--home-page-gutter);scroll-margin-top:var(--home-header-height)}.home-section-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:40px;margin-bottom:72px}.home-section-heading h2,.home-focus-links h2{max-width:740px;margin:20px 0 0;color:#e8e7f2;font-size:40px;font-weight:700;line-height:1.2;letter-spacing:0}.home-section-action{display:inline-flex;align-items:center;gap:9px;padding-bottom:6px;color:var(--home-text-muted);font-size:12px}.home-skill-list{border-bottom:1px solid rgba(67,70,86,.48);overflow-anchor:none}.home-skill-row{--skill-accent: var(--home-cyan);position:relative;display:grid;grid-template-columns:170px minmax(0,1fr) 124px;gap:44px;padding:42px 0;border-top:1px solid rgba(67,70,86,.48);transition:background-color .26s ease,border-color .26s ease}.home-skill-row:before{position:absolute;top:-1px;left:0;width:0;height:1px;background:var(--skill-accent);content:"";transition:width .5s var(--home-ease)}.home-skill-row:hover:before,.home-skill-row.is-expanded:before{width:100%}.home-skill-row.accent-coral{--skill-accent: var(--home-coral)}.home-skill-row.accent-yellow{--skill-accent: var(--home-yellow)}.home-skill-meta{display:flex;flex-direction:column;align-items:flex-start;gap:5px;font-family:var(--home-mono)}.home-skill-meta strong{color:var(--skill-accent);font-size:11px}.home-skill-meta span,.home-skill-meta small{color:#85889c;font-size:10px;line-height:1.5}.home-skill-content h3{margin:0;color:#e8e7f2;font-size:25px;font-weight:700;line-height:1.3}.home-skill-content>p{max-width:760px;margin:14px 0 0;color:#a9aabc;font-size:14px;line-height:1.75}.home-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.home-tags span{padding:5px 8px;border:1px solid rgba(67,70,86,.62);border-radius:3px;color:#aeb0c1;background:#2829337a;font-family:var(--home-mono);font-size:9px}.home-skill-details{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .52s var(--home-ease),margin-top .42s var(--home-ease),opacity .26s ease}.home-skill-details-inner{display:grid;min-height:0;gap:10px;overflow:hidden}.home-skill-details-inner p{position:relative;margin:0;padding-left:16px;color:#989aad;font-size:13px;line-height:1.65}.home-skill-details-inner p:before{position:absolute;top:.75em;left:0;width:5px;height:1px;background:var(--skill-accent);content:""}.home-skill-row.is-expanded .home-skill-details{grid-template-rows:1fr;margin-top:24px;opacity:1}.home-skill-toggle{display:inline-flex;height:36px;align-items:center;justify-content:flex-end;gap:8px;align-self:start;padding:0;color:#a6a8bb;background:transparent;cursor:pointer;font-size:11px;transition:color .16s ease}.home-skill-toggle:hover,.home-skill-row.is-expanded .home-skill-toggle{color:var(--skill-accent)}.home-skill-toggle img{width:14px;height:14px;opacity:.76}.home-stack{background:var(--home-surface);box-shadow:0 0 0 100vmax var(--home-surface);clip-path:inset(0 -100vmax)}.home-stack-list{border-top:1px solid rgba(67,70,86,.5)}.home-stack-list article{display:grid;min-height:104px;grid-template-columns:180px minmax(280px,.9fr) minmax(0,1.1fr);align-items:center;gap:32px;border-bottom:1px solid rgba(67,70,86,.42);transition:padding .32s var(--home-ease),background-color .2s ease}.home-stack-list article:hover{padding:0 18px;background:#28293370}.home-stack-list article>div{display:flex;gap:12px;color:#7f8296;font-family:var(--home-mono);font-size:9px}.home-stack-list article>div span:last-child{color:var(--home-cyan)}.home-stack-list h3{margin:0;color:#d9d9e6;font-size:16px;font-weight:600;line-height:1.45}.home-stack-list small{display:flex;align-items:center;justify-content:flex-start;gap:7px;color:#7f8296;font-size:11px;line-height:1.6}.home-principle-list{position:relative;max-width:1040px;padding-left:72px}.home-principle-line{position:absolute;top:7px;bottom:8px;left:10px;width:1px;background:var(--home-outline)}.home-principle-line i{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,var(--home-cyan),var(--home-primary));box-shadow:0 0 12px #55dfff61;transform:scaleY(0);transform-origin:top}.home-principle-list article{position:relative;display:grid;grid-template-columns:76px minmax(0,1fr);gap:20px;padding:0 0 64px}.home-principle-list article:last-child{padding-bottom:0}.home-principle-list article:before{position:absolute;top:4px;left:-69px;width:11px;height:11px;border:2px solid var(--home-outline);border-radius:50%;background:var(--home-bg);content:"";transition:border-color .22s ease,box-shadow .22s ease}.home-principle-list article:hover:before{border-color:var(--home-cyan);box-shadow:0 0 0 5px #55dfff14,0 0 18px #55dfff42}.home-principle-list article>span{color:#76798d;font-family:var(--home-mono);font-size:10px}.home-principle-list h3{margin:0;color:#e0dfeb;font-size:20px;font-weight:700}.home-principle-list p{max-width:760px;margin:12px 0 0;color:#9799ab;font-size:14px;line-height:1.75}.home-focus-links{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:96px;width:min(100%,var(--home-container));margin:0 auto;padding:112px var(--home-page-gutter);background:var(--home-surface);box-shadow:0 0 0 100vmax var(--home-surface);clip-path:inset(0 -100vmax)}.home-focus-links h2{margin-top:16px;font-size:30px}.home-focus-column dl{margin:36px 0 0}.home-focus-column dl>div{display:grid;min-height:58px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;border-bottom:1px solid rgba(67,70,86,.4)}.home-focus-column dt,.home-focus-column small{color:#777a8e;font-family:var(--home-mono);font-size:9px}.home-focus-column dd{margin:0;color:#c5c5d4;font-size:13px}.home-focus-column small{color:var(--home-cyan)}.home-profile-links{display:grid;gap:10px;margin-top:36px}.home-profile-link{display:grid;min-height:62px;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:14px;padding:0 16px;border:1px solid rgba(67,70,86,.58);border-radius:4px;background:#0c0e178a}.home-profile-link>img:first-child{width:16px;height:16px;opacity:.7}.home-profile-link>img:last-child{width:13px;height:13px;opacity:.34}.home-profile-link>span{display:flex;min-width:0;flex-direction:column;gap:3px}.home-profile-link strong{color:#d7d7e4;font-size:12px;font-weight:600}.home-profile-link small{color:#74778a;font-family:var(--home-mono);font-size:9px}.home-archive{position:relative;display:flex;min-height:620px;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:110px 24px;border-top:1px solid rgba(67,70,86,.36);border-bottom:1px solid rgba(67,70,86,.36);text-align:center;isolation:isolate}.home-archive:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(67,70,86,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(67,70,86,.1) 1px,transparent 1px);background-size:72px 72px;content:"";-webkit-mask-image:radial-gradient(circle at center,black,transparent 72%);mask-image:radial-gradient(circle at center,black,transparent 72%)}.home-archive-glow{position:absolute;z-index:-2;top:50%;left:50%;width:760px;height:540px;background:radial-gradient(circle,rgba(85,223,255,.1),rgba(102,116,255,.06) 35%,transparent 70%);transform:translate(-50%,-50%)}.home-archive h2{max-width:760px;margin:26px 0 18px;color:#ecebf6;font-size:46px;font-weight:700;line-height:1.2;letter-spacing:0}.home-archive>p{max-width:620px;margin:0;color:#a2a4b6;font-size:14px;line-height:1.8}.home-archive-state{display:inline-flex;align-items:center;gap:9px;margin-top:24px;color:#888b9e;font-family:var(--home-mono);font-size:9px}.home-archive-state i{width:6px;height:6px;border-radius:50%;background:#777a8d}.home-archive-state i.active{background:var(--home-cyan);box-shadow:0 0 0 4px #55dfff14,0 0 14px #55dfff80}.archive-button{min-width:250px;margin-top:34px}.archive-button img:first-child{width:14px;height:14px}.home-footer{display:grid;min-height:104px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:28px;padding:0 var(--home-page-gutter);color:#6f7285;font-family:var(--home-mono);font-size:9px}.home-footer>a{color:#cfd0de;font-family:var(--home-font);font-size:16px;font-weight:800}.home-footer>span:nth-of-type(2){justify-self:center}.home-footer small{font-size:inherit}[data-reveal]{opacity:0;transform:translate3d(0,32px,0);transition:opacity .7s ease,transform .76s var(--home-ease)}[data-reveal][data-revealed=true]{opacity:1;transform:translateZ(0)}.home-ready .home-hero-eyebrow,.home-ready .home-hero h1,.home-ready .home-hero-copy>p,.home-ready .home-hero-actions{animation:home-hero-reveal .85s var(--home-ease) both}.home-ready .home-hero h1{animation-delay:80ms}.home-ready .home-hero-copy>p{animation-delay:.16s}.home-ready .home-hero-actions{animation-delay:.24s}@keyframes home-hero-reveal{0%{opacity:0;transform:translate3d(0,24px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes home-hint-pulse{0%{transform:translate(-100%)}55%,to{transform:translate(100%)}}@media(max-width:1180px){:root{--home-page-gutter: 40px}.home-hero h1{font-size:60px}.home-hero-copy{width:min(650px,64%)}.home-portrait-stage{width:66%;min-width:640px}.home-skill-row{grid-template-columns:140px minmax(0,1fr) 108px;gap:30px}}@media(max-width:900px){:root{--home-page-gutter: 24px}.home-header{grid-template-columns:1fr auto}.home-nav{display:none}.home-hero:after{background:linear-gradient(90deg,#08090de0,#08090d5c),linear-gradient(0deg,#08090d 2%,#08090d57 54%,#08090d1a)}.home-hero-grid{align-items:end;padding-bottom:86px}.home-hero-copy{width:100%}.home-hero h1{max-width:660px;font-size:52px}.home-portrait-stage{top:var(--home-header-height);width:100%;min-width:0;height:72%;opacity:.84}.home-portrait-base,.home-portrait-slice{object-position:54% 35%;background-position:54% 35%}.home-next-hint{display:none}.home-section,.home-focus-links{padding-top:96px;padding-bottom:96px}.home-skill-row{grid-template-columns:110px minmax(0,1fr)}.home-skill-toggle{grid-column:2;justify-self:start}.home-stack-list article{grid-template-columns:160px minmax(0,1fr)}.home-stack-list small{grid-column:2;justify-content:flex-start}.home-focus-links{grid-template-columns:1fr;gap:80px}.home-footer{grid-template-columns:auto 1fr auto}.home-footer>span:nth-of-type(2){display:none}}@media(max-width:640px){:root{--home-page-gutter: 20px}.home-header-entry{min-width:0;height:36px;padding:0 12px}.home-header-entry span{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-hero-grid{padding-top:112px;padding-bottom:56px}.home-hero h1{margin-top:22px;font-size:40px;line-height:1.12}.home-hero-eyebrow{max-width:100%;font-size:9px}.home-hero h1>span{white-space:normal}.home-hero h1>span:nth-child(2){display:flex;flex-wrap:wrap}.home-hero-copy>p{font-size:13px;line-height:1.72}.home-hero-actions{align-items:stretch;flex-direction:column}.home-button{width:100%}.home-portrait-stage{height:66%}.home-portrait-stage:after,.home-portrait-coordinate{display:none}.home-kinetic-track{height:58px}.home-section,.home-focus-links{padding-top:78px;padding-bottom:78px}.home-section-heading{display:block;margin-bottom:48px}.home-section-heading h2,.home-focus-links h2{font-size:30px}.home-section-action{margin-top:20px}.home-skill-row{grid-template-columns:1fr;gap:20px;padding:34px 0}.home-skill-meta{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:12px}.home-skill-content h3{font-size:22px}.home-skill-toggle{grid-column:1}.home-stack-list article{display:flex;min-height:118px;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px}.home-stack-list article:hover{padding:0}.home-stack-list small{grid-column:auto}.home-principle-list{padding-left:44px}.home-principle-line{left:6px}.home-principle-list article{grid-template-columns:1fr;gap:10px;padding-bottom:52px}.home-principle-list article:before{left:-43px}.home-focus-column dl>div{grid-template-columns:52px minmax(0,1fr);padding:12px 0}.home-focus-column small{grid-column:2}.home-archive{min-height:540px}.home-archive h2{font-size:34px}.archive-button{width:auto;min-width:min(100%,250px)}.home-footer{min-height:132px;grid-template-columns:1fr auto;gap:16px}.home-footer>span:first-of-type{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}.home-portrait-base,.home-portrait-slice{transform:none}}
