:root{--bg: #0c1117;--bg-alt: #111820;--surface: rgba(255, 255, 255, .04);--surface-hover: rgba(255, 255, 255, .07);--border: rgba(255, 255, 255, .08);--text: #e8edf4;--text-muted: #8b9cb3;--accent: #2dd4bf;--accent-dim: #14b8a6;--accent-warm: #fbbf24;--serif: "Instrument Serif", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif;--mono: "JetBrains Mono", monospace;--radius: 16px;--radius-lg: 24px;--shadow: 0 24px 80px rgba(0, 0, 0, .45);--container: min(1120px, 92vw);--header-h: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{font-family:var(--sans);font-size:1rem;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:.35}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:200;padding:.65rem 1rem;background:var(--accent);color:#042f2e;border-radius:999px;font-weight:600;font-size:.88rem;transform:translateY(-160%);transition:transform .2s}.skip-link:focus-visible{transform:translateY(0)}.container{width:var(--container);margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:transform .2s,box-shadow .2s,background .2s}.btn--primary{background:linear-gradient(135deg,var(--accent-dim),var(--accent));color:#042f2e;box-shadow:0 8px 32px #2dd4bf40}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #2dd4bf59}.btn--ghost{border:1px solid var(--border);background:var(--surface)}.btn--ghost:hover{background:var(--surface-hover);border-color:#2dd4bf59}.btn--large{padding:1rem 2rem;font-size:1.05rem}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms)}.reveal--delay{transition-delay:.12s}.reveal--visible{opacity:1;transform:translateY(0)}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);transition:background .3s,border-color .3s,backdrop-filter .3s}.header--scrolled{background:#0c1117d1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.header__logo{display:flex;align-items:center;gap:.65rem;font-weight:600}.header__logo-mark{width:36px;height:36px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent-dim),var(--accent));color:#042f2e;border-radius:10px;font-size:.8rem;font-weight:700;font-family:var(--mono)}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav ul{display:flex;gap:1.75rem}.header__nav button{color:var(--text-muted);font-size:.9rem;padding:.35rem 0;transition:color .2s;position:relative}.header__nav button:hover,.header__nav-link--active{color:var(--text)}.header__nav-link--active:after{content:"";position:absolute;left:0;right:0;bottom:-.35rem;height:2px;background:var(--accent);border-radius:999px}.header__cta{padding:.55rem 1.15rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;font-size:.88rem;font-weight:600;transition:background .2s,border-color .2s}.header__cta:hover{background:var(--surface-hover);border-color:#2dd4bf66}.header__toggle{display:none;font-size:1.5rem;padding:.25rem}.hero{position:relative;min-height:100vh;padding:calc(var(--header-h) + 3rem) 0 4rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero__glow{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.hero__glow--1{width:480px;height:480px;top:-120px;right:-80px;background:#2dd4bf1f}.hero__glow--2{width:360px;height:360px;bottom:10%;left:-100px;background:#fbbf2414}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.hero__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--accent);font-family:var(--mono);letter-spacing:.02em;margin-bottom:1.25rem}.hero__status{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px var(--accent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero__title{font-family:var(--serif);font-weight:400;font-size:clamp(3rem,7vw,4.75rem);line-height:1.05;letter-spacing:-.02em;margin-bottom:.5rem}.hero__title-line{display:block}.hero__title-line--accent{font-style:italic;background:linear-gradient(120deg,var(--text) 30%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__role{font-size:1.15rem;color:var(--text-muted);margin-bottom:.75rem}.hero__tagline{font-size:1.05rem;max-width:32rem;color:var(--text-muted);margin-bottom:2rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.hero__quick{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:2rem}.hero__quick-link{padding:.45rem .85rem;border:1px solid var(--border);border-radius:999px;font-size:.82rem;font-family:var(--mono);color:var(--text-muted);background:var(--surface);transition:border-color .2s,color .2s,background .2s}.hero__quick-link:hover{color:var(--accent);border-color:#2dd4bf59;background:var(--surface-hover)}.hero__meta{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:var(--text-muted)}.hero__meta li{display:flex;align-items:center;gap:.5rem}.hero__meta a:hover{color:var(--accent)}.hero__visual{position:relative;display:flex;justify-content:center}.hero__frame{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow);background:var(--bg-alt);max-width:380px}.hero__frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 60%,rgba(12,17,23,.6) 100%);z-index:1;pointer-events:none}.hero__frame img{width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:top center}.hero__frame-badge{position:absolute;bottom:1.25rem;left:1.25rem;z-index:2;padding:.75rem 1rem;background:#0c1117d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:12px;transition:border-color .2s,transform .2s}.hero__frame-badge:hover{border-color:#2dd4bf66;transform:translateY(-2px)}.hero__frame-badge-num{display:block;font-family:var(--serif);font-size:1.75rem;color:var(--accent);line-height:1}.hero__frame-badge-label{font-size:.75rem;color:var(--text-muted)}.hero__socials{position:absolute;top:1rem;right:-.5rem;display:flex;flex-direction:column;gap:.55rem}.hero__social{display:flex;align-items:center;gap:.4rem;padding:.5rem .9rem;background:var(--bg-alt);border:1px solid var(--border);border-radius:999px;font-size:.85rem;font-family:var(--mono);transition:border-color .2s,transform .2s}.hero__social:hover{border-color:var(--accent);transform:translate(4px)}.hero__social--youtube:hover{border-color:#f44}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-family:var(--mono);transition:color .2s}.hero__scroll:hover{color:var(--accent)}.hero__scroll-line{width:1px;height:40px;background:linear-gradient(var(--accent),transparent);animation:scrollLine 2s ease-in-out infinite}@keyframes scrollLine{0%,to{transform:scaleY(.3);opacity:.4}50%{transform:scaleY(1);opacity:1}}.section{padding:6rem 0}.section--alt{background:var(--bg-alt);border-block:1px solid var(--border)}.section-heading{margin-bottom:3rem;max-width:36rem}.section-heading__label{display:inline-block;font-family:var(--mono);font-size:.8rem;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.section-heading__title{font-family:var(--serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;line-height:1.15;margin-bottom:.75rem}.section-heading__desc{color:var(--text-muted);font-size:1.05rem}.about__grid{display:grid;grid-template-columns:1.4fr 1fr;gap:2rem}.about__card,.about__aside{padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.about__text+.about__text{margin-top:1rem;color:var(--text-muted)}.about__aside-title{font-family:var(--serif);font-size:1.35rem;font-weight:400;margin-bottom:1rem}.about__list li{position:relative;padding-left:1.25rem;color:var(--text-muted);margin-bottom:.65rem}.about__list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--accent)}.about__stat{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--border)}.about__stat-value{display:block;font-family:var(--serif);font-size:2.5rem;color:var(--accent-warm);line-height:1}.about__stat-label{font-size:.9rem;color:var(--text-muted)}.skills__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.skills__card{padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .25s,transform .25s}.skills__card:hover{border-color:#2dd4bf4d;transform:translateY(-4px)}.skills__card h3{font-size:.95rem;font-family:var(--mono);color:var(--accent);margin-bottom:1rem}.skills__card li{display:flex;align-items:center;gap:.5rem;font-size:.92rem;color:var(--text-muted);margin-bottom:.45rem}.skills__dot{width:4px;height:4px;border-radius:50%;background:var(--accent-warm);flex-shrink:0}.projects__toolbar{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:2rem}.projects__filter{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-muted);font-size:.88rem;font-weight:500;transition:border-color .2s,color .2s,background .2s}.projects__filter:hover{color:var(--text);border-color:#2dd4bf4d}.projects__filter--active{color:var(--text);border-color:#2dd4bf73;background:#2dd4bf14}.projects__filter-count{min-width:1.35rem;height:1.35rem;display:grid;place-items:center;padding-inline:.35rem;border-radius:999px;background:#ffffff0f;font-family:var(--mono);font-size:.72rem}.projects__empty{padding:2rem;text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius-lg)}.projects__featured{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.projects__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.project-card{display:block;padding:1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:transform .3s,border-color .3s,box-shadow .3s}.project-card:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--accent) 40%,transparent);box-shadow:0 20px 60px #0000004d}.project-card--featured{padding:2rem}.project-card__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.project-card__badge{font-size:.72rem;font-family:var(--mono);text-transform:uppercase;letter-spacing:.06em;padding:.3rem .6rem;border-radius:999px;border:1px solid var(--border);color:var(--text-muted)}.project-card__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;font-size:1.2rem}.project-card__arrow{font-size:1.25rem;color:var(--text-muted);transition:transform .25s,color .25s}.project-card__cta{display:inline-flex;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.88rem;font-weight:600;color:var(--accent);font-family:var(--mono);transition:gap .2s}.project-card:hover .project-card__cta{gap:.55rem}.project-card:hover .project-card__arrow{transform:translate(4px,-4px);color:var(--accent)}.project-card h3{font-family:var(--serif);font-size:1.5rem;font-weight:400;margin-bottom:.25rem}.project-card__subtitle{font-size:.85rem;color:var(--accent);font-family:var(--mono);margin-bottom:.75rem}.project-card__desc{color:var(--text-muted);font-size:.95rem;margin-bottom:1.25rem;line-height:1.6}.project-card__tech{display:flex;flex-wrap:wrap;gap:.5rem}.project-card__tech li{font-size:.75rem;padding:.3rem .65rem;background:#ffffff0d;border:1px solid var(--border);border-radius:999px;color:var(--text-muted);font-family:var(--mono)}.youtube__channel{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center;padding:1.75rem 2rem;margin-bottom:2rem;background:linear-gradient(135deg,#ff000014,#2dd4bf0a);border:1px solid var(--border);border-radius:var(--radius-lg)}.youtube__channel-mark{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:#ff00001f;color:#f44;font-size:1.75rem}.youtube__channel-handle{font-family:var(--mono);font-size:.8rem;color:#f66;letter-spacing:.06em;margin-bottom:.25rem}.youtube__channel-content h3{font-family:var(--serif);font-size:1.65rem;font-weight:400;margin-bottom:.45rem}.youtube__channel-desc{color:var(--text-muted);font-size:.95rem;max-width:38rem;line-height:1.6}.youtube__channel-cta{white-space:nowrap;display:inline-flex;align-items:center;gap:.35rem}.youtube__spotlight{margin-bottom:1.5rem}.youtube__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.youtube-embed{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .25s,box-shadow .25s}.youtube-embed:hover{border-color:#ff444459;box-shadow:0 16px 48px #00000047}.youtube-embed__player{position:relative;aspect-ratio:16 / 9;background:#000}.youtube-embed__player iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.youtube-embed__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#000;cursor:pointer}.youtube-embed__poster img{width:100%;height:100%;object-fit:cover;opacity:.88;transition:opacity .2s,transform .35s}.youtube-embed__poster:hover img{opacity:1;transform:scale(1.02)}.youtube-embed__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4rem;height:4rem;display:grid;place-items:center;border-radius:50%;background:#ff0000eb;color:#fff;font-size:1.35rem;box-shadow:0 12px 40px #00000073;transition:transform .2s}.youtube-embed__poster:hover .youtube-embed__play{transform:translate(-50%,-50%) scale(1.06)}.youtube-embed__poster-label{position:absolute;left:50%;bottom:1rem;transform:translate(-50%);padding:.35rem .75rem;border-radius:999px;background:#0c1117d1;border:1px solid var(--border);font-size:.75rem;font-family:var(--mono);color:var(--text-muted)}.youtube-embed__meta{padding:1.1rem 1.25rem 1.25rem}.youtube-embed__meta h3{font-family:var(--serif);font-size:1.05rem;font-weight:400;line-height:1.35;margin-bottom:.65rem}.youtube-embed--featured .youtube-embed__meta h3{font-size:1.25rem}.youtube-embed__link{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-family:var(--mono);color:var(--text-muted);transition:color .2s}.youtube-embed__link:hover{color:#f66}.youtube__browse{text-align:center}.youtube__browse a{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--mono);font-size:.88rem;color:var(--text-muted);transition:color .2s}.youtube__browse a:hover{color:var(--accent)}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:linear-gradient(var(--accent),transparent);opacity:.4}.timeline__item{position:relative;padding-bottom:2rem}.timeline__item:last-child{padding-bottom:0}.timeline__marker{position:absolute;left:-2rem;top:.35rem;width:14px;height:14px;border-radius:50%;background:var(--bg-alt);border:2px solid var(--accent);box-shadow:0 0 12px #2dd4bf66}.timeline__body{padding:1.5rem 1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.timeline__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.timeline__head h3{font-size:1.1rem}.timeline__company{color:var(--text-muted);font-size:.95rem}.timeline__period{font-family:var(--mono);font-size:.8rem;color:var(--accent);white-space:nowrap}.timeline__body ul li{position:relative;padding-left:1rem;color:var(--text-muted);font-size:.95rem;margin-bottom:.4rem}.timeline__body ul li:before{content:"—";position:absolute;left:0;color:var(--accent-dim)}.edu__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.edu__column-title{font-family:var(--mono);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1.25rem}.edu__card,.cert__card{padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem}.edu__card time,.cert__card h4{font-family:var(--mono);font-size:.78rem;color:var(--text-muted)}.edu__card h4{font-family:var(--sans);font-size:1.05rem;color:var(--text);margin:.35rem 0 .25rem}.edu__school{color:var(--text-muted);font-size:.92rem}.edu__highlight{margin-top:.5rem;font-size:.88rem;color:var(--accent-warm)}.cert__card h4{display:block;font-size:.95rem;color:var(--text);margin-bottom:.65rem}.cert__card li{font-size:.9rem;color:var(--text-muted);padding-left:.85rem;position:relative;margin-bottom:.35rem}.cert__card li:before{content:"·";position:absolute;left:0;color:var(--accent)}.section--contact{padding-bottom:4rem}.contact__panel{padding:3rem;background:linear-gradient(145deg,#2dd4bf14,#fbbf240a);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center}.contact__panel .section-heading{margin-inline:auto;text-align:center}.contact__links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin:2rem 0 2.5rem}.contact__copy{display:inline-flex;align-items:center;gap:.45rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-muted);font-size:.88rem;font-weight:600;transition:border-color .2s,color .2s,transform .2s}.contact__copy:hover{color:var(--accent);border-color:#2dd4bf66;transform:translateY(-2px)}.contact__link{display:flex;align-items:center;gap:.85rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:220px;text-align:left;transition:border-color .2s,transform .2s}.contact__link:hover{border-color:#2dd4bf66;transform:translateY(-2px)}.contact__link svg{font-size:1.35rem;color:var(--accent);flex-shrink:0}.contact__link small{display:block;font-size:.72rem;color:var(--text-muted);font-family:var(--mono);text-transform:uppercase;letter-spacing:.06em}.footer{padding:2rem 0;border-top:1px solid var(--border)}.footer__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;font-size:.88rem;color:var(--text-muted)}.footer__brand p+p{margin-top:.2rem}.footer__note{font-size:.78rem}.footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem 1rem}.footer__nav button{color:var(--text-muted);font-size:.85rem;transition:color .2s}.footer__nav button:hover{color:var(--accent)}.footer__top{justify-self:end;font-family:var(--mono);font-size:.82rem}.back-to-top{position:fixed;right:1.25rem;bottom:1.25rem;z-index:90;width:3rem;height:3rem;display:grid;place-items:center;border-radius:50%;border:1px solid var(--border);background:#0c1117eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text);box-shadow:0 12px 40px #00000059;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .25s,transform .25s,visibility .25s,border-color .2s}.back-to-top--visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{border-color:#2dd4bf73}.footer a:hover{color:var(--accent)}@media(max-width:960px){.hero__grid{grid-template-columns:1fr;text-align:center}.hero__tagline,.hero__meta{margin-inline:auto}.hero__actions{justify-content:center}.hero__meta{align-items:center}.hero__visual{order:-1}.hero__quick{justify-content:center}.hero__socials{right:1rem}.about__grid,.edu__grid{grid-template-columns:1fr}.skills__grid{grid-template-columns:repeat(2,1fr)}.projects__featured,.projects__grid,.youtube__grid{grid-template-columns:1fr}.youtube__channel{grid-template-columns:1fr;text-align:center}.youtube__channel-mark{margin-inline:auto}.youtube__channel-cta{justify-self:center}}@media(max-width:720px){.header__toggle{display:block;z-index:110}.header__nav{position:fixed;right:0;bottom:0;left:0;top:0;flex-direction:column;justify-content:center;gap:2rem;background:#0c1117f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translate(100%);transition:transform .35s cubic-bezier(.22,1,.36,1);padding:2rem}.header__nav--open{transform:translate(0)}.header__nav ul{flex-direction:column;align-items:center;gap:1.5rem}.header__nav button{font-size:1.25rem;min-height:44px;padding-inline:.75rem}.header__nav-link--active:after{display:none}.header__nav-link--active{color:var(--accent)}.footer__inner{grid-template-columns:1fr;text-align:center}.footer__top{justify-self:center}.back-to-top{right:1rem;bottom:1rem}.skills__grid{grid-template-columns:1fr}.hero__scroll{display:none}.contact__panel{padding:2rem 1.25rem}.contact__links{flex-direction:column;align-items:stretch}.contact__link,.contact__copy{min-width:unset;width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}.back-to-top,.hero__scroll-line{animation:none}}
