/* About page — premium editorial composition */
:root {
    --maxw: 1280px;
    --ab-ink: #1f3d2b;
    --ab-forest: #163d2d;
    --ab-forest-deep: #102f23;
    --ab-cream: #f5f1e8;
    --ab-ivory: #fbf9f4;
    --ab-sage: #dfe9e2;
    --ab-mint: #edf3ee;
    --ab-gold: #896936;
    --ab-text: #252722;
    --ab-muted: #706f67;
    --ab-line: rgba(31, 61, 43, 0.13);
    --ab-radius: 18px;
    --ab-shadow: 0 32px 80px rgba(31, 61, 43, 0.14);
    --ab-shadow-soft: 0 20px 55px rgba(82, 104, 88, 0.12);
}

.route-about,
.about-page {
    background: var(--ab-ivory);
    color: var(--ab-text);
    overflow: clip;
}

.about-page {
    --ab-section-space: clamp(4.75rem, 7vw, 7rem);
}

.ab-shell {
    width: min(100%, var(--maxw));
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
    position: relative;
    z-index: 2;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
    margin-top: 0;
}

.about-page h1,
.about-page h2,
.about-page h3 {
    color: var(--ab-text);
    font-family: var(--serif);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.about-page h1 {
    max-width: 760px;
    margin-bottom: 1.25rem;
    font-size: clamp(2.75rem, 4.1vw, 4.15rem);
    line-height: 0.98;
    text-wrap: balance;
}

.about-page h2 {
    margin-bottom: 1.2rem;
    font-size: clamp(2.15rem, 3.2vw, 3.35rem);
    line-height: 1.07;
    text-wrap: balance;
}

.about-page h3 {
    font-size: clamp(1.35rem, 1.8vw, 1.7rem);
    line-height: 1.16;
}

.ab-eyebrow {
    margin-bottom: 1.35rem;
    color: var(--ab-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.23em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ab-eyebrow--light {
    color: #d8b77b;
}

.ab-section {
    position: relative;
    padding-block: var(--ab-section-space);
}

.ab-orbit,
.ab-glow,
.ab-leaf-line {
    pointer-events: none;
}

.ab-orbit {
    position: absolute;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: 0.07;
}

.ab-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    opacity: 0.55;
}

/* Neutralise the generic inner-page decorations; this page has its own art direction. */
.route-about .inner-motion-line,
.route-about .inner-morph,
.route-about .inner-card-glow {
    display: none !important;
}

.route-about .inner-heading,
.route-about .inner-interactive,
.route-about .inner-visual {
    opacity: 1;
    transform: none;
    clip-path: none;
}

/* Content must remain visible even if the shared reveal observer is not initialised. */
.about-page .reveal {
    opacity: 1;
    transform: none;
}

/* Hero */
.ab-hero {
    min-height: clamp(430px, 56svh, 510px);
    position: relative;
    display: grid;
    isolation: isolate;
    background-color: var(--ab-cream);
    background-image:
        linear-gradient(90deg, rgba(18, 37, 27, 0.88) 0%, rgba(18, 37, 27, 0.78) 37%, rgba(18, 37, 27, 0.23) 68%, rgba(18, 37, 27, 0.06) 100%),
        url("../images/client-about-profile.webp");
    background-position: center;
    background-size: cover;
}

.ab-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 68% 22%, rgba(219, 236, 224, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(13, 43, 31, 0) 70%, rgba(13, 43, 31, 0.28) 100%);
}

.ab-hero__wash {
    position: absolute;
    inset: 0 auto 0 0;
    width: 58%;
    background: linear-gradient(115deg, rgba(21, 55, 40, 0.15), transparent);
    clip-path: ellipse(86% 94% at 10% 50%);
    opacity: 0.75;
}

.ab-orbit--hero {
    right: -13rem;
    top: -16rem;
    width: 38rem;
    aspect-ratio: 1;
    color: #f6f0e7;
}

.ab-hero__inner {
    display: grid;
    align-content: space-between;
    min-height: inherit;
    padding-block: 1.25rem clamp(3rem, 6vh, 4rem);
}

.ab-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ab-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.ab-breadcrumb a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin-top: 3px;
    background: #d8b77b;
    transition: width 220ms ease;
}

.ab-breadcrumb a:hover::after {
    width: 100%;
}

.ab-hero__copy {
    max-width: 650px;
    padding-top: clamp(1rem, 3vh, 2rem);
    color: #fff;
}

.ab-hero__copy h1 {
    max-width: 650px;
    margin-bottom: 1rem;
    color: #fff;
    font-size: clamp(2.75rem, 4.1vw, 4.15rem);
    line-height: 0.98;
}

.ab-hero__lead {
    max-width: 560px;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.98rem, 1.2vw, 1.08rem);
    line-height: 1.65;
}

.ab-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem 1.4rem;
}

.ab-hero .btn-primary {
    box-shadow: 0 16px 38px rgba(13, 34, 25, 0.3);
}

.ab-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    padding-block: 0.6rem;
    color: #fff;
    font-size: 0.92rem;
    text-decoration: none;
}

.ab-text-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.38rem;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.65);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 260ms ease;
}

.ab-text-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.ab-hero__curve {
    position: absolute;
    right: -5%;
    bottom: -1px;
    left: -5%;
    height: clamp(32px, 4vw, 58px);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: var(--ab-ivory);
    transform: translateY(52%);
}

/* Founder profile */
.ab-profile {
    padding-top: var(--ab-section-space);
    background:
        radial-gradient(circle at 8% 62%, rgba(195, 215, 201, 0.18), transparent 24%),
        linear-gradient(180deg, var(--ab-ivory) 0%, #f8f5ef 100%);
}

.ab-glow--profile {
    right: -12rem;
    top: 12%;
    width: 34rem;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(177, 206, 185, 0.34), transparent 67%);
}

.ab-leaf-line {
    position: absolute;
    right: 4%;
    bottom: -4rem;
    width: 210px;
    fill: none;
    stroke: var(--ab-ink);
    stroke-width: 1.2;
    opacity: 0.065;
}

.ab-profile__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(2rem, 5vw, 5.5rem);
    align-items: center;
}

.ab-profile__visual {
    position: relative;
    grid-column: 1 / span 5;
    width: 100%;
    margin: 0;
}

.ab-profile__visual::before {
    content: "";
    position: absolute;
    inset: -1rem 1.5rem 1.5rem -1rem;
    z-index: -1;
    border-radius: 24px;
    background: rgba(205, 219, 207, 0.46);
    transform: rotate(-1.5deg);
}

.ab-profile__frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 4.85;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 20px;
    box-shadow: 0 30px 80px -42px rgba(25, 50, 39, 0.46);
}

.ab-profile__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 70%, rgba(20, 52, 38, 0.12));
}

.ab-profile__frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 66% center;
    transition: transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.ab-profile__visual:hover .ab-profile__frame img {
    transform: scale(1.025);
}

.ab-experience-card {
    position: absolute;
    right: -1.2rem;
    bottom: 1.6rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 190px;
    padding: 1.05rem 1.2rem;
    border: 1px solid rgba(31, 61, 43, 0.09);
    border-radius: 14px;
    background: rgba(255, 253, 248, 0.93);
    box-shadow: 0 24px 60px -28px rgba(50, 84, 62, 0.42);
    backdrop-filter: blur(12px);
}

.ab-experience-card strong {
    color: var(--ab-ink);
    font-family: var(--serif);
    font-size: 2.15rem;
    font-weight: 400;
    line-height: 1;
}

.ab-experience-card span {
    color: var(--ab-muted);
    font-size: 0.75rem;
    line-height: 1.35;
}

.ab-profile__heading {
    max-width: 640px;
    margin-bottom: 2rem;
}

.ab-profile__content {
    grid-column: 7 / -1;
}

.ab-profile__heading > p:last-child {
    max-width: 570px;
    margin-bottom: 0;
    color: var(--ab-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.ab-credentials {
    display: grid;
    gap: 0.75rem;
}

.ab-credential {
    display: grid;
    grid-template-columns: 2rem 3.3rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    position: relative;
    padding: 1.15rem 1.25rem;
    border: 1px solid var(--ab-line);
    border-radius: var(--ab-radius);
    background: rgba(255, 253, 248, 0.86);
    box-shadow: 0 18px 50px -38px rgba(49, 76, 57, 0.34);
    transition:
        opacity 700ms ease,
        transform 260ms ease,
        border-color 260ms ease,
        box-shadow 260ms ease,
        background 260ms ease;
}

.ab-credential:nth-child(2) {
    margin-left: 0;
}

.ab-credential:hover {
    z-index: 2;
    border-color: rgba(180, 138, 73, 0.36);
    background: rgba(255, 253, 248, 0.98);
    box-shadow: 0 24px 55px rgba(54, 86, 63, 0.14);
    transform: translateY(-5px) translateX(-3px);
}

.ab-credential__number {
    align-self: start;
    padding-top: 0.3rem;
    color: var(--ab-gold);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.ab-credential__icon {
    display: grid;
    width: 3.3rem;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 50%;
    color: var(--ab-ink);
    background: var(--ab-mint);
    transition: background 260ms ease, transform 260ms ease;
}

.ab-credential:hover .ab-credential__icon {
    background: #e3d6bc;
    transform: rotate(-4deg) scale(1.05);
}

.ab-credential__icon svg {
    width: 1.45rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
}

.ab-credential h3 {
    margin-bottom: 0.3rem;
}

.ab-credential p {
    margin-bottom: 0;
    color: var(--ab-muted);
    font-size: 0.86rem;
    line-height: 1.55;
}

/* Philosophy */
.ab-philosophy {
    isolation: isolate;
    padding-top: var(--ab-section-space);
    background:
        radial-gradient(circle at 92% 18%, rgba(93, 133, 105, 0.08), transparent 25%),
        linear-gradient(180deg, #f8f5ef 0%, #f3f7f3 18%, #f7f4ed 100%);
    color: var(--ab-text);
}

.ab-philosophy__curve {
    position: absolute;
    top: -1px;
    right: -6%;
    left: -6%;
    height: clamp(30px, 4vw, 54px);
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    background: #f8f5ef;
    transform: translateY(-48%);
}

.ab-grain {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
    mix-blend-mode: multiply;
    pointer-events: none;
}

.ab-orbit--story {
    left: -9rem;
    bottom: -12rem;
    width: 28rem;
    aspect-ratio: 1;
    color: var(--ab-forest);
}

.ab-philosophy__heading {
    max-width: 780px;
    margin-inline: auto;
    margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
    text-align: center;
}

.ab-philosophy__heading .ab-eyebrow {
    margin-bottom: 1rem;
    color: var(--ab-gold);
}

.ab-philosophy__heading h2 {
    max-width: 780px;
    margin: 0;
    color: var(--ab-ink);
}

.ab-philosophy__composition {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.ab-philosophy__image {
    position: relative;
    z-index: 2;
    grid-column: 1 / span 5;
    margin: 0;
}

.ab-philosophy__image::before {
    content: "";
    position: absolute;
    inset: -0.8rem 1.3rem 1.3rem -0.8rem;
    z-index: -1;
    border: 1px solid rgba(137, 105, 54, 0.26);
    border-radius: 20px 160px 20px 20px;
    transform: rotate(-1.5deg);
}

.ab-philosophy__image img {
    width: 100%;
    height: clamp(420px, 38vw, 540px);
    display: block;
    object-fit: cover;
    object-position: 67% center;
    border-radius: 20px 160px 20px 20px;
    filter: saturate(0.88) contrast(0.97);
    box-shadow: 0 32px 80px rgba(50, 82, 61, 0.2);
}

.ab-philosophy__image figcaption {
    position: absolute;
    right: -1.4rem;
    bottom: 2rem;
    max-width: 230px;
    padding: 1rem 1.2rem;
    border-radius: 12px;
    background: rgba(246, 241, 232, 0.93);
    border: 1px solid rgba(31, 61, 43, 0.09);
    box-shadow: 0 20px 48px rgba(61, 91, 70, 0.16);
    color: var(--ab-ink);
    font-family: var(--serif);
    font-size: 1rem;
    line-height: 1.4;
}

.ab-quote {
    position: relative;
    z-index: 3;
    grid-column: 6 / -1;
    margin: 0 0 0 -2rem;
    padding: clamp(2.2rem, 4vw, 3.6rem);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: var(--ab-radius);
    background: rgba(22, 61, 45, 0.96);
    box-shadow: 0 34px 80px -34px rgba(25, 50, 39, 0.58);
    backdrop-filter: blur(16px);
}

.ab-quote__mark {
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: rgba(216, 183, 123, 0.19);
    font-family: var(--serif);
    font-size: 8rem;
    line-height: 1;
}

.ab-quote p {
    position: relative;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(0.98rem, 1.22vw, 1.08rem);
    line-height: 1.85;
}

.ab-quote p:first-of-type::first-letter {
    float: left;
    margin: 0.05em 0.12em 0 0;
    color: #e1c794;
    font-family: var(--serif);
    font-size: 3.5em;
    line-height: 0.82;
}

.ab-quote footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.ab-quote__rule {
    width: 42px;
    height: 1px;
    background: #d8b77b;
}

.ab-quote cite {
    color: #f6f0e7;
    font-family: var(--serif);
    font-size: 1.05rem;
    font-style: normal;
}

.ab-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
    width: 100%;
    margin: 2.75rem 0 0;
    border-top: 0;
}

.ab-principle {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(31, 61, 43, 0.1);
    border-radius: 14px;
    background: rgba(255, 253, 248, 0.68);
}

.ab-principle + .ab-principle {
    border-left: 1px solid rgba(31, 61, 43, 0.1);
}

.ab-principle span {
    color: var(--ab-gold);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
}

.ab-principle strong {
    color: var(--ab-ink);
    font-family: var(--serif);
    font-size: clamp(1.15rem, 1.6vw, 1.45rem);
    font-weight: 400;
}

/* Keep the canonical final CTA as the page's single dark-green closing moment. */
.about-page .site-final-cta h2 {
    color: var(--ab-ivory);
}

/* Final CTA */
.ab-cta {
    position: relative;
    isolation: isolate;
    padding-block: clamp(5.6rem, 8vw, 8rem);
    overflow: hidden;
    background: linear-gradient(95deg, rgba(248, 245, 237, 0.98) 0%, rgba(248, 245, 237, 0.91) 51%, rgba(248, 245, 237, 0.58) 100%);
}

.ab-cta::before {
    content: "";
    position: absolute;
    top: -4rem;
    right: -5%;
    left: -5%;
    height: 6rem;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    background: var(--ab-forest);
    transform: translateY(-52%);
}

.ab-cta__glow {
    position: absolute;
    right: 8%;
    bottom: -7rem;
    width: 26rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(177, 205, 184, 0.46), transparent 69%);
}

.ab-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 3rem;
    align-items: end;
}

.ab-cta__copy {
    max-width: 790px;
}

.ab-cta__copy h2 {
    max-width: 700px;
}

.ab-cta__copy > p:last-child {
    max-width: 670px;
    margin-bottom: 0;
    color: var(--ab-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.ab-cta__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    padding-bottom: 0.25rem;
}

.about-page .btn {
    min-height: 48px;
    justify-content: center;
    padding: 0.8rem 1.45rem;
    border-radius: 999px;
    transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.about-page .btn:hover {
    transform: translateY(-3px) scale(1.015);
}

.about-page .btn-primary:hover {
    box-shadow: 0 18px 40px rgba(31, 61, 43, 0.22);
}

.about-page .btn-ghost-dark {
    border: 1px solid rgba(31, 61, 43, 0.22);
    color: var(--ab-ink);
    background: rgba(255, 253, 248, 0.58);
}

.about-page .btn-ghost-dark:hover {
    border-color: rgba(31, 61, 43, 0.45);
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 15px 34px rgba(31, 61, 43, 0.11);
}

/* Responsive */
@media (max-width: 1050px) {
    .ab-profile__grid {
        gap: 3rem;
    }

    .ab-credential:nth-child(2) {
        margin-left: 0.8rem;
    }

    .ab-philosophy__composition {
        gap: 2.5rem;
    }

    .ab-quote {
        padding: 2.4rem;
    }

    .ab-cta__inner {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 820px) {
    .ab-shell {
        width: 100%;
        padding-inline: 1.25rem;
    }

    .ab-hero {
        min-height: 520px;
        background-image:
            linear-gradient(90deg, rgba(18, 37, 27, 0.91) 0%, rgba(18, 37, 27, 0.73) 62%, rgba(18, 37, 27, 0.28) 100%),
            url("../images/client-about-profile.webp");
        background-position: 56% center;
    }

    .ab-hero__copy {
        max-width: 620px;
    }

    .ab-profile__grid,
    .ab-philosophy__composition {
        grid-template-columns: 1fr;
    }

    .ab-profile__visual,
    .ab-profile__content,
    .ab-philosophy__image,
    .ab-quote {
        grid-column: 1;
    }

    .ab-profile__visual {
        width: min(90%, 500px);
        margin-inline: auto;
    }

    .ab-profile__content {
        max-width: 680px;
        margin-inline: auto;
    }

    .ab-philosophy__heading {
        gap: 0.6rem;
    }

    .ab-philosophy__image {
        width: min(92%, 570px);
    }

    .ab-philosophy__image img {
        height: min(680px, 92vw);
    }

    .ab-quote {
        width: min(94%, 680px);
        margin: -2.4rem 0 0 auto;
    }

    .ab-principles {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .about-page {
        --ab-section-space: 4.6rem;
    }

    .ab-shell {
        width: 100%;
        padding-inline: 1.25rem;
    }

    .about-page h1 {
        font-size: clamp(2.5rem, 11vw, 3.45rem);
    }

    .about-page h2 {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .ab-hero {
        min-height: 500px;
        background-position: 62% center;
    }

    .ab-hero__inner {
        padding-top: 1.4rem;
        padding-bottom: 3.6rem;
    }

    .ab-hero__copy {
        padding-top: 2rem;
    }

    .ab-hero__actions,
    .ab-cta__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ab-hero__actions .btn,
    .ab-cta__actions .btn {
        justify-content: center;
        width: 100%;
    }

    .ab-text-link {
        align-self: flex-start;
    }

    .ab-profile__visual {
        width: calc(100% - 18px);
        margin-left: 0;
    }

    .ab-experience-card {
        right: -1.1rem;
        bottom: 1.4rem;
        min-width: 170px;
    }

    .ab-credential,
    .ab-credential:nth-child(2) {
        grid-template-columns: 1.6rem 2.8rem minmax(0, 1fr);
        gap: 0.65rem;
        margin-left: 0;
        padding: 1rem;
    }

    .ab-credential__icon {
        width: 2.8rem;
    }

    .ab-credential h3 {
        font-size: 1.25rem;
    }

    .ab-philosophy__image {
        width: calc(100% - 12px);
    }

    .ab-philosophy__image figcaption {
        right: -0.8rem;
        bottom: 1rem;
        max-width: 190px;
    }

    .ab-quote {
        width: calc(100% - 10px);
        margin-top: -1.2rem;
        padding: 1.8rem 1.4rem;
    }

    .ab-quote__mark {
        right: 1rem;
        font-size: 6rem;
    }

    .ab-principles {
        grid-template-columns: 1fr;
        margin-top: 2.5rem;
    }

    .ab-principle {
        padding: 1rem;
        border: 1px solid rgba(31, 61, 43, 0.1);
    }

    .ab-principle + .ab-principle {
        border-left: 1px solid rgba(31, 61, 43, 0.1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-page *,
    .about-page *::before,
    .about-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
