/* Projects page styles. Shared header, footer and chat styles live in global.css. */

@keyframes hero-proof-popup-spring {
    0% {
        opacity: 0;
        scale: .15;
        translate: 0 15px;
        filter: blur(6px);
    }
    68% {
        opacity: 1;
        scale: 1.08;
        translate: 0 -2px;
        filter: blur(0);
    }
    84% {
        scale: .985;
        translate: 0 1px;
    }
    100% {
        opacity: 1;
        scale: 1;
        translate: 0 0;
        filter: blur(0);
    }
}

@keyframes profile-fade-in {
    from {
        opacity: 0;
        transform: scale(.975);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes hero-item-rise {
    from {
        opacity: 0;
        translate: 0 24px;
    }
    to {
        opacity: 1;
        translate: 0 0;
    }
}

:root{
    --aboutbp-journey-overlap: calc(100dvh - var(--header-flow-height));
}

@keyframes aboutbp-radar-orbit {
    from { transform: rotate(-12deg); }
    to { transform: rotate(348deg); }
}

.portfolio-new-section{
    position: relative;
    z-index: 5;
    scroll-margin-top: calc(var(--header-flow-height) + 24px);
}

.portfolio-new-inner{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-inline: var(--page-gutter);
}

.pn-dots{
    position: absolute;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: .16;
    pointer-events: none;
}

.pn-halo{
    position: absolute;
    aspect-ratio: 1;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(245,186,41,.16) 0, rgba(245,186,41,.05) 38%, transparent 70%);
}

.pn-split .pn-w{
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.pn-split .pn-w > i{
    display: inline-block;
    font-style: inherit;
    transform: translateY(105%);
    transition: transform .82s cubic-bezier(.16,.84,.28,1);
}

.pn-split.is-visible .pn-w > i{
    transform: translateY(0);
}

@keyframes pn-ping {
    0% { opacity: .9; transform: scale(.82); }
    70%, 100% { opacity: 0; transform: scale(1.5); }
}

.contact-copy h2{
    margin: 0;
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.055em;
}

@keyframes pn-marquee {
    to { transform: translateX(-100%); }
}

.pn-mock{
    --accent: #f5ba29;
    position: relative;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    background: #171717;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,.45);
}

.pn-mock-bar{
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
}

.pn-mock-bar > span{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex: 0 0 9px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

.pn-mock-bar > span:nth-child(1){
    background: #ff5f57;
}

.pn-mock-bar > span:nth-child(2){
    background: #febc2e;
}

.pn-mock-bar > span:nth-child(3){
    background: #28c840;
}

.pn-mock-bar > em{
    flex: 1;
    margin-left: 8px;
    padding: 6px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    color: rgba(255,255,255,.62);
    font-size: 14px;
    font-style: normal;
    letter-spacing: -.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pn-mock-body{
    display: grid;
    gap: 10px;
    padding: 14px;
}

.pn-mock-nav{
    display: flex;
    gap: 7px;
}

.pn-mock-nav i{
    height: 7px;
    flex: 1;
    max-width: 46px;
    border-radius: 3px;
    background: rgba(255,255,255,.1);
}

.pn-mock-nav i:first-child{
    max-width: 26px;
    background: var(--accent);
    opacity: .85;
}

.pn-mock-hero{
    position: relative;
    height: clamp(74px, 9vw, 122px);
    border-radius: 11px;
    overflow: hidden;
    background: linear-gradient(125deg, color-mix(in srgb, var(--accent) 42%, #171717), rgba(255,255,255,.05));
}

.pn-mock-hero::after{
    content: "";
    position: absolute;
    left: 14px;
    bottom: 14px;
    width: 44%;
    height: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,.42);
}

.pn-mock-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}

.pn-mock-grid i{
    height: clamp(38px, 4.4vw, 58px);
    border-radius: 9px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.05);
    position: relative;
    overflow: hidden;
}

.pn-mock-grid i::after{
    content: "";
    position: absolute;
    left: 8px;
    right: 30%;
    bottom: 8px;
    height: 5px;
    border-radius: 3px;
    background: var(--accent);
    opacity: .5;
}

.pn-mock-grid i:nth-child(2)::after{ right: 44%; }

.pn-mock-grid i:nth-child(4)::after{ right: 22%; }

.pn-mock-grid i:nth-child(5)::after{ right: 50%; }

.page-hero{
    position: relative;
    z-index: 5;
    padding: clamp(50px, 5.5vw, 96px) 0 clamp(46px, 4.8vw, 78px);
    overflow: clip;
    background: #f5f5f3;
}

.page-hero .pn-dots{
    top: 0;
    right: 0;
    width: 200px;
    height: 220px;
    color: #111;
    opacity: .12;
}

.page-hero .pn-halo{
    left: 32%;
    top: -30%;
    width: clamp(340px, 32vw, 560px);
}

.page-hero-back{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: clamp(26px, 2.8vw, 44px);
    color: rgba(17,17,17,.55);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: color .24s ease, gap .3s ease;
}

.page-hero-back:hover,
.page-hero-back:focus-visible{ color: #111; outline: none; gap: 16px; }

.page-hero-grid{
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    align-items: end;
    gap: clamp(30px, 4vw, 86px);
}

.page-hero h1{
    margin: 0;
    max-width: 17ch;
    font-family: var(--font-display);
    font-size: clamp(46px, 4vw, 94px);
    font-weight: 600;
    line-height: .94;
    letter-spacing: -.055em;
}

.page-hero-lead{
    margin: 0 0 8px;
    max-width: 52ch;
    color: rgba(17,17,17,.66);
    font-size: 20px;
    line-height: 1.4;
}

.page-hero-stats{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 50px);
    margin-top: clamp(40px, 4vw, 66px);
    padding-top: clamp(28px, 2.8vw, 38px);
    border-top: 1px solid rgba(17,17,17,.13);
}

.page-hero-stats div strong{
    display: block;
    font-family: var(--font-display);
    font-size: clamp(30px, 2.6vw, 46px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.05em;
}

.page-hero-stats div span{
    display: block;
    margin-top: 10px;
    color: rgba(17,17,17,.5);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.page-block{
    position: relative;
    z-index: 5;
    padding: clamp(66px, 7vw, 120px) 0;
    overflow: clip;
}

.page-block-dark{ background: #0e0e0e; color: #fff; }

.page-block-light{ background: #f5f5f3; }

.page-block-tint{ background: #ebeae5; }

.page-block-head{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px 40px;
    margin-bottom: clamp(32px, 3.4vw, 52px);
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(17,17,17,.13);
}

.page-block-dark .page-block-head{ border-bottom-color: rgba(255,255,255,.13); }

.page-block-head h2{
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(28px, 2.5vw, 46px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.page-block-head span{
    color: rgba(17,17,17,.45);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.page-block-dark .page-block-head span{ color: rgba(255,255,255,.45); }

.project-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.4vw, 22px);
}

.project-card{
    --accent: #f5ba29;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: clamp(18px, 1.6vw, 24px);
    border: 1px solid rgba(17,17,17,.1);
    border-radius: 26px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(17,17,17,.045);
    transition: transform .5s cubic-bezier(.16,.84,.28,1), box-shadow .42s ease, border-color .42s ease;
}

.page-block-dark .project-card{
    border-color: rgba(255,255,255,.1);
    background: #161616;
    box-shadow: 0 18px 44px rgba(0,0,0,.34);
}

.project-card::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 0%), color-mix(in srgb, var(--accent) 20%, transparent), transparent 62%);
    opacity: 0;
    transition: opacity .42s ease;
    pointer-events: none;
}

.project-card:hover{
    transform: translateY(-9px);
    box-shadow: 0 34px 70px rgba(17,17,17,.13);
    border-color: rgba(17,17,17,.16);
}

.page-block-dark .project-card:hover{
    border-color: color-mix(in srgb, var(--accent) 45%, transparent);
    box-shadow: 0 34px 70px rgba(0,0,0,.5);
}

.project-card:hover::after{ opacity: 1; }

.project-card .pn-mock{
    margin-bottom: clamp(18px, 1.8vw, 26px);
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
    transition: transform .6s cubic-bezier(.16,.84,.28,1);
}

.project-card:hover .pn-mock{ transform: translateY(-4px) scale(1.015); }

.project-card-body{
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 clamp(6px, .7vw, 12px) clamp(6px, .7vw, 10px);
}

.project-card-top{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.project-card-index{
    color: rgba(17,17,17,.32);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .12em;
}

.page-block-dark .project-card-index{ color: rgba(255,255,255,.32); }

.project-card-type{
    color: rgba(17, 17, 17, .42);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-align: right;
}

.page-block-dark .project-card-type{ color: rgba(255,255,255,.42); }

.project-card h3{
    margin: 0 0 12px;
    font-size: clamp(20px, 1.5vw, 27px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.042em;
}

.project-card p{
    margin: 0 0 20px;
    color: rgba(17,17,17,.62);
    font-size: 14px;
    line-height: 1.6;
}

.page-block-dark .project-card p{ color: rgba(255,255,255,.58); }

.project-card-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
}

.project-card-tags span{
    padding: 6px 11px;
    border: 1px solid rgba(17,17,17,.13);
    border-radius: 999px;
    color: rgba(17,17,17,.6);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.page-block-dark .project-card-tags span{
    border-color: rgba(255,255,255,.15);
    color: rgba(255,255,255,.64);
}

.project-card-open{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(17,17,17,.1);
    color: #111;
    font-size: 14px;
    font-weight: 700;
    transition: gap .3s ease, color .3s ease;
}

.page-block-dark .project-card-open{
    border-top-color: rgba(255,255,255,.1);
    color: #fff;
}

.project-card-open i{
    font-style: normal;
    color: var(--accent);
    transition: transform .34s cubic-bezier(.16,.84,.28,1);
}

.project-card:hover .project-card-open{ gap: 15px; }

.project-card:hover .project-card-open i{ transform: translate(3px, -3px); }

.project-card-open-muted{
    color: rgba(17,17,17,.42);
    cursor: default;
}

.page-block-dark .project-card-open-muted{ color: rgba(255,255,255,.42); }

@media (prefers-reduced-motion: no-preference) {
.portfolio-reveal{
        opacity: 0;
        transform: translate3d(0, 30px, 0);
        transition: opacity .78s cubic-bezier(.16,.84,.28,1), transform .78s cubic-bezier(.16,.84,.28,1);
    }

.portfolio-reveal.is-visible{
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

.project-card.portfolio-reveal,
.contact-channel.portfolio-reveal{
        transform: translate3d(0, 46px, 0) scale(.97);
        transition-duration: .86s;
    }

.project-card.portfolio-reveal.is-visible,
.contact-channel.portfolio-reveal.is-visible{
        transform: translate3d(0, 0, 0) scale(1);
    }

.project-card.portfolio-reveal.is-visible:hover{ transform: translateY(-9px); }

.contact-channel.portfolio-reveal.is-visible:hover{ transform: translateY(-8px); }

.contact-copy.portfolio-reveal{
        transform: translate3d(-40px, 18px, 0);
        transition-duration: .9s;
    }

.contact-copy.portfolio-reveal.is-visible{ transform: translate3d(0, 0, 0); }

.portfolio-reveal[data-delay="1"]{ transition-delay: .07s; }

.portfolio-reveal[data-delay="2"]{ transition-delay: .14s; }

.portfolio-reveal[data-delay="3"]{ transition-delay: .21s; }

.portfolio-reveal[data-delay="4"]{ transition-delay: .28s; }

.portfolio-reveal[data-delay="5"]{ transition-delay: .35s; }

.portfolio-reveal[data-delay="6"]{ transition-delay: .42s; }
}

@media (max-width: 1300px) {
.project-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
.page-hero-grid,
.contact-copy{
        grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
        gap: 34px;
    }

.contact-channels{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
.page-hero-grid,
.contact-copy,
.contact-channels,
.project-grid{
        grid-template-columns: 1fr;
    }

.page-hero h1{
        max-width: none;
        font-size: clamp(40px, 12vw, 35px);
    }

.page-hero-stats{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }

.contact-copy h2{ max-width: none; font-size: clamp(40px, 13vw, 40px); }

.contact-channel{ padding: 24px 22px; }

.site-footer-inner{
        min-height: 0;
        flex-direction: column;
        justify-content: center;
        gap: 18px;
        padding: 28px var(--page-gutter) 82px;
        text-align: center;
    }
}

@media (max-width: 390px) {
.page-hero h1{ font-size: 40px; }

.contact-copy h2{ font-size: 42px; }

.contact-actions{ display: grid; }

.contact-primary,
.contact-secondary{ width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
.portfolio-reveal{ opacity: 1 !important; transform: none !important; }

.pn-split .pn-w > i{ transform: none; }

.contact-channel-live .contact-channel-label::before{ animation: none; }
}

@keyframes aboutbp-proof-item-in {
    0% { opacity: 0; transform: translate3d(0, 24px, 0) scale(.97); }
    72% { opacity: 1; transform: translate3d(0, -2px, 0) scale(1.006); }
    100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@media (max-width: 575px) {
.page-line-art-bottom{
        display: none;
    }
}

@keyframes hero-elastic-enter {
    0% {
        opacity: 0;
        filter: blur(5px);
        transform:
            translate3d(var(--elastic-x, 0px), var(--elastic-y, 0px), 0)
            rotate(var(--elastic-r, 0deg))
            scaleX(.48)
            scaleY(1.55);
    }
    52% {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, -2px, 0) rotate(0) scaleX(1.09) scaleY(.92);
    }
    72% {
        transform: translate3d(0, 1px, 0) rotate(0) scaleX(.96) scaleY(1.05);
    }
    86% {
        transform: translate3d(0, 0, 0) rotate(0) scaleX(1.025) scaleY(.985);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0) rotate(0) scale(1);
    }
}

@keyframes hero-elastic-exit {
    0% {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0) rotate(0) scale(1);
    }
    38% {
        transform: translate3d(0, -1px, 0) rotate(0) scaleX(1.08) scaleY(.94);
    }
    100% {
        opacity: 0;
        filter: blur(4px);
        transform:
            translate3d(var(--elastic-x, 0px), var(--elastic-y, 0px), 0)
            rotate(var(--elastic-r, 0deg))
            scaleX(.52)
            scaleY(1.48);
    }
}

@keyframes profile-shard-assemble {
    0% {
        opacity: 0;
        transform: translate(var(--shard-x), var(--shard-y)) rotate(var(--shard-r)) scale(var(--shard-s));
        filter: blur(3px) contrast(.88);
    }
    18% { opacity: .92; }
    72% {
        opacity: 1;
        transform: translate(0, 0) rotate(0deg) scale(1.018);
        filter: blur(0) contrast(1.02);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) rotate(0deg) scale(1);
        filter: blur(0) contrast(1);
    }
}

@keyframes profile-shard-dissolve {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes profile-dot-collapse {
    0% {
        opacity: 0;
        transform: translate(var(--dot-x), var(--dot-y)) scale(.35);
    }
    20% { opacity: .9; }
    72% {
        opacity: .72;
        transform: translate(var(--dot-mid-x), var(--dot-mid-y)) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0) scale(.25);
    }
}

@keyframes profile-build-orbit {
    0% {
        opacity: 0;
        transform: scale(.26) rotate(-90deg);
    }
    30% { opacity: .86; }
    78% {
        opacity: .62;
        transform: scale(1) rotate(140deg);
    }
    100% {
        opacity: 0;
        transform: scale(1.1) rotate(190deg);
    }
}

@keyframes profile-sketch-swipe {
    0% {
        opacity: 0;
        transform: rotate(-17deg) scaleX(.05);
    }
    18% { opacity: .95; }
    68% {
        opacity: .86;
        transform: rotate(-17deg) scaleX(1);
    }
    100% {
        opacity: 0;
        transform: rotate(-17deg) translateX(24px) scaleX(1.05);
    }
}

@keyframes profile-portrait-compose {
    
    0% {
        opacity: 0;
        transform: translateY(12px) scale(.88);
        filter: blur(5px);
    }
    24% {
        opacity: .28;
    }
    58% {
        opacity: .82;
        transform: translateY(0) scale(1.018);
        filter: blur(.4px);
    }
    78% {
        opacity: 1;
        transform: scale(.993);
        filter: blur(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: none;
    }
}

@media (max-width: 768px) {
@keyframes pnMobileProjectLeaveNext {
        to { opacity: 0; transform: translateX(-22px) scale(.992); }
    }

@keyframes pnMobileProjectLeavePrev {
        to { opacity: 0; transform: translateX(22px) scale(.992); }
    }

@keyframes pnMobileProjectEnterNext {
        from { opacity: 0; transform: translateX(26px) scale(.992); }
        to { opacity: 1; transform: translateX(0) scale(1); }
    }

@keyframes pnMobileProjectEnterPrev {
        from { opacity: 0; transform: translateX(-26px) scale(.992); }
        to { opacity: 1; transform: translateX(0) scale(1); }
    }
}


/* Projects page content width matches Services page. */
.projects-page .portfolio-new-inner {
    max-width: 90%;
}

@media (max-width: 760px) {
    .projects-page .portfolio-new-inner {
        max-width: 100%;
    }
}


/* Projects hero heading: same fast typing-style reveal used by Services. */
.projects-page .projects-typewriter-word {
    display: inline-block;
    white-space: nowrap;
}

.projects-page .projects-typewriter-char {
    display: inline-block;
    opacity: 0;
    transform: translate3d(-5px, 0, 0);
    will-change: opacity, transform;
}

.projects-page .projects-typewriter.is-typing .projects-typewriter-char {
    animation: projects-type-char-in 180ms cubic-bezier(.22,.8,.3,1) forwards;
    animation-delay: var(--type-delay, 0ms);
}

.projects-page .projects-typewriter.is-typed .projects-typewriter-char {
    opacity: 1;
    transform: none;
}

@keyframes projects-type-char-in {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .projects-page .projects-typewriter-char {
        opacity: 1;
        transform: none;
        animation: none !important;
    }
}

/* Project cards: real preview image + live-site pill button */
.project-preview-body{
    display: block;
    padding: 0;
    background: #fff;
    overflow: hidden;
    line-height: 0;
}

.project-preview-image{
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: top center;
}

/* Keep non-link labels such as Plugin / Client build unchanged.
   Only real external project links use the rounded CTA treatment. */
a.project-card-open{
    align-self: flex-start;
    gap: 10px;
    min-height: 44px;
    margin-top: auto;
    padding: 0 17px;
    border: 1px solid rgba(17,17,17,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.55);
    color: #111;
    line-height: 1;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .3s ease, gap .3s ease;
}

.page-block-dark a.project-card-open{
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.035);
    color: #fff;
}

a.project-card-open i{
    color: currentColor;
}

a.project-card-open:hover,
a.project-card-open:focus-visible{
    gap: 12px;
    border-color: #f5ba29;
    background: #f5ba29;
    color: #111;
    transform: translateY(-2px);
    outline: none;
}

.project-card:hover a.project-card-open i{
    transform: translate(2px, -2px);
}


/* View Live Site CTA: same slide-up hover motion as the homepage "See all projects" button. */
a.project-card-open{
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: transparent;
    transition: color .3s ease, border-color .3s ease, transform .3s ease, gap .3s ease;
}

a.project-card-open::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: #f5ba29;
    transform: translateY(101%);
    transition: transform .46s cubic-bezier(.16,.84,.28,1);
}

.page-block-dark a.project-card-open{
    background: transparent;
}

a.project-card-open:hover,
a.project-card-open:focus-visible{
    gap: 12px;
    border-color: #f5ba29;
    background: transparent;
    color: #111;
    transform: translateY(-2px);
    outline: none;
}

a.project-card-open:hover::before,
a.project-card-open:focus-visible::before{
    transform: translateY(0);
}

a.project-card-open:hover i,
a.project-card-open:focus-visible i{
    transform: translate(4px, -4px);
}
