@font-face { font-family: Euclid; src: url("./Euclid Circular A/EuclidCircularA-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Euclid; src: url("./Euclid Circular A/EuclidCircularA-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: Euclid; src: url("./Euclid Circular A/EuclidCircularA-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }

:root { color-scheme: dark; background: #0d0d0d; font-family: Euclid, sans-serif; font-synthesis: none; }
* { box-sizing: border-box; }
html { scroll-behavior: auto; scrollbar-width: none; }
html::-webkit-scrollbar { width: 0; height: 0; }
body { margin: 0; background: #0d0d0d; color: #fff; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
main { width: 100%; overflow: clip; padding: 83px 24px 106px; }
.intro { position: relative; min-height: 692px; }
.intro__glow { position: absolute; z-index: 0; width: 1305px; height: 1305px; left: 50%; top: -1291px; transform: translateX(-50%); border-radius: 50%; filter: blur(250px); opacity: 0; animation: intro-glow-in 2.2s cubic-bezier(.22, 1, .36, 1) .05s forwards; }
.intro__glow::after { position: absolute; inset: 0; content: ""; border-radius: inherit; background: #0254c6; transform-origin: center; animation: intro-glow-breathe 3.6s ease-in-out infinite alternate both; }
.intro__title { position: relative; z-index: 1; width: max-content; max-width: 100%; margin: 0 auto; text-align: center; font-size: 67.13px; font-weight: 300; line-height: .93; letter-spacing: -4.7px; }
.js .intro__title { opacity: 0; transform: translateY(26px); animation: hero-title-in 1.25s cubic-bezier(.22, 1, .36, 1) .22s forwards; }
.intro__title span { display: block; color: #006aff; margin-top: 8.6px; }
.profile { position: relative; z-index: 1; width: 728px; margin: 115.4px auto 0; }
.profile__topline { min-height: 35px; display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 12px; }
.availability { display: flex; align-items: center; gap: 10px; margin: 0; padding: 6px 12px; color: #35d300; font-size: 16px; line-height: 1.2; border-radius: 12px; background: rgba(53,211,0,.08); }
.availability i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #35d300; animation: availability-dot 3s ease-in-out infinite; }
.availability span { animation: availability-text 3s ease-in-out infinite; }
.contacts { display: flex; flex: 0 0 auto; gap: 8px; }
.contact { position: relative; isolation: isolate; display: flex; align-items: center; gap: 6px; height: 35px; padding: 4px 11px 4px 3px; border-radius: 900px; color: white; font-size: 16px; line-height: 1; text-decoration: none; transition: filter .2s ease; }
.contact b { display: grid; place-items: center; width: 27px; height: 27px; overflow: hidden; border-radius: 50%; }
.contact b img { display: block; width: 16px; height: 16px; object-fit: contain; }
.contact--email { background: #421a16; }.contact--email b { background: #d23f31; }.contact--email b img { height: 14.605px; }
.contact--telegram { background: #138ac5; }.contact--telegram b { background: white; }.contact--telegram b img { width: 16px; height: 16px; }
.contact--telegram::before { position: absolute; z-index: -2; inset: -15px -22px; border-radius: 999px; background: radial-gradient(ellipse at center, rgba(38,181,255,.68) 0%, rgba(30,140,255,.28) 42%, transparent 72%); content: ""; opacity: 0; filter: blur(9px); transform: scale(.65); transition: opacity .22s ease, transform .35s cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.contact__fx { position: absolute; z-index: -1; inset: -24px -31px; border-radius: 999px; opacity: 0; transform: scale(.65) rotate(-7deg); pointer-events: none; }
.contact__fx>i { position: absolute; inset: 0; }
.contact__fx::before,.contact__fx::after,.contact__fx>i::before,.contact__fx>i::after { position: absolute; width: 9px; height: 18px; background: linear-gradient(180deg,#fff 0%,#47ccff 65%,#168fd0 100%); clip-path: polygon(52% 0,100% 0,66% 40%,100% 40%,23% 100%,42% 54%,0 54%); content: ""; opacity: 0; filter: drop-shadow(0 0 5px rgba(66,205,255,.9)); }
.contact__fx::before { top: 0; right: 17px; transform: rotate(18deg); }
.contact__fx::after { bottom: -1px; left: 20px; transform: rotate(198deg) scale(.8); }
.contact__fx>i::before { top: 5px; left: 4px; transform: rotate(-34deg) scale(.75); }
.contact__fx>i::after { right: 1px; bottom: 5px; transform: rotate(146deg) scale(.9); }
.profile__card { display: flex; align-items: center; gap: 8px; width: 100%; height: 177px; margin: 18px 0 0; }
.profile__portrait { position: relative; flex: 0 0 122px; align-self: stretch; overflow: visible; border-radius: 24px; background: linear-gradient(-75deg, #1e1e1e 65.2%, transparent 79.4%); }
.profile__portrait-crop { position: absolute; top: -20px; left: 0; width: 100%; height: 197px; overflow: hidden; border-radius: 0 12px 24px 24px; }
.profile__portrait img { position: absolute; top: -31.02%; left: -17.95%; width: 166.65%; height: 134.89%; max-width: none; }
.profile__details { position: relative; flex: 1 1 auto; align-self: stretch; overflow: hidden; border-radius: 24px; background: #1e1e1e; }
.profile__details-glow { position: absolute; top: 2px; left: 440px; width: 183px; height: 59px; background: #3d85ea; filter: blur(125px); }
.profile__name { position: absolute; top: 32px; right: 32px; left: 32px; display: flex; flex-direction: column; gap: 12px; }
.profile__name strong { font-size: 24px; font-weight: 400; line-height: .85; }.profile__name span { font-size: 18px; font-weight: 400; line-height: 1.2; }
.profile__badges { position: absolute; top: 107px; left: 32px; display: flex; gap: 6px; }.profile__badges span { padding: 7px 10px; border: 1px solid #3d85ea; border-radius: 8px; color: #3d85ea; font-size: 14px; font-weight: 400; line-height: 1.2; white-space: nowrap; }
.profile__about { position: relative; isolation: isolate; overflow: hidden; width: 100%; min-height: 121px; margin: 12px 0 0; padding: 32px; border-radius: 24px; background: radial-gradient(ellipse 52% 95% at 96% 0%, rgba(61,133,234,.22), rgba(61,133,234,.06) 42%, transparent 75%), #1e1e1e; color: #fff; font-size: 16px; font-weight: 400; line-height: 1.2; }
.cases { width: 728px; max-width: 100%; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 80px; }
.case { display: flex; flex-direction: column; align-items: center; gap: 28px; width: 100%; margin-inline: auto; color: #fff; font-size: 16px; line-height: 1.2; text-decoration: none; }
.case__visual { position: relative; isolation: isolate; width: 100%; height: auto; aspect-ratio: 728 / 420; overflow: hidden; border: 0; border-radius: 20px; background: #1e1e1e; }
.case__image { position: absolute; z-index: 1; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: filter .3s ease; will-change: filter; }
.case__visual > img { position: absolute; display: block; max-width: none; }
.case__b2b-left, .case__shop-right, .case__interior-main { position: absolute; overflow: hidden; }
.case__b2b-left img { position: absolute; width: 138.96%; height: 134.94%; left: -.42%; top: -.03%; max-width: none; }
.case__shop-right img { position: absolute; width: 100%; height: 114.1%; left: 0; top: -9.4%; max-width: none; }
.case__interior-main img { position: absolute; width: 100%; height: 127.87%; left: 0; top: -.11%; max-width: none; }
.case__glow { position: absolute; display: block; filter: blur(125px); opacity: .4; }
.case__tags { position: absolute; z-index: 3; top: auto; bottom: 4.27%; left: 1.9%; display: flex; gap: 7px; align-items: center; }.case__tags span { display: block; padding: 7px 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(5,5,5,.34); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 4px 14px rgba(0,0,0,.12); color: #fff; font-size: 14px; font-weight: 400; line-height: 1.2; white-space: nowrap; -webkit-backdrop-filter: blur(9px) saturate(125%); backdrop-filter: blur(9px) saturate(125%); transition: background-color .22s ease, border-color .22s ease; }
.case__visual--b2b .case__glow { top: 97px; left: calc(50% - 342px); width: 619px; height: 339px; background: #514fde; }.case__b2b-left { top: 63px; left: 69px; width: 629px; height: 439px; transform: rotate(3.24deg); transform-origin: center; border: 1px solid #a4a4a4; border-radius: 20px 20px 0 0; object-fit: cover; object-position: 0 0; }.case__b2b-right { top: 75px; left: 554px; width: 688px; height: 457px; transform: rotate(4.63deg); transform-origin: center; border-radius: 20px; object-fit: cover; box-shadow: 0 4px 25px rgba(0,0,0,.15); }
.case__visual--anex .case__glow { top: 119px; left: calc(50% - 266px); width: 489px; height: 228px; background: #35a1e2; }.case__anex-main { top: 68px; left: calc(50% - 370px); width: 741px; height: 604px; border-radius: 20px; object-fit: cover; }
.case__visual--shop .case__glow { top: 113px; left: calc(50% + 204px); width: 249px; height: 240px; border-radius: 50%; background: #e64d1b; filter: blur(90px); opacity: .1; }.case__shop-left { top: 113px; left: 195px; width: 307px; height: 686px; border: 1px solid #626262; border-radius: 31px; object-fit: cover; }.case__shop-right { top: 22px; left: 521px; width: 307px; height: 775px; border-radius: 31px; object-fit: cover; object-position: center 9%; }
.case__visual--interior .case__glow { top: 84px; left: calc(50% - 394px); width: 765px; height: 356px; background: #524ee8; }.case__interior-main { top: 53px; left: calc(50% - 370px); width: 741px; height: 431px; border-radius: 20px 20px 0 0; object-fit: cover; object-position: center top; }
.case > span { display: block; align-self: flex-start; width: min(728px, 100%); font-weight: 400; }
.case__b2b-left { width: 607px; height: 405px; top: 63px; left: 68px; transform-origin: top left; }
.case__b2b-right { top: 63px; left: 536px; transform-origin: top left; }
.project-link-card { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; gap: 4px; width: min(728px, 100%); height: 81px; padding: 16px; margin-top: 0; border: 1px solid #1f1f1f; border-radius: 12px; color: white; background: #161616; text-decoration: none; line-height: 1.5; transition: border-color .25s ease, background-color .25s ease; }
.project-link-card small { color: #878787; font-size: 14px; }.project-link-card span { font-size: 16px; }
.experience, .skills, footer { width: 728px; margin-left: auto; margin-right: auto; }
.experience { margin-top: 141px; }
h2 { margin: 0; font-size: 20px; font-weight: 400; line-height: 1.2; }
.experience__header { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 35px; }
.resume-button { margin: 0; font-family: inherit; }
.resume-button i { overflow: hidden; background: transparent; }
.resume-button i img { width: 27px; height: 27px; object-fit: contain; }
.jobs { margin-top: 33px; border-top: 1px solid #222; }
.job { height: 126px; padding: 32px 0; border-bottom: 1px solid #222; }
.job:first-child { border-top: 0; }
.job div { display: flex; justify-content: space-between; gap: 24px; font-size: 16px; line-height: 1.5; }
.job h3, .job time { margin: 0; font-size: inherit; font-weight: 500; }.job time { font-weight: 400; white-space: nowrap; }
.job p { margin: 14px 0 0; color: #a7a7a7; font-size: 16px; font-weight: 400; line-height: 1.5; }
.skills { margin-top: 112px; }
.skill-lines { position: relative; overflow: hidden; height: 100px; margin-top: 33px; color: #c6c6c6; font-size: 16px; white-space: nowrap; }
.skill-lines::before, .skill-lines::after { position: absolute; z-index: 1; top: 0; bottom: 0; width: 100px; content: ""; pointer-events: none; }
.skill-lines::before { left: 0; background: linear-gradient(90deg, #0d0d0d 1%, transparent); }.skill-lines::after { right: 0; background: linear-gradient(-90deg, #0d0d0d 1%, transparent); }
.skill-row { display: flex; align-items: center; gap: 12px; width: max-content; will-change: transform; }.skill-row--tools { height: 38px; margin-left: -60px; }.skill-row--areas { height: 37px; margin-top: 21px; margin-left: -68px; }
.skill-row--tools.is-marquee { animation: marquee-right 38s linear infinite; }.skill-row--areas.is-marquee { animation: marquee-left 46s linear infinite; }
.skill { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 6px; height: 38px; padding: 8px; border: 1px solid #1f1f1f; border-radius: 12px; background: #161616; color: #c6c6c6; font-weight: 400; line-height: 1.2; white-space: nowrap; cursor: default; user-select: none; -webkit-user-select: none; transition: background-color .22s ease, border-color .22s ease, color .22s ease; }.skill img { display:block; width:20px; height:20px; overflow:hidden; border-radius:7px; object-fit:cover; }.skill-row--areas .skill { height:37px; padding:8px; }
footer { position: relative; display: flex; align-items: center; justify-content: space-between; height: 123px; margin-top: 112px; padding: 31px 0; }footer::before { position: absolute; top: 0; right: 0; left: 0; height: 1px; content: ""; background: #3a3a3a; transform: scaleX(0); transform-origin: left center; }.footer-signature { position: relative; width: 99px; height: 55px; overflow: hidden; }.footer-signature img { display: block; width: 99px; height: 55px; object-fit: contain; -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 44%, transparent 56%, transparent 100%); mask-image: linear-gradient(90deg, #000 0%, #000 44%, transparent 56%, transparent 100%); -webkit-mask-size: 240% 100%; mask-size: 240% 100%; -webkit-mask-position: 100% 0; mask-position: 100% 0; }footer.is-visible::before { animation: footer-line-draw 1.25s cubic-bezier(.22, 1, .36, 1) .1s forwards; }footer.is-visible .footer-signature img { animation: signature-write 2.2s cubic-bezier(.32, 0, .12, 1) .32s forwards; }.social-pill { border: 1px solid transparent; transition: color .22s ease, border-color .22s ease, background-color .22s ease; }.footer-telegram { display: flex; align-items: center; gap: 6px; height: 35px; padding: 4px 11px 4px 3px; border-radius: 900px; background: #1e1e1e; color: #c7c7c7; font-size: 16px; font-weight: 400; line-height: 1.2; text-decoration: none; }.footer-telegram i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: #138ac5; }.footer-telegram img { display: block; width: 16px; height: 16px; }.resume-button i { overflow: hidden; background: transparent; }.resume-button i img { width: 27px; height: 27px; object-fit: contain; }

/* Geometry expressed as percentages keeps the Figma composition intact while a case expands. */
.case__visual--b2b .case__glow { top: 20.7%; left: 15.8%; width: 61.9%; height: 72.4%; }
.case__b2b-left { top: 13.5%; left: 6.8%; width: 60.7%; height: 86.54%; transform: rotate(3.24deg); }
.case__b2b-right { top: 13.5%; left: 53.6%; width: 68.8%; height: 97.6%; transform: rotate(4.63deg); }
.case__visual--anex .case__glow { top: 25.4%; left: 23.4%; width: 48.9%; height: 48.7%; }
.case__anex-main { top: 14.5%; left: 13%; width: 74.1%; height: 129.1%; }
.case__visual--shop .case__glow { top: 24.1%; left: 70.4%; width: 24.9%; height: 51.3%; }
.case__shop-left { top: 24.1%; left: 19.5%; width: 30.7%; height: 146.6%; }
.case__shop-right { top: 4.7%; left: 52.1%; width: 30.7%; height: 165.6%; }
.case__visual--interior .case__glow { top: 17.9%; left: 10.6%; width: 76.5%; height: 76.1%; }
.case__interior-main { top: 11.3%; left: 13%; width: 74.1%; height: 92.1%; }

.case__b2b-left,
.case__b2b-right,
.case__anex-main,
.case__shop-left,
.case__shop-right,
.case__interior-main { transition: transform .45s cubic-bezier(.2,.75,.25,1); will-change: transform; }
.case__b2b-left img { transition: transform .45s cubic-bezier(.2,.75,.25,1); will-change: transform; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease var(--reveal-delay, 0ms), transform .8s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
.project-link-card.reveal { transition: opacity .8s ease var(--reveal-delay, 0ms), transform .8s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms), border-color .25s ease, background-color .25s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (hover: hover) and (pointer: fine) and (min-width: 761px) {
  .contact:hover { filter: brightness(1.2); }
  .contact--telegram:hover::before { opacity: 1; transform: scale(1); }
  .contact--telegram:hover .contact__fx { animation: telegram-sparks .9s cubic-bezier(.2,.75,.25,1) infinite; }
  .contact--telegram:hover .contact__fx::before { animation: telegram-lightning .9s ease-in-out infinite; }
  .contact--telegram:hover .contact__fx::after { animation: telegram-lightning .9s ease-in-out .18s infinite; }
  .contact--telegram:hover .contact__fx>i::before { animation: telegram-lightning .9s ease-in-out .34s infinite; }
  .contact--telegram:hover .contact__fx>i::after { animation: telegram-lightning .9s ease-in-out .52s infinite; }
  .case:hover .case__image { filter: brightness(.92); }
  .case__tags span:hover { border-color: rgba(255,255,255,.16); background: #000; }
  .project-link-card:hover { border-color: #343434; background: #1c1c1c; }
  .skill-row.is-marquee:hover { animation-play-state: paused; }
  .skill:hover { border-color: #303030; background: #222; color: #fff; }
  .footer-telegram:hover { border-color: #383838; background: #252525; color: #fff; }
  .case:hover .case__b2b-left img { transform: scale(1.018); }
  .case:hover .case__b2b-right { transform: rotate(4.63deg) scale(1.015); }
  .case:hover .case__anex-main,
  .case:hover .case__shop-left,
  .case:hover .case__shop-right,
  .case:hover .case__interior-main { transform: translateY(-8px); }
  .project-link-card.reveal.is-visible:hover { transform: translateY(0); }
}

.site-cursor { display: none; }
@media (pointer: fine) {
  html, body, a, button, .skill-lines, .skill-row, .skill { cursor: none; }
  .site-cursor {
    position: fixed;
    z-index: 60;
    top: var(--cursor-y, -30px);
    left: var(--cursor-x, -30px);
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #5d5d5d;
    border-radius: 50%;
    background: #050505;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    box-shadow: none;
    transition: width .2s cubic-bezier(.22,1,.36,1), height .2s cubic-bezier(.22,1,.36,1), border-color .2s ease, opacity .15s ease;
  }
  .site-cursor.is-active { opacity: 1; }
  .site-cursor.is-interactive { width: 18px; height: 18px; border-color: #858585; }
}

@keyframes availability-dot {
  0%, 100% { opacity: .5; transform: scale(.82); box-shadow: 0 0 4px rgba(53,211,0,.35); }
  50% { opacity: 1; transform: scale(1.12); box-shadow: 0 0 12px rgba(53,211,0,.95); }
}
@keyframes availability-text {
  0%, 100% { opacity: .7; }
  50% { opacity: 1; }
}
@keyframes intro-glow-in {
  to { opacity: 1; }
}
@keyframes intro-glow-breathe {
  from { opacity: .72; transform: translateY(-16px) scale(.94); }
  to { opacity: 1; transform: translateY(24px) scale(1.06); }
}
@keyframes hero-title-in {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes telegram-sparks {
  0% { opacity: 0; transform: scale(.62) rotate(-7deg); }
  22%, 64% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.18) rotate(7deg); }
}
@keyframes telegram-lightning {
  0%, 16%, 58%, 100% { opacity: 0; }
  20%, 28% { opacity: 1; }
  32% { opacity: .25; }
  38%, 48% { opacity: .9; }
}
@keyframes footer-line-draw { to { transform: scaleX(1); } }
@keyframes signature-write { to { -webkit-mask-position: 0 0; mask-position: 0 0; } }
@keyframes marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * var(--marquee-distance))); }
}
@keyframes marquee-right {
  from { transform: translateX(calc(-1 * var(--marquee-distance))); }
  to { transform: translateX(0); }
}

@media (max-width: 1050px) {
  main { padding-left: 20px; padding-right: 20px; }
  .cases { width: min(100%, 728px); }
  .case__visual { height: auto; aspect-ratio: 728 / 420; }
  .case__visual--b2b .case__glow { top: 20.7%; left: 15.8%; width: 61.9%; height: 72.4%; }
  .case__b2b-left { top: 13.5%; left: 6.8%; width: 60.7%; height: 86.54%; }
  .case__b2b-right { top: 13.5%; left: 53.6%; width: 68.8%; height: 97.6%; }
  .case__visual--anex .case__glow { top: 25.4%; left: 23.4%; width: 48.9%; height: 48.7%; }
  .case__anex-main { top: 14.5%; left: 13%; width: 74.1%; height: 129.1%; }
  .case__visual--shop .case__glow { top: 24.1%; left: 70.4%; width: 24.9%; height: 51.3%; }
  .case__shop-left { top: 24.1%; left: 19.5%; width: 30.7%; height: 146.6%; }
  .case__shop-right { top: 4.7%; left: 52.1%; width: 30.7%; height: 165.6%; }
  .case__visual--interior .case__glow { top: 17.9%; left: 10.6%; width: 76.5%; height: 76.1%; }
  .case__interior-main { top: 11.3%; left: 13%; width: 74.1%; height: 92.1%; }
  .case__tags { top: auto; bottom: 4.27%; left: 1.9%; }
  .profile, .experience, .skills, footer { width: min(100%, 728px); }
  .intro { min-height: auto; padding-bottom: 80px; }
  .profile { margin-top: 115.4px; }
}
@media (max-width: 760px) {
  .profile__card { height: auto; min-height: 197px; }
  .profile__details { min-width: 0; padding: 24px; }
  .profile__name { position: relative; inset: auto; }
  .profile__badges { position: relative; inset: auto; flex-wrap: wrap; margin-top: 24px; }
  .profile__portrait { align-self: flex-end; height: 177px; }
}
@media (max-width: 600px) {
  main { padding: 42px 16px 48px; }
  .intro__title { font-size: clamp(38px, 13vw, 58px); letter-spacing: -.075em; }
  .intro { padding-bottom: 56px; }
  .profile { margin-top: 74px; }
  .profile__topline { align-items: flex-start; gap: 14px; flex-direction: column; margin-bottom: 28px; }
  .contacts { width: max-content; max-width: 100%; }
  .contact { flex: 0 0 auto; }
  .profile__card { gap: 8px; margin: 0; min-height: 177px; }
  .profile__portrait { flex-basis: 76px; height: 123px; }
  .profile__portrait-crop { height: 133px; top: -10px; border-radius: 0 8px 14px 14px; }
  .profile__details { border-radius: 14px; padding: 20px 16px; }
  .profile__name { gap: 10px; }
  .profile__name strong { font-size: 20px; line-height: 1.1; }
  .profile__name span { font-size: 14px; }
  .profile__badges { gap: 6px; margin-top: 18px; }
  .profile__badges span { padding: 5px 7px; border-radius: 6px; font-size: 11px; }
  .profile__about { margin-top: 10px; padding: 20px; min-height: auto; font-size: 14px; border-radius: 18px; }
  .cases { gap: 52px; }
  .case { gap: 16px; font-size: 14px; }
  .case__visual { border-radius: 14px; }
  .case__tags { gap: 4px; }
  .case__tags span { padding: 4px 7px; font-size: 12px; }
  .project-link-card { padding: 14px; }
  .experience { margin-top: 84px; }
  .jobs { margin-top: 24px; }
  .job { height: auto; min-height: 108px; padding: 22px 0; }
  .job div, .job p { font-size: 14px; }
  .job div { gap: 12px; }
  .job h3 { max-width: 68%; }
  .skills { margin-top: 72px; }
  .skill-lines { margin-top: 24px; font-size: 14px; }
  footer { margin-top: 72px; }
}
a:focus-visible { outline: 2px solid #3d85ea; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .intro__glow, .intro__glow::after, .intro__title, .availability i, .availability span, .skill-row.is-marquee, footer.is-visible::before, footer.is-visible .footer-signature img { animation: none; }
  .intro__glow, .js .intro__title { opacity: 1; transform: translateX(-50%); }
  .js .intro__title { transform: none; }
  .availability span { opacity: 1; }
  .case__visual, .case__image, .contact, .skill, .project-link-card, .reveal { transition: none; }
  .reveal { opacity: 1; transform: none; }
  footer::before { transform: scaleX(1); }
  .footer-signature img { -webkit-mask-image: none; mask-image: none; }
}
@media (prefers-reduced-motion: reduce) and (hover: hover) and (pointer: fine) and (min-width: 761px) {
  .contact--telegram:hover .contact__fx,.contact--telegram:hover .contact__fx::before,.contact--telegram:hover .contact__fx::after,.contact--telegram:hover .contact__fx>i::before,.contact--telegram:hover .contact__fx>i::after { animation: none; }
  .contact--telegram:hover .contact__fx { opacity: .7; transform: scale(1); }
}
