.about-section {
    position: relative;
    min-height: 760px;
    background: #0d0655;
    overflow: hidden;
    isolation: isolate;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.about-section img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
}

.about-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.about-container {
    position: relative;
    z-index: 2;
    max-width: 1366px;
    min-height: 760px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    column-gap: 26px;
}

.about-content {
    position: relative;
    z-index: 20;
    width: min(100%, 560px);
    margin-left: -8%;
    margin-top: -4px;
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    color: rgba(119, 225, 255, 0.92);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-content h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(2.65rem, 3.4vw, 3rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.about-intro {
    margin: 0;
    max-width: 530px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 1.28vw, 1.12rem);
    font-weight: 400;
    line-height: 1.55;
}

.about-strengths {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
}

.about-strength {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-areas:
        "number title"
        "number text";
    column-gap: 16px;
    row-gap: 5px;
    align-items: start;
    padding: 15px 16px;
    border: 1px solid rgba(145, 206, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 12px 26px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-strength:hover {
    transform: translateY(-3px);
    border-color: rgba(119, 225, 255, 0.38);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.20),
        0 16px 28px rgba(0, 0, 0, 0.16),
        0 0 18px rgba(83, 206, 255, 0.14);
}

.about-strength span {
    grid-area: number;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(95, 120, 255, 0.24);
    color: rgba(155, 235, 255, 0.96);
    font-size: 0.82rem;
    font-weight: 800;
}

.about-strength h3,
.about-strength p {
    margin: 0;
}

.about-strength h3 {
    grid-area: title;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
}

.about-strength p {
    grid-area: text;
    max-width: 360px;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.35;
}

.about-visual {
    position: relative;
    z-index: 10;
    justify-self: end;
    width: min(58vw, 780px);
    height: 690px;
    margin-right: 18px;
}

.about-card,
.about-main-3d,
.about-ornament,
.about-particle,
.about-place-title {
    position: absolute;
}

.about-card {
    z-index: 1;
    width: min(90%, 720px);
    aspect-ratio: 708 / 675;
    right: 0;
    top: 3%;
    border-radius: 18px;
    border: 1px solid rgba(207, 232, 255, 0.3);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045) 36%, rgba(57, 118, 255, 0.12)),
        rgba(26, 72, 196, 0.3);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -34px 72px rgba(10, 15, 112, 0.3),
        0 0 3px rgba(255, 255, 255, 0.32),
        0 0 26px rgba(84, 151, 255, 0.48),
        0 26px 34px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(14px) saturate(145%);
    -webkit-backdrop-filter: blur(14px) saturate(145%);
}

.about-card::before,
.about-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.about-card::before {
    inset: 1px;
    border-radius: 17px;
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.24), transparent 27%),
        radial-gradient(circle at 92% 12%, rgba(87, 211, 255, 0.18), transparent 25%);
    opacity: 0.82;
}

.about-card::after {
    left: 5%;
    right: 5%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
    opacity: 0.86;
}

.about-place-title {
    z-index: 3;
    top: 40px;
    right: 0;
    width: min(90%, 720px);
    min-height: 128px;
    overflow: visible;
    padding-inline: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 0.82;
    opacity: 0.92;
}

.about-place-title__item {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: start;
    justify-items: center;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 0, 0);
}

.about-place-title__item--urcos {
    animation: aboutTitleCycleUrcos 20s steps(1, end) infinite;
}

.about-place-title__item--pikillaqta {
    animation: aboutTitleCyclePikillaqta 20s steps(1, end) infinite;
}

.about-place-title__item--huaro {
    animation: aboutTitleCycleHuaro 20s steps(1, end) infinite;
}

.about-place-title__item--andahuaylillas {
    animation: aboutTitleCycleAndahuaylillas 20s steps(1, end) infinite;
}

.about-place-title__item span,
.about-place-title__item strong {
    display: block;
    max-width: 100%;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    text-shadow: var(--title-glitch-shadow, none);
    white-space: nowrap;
}

.about-place-title__item span {
    margin-bottom: 6px;
    font-size: clamp(1.85rem, 3.1vw, 2.7rem);
    font-weight: 800;
}

.about-place-title__item strong {
    font-size: clamp(4.9rem, 7.95vw, 7rem);
    font-weight: 900;
}

.about-place-title__item--pikillaqta strong,
.about-place-title__item--andahuaylillas strong {
    font-size: clamp(3rem, 4.7vw, 4.25rem);
    line-height: 0.9;
}

.about-place-title__item--huaro strong {
    font-size: clamp(4.9rem, 7.95vw, 7rem);
}

.about-main-3d {
    z-index: 6;
    width: min(81%, 650px);
    right: 34px;
    top: 100px;
    filter:
        drop-shadow(0 24px 20px rgba(0, 0, 0, 0.32)) drop-shadow(0 0 18px rgba(82, 216, 255, 0.16));
}

.about-3d-gallery {
    aspect-ratio: 612 / 566;
}

.about-3d-gallery .about-3d-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    opacity: 0;
    transform: translate3d(0, 0, 0);
}

.about-3d-frame--urcos {
    animation: aboutImageCycleUrcos 20s steps(1, end) infinite;
}

.about-3d-frame--pikillaqta {
    animation: aboutImageCyclePikillaqta 20s steps(1, end) infinite;
}

.about-3d-frame--huaro {
    animation: aboutImageCycleHuaro 20s steps(1, end) infinite;
}

.about-3d-frame--andahuaylillas {
    animation: aboutImageCycleAndahuaylillas 20s steps(1, end) infinite;
}

@keyframes aboutImageCycleUrcos {

    0%,
    23.2%,
    98.8%,
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
    }

    24%,
    98% {
        opacity: 1;
        transform: translate3d(-9px, 4px, 0);
        filter:
            drop-shadow(-6px 0 0 rgba(255, 39, 206, 0.78)) drop-shadow(6px 0 0 rgba(58, 242, 255, 0.78)) saturate(1.2) contrast(1.08);
        clip-path: inset(12% 0 55% 0);
    }

    24.6%,
    98.4% {
        opacity: 0.35;
        transform: translate3d(12px, -3px, 0);
        filter:
            drop-shadow(8px 0 0 rgba(255, 39, 206, 0.72)) drop-shadow(-8px 0 0 rgba(58, 242, 255, 0.72)) saturate(1.35) contrast(1.18);
        clip-path: inset(60% 0 18% 0);
    }

    25.2%,
    97.6% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
    }
}

@keyframes aboutImageCyclePikillaqta {

    0%,
    23.4%,
    50.2%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
    }

    24%,
    49% {
        opacity: 0.42;
        transform: translate3d(10px, -4px, 0);
        filter:
            drop-shadow(8px 0 0 rgba(255, 39, 206, 0.72)) drop-shadow(-8px 0 0 rgba(58, 242, 255, 0.72)) saturate(1.35) contrast(1.18);
        clip-path: inset(58% 0 15% 0);
    }

    24.8%,
    48.4% {
        opacity: 1;
        transform: translate3d(-8px, 3px, 0);
        filter:
            drop-shadow(-6px 0 0 rgba(255, 39, 206, 0.78)) drop-shadow(6px 0 0 rgba(58, 242, 255, 0.78)) saturate(1.2) contrast(1.08);
        clip-path: inset(9% 0 58% 0);
    }

    28.2%,
    48% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
    }
}

@keyframes aboutImageCycleHuaro {

    0%,
    48.4%,
    75.2%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
    }

    49%,
    74% {
        opacity: 0.44;
        transform: translate3d(-11px, 4px, 0);
        filter:
            drop-shadow(-8px 0 0 rgba(255, 39, 206, 0.72)) drop-shadow(8px 0 0 rgba(58, 242, 255, 0.72)) saturate(1.35) contrast(1.18);
        clip-path: inset(16% 0 52% 0);
    }

    49.8%,
    73.4% {
        opacity: 1;
        transform: translate3d(12px, -4px, 0);
        filter:
            drop-shadow(6px 0 0 rgba(255, 39, 206, 0.78)) drop-shadow(-6px 0 0 rgba(58, 242, 255, 0.78)) saturate(1.2) contrast(1.08);
        clip-path: inset(61% 0 16% 0);
    }

    53.2%,
    73% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
    }
}

@keyframes aboutImageCycleAndahuaylillas {

    0%,
    73.4%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
    }

    74%,
    98% {
        opacity: 0.44;
        transform: translate3d(10px, -4px, 0);
        filter:
            drop-shadow(8px 0 0 rgba(255, 39, 206, 0.72)) drop-shadow(-8px 0 0 rgba(58, 242, 255, 0.72)) saturate(1.35) contrast(1.18);
        clip-path: inset(55% 0 18% 0);
    }

    74.8%,
    98.6% {
        opacity: 1;
        transform: translate3d(-10px, 4px, 0);
        filter:
            drop-shadow(-6px 0 0 rgba(255, 39, 206, 0.78)) drop-shadow(6px 0 0 rgba(58, 242, 255, 0.78)) saturate(1.2) contrast(1.08);
        clip-path: inset(14% 0 54% 0);
    }

    78.2%,
    97.6% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
    }
}

@keyframes aboutTitleCycleUrcos {

    0%,
    23.2%,
    98.8%,
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
        --title-glitch-shadow: none;
    }

    23.6%,
    97.6% {
        opacity: 1;
        transform: translate3d(-14px, 2px, 0) skewX(-3deg);
        filter: contrast(1.35);
        clip-path: inset(0 0 62% 0);
        --title-glitch-shadow:
            5px 0 0 rgba(58, 242, 255, 0.92),
            -6px 0 0 rgba(255, 39, 206, 0.9);
    }

    24.1%,
    98.1% {
        opacity: 0.24;
        transform: translate3d(18px, -3px, 0) skewX(4deg);
        filter: blur(0.5px) contrast(1.55);
        clip-path: inset(55% 0 18% 0);
        --title-glitch-shadow:
            -8px 0 0 rgba(58, 242, 255, 0.88),
            7px 0 0 rgba(255, 39, 206, 0.86);
    }

    24.7%,
    98.6% {
        opacity: 0.82;
        transform: translate3d(-7px, 1px, 0);
        filter: contrast(1.25);
        clip-path: inset(28% 0 43% 0);
        --title-glitch-shadow:
            3px 0 0 rgba(255, 39, 206, 0.82),
            -4px 0 0 rgba(58, 242, 255, 0.82);
    }

    25.2%,
    97.6% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
        --title-glitch-shadow: none;
    }
}

@keyframes aboutTitleCyclePikillaqta {

    0%,
    23.4%,
    50.2%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
        --title-glitch-shadow: none;
    }

    24%,
    49% {
        opacity: 0.26;
        transform: translate3d(18px, -4px, 0) skewX(4deg);
        filter: blur(0.5px) contrast(1.55);
        clip-path: inset(56% 0 16% 0);
        --title-glitch-shadow:
            -8px 0 0 rgba(58, 242, 255, 0.88),
            7px 0 0 rgba(255, 39, 206, 0.86);
    }

    24.8%,
    48.4% {
        opacity: 1;
        transform: translate3d(-14px, 2px, 0) skewX(-3deg);
        filter: contrast(1.35);
        clip-path: inset(0 0 58% 0);
        --title-glitch-shadow:
            5px 0 0 rgba(58, 242, 255, 0.92),
            -6px 0 0 rgba(255, 39, 206, 0.9);
    }

    25.6%,
    47.7% {
        opacity: 0.78;
        transform: translate3d(6px, -1px, 0);
        filter: contrast(1.22);
        clip-path: inset(31% 0 41% 0);
        --title-glitch-shadow:
            -4px 0 0 rgba(58, 242, 255, 0.82),
            3px 0 0 rgba(255, 39, 206, 0.82);
    }

    28.2%,
    48% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
        --title-glitch-shadow: none;
    }
}

@keyframes aboutTitleCycleHuaro {

    0%,
    48.4%,
    75.2%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
        --title-glitch-shadow: none;
    }

    49%,
    74% {
        opacity: 0.28;
        transform: translate3d(-18px, 3px, 0) skewX(-4deg);
        filter: blur(0.5px) contrast(1.55);
        clip-path: inset(54% 0 17% 0);
        --title-glitch-shadow:
            8px 0 0 rgba(58, 242, 255, 0.88),
            -7px 0 0 rgba(255, 39, 206, 0.86);
    }

    49.8%,
    73.4% {
        opacity: 1;
        transform: translate3d(14px, -2px, 0) skewX(3deg);
        filter: contrast(1.35);
        clip-path: inset(0 0 60% 0);
        --title-glitch-shadow:
            -5px 0 0 rgba(58, 242, 255, 0.92),
            6px 0 0 rgba(255, 39, 206, 0.9);
    }

    50.6%,
    72.7% {
        opacity: 0.8;
        transform: translate3d(-6px, 1px, 0);
        filter: contrast(1.22);
        clip-path: inset(30% 0 42% 0);
        --title-glitch-shadow:
            4px 0 0 rgba(58, 242, 255, 0.82),
            -3px 0 0 rgba(255, 39, 206, 0.82);
    }

    53.2%,
    73% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
        --title-glitch-shadow: none;
    }
}

@keyframes aboutTitleCycleAndahuaylillas {

    0%,
    73.4%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
        --title-glitch-shadow: none;
    }

    74%,
    98% {
        opacity: 0.27;
        transform: translate3d(18px, -4px, 0) skewX(4deg);
        filter: blur(0.5px) contrast(1.55);
        clip-path: inset(55% 0 17% 0);
        --title-glitch-shadow:
            -8px 0 0 rgba(58, 242, 255, 0.88),
            7px 0 0 rgba(255, 39, 206, 0.86);
    }

    74.8%,
    98.6% {
        opacity: 1;
        transform: translate3d(-14px, 2px, 0) skewX(-3deg);
        filter: contrast(1.35);
        clip-path: inset(0 0 58% 0);
        --title-glitch-shadow:
            5px 0 0 rgba(58, 242, 255, 0.92),
            -6px 0 0 rgba(255, 39, 206, 0.9);
    }

    75.6%,
    97.7% {
        opacity: 0.78;
        transform: translate3d(7px, -1px, 0);
        filter: contrast(1.22);
        clip-path: inset(31% 0 41% 0);
        --title-glitch-shadow:
            -4px 0 0 rgba(58, 242, 255, 0.82),
            3px 0 0 rgba(255, 39, 206, 0.82);
    }

    78.2%,
    97.6% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: none;
        clip-path: inset(0);
        --title-glitch-shadow: none;
    }
}

.about-ornament--orange {
    z-index: 2;
    width: 174px;
    left: 36px;
    top: 300px;
    filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.22));
}

.about-ornament--cyan {
    z-index: 5;
    width: 80px;
    right: -25%;
    top: 66px;
    filter: drop-shadow(0 14px 16px rgba(0, 0, 0, 0.18));
}

.about-particle {
    z-index: 8;
    width: var(--particle-size);
    opacity: 0.94;
    filter: drop-shadow(0 7px 8px rgba(0, 0, 0, 0.28));
    animation: particleFloat var(--particle-duration, 5.8s) ease-in-out var(--particle-delay, 0s) infinite;
}

.about-particle--1 {
    --particle-size: 9px;
    --particle-duration: 5.4s;
    --particle-delay: -0.3s;
    left: 65%;
    bottom: 20%;
}

.about-particle--2 {
    --particle-size: 16px;
    --particle-duration: 6.1s;
    --particle-delay: -1.1s;
    left: 95%;
    bottom: 35%;
}

.about-particle--3 {
    --particle-size: 13px;
    --particle-duration: 5.7s;
    --particle-delay: -2s;
    left: 75%;
    bottom: 25%;
}

.about-particle--4 {
    --particle-size: 12px;
    --particle-duration: 6.7s;
    --particle-delay: -1.7s;
    left: 55%;
    bottom: 15%;
}

.about-particle--5 {
    --particle-size: 21px;
    --particle-duration: 6.2s;
    --particle-delay: -2.8s;
    left: 82%;
    bottom: 5%;
}

.about-particle--6 {
    --particle-size: 10px;
    --particle-duration: 5.5s;
    --particle-delay: -0.9s;
    left: 85%;
    bottom: 15%;
}

.about-particle--7 {
    --particle-size: 19px;
    --particle-duration: 7s;
    --particle-delay: -3.4s;
    right: 5%;
    bottom: 8%;
}

.about-particle--8 {
    --particle-size: 8px;
    --particle-duration: 5.8s;
    --particle-delay: -2.3s;
    right: 80%;
    bottom: 5%;
}

.about-particle--9 {
    --particle-size: 23px;
    --particle-duration: 6.6s;
    --particle-delay: -1.5s;
    right: 67%;
    bottom: 8%;
}

.about-particle--10 {
    --particle-size: 17px;
    --particle-duration: 5.9s;
    --particle-delay: -3s;
    right: 73%;
    bottom: 21%;
}

.about-particle--11 {
    --particle-size: 22px;
    --particle-duration: 7.2s;
    --particle-delay: -0.6s;
    --particle-flip-x: -1;
    right: 60%;
    bottom: 21%;
}

.about-particle--12 {
    --particle-size: 15px;
    --particle-duration: 6.3s;
    --particle-delay: -2.6s;
    right: 83%;
    bottom: 13%;
}

.about-particle--13 {
    --particle-size: 9px;
    --particle-duration: 5.5s;
    --particle-delay: -3.7s;
    left: 120px;
    bottom: 182px;
}

@keyframes particleFloat {

    0%,
    100% {
        transform: scaleX(var(--particle-flip-x, 1)) translateY(0) rotate(0deg);
    }

    50% {
        transform: scaleX(var(--particle-flip-x, 1)) translateY(-8px) rotate(3deg);
    }
}

@media (max-width: 1180px) {

    .about-section,
    .about-container {
        min-height: 680px;
    }

    .about-content {
        margin-left: clamp(28px, 4.8vw, 58px);
    }

    .about-intro {
        font-size: clamp(0.98rem, 1.55vw, 1.12rem);
    }

    .about-strength {
        padding: 13px 14px;
    }

    .about-visual {
        width: min(60vw, 660px);
        height: 620px;
        margin-right: 24px;
        transform: scale(0.9);
        transform-origin: center right;
    }
}

@media (max-width: 900px) {
    .about-section {
        min-height: auto;
        padding: 70px 22px 66px;
    }

    .about-container {
        width: min(100%, 720px);
        min-height: 0;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 34px;
        text-align: center;
    }

    .about-content {
        width: min(100%, 620px);
        margin: 0;
    }

    .about-content h2 {
        font-size: clamp(2.65rem, 8.8vw, 4rem);
        white-space: normal;
    }

    .about-intro {
        font-size: 1rem;
        line-height: 1.45;
    }

    .about-strengths {
        width: min(100%, 560px);
        margin-inline: auto;
    }

    .about-strength {
        text-align: left;
    }

    .about-visual {
        justify-self: center;
        width: min(94vw, 620px);
        height: auto;
        aspect-ratio: 805 / 705;
        margin: 0;
        transform: none;
    }

    .about-card {
        width: 88%;
        left: 50%;
        right: auto;
        top: 0;
        transform: translateX(-50%);
    }

    .about-place-title {
        top: 5%;
        left: 50%;
        right: auto;
        width: 88%;
        transform: translateX(-50%);
    }

    .about-main-3d {
        width: 76%;
        left: 50%;
        right: auto;
        top: 10%;
        transform: translateX(-50%);
    }

    .about-ornament--orange {
        width: 22%;
        left: 5%;
        top: 43%;
    }

    .about-ornament--cyan {
        width: 13%;
        right: -6%;
        top: 9%;
    }

    .about-particle {
        width: calc(var(--particle-size) * 0.85);
    }

    .about-particle--1 {
        left: 8%;
        bottom: 30%;
    }

    .about-particle--2 {
        left: 12%;
        bottom: 20%;
    }

    .about-particle--3 {
        left: 8%;
        bottom: 13%;
    }

    .about-particle--4 {
        left: 17%;
        bottom: 11%;
    }

    .about-particle--5 {
        left: 34%;
        bottom: 3%;
    }

    .about-particle--6 {
        left: 27%;
        bottom: 7%;
    }

    .about-particle--7 {
        right: 5%;
        bottom: 7%;
    }

    .about-particle--8 {
        right: 13%;
        bottom: 17%;
    }

    .about-particle--9 {
        right: 3%;
        bottom: 23%;
    }

    .about-particle--10 {
        right: 19%;
        bottom: 4%;
    }

    .about-particle--11 {
        left: 49%;
        bottom: 1%;
    }

    .about-particle--12 {
        right: 8%;
        bottom: 28%;
    }

    .about-particle--13 {
        left: 14%;
        bottom: 25%;
    }
}

@media (min-width: 761px) and (max-width: 900px) {
    .about-section {
        padding-bottom: 46px;
    }

    .about-container {
        gap: 26px;
    }

    .about-content {
        margin-inline: auto;
        text-align: center;
    }

    .about-kicker {
        justify-content: center;
        width: 100%;
    }

    .about-content h2,
    .about-intro {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .about-intro {
        max-width: 680px;
    }

    .about-ornament--cyan {
        right: -16%;
    }

    .about-visual {
        transform: translateY(-18px);
        margin-bottom: -18px;
    }
}

@media (max-width: 540px) {
    .about-section {
        padding: 58px 16px 56px;
    }

    .about-container {
        width: min(100%, 390px);
        gap: 24px;
    }

    .about-content h2 {
        margin-bottom: 18px;
        font-size: clamp(2.25rem, 11vw, 3rem);
    }

    .about-kicker {
        font-size: 0.78rem;
    }

    .about-intro {
        font-size: 0.86rem;
        font-weight: 500;
        line-height: 1.5;
    }

    .about-strengths {
        gap: 10px;
        margin-top: 20px;
    }

    .about-strength {
        grid-template-columns: 36px 1fr;
        grid-template-areas:
            "number title"
            "number text";
        padding: 12px;
        border-radius: 12px;
    }

    .about-strength span {
        width: 32px;
        height: 32px;
        border-radius: 10px;
        font-size: 0.72rem;
    }

    .about-strength h3 {
        font-size: 0.9rem;
    }

    .about-strength p {
        font-size: 0.78rem;
        line-height: 1.32;
    }

    .about-visual {
        width: min(98vw, 390px);
    }

    .about-place-title {
        min-height: 76px;
    }

    .about-place-title__item span {
        font-size: clamp(1rem, 5.8vw, 1.45rem);
    }

    .about-place-title__item strong {
        font-size: clamp(2.55rem, 16vw, 4rem);
    }

    .about-place-title__item--pikillaqta strong,
    .about-place-title__item--andahuaylillas strong {
        font-size: clamp(1.45rem, 7.4vw, 2.55rem);
        line-height: 0.95;
    }

    .about-particle {
        width: calc(var(--particle-size) * 0.62);
        animation-duration: calc(var(--particle-duration, 5.8s) + 0.7s);
    }
}

/* mobile centered strength cards */
@media (max-width: 900px) {

    .about-section,
    .about-section * {
        box-sizing: border-box;
    }

    .about-section {
        --about-mobile-pad: clamp(14px, 4vw, 22px);
        padding-inline: var(--about-mobile-pad) !important;
    }

    .about-background {
        display: none !important;
    }

    .about-container {
        width: calc(100vw - var(--about-mobile-pad) - var(--about-mobile-pad)) !important;
        max-width: 720px !important;
        margin-inline: auto !important;
        padding-inline: 0 !important;
        justify-items: center !important;
    }

    .about-content {
        justify-self: center !important;
        text-align: center !important;
        transform: translateX(-15px) !important;
    }

    .about-content,
    .about-strengths {
        width: 100% !important;
        margin-inline: auto !important;
    }

    .about-content {
        max-width: 620px !important;
    }

    .about-strengths {
        display: grid !important;
        justify-items: center !important;
        max-width: min(520px, calc(100vw - var(--about-mobile-pad) - var(--about-mobile-pad))) !important;
    }

    .about-strength {
        width: 100% !important;
        max-width: 100% !important;
        margin-inline: auto !important;
    }
}

@media (max-width: 540px) {
    .about-visual {
        left: 50% !important;
        transform: translateX(calc(-50% - 15px)) !important;
    }

    .about-container,
    .about-content,
    .about-strengths {
        max-width: 360px !important;
    }

    .about-strengths {
        width: min(100%, 350px) !important;
        justify-items: center !important;
    }

    .about-strength {
        width: 100% !important;
        grid-template-columns: 68px minmax(0, 1fr) !important;
        justify-content: center !important;
        align-items: center !important;
        column-gap: 16px !important;
        padding: 18px 20px !important;
        min-height: 112px !important;
    }

    .about-strength span {
        align-self: center !important;
        width: 62px !important;
        height: 62px !important;
        border-radius: 16px !important;
        font-size: 1.18rem !important;
        line-height: 1 !important;
    }

    .about-strength h3,
    .about-strength p {
        max-width: 220px !important;
        text-align: left !important;
    }
}