.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only:focus {
    position: fixed;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    white-space: normal;
}
.about-page {
    overflow-x: hidden;
    max-width: 100%;
    font-family: 'Inter', sans-serif;
    background-color: #e5e5e5;
    background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
}
.about-page .marker-font { font-family: 'Permanent Marker', cursive; }
.about-page .inter-black { font-family: 'Inter', sans-serif; font-weight: 900; }
.about-splatter {
    position: fixed;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
    opacity: 0.28;
    pointer-events: none;
}
.about-card {
    border: 4px solid #09090b;
    background: #fff;
    box-shadow: 10px 10px 0 rgba(9, 9, 11, 0.85);
}
.about-card--dark {
    background: #18181b;
    color: #fafafa;
    box-shadow: 10px 10px 0 #ec4899;
}
.about-card--accent {
    background: #ec4899;
    color: #09090b;
    box-shadow: 10px 10px 0 #09090b;
}
.about-tag {
    background: #09090b;
    color: #fff;
    padding: 0.5rem 1.25rem;
    display: inline-block;
    transform: rotate(-2deg);
    border: 2px solid #fff;
    box-shadow: 6px 6px 0 #ec4899;
    font-family: 'Permanent Marker', cursive;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.about-skill {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border: 3px solid #09090b;
    background: #fafafa;
    box-shadow: 5px 5px 0 #09090b;
    cursor: default;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
.about-skill svg {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    color: #ec4899;
}
.about-skill strong {
    display: block;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.2rem;
}
.about-skill span {
    font-size: 0.85rem;
    line-height: 1.45;
    color: #3f3f46;
}
.about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border: 4px solid #09090b;
    background: #fff;
    box-shadow: 8px 8px 0 #ec4899;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}
.about-cta:hover {
    background: #ec4899;
    color: #09090b;
    box-shadow: 10px 10px 0 #09090b;
}
.about-cta:focus-visible {
    outline: 3px solid #ec4899;
    outline-offset: 3px;
}
.about-cta__arrow {
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 900;
    transition: transform 0.2s ease;
}
.about-cta:hover .about-cta__arrow {
    transform: translateX(4px);
}
.about-cta--hire {
    background: #18181b;
    color: #fafafa;
    box-shadow: 8px 8px 0 #ec4899;
}
.about-cta--hire .about-cta__label {
    color: #f9a8d4;
}
.about-cta--hire .about-cta__title {
    color: #fff;
}
.about-cta--hire:hover {
    background: #ec4899;
    color: #09090b;
}
.about-cta--hire:hover .about-cta__label,
.about-cta--hire:hover .about-cta__title {
    color: #09090b;
}
.about-social {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border: 4px solid #09090b;
    background: #fff;
    box-shadow: 6px 6px 0 #09090b;
    cursor: pointer;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
    text-decoration: none;
    color: #09090b;
}
.about-social:hover {
    box-shadow: 8px 8px 0 #ec4899;
    background: #fafafa;
}
.about-social:focus-visible {
    outline: 3px solid #ec4899;
    outline-offset: 3px;
}
.about-portrait {
    border: 4px solid #09090b;
    box-shadow: 12px 12px 0 #ec4899;
    overflow: hidden;
}
.gallery-card {
    border: 4px solid #09090b;
    background: #fff;
    box-shadow: 5px 5px 0 #ec4899;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}
.gallery-card:hover {
    box-shadow: 8px 8px 0 #ec4899;
}
.gallery-card:focus-visible {
    outline: 3px solid #ec4899;
    outline-offset: 3px;
}
.ai-gallery-carousel {
    max-width: 100%;
}
.ai-gallery-viewport {
    overflow: hidden;
    border: 4px solid #09090b;
    box-shadow: 10px 10px 0 #ec4899;
    background: #fafafa;
}
.ai-gallery-track {
    display: flex;
    transition: transform 0.35s ease-out;
}
@media (prefers-reduced-motion: reduce) {
    .ai-gallery-track {
        transition: none;
    }
}
.ai-gallery-page {
    flex: 0 0 100%;
    min-width: 0;
    padding: 0.75rem;
}
.ai-gallery-page .ai-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}
@media (min-width: 640px) {
    .ai-gallery-page .ai-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 768px) {
    .ai-gallery-page .ai-gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1024px) {
    .ai-gallery-page .ai-gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 1rem;
    }
}
.ai-gallery-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.25rem;
}
.ai-gallery-nav__btn {
    font-family: 'Permanent Marker', cursive;
    text-transform: uppercase;
    font-size: 0.95rem;
    padding: 0.55rem 1.1rem;
    border: 4px solid #09090b;
    background: #fff;
    box-shadow: 5px 5px 0 #09090b;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.ai-gallery-nav__btn:hover:not(:disabled) {
    background: #ec4899;
    box-shadow: 5px 5px 0 #09090b;
}
.ai-gallery-nav__btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.ai-gallery-nav__btn:focus-visible {
    outline: 3px solid #ec4899;
    outline-offset: 3px;
}
.ai-gallery-nav__dots {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.ai-gallery-nav__dot {
    width: 0.65rem;
    height: 0.65rem;
    border: 2px solid #09090b;
    background: #fff;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.ai-gallery-nav__dot.is-active {
    background: #ec4899;
    transform: scale(1.15);
}
.ai-gallery-nav__dot:focus-visible {
    outline: 2px solid #ec4899;
    outline-offset: 2px;
}
.ai-gallery-nav__count {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #52525b;
}
#ai-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(9, 9, 11, 0.92);
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
#ai-lightbox.show {
    display: flex;
}
#ai-lightbox img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border: 4px solid #fff;
    box-shadow: 0 0 40px #ec4899;
}
#ai-lightbox .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #fff;
    color: #09090b;
    border: 4px solid #09090b;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: background-color 0.2s ease;
}
#ai-lightbox .close:hover {
    background: #ec4899;
}
#ai-lightbox .close:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}
.about-videos {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .about-videos {
        justify-content: flex-start;
        align-items: stretch;
    }
}
.about-youtube-stack {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 0 1 22rem;
    max-width: 22rem;
    width: 100%;
    min-width: 0;
}
.about-youtube-stack .about-video-item {
    max-width: none;
}
.about-tiktok-column {
    flex: 0 1 22rem;
    max-width: 22rem;
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .about-tiktok-column,
    .about-youtube-stack {
        max-width: min(22rem, 100%);
        margin-left: auto;
        margin-right: auto;
    }
}
.about-tiktok-column .about-tiktok-wrap {
    flex: 1;
}
.about-video-label {
    margin-top: 0.5rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #52525b;
    text-align: center;
}
.about-youtube-stack .about-youtube-play span {
    width: 2.75rem;
    height: 2.75rem;
}
.about-youtube-stack .about-youtube-play svg {
    width: 1.25rem;
    height: 1.25rem;
}
.about-tiktok-wrap {
    border: 4px solid #09090b;
    background: #fff;
    box-shadow: 8px 8px 0 #09090b;
    padding: 0.35rem;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
    max-width: 100%;
}
.about-tiktok-wrap:hover {
    box-shadow: 10px 10px 0 #ec4899;
}
.about-tiktok-wrap .tiktok-embed {
    margin: 0 auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
}
.about-tiktok-wrap iframe {
    max-width: 100%;
}
.about-youtube {
    display: block;
    position: relative;
    border: 4px solid #09090b;
    background: #fff;
    box-shadow: 8px 8px 0 #09090b;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
    max-width: 100%;
}
.about-youtube:hover {
    box-shadow: 10px 10px 0 #ec4899;
}
.about-youtube:focus-visible {
    outline: 3px solid #ec4899;
    outline-offset: 3px;
}
.about-youtube img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s ease;
}
.about-youtube:hover img {
    opacity: 0.92;
}
.about-youtube-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(9, 9, 11, 0.15);
    pointer-events: none;
}
.about-back {
    display: inline-block;
    margin-bottom: 3rem;
    background: #09090b;
    color: #fff;
    padding: 0.65rem 1.5rem;
    border: 2px solid #ec4899;
    box-shadow: 6px 6px 0 #ec4899;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}
.about-back:hover {
    background: #ec4899;
    color: #09090b;
    box-shadow: 6px 6px 0 #09090b;
}
.about-back:focus-visible {
    outline: 3px solid #ec4899;
    outline-offset: 3px;
}
#custom-cursor {
    display: none !important;
    width: 24px;
    height: 24px;
    background: #ec4899;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
    transition: transform 0.15s ease-out;
    box-shadow: 0 0 15px #ec4899;
}
@media (min-width: 768px) and (pointer: fine) {
    .about-page { cursor: none; }
    #custom-cursor { display: block !important; }
}
@media (prefers-reduced-motion: reduce) {
    .about-skill,
    .about-cta,
    .about-social,
    .gallery-card,
    .about-youtube,
    .about-back,
    #custom-cursor {
        transition: none;
    }
    .about-cta:hover .about-cta__arrow {
        transform: none;
    }
}
