* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --about-me-section-index: 0;
    --about-me-track-y: 0dvh;
    --about-me-transition: 860ms cubic-bezier(0.16, 1, 0.3, 1);
    --about-me-link-red: #D32F2F;
    --about-me-link-ease: cubic-bezier(0.16, 1, 0.3, 1);
    --about-me-hero-image-scale: 1;
    --about-me-hero-title-opacity: 1;
    --about-me-hero-bio-opacity: 0;
    --about-me-hero-bio-y: 16px;
}

body {
    background: #ffffff;
}

html.about-me-controlled-scroll,
html.about-me-controlled-scroll body {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
}

body.about-me-controlled-scroll {
    position: fixed;
    inset: 0;
    width: 100%;
    overflow: hidden;
    touch-action: none;
    background: #ffffff;
}

body[data-about-me-section="1"] .scroll-down-btn,
body[data-about-me-section="2"] .scroll-down-btn,
body[data-about-me-section="3"] .scroll-down-btn {
    color: #ffffff;
}

body[data-about-me-section="1"] .site-copyright,
body[data-about-me-section="1"] .site-copyright-text,
body[data-about-me-section="1"] .site-legal-links,
body[data-about-me-section="1"] .site-legal-link,
body[data-about-me-section="1"] .site-legal-separator,
body[data-about-me-section="2"] .site-copyright,
body[data-about-me-section="2"] .site-copyright-text,
body[data-about-me-section="2"] .site-legal-links,
body[data-about-me-section="2"] .site-legal-link,
body[data-about-me-section="2"] .site-legal-separator {
    color: #ffffff !important;
}

body[data-about-me-section="1"] .site-legal-link:hover,
body[data-about-me-section="1"] .site-legal-link:focus-visible,
body[data-about-me-section="2"] .site-legal-link:hover,
body[data-about-me-section="2"] .site-legal-link:focus-visible {
    color: #ffffff !important;
}

header {
    font-family: var(--font-acumin);
    font-weight: 200;
    font-style: italic;
    background: #ffffff !important;
    color: #000000 !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

header::before,
header::after {
    content: none;
    display: none;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-mask-image: none;
    mask-image: none;
}

header nav ul li a {
    font-style: normal;
    font-weight: 400;
    color: #000000 !important;
}

header nav ul li:last-child a {
    color: #b20f18 !important;
    font-style: italic;
    font-weight: 200;
}

body.site-chrome-dark header nav ul li,
body.site-chrome-dark header nav ul li a {
    color: #000000 !important;
}

body.site-chrome-light header nav ul li,
body.site-chrome-light header nav ul li a {
    color: #000000 !important;
}

body[data-about-me-section] header,
body[data-about-me-section].site-chrome-dark header,
body[data-about-me-section].site-chrome-light header {
    background: #ffffff !important;
    color: #000000 !important;
}

body[data-about-me-section] header nav ul li,
body[data-about-me-section] header nav ul li a,
body[data-about-me-section].site-chrome-dark header nav ul li,
body[data-about-me-section].site-chrome-dark header nav ul li a,
body[data-about-me-section].site-chrome-light header nav ul li,
body[data-about-me-section].site-chrome-light header nav ul li a {
    color: #000000 !important;
}

body.site-chrome-dark header nav ul li:last-child a,
body.site-chrome-light header nav ul li:last-child a,
body[data-about-me-section] header nav ul li:last-child a,
body[data-about-me-section].site-chrome-dark header nav ul li:last-child a,
body[data-about-me-section].site-chrome-light header nav ul li:last-child a {
    color: #b20f18 !important;
}

.for-work-nav-link {
    display: inline-flex;
    align-items: baseline;
    line-height: 1;
    white-space: nowrap;
    transition: color 220ms var(--about-me-link-ease), opacity 220ms ease;
}

.for-work-nav-link[aria-current="page"],
.for-work-nav-link:focus-visible {
    color: var(--about-me-link-red) !important;
}

.for-work-nav-link:focus-visible {
    outline: 1px solid var(--about-me-link-red);
    outline-offset: 8px;
}

.for-work-nav-text {
    display: inline-block;
}

.nav-link-bottom-active,
header nav ul li:last-child a.nav-link-bottom-active {
    animation: navLinkBottomBlink 1s ease-in-out infinite !important;
}

@keyframes navLinkBottomBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.18;
    }
}

@media (hover: hover) and (pointer: fine) {
    .for-work-nav-link:hover {
        color: var(--about-me-link-red) !important;
    }
}

.about-me-page {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: visible;
    font-family: var(--font-acumin);
    background: #ffffff;
}

.about-me-screen-track {
    width: 100%;
    height: auto;
    transform: none;
    transition: none;
    will-change: auto;
    background: #ffffff;
}

.about-me-screen {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--header-height) + env(safe-area-inset-top) + 18px) clamp(22px, 6vw, 72px) calc(var(--footer-height) + 92px + env(safe-area-inset-bottom));
    text-align: center;
    isolation: isolate;
    overflow: hidden;
}

.about-me-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../../sources/images/Я.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    transform: scale(var(--about-me-hero-image-scale));
    transform-origin: 50% 100%;
    pointer-events: none;
}

.about-me-hero-text {
    position: fixed;
    left: 50%;
    bottom: calc(124px + env(safe-area-inset-bottom));
    z-index: 1201;
    width: min(940px, 88vw);
    font-family: var(--font-acumin);
    font-size: clamp(22px, 4vw, 52px);
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    color: #ffffff;
    text-shadow: none;
    filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
    opacity: 0;
    transition: none;
    animation: none;
}

.about-me-hero-name-line {
    display: inline;
}

.about-me-hero-name-line + .about-me-hero-name-line::before {
    content: " ";
}

.about-me-hero-subtitle {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1;
    color: var(--about-me-link-red);
    text-shadow: none;
}

body[data-about-me-section="1"] .about-me-hero-text {
    opacity: var(--about-me-hero-title-opacity);
}

.about-me-bio-screen {
    color: #ffffff;
    background: #000000;
}

.about-me-bio-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../../sources/images/футболка.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
}

.about-me-bio-text {
    position: relative;
    z-index: 1;
    width: min(760px, 76vw);
    margin: auto;
    font-family: var(--font-acumin);
    font-size: clamp(14px, 1.55vw, 21px);
    font-weight: 200;
    line-height: 1.38;
    letter-spacing: 0;
    text-align: justify;
    text-align-last: left;
    color: #ffffff;
    text-shadow: none;
    filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

.about-me-bio-text p {
    margin: 0;
    text-align: justify;
    text-align-last: left;
}

.about-me-bio-text p + p {
    margin-top: clamp(12px, 2.2vh, 22px);
}

.about-me-hero-bio-text {
    display: none;
}

.about-me-experience-screen {
    background: linear-gradient(to bottom, #991919 0%, #ff3d3d 100%);
    color: #ffffff;
}

.about-me-experience-table {
    position: relative;
    z-index: 1;
    width: min(780px, 80vw);
    color: #ffffff;
    text-shadow: none;
    filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

.about-me-experience-title {
    margin: 0 0 clamp(16px, 2.5vh, 28px);
    font-family: var(--font-acumin);
    font-size: clamp(30px, 5vw, 68px);
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.about-me-experience-table table {
    width: 100%;
    height: min(46vh, 440px);
    min-height: min(46vh, 440px);
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    table-layout: fixed;
    font-family: var(--font-acumin);
    color: #ffffff;
    contain: layout paint;
    transform: translateZ(0);
}

.about-me-experience-table thead {
    display: table-header-group;
}

.about-me-experience-table tbody,
.about-me-skills-panel tbody {
    display: table-row-group;
}

.about-me-experience-table tr,
.about-me-skills-panel tr {
    display: table-row;
}

.about-me-experience-table tbody[hidden],
.about-me-skills-panel tbody[hidden] {
    display: none !important;
}

.about-me-experience-table th,
.about-me-experience-table td {
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.58);
    border-bottom: 1px solid rgba(255, 255, 255, 0.58);
    padding: clamp(10px, 1.45vw, 18px) clamp(16px, 2.5vw, 34px);
    font-size: clamp(11px, 1.15vw, 15px);
    font-weight: 200;
    line-height: 1.22;
    text-align: left;
    vertical-align: middle;
}

.about-me-experience-table th:last-child,
.about-me-experience-table td:last-child {
    border-right: 0;
}

.about-me-experience-table tbody tr:last-child td {
    border-bottom: 0;
}

.about-me-experience-table th {
    font-size: clamp(10px, 1.1vw, 14px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-me-experience-table td:first-child,
.about-me-experience-table th:first-child {
    width: 22%;
}

.about-me-experience-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, 4vw, 54px);
    margin-top: clamp(14px, 2.4vh, 24px);
    font-family: var(--font-acumin);
    font-size: clamp(18px, 2.4vw, 32px);
    font-weight: 200;
    color: #ffffff;
}

.experience-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5ch;
    padding: 4px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.58);
    font: inherit;
    letter-spacing: 0;
    cursor: pointer;
    transition: color 180ms ease, opacity 180ms ease;
    -webkit-tap-highlight-color: transparent;
}

.experience-tab-btn.is-active,
.experience-tab-btn:focus-visible {
    color: #ffffff;
}

.experience-tab-btn:focus-visible {
    outline: 1px solid #ffffff;
    outline-offset: 7px;
}

.about-me-skills-screen,
.about-me-stats-screen {
    background: linear-gradient(to bottom, #e3e3e3 0%, #ffffff 100%);
    color: #000000;
}

.about-me-skills-panel {
    position: relative;
    z-index: 1;
    width: min(780px, 80vw);
    color: #000000;
    text-shadow: none;
    filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

.about-me-skills-title {
    margin: 0 0 clamp(16px, 2.5vh, 28px);
    font-family: var(--font-acumin);
    font-size: clamp(30px, 5vw, 68px);
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.about-me-skills-panel table {
    width: 100%;
    min-height: min(46vh, 440px);
    border: 2px solid rgba(0, 0, 0, 0.52);
    border-radius: clamp(42px, 7vw, 92px);
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    table-layout: fixed;
    font-family: var(--font-acumin);
    color: #000000;
}

.about-me-skills-panel td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding: clamp(10px, 1.45vw, 18px) clamp(16px, 2.5vw, 34px);
    font-size: clamp(11px, 1.15vw, 15px);
    font-weight: 200;
    line-height: 1.22;
    text-align: left;
    vertical-align: middle;
}

.about-me-skills-panel tr:last-child td {
    border-bottom: 0;
}

.about-me-skills-panel td:first-child {
    width: 34%;
    letter-spacing: 0.06em;
}

.about-me-skills-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, 4vw, 54px);
    margin-top: clamp(14px, 2.4vh, 24px);
    font-family: var(--font-acumin);
    font-size: clamp(18px, 2.4vw, 32px);
    font-weight: 200;
    color: #000000;
}

.skills-tab-separator {
    color: rgba(0, 0, 0, 0.52);
}

.skills-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5ch;
    padding: 4px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.42);
    font: inherit;
    letter-spacing: 0;
    cursor: pointer;
    transition: color 180ms ease, opacity 180ms ease;
    -webkit-tap-highlight-color: transparent;
}

.skills-tab-btn.is-active,
.skills-tab-btn:focus-visible {
    color: #000000;
}

.skills-tab-btn:focus-visible {
    outline: 1px solid #000000;
    outline-offset: 7px;
}

.about-me-experience-table tbody,
.about-me-skills-panel tbody {
    opacity: 1;
    transition: opacity 280ms ease;
    transform: translate3d(0, 0, 0);
}

.about-me-experience-table tbody.is-tab-panel-entering,
.about-me-experience-table tbody.is-tab-panel-exiting,
.about-me-skills-panel tbody.is-tab-panel-entering,
.about-me-skills-panel tbody.is-tab-panel-exiting {
    opacity: 0;
}

.about-me-stats-screen {
    padding-inline: 0;
}

.about-me-stats-marquee {
    position: relative;
    z-index: 1;
    width: 100%;
    height: clamp(90px, 16vw, 190px);
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #000000;
}

.about-me-stats-track {
    width: max-content;
    display: flex;
    align-items: center;
    transform: translate3d(0, 0, 0);
    animation: about-me-stat-marquee 28s linear infinite;
    will-change: transform;
}

.about-me-stats-line {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: clamp(96px, 18vw, 260px);
    padding-inline: clamp(56px, 12vw, 180px);
}

.about-me-stat-text {
    position: relative;
    flex: 0 0 auto;
    width: max-content;
    font-family: var(--font-acumin);
    font-size: clamp(38px, 7.4vw, 118px);
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: none;
    filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

@keyframes about-me-stat-marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.site-copyright {
    z-index: 40;
}

.site-copyright::before,
.site-copyright::after {
    z-index: 38;
}

.site-copyright-text {
    z-index: 41;
}

/* Reused Contact Card / For Work scroll-control classes. */
.mobile-scroll-control {
    display: none;
    position: fixed;
    left: 50%;
    bottom: calc(70px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    z-index: 45;
    padding: 0;
    margin: 0;
}

html.about-me-controlled-scroll .about-me-page {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    overflow: hidden;
}

html.about-me-controlled-scroll .about-me-screen-track {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    transform: translate3d(0, var(--about-me-track-y), 0);
    transition: transform var(--about-me-transition);
    will-change: transform;
}

html.about-me-controlled-scroll .about-me-screen {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
}

.scroll-down-btn {
    background: transparent;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: var(--font-acumin);
    font-size: clamp(28px, 6vw, 42px);
    font-weight: 200;
    font-style: normal;
    line-height: 1;
    color: #000000;
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    -webkit-tap-highlight-color: transparent;
}

.scroll-down-btn:hover {
    opacity: 0.7;
}

.scroll-down-btn:active {
    opacity: 0.9;
}

.scroll-down-btn:disabled {
    opacity: 0.15;
    cursor: default;
    pointer-events: none;
}

.scroll-arrows {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(2px, 0.8vw, 7px);
    letter-spacing: 0;
    opacity: 1;
    animation: arrows-move-down 1.2s ease-in-out infinite;
    transition: opacity 180ms ease;
}

.scroll-down-btn.is-changing-direction .scroll-arrows {
    opacity: 0;
}

.scroll-down-btn[data-scroll-direction="up"] .scroll-arrows {
    animation-name: arrows-move-up;
}

.scroll-arrows span {
    display: block;
    transform: rotate(0deg);
    transform-origin: center center;
}

.scroll-down-btn[data-scroll-direction="up"] .scroll-arrows span {
    transform: rotate(180deg);
}

@keyframes arrows-move-down {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
}

@keyframes arrows-move-up {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@media (max-width: 1024px) {
    .mobile-scroll-control {
        display: flex;
    }
}

@media (min-width: 1025px) {
    html,
    body {
        overflow-x: clip;
    }

    .about-me-page {
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .about-me-screen-track {
        height: auto;
        transform: none !important;
        transition: none;
        will-change: auto;
    }

    .about-me-screen {
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
    }

    .about-me-hero {
        display: block;
        height: 300vh;
        height: 300svh;
        height: 300dvh;
        min-height: 300vh;
        min-height: 300svh;
        min-height: 300dvh;
        padding: 0;
        overflow: visible;
        background: #ffffff;
    }

    .about-me-hero::before {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        display: block;
        width: 100%;
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        background-size: auto 100%;
        will-change: transform;
    }

    .about-me-hero-bio-text {
        display: flex;
        position: sticky;
        top: 0;
        z-index: 2;
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        flex-direction: column;
        justify-content: center;
        width: min(760px, 58vw);
        padding: calc(var(--header-height) + env(safe-area-inset-top) + 24px) 0 calc(var(--footer-height) + env(safe-area-inset-bottom) + 58px);
        color: #ffffff;
        opacity: var(--about-me-hero-bio-opacity);
        text-shadow: none;
        transform: translate3d(0, var(--about-me-hero-bio-y), 0);
        pointer-events: none;
        will-change: opacity, transform;
    }

    .about-me-bio-screen {
        display: none;
    }

    .about-me-experience-screen {
        position: sticky;
        top: 0;
        z-index: 3;
        margin-top: -1px;
        min-height: calc(100vh + 1px);
        min-height: calc(100svh + 1px);
        min-height: calc(100dvh + 1px);
    }

    .about-me-skills-screen {
        z-index: 4;
        margin-top: -1px;
        min-height: calc(100vh + 1px);
        min-height: calc(100svh + 1px);
        min-height: calc(100dvh + 1px);
    }

    .about-me-stats-screen {
        z-index: 5;
        margin-top: -1px;
    }

    .mobile-scroll-control {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .about-me-hero-text {
        bottom: calc(148px + env(safe-area-inset-bottom));
        width: min(620px, 78vw);
        font-size: 64px;
        font-weight: 200;
        line-height: 0.92;
        text-align: left;
    }

    .about-me-hero-name-line {
        display: block;
    }

    .about-me-hero-name-line + .about-me-hero-name-line::before {
        content: none;
    }

    .about-me-hero-subtitle {
        display: block;
        margin-top: 16px;
        font-size: 20px;
        font-weight: 200;
        line-height: 1;
        color: var(--about-me-link-red);
        text-shadow: none;
    }
}

@media (min-width: 769px) and (max-width: 1224px) {
    .about-me-hero-text {
        bottom: calc(144px + env(safe-area-inset-bottom));
        width: min(350px, 78vw);
        font-size: 48px;
        line-height: 0.92;
        text-align: left;
    }

    .about-me-hero-name-line {
        display: block;
    }

    .about-me-hero-name-line + .about-me-hero-name-line::before {
        content: none;
    }

    .about-me-hero-subtitle {
        margin-top: 16px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    header nav ul {
        flex-wrap: nowrap;
        align-items: center;
        gap: clamp(5px, 1.7vw, 9px);
    }

    header nav ul li {
        display: inline-flex;
        align-items: center;
        flex: 0 0 auto;
    }

    .for-work-nav-link {
        max-width: 36vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .about-me-screen {
        padding: calc(var(--header-height) + env(safe-area-inset-top) + 14px) clamp(18px, 6vw, 30px) calc(var(--footer-height) + 82px + env(safe-area-inset-bottom));
    }

    .about-me-hero-text {
        bottom: calc(144px + env(safe-area-inset-bottom));
        width: min(350px, 78vw);
        font-size: 48px;
    }

    .about-me-bio-text {
        width: min(680px, 84vw);
        font-size: clamp(13px, 3.2vw, 17px);
        line-height: 1.34;
    }

    .about-me-bio-text p + p {
        margin-top: clamp(10px, 1.8vh, 16px);
    }

    .about-me-experience-table {
        width: min(100%, calc(100vw - 36px));
        max-height: calc(100svh - var(--header-height) - var(--footer-height) - 110px);
        contain: layout paint;
    }

    .about-me-experience-table table {
        height: min(42svh, 360px);
        min-height: min(42svh, 360px);
        table-layout: fixed;
    }

    .about-me-experience-table tbody {
        transition: none;
    }

    .about-me-experience-table tr {
        height: 20%;
    }

    .about-me-experience-table th,
    .about-me-experience-table td {
        padding: 10px 14px;
        font-size: clamp(10px, 2.25vw, 13px);
    }

    .about-me-skills-panel {
        width: min(100%, calc(100vw - 36px));
        max-height: calc(100svh - var(--header-height) - var(--footer-height) - 110px);
    }

    .about-me-skills-panel table {
        min-height: min(38vh, 360px);
        border-radius: clamp(30px, 7vw, 62px);
    }

    .about-me-skills-panel td {
        padding: 10px 14px;
        font-size: clamp(10px, 2.25vw, 13px);
    }

    .scroll-down-btn {
        min-width: 48px;
        min-height: 44px;
    }
}

@media (max-width: 480px) {
    .for-work-nav-link {
        max-width: 34vw;
    }

    .about-me-hero-text {
        bottom: calc(138px + env(safe-area-inset-bottom));
        width: min(340px, 78vw);
        font-size: 48px;
    }

    .about-me-hero-subtitle {
        margin-top: 12px;
        font-size: 16px;
    }

    .about-me-bio-text {
        width: min(100%, 86vw);
        font-size: clamp(12px, 3.45vw, 15px);
        line-height: 1.28;
    }

    .about-me-experience-table {
        width: min(100%, calc(100vw - 24px));
        max-height: calc(100svh - var(--header-height) - var(--footer-height) - 96px);
    }

    .about-me-experience-table table {
        height: clamp(292px, 42svh, 330px);
        min-height: clamp(292px, 42svh, 330px);
        table-layout: fixed;
    }

    .about-me-experience-table th,
    .about-me-experience-table td {
        padding: 6px 5px;
        font-size: clamp(8.6px, 2.25vw, 9.8px);
        line-height: 1.12;
    }

    .about-me-experience-table tbody tr:first-child th,
    .about-me-experience-table tbody tr:first-child td {
        padding-top: 6px;
    }

    .about-me-experience-title {
        margin-bottom: 14px;
        font-size: clamp(28px, 11vw, 48px);
    }

    .about-me-experience-tabs {
        gap: 22px;
        margin-top: 12px;
        font-size: clamp(18px, 7vw, 28px);
    }

    .about-me-skills-panel {
        width: min(100%, calc(100vw - 24px));
        max-height: calc(100svh - var(--header-height) - var(--footer-height) - 96px);
    }

    .about-me-skills-title {
        margin-bottom: 14px;
        font-size: clamp(28px, 11vw, 48px);
    }

    .about-me-skills-panel table {
        min-height: min(36vh, 320px);
        border-radius: 36px;
    }

    .about-me-skills-panel td {
        display: block;
        width: 100%;
        padding: 4px 14px;
        border-bottom: 0;
        font-size: clamp(8.8px, 2.35vw, 10px);
        line-height: 1.12;
        text-align: center;
    }

    .about-me-skills-panel td:first-child {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 2px;
    }

    .about-me-skills-panel td:last-child {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .about-me-skills-panel tr:last-child td:last-child {
        border-bottom: 0;
    }

    .about-me-skills-tabs {
        gap: 22px;
        margin-top: 12px;
        font-size: clamp(18px, 7vw, 28px);
    }

    .about-me-stat-text {
        font-size: clamp(32px, 10.8vw, 58px);
    }

    .about-me-stats-track {
        animation-duration: 30s;
    }

    .about-me-stats-line {
        gap: clamp(56px, 20vw, 92px);
        padding-inline: 44px;
    }

    .scroll-down-btn {
        min-width: 44px;
        min-height: 40px;
        font-size: clamp(24px, 7vw, 31px);
    }
}

@media (max-width: 360px) {
    .about-me-screen {
        padding-top: calc(var(--header-height) + env(safe-area-inset-top) + 10px);
        padding-bottom: calc(var(--footer-height) + 78px + env(safe-area-inset-bottom));
    }

    .about-me-hero-text {
        bottom: calc(132px + env(safe-area-inset-bottom));
        width: min(280px, 78vw);
        font-size: 42px;
    }

    .about-me-hero-subtitle {
        margin-top: 10px;
        font-size: 14px;
    }

    .about-me-bio-text {
        width: min(100%, 88vw);
        font-size: 11.5px;
        line-height: 1.24;
    }

    .about-me-experience-table th,
    .about-me-experience-table td {
        padding: 5px 4px;
        font-size: 8.2px;
        line-height: 1.08;
    }

    .about-me-experience-table table {
        height: clamp(270px, 40svh, 306px);
        min-height: clamp(270px, 40svh, 306px);
    }

    .about-me-skills-panel table {
        min-height: min(34vh, 286px);
        border-radius: 32px;
    }

    .about-me-skills-panel td {
        font-size: 8.6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-me-screen-track,
    .scroll-down-btn,
    .scroll-arrows,
    .scroll-arrows span,
    .about-me-experience-table tbody,
    .about-me-skills-panel tbody,
    .about-me-stats-track,
    .about-me-stat-text,
    .for-work-nav-text {
        animation: none !important;
        transition-duration: 1ms !important;
    }

    .about-me-stats-track {
        transform: translate3d(0, 0, 0);
    }
}
