/*
Theme Name: GlobalM
Author: Global-M Advertising
Author URI: https://global-m.com.ua/
Description: Created by Global-M Advertising 
Tags: Global-M Advertising, Theme, WordPress, 
*/

html {
    font-size: 100%;
}

.font-size-normal {
    font-size: 100%;
    /* 1em */
}

.font-size-large {
    font-size: 112.5%;
    /* 1.125em ≈ 18px */
}

.font-size-xlarge {
    font-size: 125%;
    /* 1.25em ≈ 20px */
}

@font-face {
    font-family: 'Baccarat';
    src: url('fonts/Baccarat.woff') format('woff'),
        url('fonts/Baccarat.woff2') format('woff2'),
        url('fonts/Baccarat.svg#Baccarat') format('svg'),
        url('fonts/Baccarat.eot'),
        url('fonts/Baccarat.eot?#iefix') format('embedded-opentype'),
        url('fonts/Baccarat.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.involve-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, .03), rgba(139, 92, 246, .03) 25%, rgba(251, 146, 60, .03) 50%, rgba(34, 197, 94, .03) 75%, rgba(251, 191, 36, .03));
    position: relative;
    overflow: hidden
}

@media(max-width:47.99875em) {
    .involve-section {
        padding: 3rem 0
    }
}

.involve-content {
    text-align: center
}

@media(max-width:61.9988em) {
    .involve-content {
        text-align: left
    }
}

.involve-content p {
    font-size: clamp(1.125rem, 3vw, 1.25rem);
    line-height: 1.8;
    color: var(--muted-foreground);
    margin-bottom: 1.5rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto
}

.mission-section {
    padding: 6rem 0;
    background: var(--background-solid);
    position: relative;
    margin-top: -3rem;
    z-index: 20
}

@media(max-width:61.9988em) {
    .mission-section {
        padding: 3rem 0
    }
}

.mission-grid {
    display: grid;
    grid-gap: 4rem;
    gap: 4rem;
    align-items: center
}

@media(max-width:61.9988em) {
    .mission-grid {
        gap: 2rem
    }
}

@media(min-width:1024px) {
    .mission-grid {
        grid-template-columns: 2fr 1fr;
        gap: 6rem
    }
}

.mission-content p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--muted-foreground);
    margin-bottom: 1.5rem
}

.mission-cards {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem
}

@media(min-width:640px) {
    .mission-cards {
        grid-template-columns: 1fr
    }
}

.mission-card {
    background: var(--background);
    border-radius: var(--radius);
    padding: 1.5rem;
    border: 1px solid hsla(0, 0%, 100%, .3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
}

.mission-card:hover {
    transform: translateY(-8px) scale(1.02) rotate(1deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    background: var(--background-solid);
}

.mission-card-icon {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: var(--organic-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    animation: morphShape 12s ease-in-out infinite
}

.mission-card-icon svg {
    height: 1.75rem;
    width: 1.75rem;
    position: relative;
    z-index: 1
}

.mission-card h3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--card-foreground);
    margin-bottom: .75rem
}

.mission-card p {
    font-size: .875rem;
    color: var(--muted-foreground);
    line-height: 1.6;
    margin: 0
}

.team-section {
    padding: 2rem 0;
    background: var(--background-solid);
    position: relative;
    overflow: hidden
}

@media(max-width:47.99875em) {
    .team-section {
        padding: 3rem 0
    }
}

.team-content {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    z-index: 10
}

@media(max-width:61.9988em) {
    .team-content {
        text-align: left
    }
}

.team-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1rem;
    gap: 1rem
}

.team-card {
    background: var(--background);
    border-radius: var(--radius);
    padding: 2rem;
    border: 1px solid hsla(0, 0%, 100%, .3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 140%;
    cursor: pointer;
}

.team-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, hsla(213, 94%, 68%, .03), hsla(262, 83%, 58%, .03));
    pointer-events: none
}

.team-card:hover {
    transform: translateY(-8px) scale(1.02) rotate(1deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    background: var(--background-solid)
}

.team-card-image {
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    overflow: hidden
}

.team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.team-card h3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--card-foreground);
    margin: .75rem 0
}

.team-card p {
    font-size: .875rem;
    color: var(--muted-foreground);
    line-height: 1.6;
    margin: 0
}

@media(max-width:47.99875em) {
    .team-card p {
        font-size: 1rem;
        color: var(--muted-foreground);
        line-height: 1.6;
        margin: 0
    }
}

.team-partners-list {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
    grid-gap: 2rem;
    gap: 1rem;
    justify-items: center;
    background-color: hsl(210, 40%, 98%);
    border-radius: var(--radius);
    padding: 1rem;
}

.team-partners-card {
    padding: 1rem;
    border-radius: 0.5rem;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.team-partners-card:hover {
    transform: scale(1.05);
}

.team-partners-card-image {
    height: 5rem;
    overflow: hidden;
    cursor: pointer;
}

.team-partners-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-video-section {
    padding: 5rem 0;
    background: var(--background-solid);
    position: relative;
    overflow: hidden
}


.about-video-info p {
    font-size: clamp(1.125rem, 3vw, 1.25rem);
    line-height: 1.8;
    color: var(--muted-foreground);
    margin-bottom: 1.5rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto
}

.about-video-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
    gap: 3rem;
    justify-content: center;
    justify-items: center
}

.about-video-player iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    border-radius: .5rem
}

@media(max-width:47.99875em) {
    .about-video-section {
        padding: 3rem 0
    }
}

@media(max-width:61.9988em) {
    .about-video-content {
        grid-template-columns: 1fr;
        gap: 1rem
    }

    .about-video-player {
        width: 100%
    }
}

.vision-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, .03), rgba(139, 92, 246, .03) 25%, rgba(251, 146, 60, .03) 50%, rgba(34, 197, 94, .03) 75%, rgba(251, 191, 36, .03));
    position: relative;
    overflow: hidden
}

@media(max-width:47.99875em) {
    .vision-section {
        padding: 3rem 0
    }
}

.vision-section:before {
    content: "";
    position: absolute;
    top: -20%;
    left: -10%;
    width: 40%;
    height: 60%;
    background: radial-gradient(ellipse at center, rgba(139, 92, 246, .08) 0, transparent 70%);
    border-radius: var(--blob-radius);
    animation: float 22s ease-in-out infinite;
    transform: rotate(20deg)
}

.vision-content {
    /* max-width: 64rem; */
    /* margin: 0 auto; */
    /* text-align: center; */
    padding: 0 1rem;
    position: relative;
    z-index: 10
}

.vision-content h2 {
    text-align: center;
}

@media(max-width:61.9988em) {
    .vision-content {
        text-align: left
    }
}

@media(min-width:640px) {
    .vision-content {
        padding: 0 1.5rem
    }
}

@media(min-width:1024px) {
    .vision-content {
        padding: 0 2rem
    }
}

.vision-content p {
    font-size: clamp(1.125rem, 3vw, 1.25rem);
    line-height: 1.8;
    color: var(--muted-foreground);
    margin-bottom: 1.5rem;
    /* max-width: 48rem; */
    /* margin-left: auto; */
    /* margin-right: auto */
}


.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #39045c, #1e0f2b);
    padding: 8rem 1rem;
    min-height: 100vh;
    display: flex;
    align-items: center
}

.hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.08"/><circle cx="20" cy="80" r="0.5" fill="white" opacity="0.08"/><circle cx="80" cy="30" r="0.5" fill="white" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none
}

.hero-section:after {
    content: "";
    position: absolute;
    top: 10%;
    left: -5%;
    width: 30%;
    height: 60%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, .1) 0, transparent 70%);
    border-radius: var(--blob-radius);
    animation: float 20s ease-in-out infinite;
    transform: rotate(-15deg)
}

@media(max-width:639px) {
    .hero-section {
        padding: 8rem 1rem 4rem;
        min-height: 70vh
    }

    /* .hero-title {
        font-size: 2rem;
        margin-bottom: 1.5rem
    } */

    /* .hero-description {
        font-size: 1rem;
        margin-bottom: 2rem
    } */

    .hero-actions {
        gap: 1rem
    }
}

@media(min-width:640px) {
    .hero-section {
        padding: 10rem 1.5rem
    }
}

@media(min-width:1024px) {
    .hero-section {
        padding: 12rem 2rem
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: hsla(0, 0%, 100%, .05);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.hero-content {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    z-index: 10
}

.hero-text {
    display: grid;
    grid-template-columns: 3fr 4fr;
    margin: 0 auto;
    transform: translateY(-4.6875rem);
}

.hero-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.hero-logo svg {
    max-width: 24rem;
    width: 100%;
}

.hero-title {
    font-family: Baccarat, sans-serif;
    font-size: clamp(28px, 8vw, 58px);
    color: #fff;
    display: flex;
    flex-direction: column;
}

.hero-title span {
    line-height: 100%;
    letter-spacing: 4px;
    white-space: nowrap;
}

.hero-title span:nth-child(2) {
    color: var(--gold);
}

.hero-title span:nth-child(3) {
    margin-top: 5px;
    font-size: clamp(8px, 4vw, 26px);
}

.hero-body {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}


.hero-description {
    font-size: clamp(12px, 2vw, 28px);
    line-height: 1.8;
    color: var(--gold);
    text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    text-transform: uppercase;
    font-weight: 600;
}

.hero-actions {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center
}

@media(min-width:640px) {
    .hero-actions {
        flex-direction: row;
        justify-content: center;
        gap: 2rem
    }
}

@media (max-width: 61.9988em) {
    .hero-text {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-description {
        max-width: 350px;
        margin: 0 auto;
    }
}

.floating-element {
    position: absolute;
    display: none;
    pointer-events: none
}

@media(min-width:1024px) {
    .floating-element {
        display: block
    }
}

.floating-element-1 {
    top: 0%;
    left: 0%;
    animation: floatLeft 15s ease-in-out infinite
}

.floating-element-2 {
    bottom: 10%;
    right: 0%;
    animation: floatRight 18s ease-in-out infinite
}

.floating-element-3 {
    top: 40%;
    right: 15%;
    animation: floatUp 12s ease-in-out infinite
}

@keyframes floatLeft {

    0%,
    to {
        transform: translate(0) rotate(0deg)
    }

    33% {
        transform: translate(-30px, -20px) rotate(5deg)
    }

    66% {
        transform: translate(20px, -40px) rotate(-3deg)
    }
}

@keyframes floatRight {

    0%,
    to {
        transform: translate(0) rotate(0deg)
    }

    33% {
        transform: translate(20px, -30px) rotate(-5deg)
    }

    66% {
        transform: translate(-25px, -15px) rotate(8deg)
    }
}

@keyframes floatUp {

    0%,
    to {
        transform: translate(0) rotate(0deg)
    }

    50% {
        transform: translate(-15px, -50px) rotate(10deg)
    }
}

.floating-icon {
    padding: 1.5rem;
    background: hsla(0, 0%, 100%, .15);
    border-radius: var(--blob-radius);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid hsla(0, 0%, 100%, .2);
    animation: morphShape 10s ease-in-out infinite
}

.floating-icon svg {
    height: 2rem;
    width: 2rem;
    color: #fff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .1))
}

.stats-section {
    padding: 6rem 0;
    background: var(--background-solid);
    position: relative;
    margin-top: -5rem;
    z-index: 20
}

.stats-container {
    background: hsla(0, 0%, 100%, .9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 3rem;
    padding: 3rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
    border: 1px solid hsla(0, 0%, 100%, .3);
    position: relative;
    overflow: hidden
}

.stats-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, hsla(213, 94%, 68%, .05), hsla(262, 83%, 58%, .05) 50%, hsla(24, 100%, 83%, .05));
    pointer-events: none
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
    gap: 3rem;
    position: relative
}

@media(max-width:639px) {
    .stats-section {
        padding: 4rem 0;
        margin-top: -3rem
    }

    .stats-container {
        padding: 2rem 1rem;
        border-radius: 2rem
    }

    .stats-grid {
        gap: 1rem
    }

    .stat-item {
        padding: 1rem
    }

    .stat-number {
        font-size: 1.5rem
    }
}

@media(min-width:768px) {
    .stats-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width: 29.99875em) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

.stat-item {
    text-align: center;
    position: relative;
    padding: 1.5rem;
    border-radius: 2rem;
    background: var(--card);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.stat-item:hover {
    transform: translateY(-8px) scale(1.05);
    background: var(--card);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.stat-item:first-child {
    border-radius: var(--blob-radius)
}

.stat-item:nth-child(3) {
    border-radius: var(--organic-radius)
}

.stat-number {
    font-family: Montserrat, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: .75rem;
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    position: relative
}

.stat-label {
    font-size: .875rem;
    color: var(--muted-foreground);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: Montserrat, sans-serif
}

.features-section {
    padding: 8rem 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, .02), rgba(139, 92, 246, .02) 50%, rgba(251, 146, 60, .02));
    position: relative;
    overflow: hidden
}

.features-section:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -20%;
    width: 40%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(59, 130, 246, .1) 0, transparent 70%);
    border-radius: var(--blob-radius);
    animation: float 25s ease-in-out infinite reverse;
    transform: rotate(45deg)
}

@media (max-width: 47.99875em) {
    .features-section {
        padding: 4rem 0;
    }
}

.features-section:after {
    content: "";
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 30%;
    height: 80%;
    background: radial-gradient(ellipse at center, rgba(139, 92, 246, .08) 0, transparent 70%);
    border-radius: var(--organic-radius);
    animation: float 20s ease-in-out infinite;
    transform: rotate(-30deg)
}

.features-grid {
    display: grid;
    grid-gap: 3rem;
    gap: 3rem;
    position: relative;
    z-index: 10
}

@media(min-width:768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1024px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.cta-section {
    padding: 8rem 0;
    /* background: linear-gradient(135deg, var(--volunteer-purple) 0, var(--volunteer-blue) 50%, var(--volunteer-green) 100%); */
    background: linear-gradient(135deg, #4a51ad, #0b1432, #38055c);
    position: relative;
    overflow: hidden;
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    margin-bottom: 2rem
}

.cta-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="1" fill="white" opacity="0.1"/><circle cx="15" cy="15" r="0.5" fill="white" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
    pointer-events: none
}

@media(min-width:1024px) {
    .cta-section {
        -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
        clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%)
    }
}

.cta-content {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10
}

.cta-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem
}

.cta-icon svg {
    height: 4rem;
    width: 4rem;
    padding: 1rem;
    background: hsla(0, 0%, 100%, .2);
    border-radius: var(--blob-radius);
    color: #fff;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid hsla(0, 0%, 100%, .3);
    animation: morphShape 8s ease-in-out infinite;
    filter: drop-shadow(0 8px 25px rgba(0, 0, 0, .1))
}

.cta-title {
    font-family: Baccarat, sans-serif;
    letter-spacing: 2px;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 2rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    position: relative
}

.cta-description {
    font-size: clamp(1.125rem, 3vw, 1.375rem);
    line-height: 1.8;
    color: hsla(0, 0%, 100%, .9);
    margin-bottom: 3rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center
}

@media(min-width:640px) {
    .cta-actions {
        flex-direction: row;
        justify-content: center;
        gap: 2rem
    }
}

.hero-secondary {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(59, 130, 246, .05), rgba(139, 92, 246, .05) 25%, rgba(251, 146, 60, .05) 50%, rgba(34, 197, 94, .05) 75%, rgba(251, 191, 36, .05));
    padding: 6rem 1rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%)
}

@media(max-width:64rem) {
    .hero-secondary {
        padding: 8rem 2rem;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%)
    }
}

.hero-secondary__content {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10
}

.hero-secondary__content div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: var(--svg-background);
    border-radius: var(--blob-radius);
    margin-bottom: 2rem;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid hsla(0, 0%, 100%, .3);
    animation: morphShape 10s ease-in-out infinite
}

.hero-secondary__content div svg {
    height: 3rem;
    width: 3rem;
    color: var(--volunteer-blue);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .1))
}

.hero-secondary__content h1 {
    font-family: Baccarat, sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    background: var(--second-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    /* margin-bottom: 2rem; */
    position: relative
}

.hero-secondary__content p {
    font-size: clamp(1.125rem, 3vw, 1.375rem);
    line-height: 1.8;
    color: var(--muted-foreground);
    max-width: 48rem;
    margin: 0 auto
}

.dark .hero-secondary-icon {
    background: linear-gradient(135deg, hsla(213, 94%, 15%, .8), hsla(262, 83%, 15%, .8))
}

@media(max-width:29.99875em) {
    .news-content {
        padding: 0
    }
}

.single-news__breadcrumps {
    margin: 2rem 0 1rem;
    display: flex;
    gap: .6rem
}

.single-news__breadcrumps a {
    color: #6a82f6;
    font-weight: 600
}

.single-news__info {
    display: flex;
    gap: 1rem
}

.single-news__author {
    color: #6a82f6;
    font-weight: 600
}

.single-news__title {
    font-family: Baccarat, sans-serif;
    letter-spacing: 2px;
    font-size: clamp(1.875rem, 4vw, 2.5rem);
    font-weight: 800;
    background: var(--second-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    margin: 1rem 0;
    line-height: 110%;
}

.single-news__image {
    width: 100%;
    max-height: 600px;
    aspect-ratio: 16/9;
    border-radius: .5rem;
    overflow: hidden
}

.single-news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.single-news__body {
    margin-top: 1rem;
    font-size: clamp(1rem, 3vw, 1.125rem);
    line-height: 1.8;
    color: var(--muted-foreground)
}

.single-news__bottom {
    margin-top: 2rem
}

.single-news__related {
    margin-bottom: 2rem
}

.single-news__related h3 {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 1rem
}

.single-news__related-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    gap: 1rem
}

.single-news__related-card {
    cursor: pointer
}

.volunteer-main {
    background-color: var(--muted);
    padding: 6rem 0 5rem;
}

@media(max-width:47.99875em) {
    .volunteer-main {
        padding: 3rem 0
    }
}

.volunteer-main__container {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.volunteer-main__body {
    display: grid;
    grid-template-columns: 10rem 1fr;
    grid-gap: 2rem;
    gap: 2rem
}

@media(max-width:29.99875em) {
    .volunteer-main__body {
        grid-template-columns: 1fr
    }
}

.volunteer-main__avatar {
    height: 8rem;
    width: 8rem
}

@media(hover:hover) {
    .volunteer-main__avatar:hover {
        transform: scale(1.1) rotate(5deg)
    }
}

@media(max-width:29.99875em) {
    .volunteer-main__avatar {
        justify-self: center
    }
}

.volunteer-main__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%
}

.volunteer-main__info {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.volunteer-main__info h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--foreground)
}

@media(max-width:29.99875em) {
    .volunteer-main__info h1 {
        font-size: 2rem
    }
}

.volunteer-main__info h2 {
    font-size: 1.25rem;
    color: var(--muted-foreground);
    line-height: 1.6
}

.volunteer-main__badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap
}

.volunteer-main__badges div {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--border)
}

.volunteer-main__facts {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap
}

.volunteer-main__facts div {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .875rem;
    color: var(--muted-foreground)
}

.volunteer-main__facts div svg {
    width: 1rem;
    height: 1rem
}

.volunteer-main__featured {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--volunteer-amber)
}

.volunteer-main__featured svg {
    width: .75rem;
    height: .75rem
}

.volunteer-main__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap
}

.volunteer-main__actions a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.volunteer-main__actions button:first-child {
    background-color: var(--volunteer-blue);
    color: #fff;
}

.volunteer-main__actions button:nth-child(2) {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--border);
    color: var(--foreground)
}

.volunteer-main__actions button svg {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem
}

.volunteer-content {
    padding: 3rem 0
}

.volunteer-related {
    background-color: var(--muted);
    padding: 5rem 0
}

@media(max-width:47.99875em) {
    .volunteer-related {
        padding: 2rem 0
    }
}

.volunteer-related__container {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.volunteer-related__container h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--foreground)
}

@media(max-width:29.99875em) {
    .volunteer-related__container h2 {
        font-size: 1.5rem;
        line-height: 120%
    }
}

.volunteer-related__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
    grid-gap: 3rem;
    gap: 3rem
}

.volunteer-related__item {
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid hsla(0, 0%, 100%, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem
}

@media(hover:hover) {
    .volunteer-related__item:hover {
        box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
    }
}

.volunteer-related__item h3 {
    font-family: Space Grotesk, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--card-foreground)
}

.volunteer-related__item p {
    color: var(--muted-foreground);
    font-size: .875rem;
    line-height: 1.6;
    text-align: center
}

.volunteer-related__item a {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--border);
    color: var(--foreground);
    font-size: .875rem;
    padding: .5rem 1rem
}

.volunteer-related__avatar {
    height: 4rem;
    width: 4rem
}

.volunteer-related__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover
}

.single-volunteer__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    font-family: Space Grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: var(--muted-foreground);
    padding: 1.5rem 0
}


.single-volunteer__back svg {
    width: 1rem;
    height: 1rem
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.section-header:before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 8px;
    background: var(--second-gradient);
    border-radius: var(--organic-radius);
    opacity: .6
}

.section-header h2 {
    font-family: Baccarat, sans-serif;
    letter-spacing: 2px;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    background: var(--second-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block
}

.section-header h2:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    border-radius: var(--blob-radius)
}

.section-header p {
    font-family: Montserrat, cursive;
    font-size: 1.5rem;
    color: var(--muted-foreground);
    font-weight: 500;
    transform: rotate(-1deg);
    display: inline-block
}

@media (max-width: 29.99875em) {
    .section-header p {
        font-size: 1.2rem;
    }
}

.footer {
    /* background: linear-gradient(135deg, var(--volunteer-blue) 0, var(--volunteer-purple) 35%, var(--volunteer-coral) 70%, var(--volunteer-green) 100%); */
    /* background: linear-gradient(135deg, #4a51ad 0, #0b1432 35%, #38055c 70%, #000000 100%); */
    background: linear-gradient(135deg, #0b1432 0, #38055c 50%, #000 100%);
    color: #fff;
    padding: 3rem 0 2rem;
    position: relative;
    overflow: hidden
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footerPattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/><circle cx="40" cy="40" r="1.5" fill="white" opacity="0.08"/><circle cx="25" cy="5" r="0.5" fill="white" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23footerPattern)"/></svg>');
    pointer-events: none
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10
}

@media(min-width:640px) {
    .footer-container {
        padding: 0 1.5rem
    }
}

@media(min-width:1024px) {
    .footer-container {
        padding: 0 2rem
    }
}

.footer-content {
    display: grid;
    grid-gap: 3rem;
    gap: 3rem;
    margin-bottom: 3rem
}

@media(min-width:768px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1024px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr)
    }
}

.footer-section h3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.footer-link {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none;
    font-size: .875rem;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    display: inline-block
}

.footer-link:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, white, var(--volunteer-amber));
    transition: width .3s cubic-bezier(.4, 0, .2, 1)
}

.footer-link:hover {
    color: #fff;
    transform: translateX(5px)
}

.footer-link:hover:before {
    width: 100%
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.footer-brand p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: 'Baccarat';
}

.footer-brand span {
    line-height: 100%;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
    white-space: nowrap;
}

.footer-brand span:nth-child(1) {}

.footer-brand span:nth-child(2) {
    color: var(--gold);
}

.footer-brand span:nth-child(3) {
    margin-top: 3px;
    font-size: 0.625rem;
}

/* .footer-brand-icon {
    height: 2.5rem;
    width: 2.5rem;
    background: hsla(0, 0%, 100%, .2);
    border-radius: var(--blob-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid hsla(0, 0%, 100%, .3);
    animation: morphShape 10s ease-in-out infinite
} */

/* .footer-brand-icon svg {
    height: 1.5rem;
    width: 1.5rem;
    color: #fff
} */

.footer-brand-text {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    line-height: 120%;
}

.footer-description {
    color: hsla(0, 0%, 100%, .8);
    font-size: .875rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    text-align: justify;
    hyphens: auto;
}

.footer-social {
    display: flex;
    gap: 1rem
}

.footer-social-link {
    height: 3rem;
    width: 3rem;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid hsla(0, 0%, 100%, .2);
    position: relative;
    overflow: hidden
}

.footer-social-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transform: translate(-50%, -50%);
    z-index: -1
}

.footer-social-link:hover {
    background: hsla(0, 0%, 100%, .2);
    color: #fff;
    transform: translateY(-5px) scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2)
}

.footer-social-link:hover:before {
    width: 100%;
    height: 100%
}

.footer-social-link svg {
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    z-index: 1
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    color: hsla(0, 0%, 100%, .8);
    font-size: .875rem;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.footer-contact-item:hover {
    color: #fff;
    transform: translateX(5px)
}

.footer-contact-icon {
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
    opacity: .8
}

.footer-bottom {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    text-align: center
}

@media(min-width:768px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        text-align: left
    }
}

.footer-copyright {
    color: hsla(0, 0%, 100%, .8);
    font-size: .875rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.footer-bottom-links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media(min-width:768px) {
    .footer-bottom-links {
        justify-content: flex-end
    }
}

.footer-bottom-link {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none;
    font-size: .875rem;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    position: relative
}

.footer-bottom-link:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s cubic-bezier(.4, 0, .2, 1)
}

.footer-bottom-link:hover {
    color: #fff
}

.footer-bottom-link:hover:before {
    width: 100%
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 1rem 2rem;
    border-radius: 3rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    white-space: nowrap;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-family: Montserrat, sans-serif
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -700%;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
    transition: left .6s cubic-bezier(.4, 0, .2, 1)
}

.btn:hover:before {
    left: 100%
}

.btn-primary {
    background: #fff;
    color: var(--volunteer-blue);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    border: 2px solid rgba(0, 0, 0, 0)
}

.btn-primary:hover {
    background: #4a51ad;
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 20px 40px rgba(59, 130, 246, .3)
}

.btn-secondary {
    background: hsla(0, 0%, 100%, .1);
    color: #fff;
    border: 2px solid hsla(0, 0%, 100%, .3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.btn-secondary:hover {
    background: #fff;
    color: var(--volunteer-blue);
    border-color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 20px 40px hsla(0, 0%, 100%, .2)
}

.btn-gradient {
    background: var(--second-gradient);
    color: #fff
}

.btn-gradient:hover {
    background: var(--second-gradient);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 20px 40px rgba(139, 92, 246, .4)
}

.btn-organic {
    background: linear-gradient(135deg, var(--volunteer-green), var(--artist-teal));
    color: #fff;
    border-radius: var(--blob-radius);
    border: 2px solid rgba(0, 0, 0, 0);
    animation: morphShape 8s ease-in-out infinite
}

.btn-organic:hover {
    background: linear-gradient(135deg, var(--artist-teal), var(--volunteer-green));
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 20px 40px rgba(34, 197, 94, .4)
}

.btn-icon {
    height: 1.25rem;
    width: 1.25rem;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

.btn:hover .btn-icon {
    transform: scale(1.2) rotate(10deg)
}

.card,
.follow,
.form,
.map {
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.card:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
}

.card-organic {
    border-radius: var(--blob-radius);
    animation: morphShape 12s ease-in-out infinite
}

.card-header {
    padding: 1rem 2rem;
    position: relative
}

.card-content {
    padding: 0 2rem 2rem;
    position: relative
}

.card-title {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--card-foreground);
    margin-bottom: .75rem;
    position: relative;
    line-height: 125%
}

.card-description {
    color: var(--muted-foreground);
    font-size: .875rem;
    line-height: 1.6
}

.form {
    margin-bottom: 2rem
}

.feature-card {
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid hsla(0, 0%, 100%, .2);
    display: flex;
    flex-direction: column
}

.feature-card:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
}

.feature-header {
    padding: 2rem;
    position: relative;
    flex: 1;
}

.feature-icon {
    height: 4rem;
    width: 4rem;
    border-radius: var(--organic-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    animation: morphShape 10s ease-in-out infinite
}

.feature-icon svg {
    height: 2rem;
    width: 2rem;
    position: relative;
    z-index: 1;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

.feature-card:hover .feature-icon svg {
    transform: scale(1.2) rotate(10deg)
}

.feature-icon-gradient {
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    color: #fff
}

.feature-icon-organic {
    background: linear-gradient(135deg, var(--volunteer-green), var(--artist-teal));
    color: #fff
}

.feature-icon-coral {
    background: linear-gradient(135deg, var(--volunteer-coral), var(--artist-sunset));
    color: #fff
}

.feature-title {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--card-foreground);
    margin-bottom: .75rem
}

.feature-description {
    color: var(--muted-foreground);
    font-size: .875rem;
    line-height: 1.6;
    min-height: 2lh;
    flex: 1;
}

.feature-content {
    padding: 0 2rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.feature-content a {
    margin-top: auto
}

.feature-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--volunteer-blue);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    font-family: Montserrat, sans-serif
}

.feature-link:hover {
    gap: .75rem;
    color: var(--volunteer-purple);
    transform: translateX(5px)
}

.feature-link-icon {
    height: 1rem;
    width: 1rem;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

.feature-link:hover .feature-link-icon {
    transform: scale(1.2) rotate(15deg)
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    border-radius: 2rem;
    font-size: .75rem;
    font-weight: 600;
    background: hsla(0, 0%, 100%, .1);
    color: var(--secondary-foreground);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid hsla(0, 0%, 100%, .2);
    font-family: Montserrat, sans-serif
}

.badge-gradient {
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    color: #fff
}

.badge-organic {
    border-radius: var(--blob-radius);
    background: linear-gradient(135deg, var(--volunteer-green), var(--artist-teal));
    color: #fff
}

.accessibility-badge {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: .875rem;
    color: var(--muted-foreground);
    padding: .75rem 1rem;
    background: hsla(0, 0%, 100%, .05);
    border-radius: 1rem;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.accessibility-badge:hover {
    background: hsla(0, 0%, 100%, .1);
    transform: scale(1.05)
}

.badge-icon {
    height: 1rem;
    width: 1rem;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

.accessibility-badge:hover .badge-icon {
    transform: scale(1.2) rotate(10deg)
}

.input {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border);
    border-radius: 2rem;
    background: hsla(0, 0%, 100%, .8);
    color: var(--foreground);
    font-size: .875rem;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-family: Montserrat, sans-serif
}

.input:focus {
    outline: none;
    border-color: var(--volunteer-blue);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, .1);
    background: hsla(0, 0%, 100%, .95);
    transform: scale(1.02)
}

.input-organic {
    border-radius: var(--blob-radius)
}

.textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border);
    border-radius: 1.5rem;
    background: hsla(0, 0%, 100%, .8);
    color: var(--foreground);
    font-size: .875rem;
    resize: vertical;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-family: Montserrat, sans-serif;
    min-height: 120px
}

.textarea:focus {
    outline: none;
    border-color: var(--volunteer-blue);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, .1);
    background: hsla(0, 0%, 100%, .95);
    transform: scale(1.02)
}

.label {
    display: block;
    font-size: .875rem;
    font-weight: 600;
    color: var(--foreground);
    margin-bottom: .75rem;
    font-family: Montserrat, sans-serif
}

.avatar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: var(--muted);
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.avatar:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, var(--volunteer-blue), var(--volunteer-purple), var(--volunteer-coral));
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1)
}

.avatar:hover:before {
    opacity: 1
}

.avatar:hover {
    transform: scale(1.1) rotate(5deg)
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    color: #fff;
    font-weight: 600;
    font-family: Montserrat, sans-serif
}

.avatar-organic {
    border-radius: var(--blob-radius);
    animation: morphShape 15s ease-in-out infinite
}

.responsive-img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius);
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.responsive-img:hover {
    transform: scale(1.05) rotate(1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.loading {
    opacity: .6;
    pointer-events: none;
    position: relative
}

.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid var(--muted);
    border-top-color: var(--primary)
}

.loading:after,
.spinner {
    animation: spin 1s linear infinite
}

.spinner {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 3px solid var(--muted);
    border-top-color: var(--primary)
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.glow-blue {
    box-shadow: 0 0 20px rgba(59, 130, 246, .3)
}

.glow-purple {
    box-shadow: 0 0 20px rgba(139, 92, 246, .3)
}

.glow-coral {
    box-shadow: 0 0 20px rgba(251, 146, 60, .3)
}

.interactive-card {
    cursor: pointer;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.interactive-card:hover {
    transform: translateY(-5px) rotate(2deg) scale(1.02)
}

.interactive-card:active {
    transform: translateY(-2px) rotate(1deg) scale(1.01)
}

.w-full {
    width: 100%
}

.flex {
    display: flex
}

.flex-col {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.items-center {
    align-items: center
}

.items-start {
    align-items: start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-10 {
    margin-top: 2.5rem
}

.p-6 {
    padding: 1.5rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-12 {
    gap: 3rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.w-4 {
    width: 1rem
}

.h-4 {
    height: 1rem
}

.w-5 {
    width: 1.25rem
}

.h-5 {
    height: 1.25rem
}

.w-20 {
    width: 5rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.text-foreground {
    color: var(--foreground)
}

.text-muted {
    color: var(--muted-foreground)
}

.text-coral {
    color: var(--volunteer-coral)
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0)
}

.bg-muted {
    background-color: var(--muted)
}

.border-none {
    border: none
}

.border-muted {
    border: 1px solid var(--muted)
}

.avatar-large {
    height: 5rem;
    width: 5rem;
    margin: 0 auto 1rem
}

.avatar-medium {
    height: 3rem;
    width: 3rem
}

.avatar-fallback-lg {
    font-size: 1.125rem
}

.icon-small {
    width: 1rem;
    height: 1rem
}

.icon-medium {
    width: 1.25rem;
    height: 1.25rem
}

.icon-large {
    width: 2rem;
    height: 2rem
}

.mr-2 {
    margin-right: .5rem
}

.btn-full {
    width: 100%;
    padding: .75rem 2rem;
    font-size: .875rem;
    font-weight: 600
}

.content-section {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem
}

@media(min-width:640px) {
    .content-section {
        padding: 0 1.5rem
    }
}

@media(min-width:1024px) {
    .content-section {
        padding: 0 2rem
    }
}

.breadcrumb-container {
    padding: 1.5rem 0;
    background-color: var(--muted)
}

.breadcrumb-btn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: var(--muted-foreground);
    padding: .5rem;
    border-radius: .375rem;
    cursor: pointer;
    transition: all .2s ease
}

.breadcrumb-btn:hover {
    color: var(--foreground);
    background-color: hsla(0, 0%, 100%, .1)
}

.grid-span-2 {
    grid-column: span 2
}

.flex-1 {
    flex: 1 1
}

.metadata-row {
    justify-content: space-between;
    margin-bottom: 1rem
}

.metadata-left,
.metadata-row {
    display: flex;
    align-items: center
}

.metadata-left {
    gap: 1rem
}

.metadata-right {
    display: flex;
    align-items: center;
    gap: .5rem
}

.metadata-badge {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--muted);
    color: var(--muted-foreground);
    padding: .25rem .75rem;
    border-radius: 1rem;
    font-size: .75rem
}

.meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem
}

.meta-item {
    display: flex;
    align-items: center;
    gap: .25rem;
    color: var(--muted-foreground);
    font-size: .875rem
}

.content-description {
    color: var(--foreground);
    line-height: 1.7;
    font-size: 1rem
}

.content-paragraph {
    margin-bottom: 1rem
}

.sidebar-hidden {
    display: none
}

.sidebar-content {
    gap: 1.5rem
}

.sidebar-content,
.sidebar-section {
    display: flex;
    flex-direction: column
}

.sidebar-section {
    gap: 1rem
}

.sidebar-item {
    display: flex;
    gap: .75rem
}

.sidebar-avatar {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: .875rem
}

.sidebar-details h4 {
    font-size: .875rem;
    font-weight: 600;
    color: var(--foreground);
    margin-bottom: .25rem
}

.sidebar-details p {
    font-size: .75rem;
    color: var(--muted-foreground);
    line-height: 1.4
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

@media(max-width:767px) {
    .nav-content {
        height: 4rem
    }

    .nav-controls {
        gap: .25rem
    }

    .control-btn {
        height: 2.25rem;
        width: 2.25rem
    }

    .mobile-nav-link {
        padding: 1rem 1.25rem;
        font-size: .9rem
    }

    .btn {
        min-height: 44px;
        padding: .875rem 1.5rem
    }

    .card {
        margin-bottom: 1rem
    }

    .desktop-nav,
    .nav-links {
        display: none !important
    }

    .mobile-menu-btn {
        display: flex !important
    }
}

.flex-wrap {
    flex-wrap: wrap
}

.justify-content-center {
    justify-content: center
}

.align-items-center {
    align-items: center
}

.mt-6 {
    margin-top: 1.5rem
}

.ml-2 {
    margin-left: .5rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.text-sm {
    font-size: .875rem
}

.font-semibold {
    font-weight: 600
}

.line-height-4 {
    line-height: 1.4
}

.mb-1 {
    margin-bottom: .25rem
}

.btn-transparent {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: var(--muted-foreground);
    padding: .5rem;
    border-radius: .375rem;
    cursor: pointer;
    transition: all .2s ease
}

.btn-transparent:hover {
    color: var(--foreground);
    background-color: hsla(0, 0%, 100%, .1)
}

.sidebar-card-content {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.sidebar-card-item {
    display: flex;
    gap: .75rem
}

.sidebar-card-avatar {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.sidebar-card-details {
    flex: 1 1
}

.sidebar-card-title {
    font-size: .875rem;
    font-weight: 600;
    color: var(--foreground);
    margin-bottom: .25rem
}

.sidebar-card-text {
    font-size: .75rem;
    color: var(--muted-foreground);
    line-height: 1.4
}

.inline-flex {
    display: inline-flex
}

.rounded-full {
    border-radius: 50%
}

.border-muted-light {
    border: 1px solid var(--muted)
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.about-title {
    font-family: Baccarat, sans-serif;
    letter-spacing: 2px;
    font-size: clamp(1.875rem, 4vw, 2.5rem);
    font-weight: 800;
    background: var(--second-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    margin-bottom: 2rem;
    line-height: 110%;
}

@media(max-width:47.99875em) {
    .about-title {
        margin-bottom: 1rem;
        line-height: 120%
    }
}

/* @import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Caveat:wght@400..700&family=Space+Grotesk:wght@300..700&display=swap"; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
    border: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

:active,
:focus,
a:active,
a:focus {
    outline: none
}

aside,
footer,
header,
nav {
    display: block
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:hover,
a:visited {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400
}

:root {
    --volunteer-blue: #4a51ad;
    --volunteer-coral: hsl(24, 100%, 83%);
    --volunteer-purple: hsl(262, 83%, 58%);
    --volunteer-green: hsl(142, 71%, 45%);
    --volunteer-amber: hsl(43, 96%, 56%);
    --artist-teal: hsl(173, 88%, 65%);
    --artist-rose: hsl(342, 75%, 75%);
    --artist-lavender: hsl(280, 67%, 82%);
    --artist-mint: hsl(159, 64%, 75%);
    --artist-sunset: hsl(20, 95%, 75%);
    --background: #fff;
    --background-solid: #fff;
    --foreground: hsl(222.2, 84%, 4.9%);
    --card: rgba(255, 255, 255, 0.8);
    --card-foreground: hsl(222.2, 84%, 4.9%);
    --primary: var(--volunteer-blue);
    --primary-foreground: hsl(0, 0%, 100%);
    --secondary: hsl(24, 100%, 93%);
    --secondary-foreground: hsl(222.2, 47.4%, 11.2%);
    --muted: hsl(210, 40%, 96.1%);
    --muted-foreground: hsl(215.4, 16.3%, 46.9%);
    --accent: hsl(262, 83%, 95%);
    --accent-foreground: hsl(262, 83%, 25%);
    --destructive: hsl(0, 84.2%, 60.2%);
    --destructive-foreground: hsl(210, 40%, 98%);
    --border: hsl(214.3, 31.8%, 91.4%);
    --input: hsl(214.3, 31.8%, 91.4%);
    --ring: var(--volunteer-blue);
    --radius: 2rem;
    --blob-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    --organic-radius: 75% 25% 69% 31%/34% 66% 34% 66%;
    --svg-background: linear-gradient(135deg, hsla(213, 94%, 95%, .8), hsla(262, 83%, 95%, .8));
    --header-background: hsla(0, 0%, 100%, .8);
    --button-gradient: linear-gradient(135deg, #38055c, #000000);
    --gold: #d0aa68;
    --second-gradient: linear-gradient(135deg, #4a51ad, #0b1432);
    --primary-light: #4a51ad4e;
}

.dark {
    --background: linear-gradient(135deg, hsl(222.2, 84%, 4.9%), hsl(217.2, 32.6%, 17.5%));
    --background-solid: hsl(222.2, 84%, 4.9%);
    --foreground: hsl(210, 40%, 98%);
    --card: rgba(15, 23, 42, 0.9);
    --card-foreground: hsl(210, 40%, 98%);
    --primary: var(--volunteer-blue);
    --primary-foreground: hsl(0, 0%, 100%);
    --secondary: hsl(217.2, 32.6%, 17.5%);
    --secondary-foreground: hsl(210, 40%, 98%);
    --muted: hsl(217.2, 32.6%, 17.5%);
    --muted-foreground: hsl(215, 20.2%, 65.1%);
    --accent: hsl(262, 83%, 15%);
    --accent-foreground: hsl(262, 83%, 85%);
    --destructive: hsl(0, 62.8%, 30.6%);
    --destructive-foreground: hsl(210, 40%, 98%);
    --border: hsl(217.2, 32.6%, 17.5%);
    --input: hsl(217.2, 32.6%, 17.5%);
    --ring: var(--volunteer-blue);
    /* --volunteer-coral: hsl(24, 100%, 73%);
    --volunteer-purple: hsl(262, 83%, 68%);
    --volunteer-green: hsl(142, 71%, 55%);
    --volunteer-amber: hsl(43, 96%, 66%); */
    --volunteer-blue: #4a51ad;
    --volunteer-coral: hsl(24, 100%, 60%);
    --volunteer-purple: hsl(262, 80%, 45%);
    --volunteer-green: hsl(142, 70%, 35%);
    --volunteer-amber: hsl(43, 90%, 45%);

    --artist-teal: hsl(173, 88%, 55%);
    --artist-rose: hsl(342, 75%, 65%);
    --artist-lavender: hsl(280, 67%, 72%);
    --artist-mint: hsl(159, 64%, 65%);
    --artist-sunset: hsl(20, 95%, 65%);
    --svg-background: linear-gradient(135deg, hsla(222.2, 84%, 4.9, .8), hsla(217.2, 32.6%, 17.5% .8));
    --header-background: hsla(222.2, 84%, 4.9%, .8);
    --primary-light: #4a51ad4e;
}

.text-large {
    font-size: 118%
}

.text-large h1 {
    font-size: 125%
}

.text-large h2 {
    font-size: 122%
}

.text-large h3 {
    font-size: 120%
}

.text-large div,
.text-large p,
.text-large span {
    font-size: 118%
}

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

body {
    font-family: 'Montserrat', sans-serif;
    background: var(--background);
    color: var(--foreground);
    line-height: 1.7;
    font-feature-settings: "rlig" 1, "calt" 1;
    overflow-x: hidden;
    position: relative
}

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 80%, hsla(213, 94%, 68%, .03) 0, transparent 50%), radial-gradient(circle at 80% 20%, hsla(262, 83%, 58%, .03) 0, transparent 50%), radial-gradient(circle at 40% 40%, hsla(24, 100%, 83%, .02) 0, transparent 50%);
    pointer-events: none;
    z-index: -1
}

::selection {
    background: var(--volunteer-purple);
    color: #fff
}

:focus-visible {
    outline: 3px solid var(--ring);
    outline-offset: 3px;
    border-radius: 8px
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative
}

@media(min-width:640px) {
    .container {
        padding: 0 1.5rem
    }
}

@media(min-width:1024px) {
    .container {
        padding: 0 2rem
    }
}

.main {
    padding-top: 80px
}

.main-content {
    min-height: 100vh;
    background: var(--background-solid);
    position: relative
}

.volunteer-blue {
    color: var(--volunteer-blue)
}

.volunteer-coral {
    color: var(--volunteer-coral)
}

.volunteer-purple {
    color: var(--volunteer-purple)
}

.volunteer-green {
    color: var(--volunteer-green)
}

.volunteer-amber {
    color: var(--volunteer-amber)
}

.volunteer-blue-bg {
    background: linear-gradient(135deg, hsla(213, 94%, 95%, .8), hsla(213, 94%, 90%, .6));
    color: var(--volunteer-blue);
    border-radius: var(--blob-radius);
    position: relative;
    overflow: hidden
}

.volunteer-coral-bg {
    background: linear-gradient(135deg, hsla(24, 100%, 95%, .8), hsla(24, 100%, 90%, .6));
    color: var(--volunteer-coral);
    border-radius: var(--organic-radius);
    position: relative;
    overflow: hidden
}

.volunteer-purple-bg {
    background: linear-gradient(135deg, hsla(262, 83%, 95%, .8), hsla(262, 83%, 90%, .6));
    color: var(--volunteer-purple);
    border-radius: var(--blob-radius);
    position: relative;
    overflow: hidden
}

.volunteer-green-bg {
    background: linear-gradient(135deg, hsla(142, 71%, 95%, .8), hsla(142, 71%, 90%, .6));
    color: var(--volunteer-green);
    border-radius: var(--organic-radius);
    position: relative;
    overflow: hidden
}

.volunteer-amber-bg {
    background: linear-gradient(135deg, hsla(43, 96%, 95%, .8), hsla(43, 96%, 90%, .6));
    color: var(--volunteer-amber);
    border-radius: var(--blob-radius);
    position: relative;
    overflow: hidden
}

.dark .volunteer-blue-bg {
    background: linear-gradient(135deg, hsla(213, 94%, 15%, .8), hsla(213, 94%, 20%, .6))
}

.dark .volunteer-coral-bg {
    background: linear-gradient(135deg, hsla(24, 100%, 15%, .8), hsla(24, 100%, 20%, .6))
}

.dark .volunteer-purple-bg {
    background: linear-gradient(135deg, hsla(262, 83%, 15%, .8), hsla(262, 83%, 20%, .6))
}

.dark .volunteer-green-bg {
    background: linear-gradient(135deg, hsla(142, 71%, 15%, .8), hsla(142, 71%, 20%, .6))
}

.dark .volunteer-amber-bg {
    background: linear-gradient(135deg, hsla(43, 96%, 15%, .8), hsla(43, 96%, 20%, .6))
}

.grid-organic {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

.grid-masonry {
    column-count: 1;
    column-gap: 2rem
}

@media(min-width:640px) {
    .grid-masonry {
        column-count: 2
    }
}

@media(min-width:1024px) {
    .grid-masonry {
        column-count: 3
    }
}

.grid-masonry>* {
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 2rem
}

.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: -1
}

.floating-shape {
    position: absolute;
    opacity: .1;
    animation: float 20s ease-in-out infinite
}

.floating-shape:first-child {
    top: 10%;
    left: 10%;
    width: 60px;
    height: 60px;
    background: var(--volunteer-blue);
    border-radius: var(--blob-radius);
    animation-delay: 0s
}

.floating-shape:nth-child(2) {
    top: 60%;
    right: 15%;
    width: 80px;
    height: 80px;
    background: var(--volunteer-purple);
    border-radius: var(--organic-radius);
    animation-delay: 5s
}

.floating-shape:nth-child(3) {
    bottom: 20%;
    left: 20%;
    width: 40px;
    height: 40px;
    background: var(--volunteer-coral);
    border-radius: var(--blob-radius);
    animation-delay: 10s
}

@keyframes float {

    0%,
    to {
        transform: translateY(0) rotate(0deg) scale(1)
    }

    25% {
        transform: translateY(-20px) rotate(5deg) scale(1.1)
    }

    50% {
        transform: translateY(-10px) rotate(-3deg) scale(.9)
    }

    75% {
        transform: translateY(-30px) rotate(8deg) scale(1.05)
    }
}

.hidden {
    display: none
}

@media(min-width:768px) {
    .hidden-md {
        display: none
    }
}

@media(max-width:767px) {
    .hidden-mobile {
        display: none
    }
}

@media(max-width:639px) {
    .text-responsive {
        font-size: .875rem
    }

    .container {
        padding: 0 .75rem
    }

    .section-title {
        font-size: 1.875rem;
        line-height: 1.2
    }

    .section-subtitle {
        font-size: 1.125rem
    }

    .section-header {
        margin-bottom: 2rem
    }

    /* .hero-title {
        font-size: 2rem !important;
        line-height: 1.1
    } */

    /* .hero-description {
        font-size: 1rem !important;
        margin-bottom: 2rem
    } */
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(.95)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px) rotate(-5deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(40px) rotate(5deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(.8) rotate(-3deg)
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(0deg)
    }
}

@keyframes morphShape {

    0%,
    to {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
    }

    25% {
        border-radius: 30% 70% 70% 30%/30% 60% 40% 70%
    }

    50% {
        border-radius: 70% 30% 50% 50%/50% 70% 30% 60%
    }

    75% {
        border-radius: 40% 60% 30% 70%/70% 40% 60% 30%
    }
}

.animate-fade-in-up {
    animation: fadeInUp .8s cubic-bezier(.4, 0, .2, 1)
}

.animate-slide-in-left {
    animation: slideInLeft .8s cubic-bezier(.4, 0, .2, 1)
}

.animate-slide-in-right {
    animation: slideInRight .8s cubic-bezier(.4, 0, .2, 1)
}

.animate-scale-in {
    animation: scaleIn .6s cubic-bezier(.4, 0, .2, 1)
}

.animate-morph {
    animation: morphShape 8s ease-in-out infinite
}

.focus-ring:focus-visible {
    outline: 3px solid var(--ring);
    outline-offset: 3px;
    border-radius: 8px
}

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

.text-artistic {
    font-family: Caveat, cursive;
    font-weight: 600;
    color: var(--volunteer-purple);
    transform: rotate(-2deg);
    display: inline-block
}

.text-gradient {
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple), var(--volunteer-coral));
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0)
}

.text-organic {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: -.025em
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: var(--muted);
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    opacity: .8
}

.platform-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, .02), rgba(139, 92, 246, .02) 50%, rgba(251, 146, 60, .02));
    position: relative
}

.platform-grid {
    display: grid;
    grid-gap: 3rem;
    gap: 3rem
}

@media(min-width:768px) {
    .platform-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1024px) {
    .platform-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.platform-card {
    background: hsla(0, 0%, 100%, .8);
    border-radius: var(--radius);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    padding: 2rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid hsla(0, 0%, 100%, .3);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden
}

.platform-card:nth-child(3n+1) {
    border-radius: var(--blob-radius)
}

.platform-card:nth-child(3n+2) {
    border-radius: var(--organic-radius)
}

.platform-card:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, .1), transparent);
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

.platform-card:hover {
    transform: translateY(-10px) scale(1.03) rotate(-1deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
    background: hsla(0, 0%, 100%, .95)
}

.platform-card:hover:before {
    opacity: 1;
    animation: shimmer 1.2s ease-in-out
}

.platform-card-icon {
    height: 4rem;
    width: 4rem;
    border-radius: var(--organic-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    animation: morphShape 15s ease-in-out infinite
}

.platform-card-icon svg {
    height: 2rem;
    width: 2rem;
    position: relative;
    z-index: 1
}

.platform-card h3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--card-foreground);
    margin-bottom: .75rem
}

.platform-card p {
    font-size: .875rem;
    color: var(--muted-foreground);
    line-height: 1.6
}

.accessibility-section {
    padding: 6rem 0;
    background: var(--background-solid);
    position: relative
}

.accessibility-hero {
    text-align: center;
    margin-bottom: 4rem
}

.accessibility-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, hsla(142, 71%, 95%, .8), hsla(173, 88%, 95%, .8));
    border-radius: var(--blob-radius);
    margin-bottom: 2rem;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid hsla(0, 0%, 100%, .3);
    animation: morphShape 12s ease-in-out infinite
}

.dark .accessibility-hero-icon {
    background: linear-gradient(135deg, hsla(142, 71%, 15%, .8), hsla(173, 88%, 15%, .8))
}

.accessibility-hero-icon svg {
    height: 3rem;
    width: 3rem;
    color: var(--volunteer-green);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .1))
}

.accessibility-grid {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem
}

@media(min-width:640px) {
    .accessibility-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1024px) {
    .accessibility-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

.accessibility-item {
    text-align: center;
    padding: 2rem 1rem;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 2rem;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid hsla(0, 0%, 100%, .3);
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.accessibility-item:nth-child(odd) {
    border-radius: var(--blob-radius)
}

.accessibility-item:hover {
    transform: translateY(-5px) scale(1.05);
    background: hsla(0, 0%, 100%, .8);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.accessibility-item-icon {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    animation: morphShape 18s ease-in-out infinite
}

.accessibility-item-icon svg {
    height: 2rem;
    width: 2rem;
    position: relative;
    z-index: 1
}

.accessibility-item h3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--foreground);
    margin-bottom: .75rem
}

.accessibility-item p {
    font-size: .875rem;
    color: var(--muted-foreground);
    line-height: 1.6
}

.page-section {
    padding: 6rem 0;
    position: relative
}

.page-section:nth-child(2n) {
    background: linear-gradient(135deg, rgba(59, 130, 246, .02), rgba(139, 92, 246, .02))
}

.page-section:nth-child(odd) {
    background: var(--background-solid)
}

.aspect-video {
    aspect-ratio: 16/9;
    border-radius: var(--radius);
    overflow: hidden
}

.aspect-square {
    aspect-ratio: 1/1;
    border-radius: var(--blob-radius);
    overflow: hidden
}

.placeholder-content {
    background: linear-gradient(135deg, rgba(59, 130, 246, .1), rgba(139, 92, 246, .1));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    padding: 8rem 3rem;
    position: relative;
    overflow: hidden
}

.placeholder-content-text {
    text-align: center;
    color: var(--foreground);
    position: relative;
    z-index: 1
}

.placeholder-content-text svg {
    height: 4rem;
    width: 4rem;
    margin: 0 auto 1.5rem;
    color: var(--volunteer-blue);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .1))
}

.placeholder-content-text h3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .75rem
}

.placeholder-content-text p {
    font-size: .875rem;
    color: var(--muted-foreground);
    line-height: 1.6
}

.header {
    background: var(--header-background);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    border-image: linear-gradient(90deg, var(--volunteer-blue), var(--volunteer-purple), var(--volunteer-coral)) 1;
    width: 100%;
    position: fixed;
    z-index: 500;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    padding: 1rem 0
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, hsla(213, 94%, 68%, .05), hsla(262, 83%, 58%, .05) 50%, hsla(24, 100%, 83%, .05));
    pointer-events: none
}

.header_hidden {
    transform: translate(-50%, calc(-100% - 1rem))
}

.header_visible {
    transform: translate(-50%)
}

.header__overlay {
    display: none;
    position: absolute;
    margin-top: 61px
}

@media(max-width:61.9988em) {
    .header__overlay {
        display: block;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100vh;
        transition: all .3s ease 0s
    }

    .header__overlay_active {
        opacity: 1;
        visibility: visible;
        background: rgba(23, 23, 23, .7647058824)
    }
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative
}

.header__logo a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header__logo a:hover .logo-icon {
    transform: scale(1.05);
}

.logo-icon {
    display: inline-block;
    transition: transform 0.3s ease;
    will-change: transform;
    transform-origin: center;
}

.logo-icon:hover {
    transform: scale(1.05);
}

.logo-icon svg {
    width: 3.625rem;
    height: 3.625rem;
    display: block;
    shape-rendering: geometricPrecision;
}

.header__logo a p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: 'Baccarat';
}

.header__logo a span {
    line-height: 100%;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
    white-space: nowrap;
}

.header__logo a span:nth-child(1) {
    color: var(--card-foreground);
}

.header__logo a span:nth-child(2) {
    color: var(--gold);
}

.header__logo a span:nth-child(3) {
    margin-top: 2px;
    color: var(--card-foreground);
    font-size: 0.625rem;
}

@media (max-width: 29.99875em) {
    .header__logo a {
        gap: 0.4rem;
    }

    .logo-icon svg {
        width: 3rem;
        height: 3rem;
    }

    .header__logo a span {
        font-size: 0.75rem;
    }

    .header__logo a span:nth-child(3) {
        font-size: 0.5rem !important;
    }
}

.header__menu {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    transform: translateX(0)
}

@media (max-width: 61.9988em) {
    

    .header__menu {
        position: absolute;
        top: 61px;
        right: 0;
        padding: 2rem 1rem 0 0
    }

    .header__menu_hidden {
        opacity: 0;
        visibility: hidden;
        transform: translateX(50px)
    }
}

.header__menu ul {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap
}

@media(max-width:61.9988em) {
    .header__menu ul {
        flex-direction: column;
        align-items: flex-end;
        gap: 1rem
    }
}

.header__menu ul li {
    border-radius: 2rem
}

@media(max-width:47.99875em) {
    .header__menu ul li {
        background: rgba(0, 0, 0, .5176470588)
    }
}

.header__menu ul li a {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.25rem;
    border-radius: 2rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--muted-foreground);
    position: relative;
    overflow: hidden;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.header__menu ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .1), transparent);
    transition: left .6s cubic-bezier(.4, 0, .2, 1)
}

@media(max-width:29.99875em) {
    .header__menu ul li a {
        color: hsl(215, 16%, 61%)
    }
}

.header__menu ul li a .nav-icon {
    height: 1.125rem;
    width: 1.125rem;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

.header__menu ul li a:hover {
    color: var(--foreground);
    background: hsla(0, 0%, 100%, .1);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1)
}

.header__menu ul li a:hover:before {
    left: 100%
}

.header__menu ul li a:hover .nav-icon {
    transform: scale(1.2) rotate(5deg)
}

.header__menu ul li.header-link-active a {
    color: #fff;
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    box-shadow: 0 8px 25px rgba(59, 130, 246, .3);
    transform: translateY(-1px)
}

.header__actions {
    display: flex;
    align-items: center;
    gap: .75rem
}

@media(max-width:29.99875em) {
    .header__actions {
        gap: .3rem
    }
}

.header__scale,
.header__theme {
    height: 2.75rem;
    width: 2.75rem;
    border: none;
    background: hsla(0, 0%, 100%, .1);
    color: var(--muted-foreground);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.header__scale:before,
.header__theme:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: var(--button-gradient);
    border-radius: 50%;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transform: translate(-50%, -50%);
    z-index: -1
}

@media(hover:hover) {

    .header__scale:hover,
    .header__theme:hover {
        color: #fff;
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 8px 25px rgba(59, 130, 246, .2)
    }

    .header__scale:hover:before,
    .header__theme:hover:before {
        width: 100%;
        height: 100%
    }
}

.header__scale svg,
.header__theme svg {
    height: 1.25rem;
    width: 1.25rem;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

.header__theme-icon {
    display: none
}

.header__theme-icon_active {
    display: block
}

.header__burger-wrapper {
    display: none
}

@media(max-width:61.9988em) {
    .header__burger-wrapper {
        height: 2.75rem;
        width: 2.75rem;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .5rem
    }
}

.header-link-active a {
    color: #fff !important;
    background: var(--button-gradient) !important;
    box-shadow: 0 8px 25px rgba(59, 130, 246, .3);
    transform: translateY(-1px)
}

.header-link-active svg {
    color: #fff
}

.burger {
    display: none
}

@media(max-width:61.9988em) {
    .burger {
        display: block;
        position: relative;
        width: 100%;
        height: 70%;
        background-color: rgba(0, 0, 0, 0);
        z-index: 5
    }
}

@media(max-width:61.9988em)and (any-hover:none) {
    .burger {
        cursor: default
    }
}

@media(max-width:61.9988em) {

    .burger span,
    .burger:after,
    .burger:before {
        content: "";
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: var(--muted-foreground)
    }

    .burger:before {
        top: 0
    }

    .burger:after {
        bottom: 0
    }

    .burger span {
        top: calc(50% - .0625rem)
    }

    .burger_open span {
        width: 0
    }

    .burger_open:before {
        top: calc(50% - .0625rem);
        transform: rotate(-45deg)
    }

    .burger_open:after {
        bottom: calc(50% - .0625rem);
        transform: rotate(45deg)
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg)
    }

    50% {
        transform: translateX(100%) translateY(100%) rotate(45deg)
    }

    to {
        transform: translateX(-100%) translateY(-100%) rotate(45deg)
    }
}

.photos {
    padding: 2rem 0
}

.photos-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem
}

.photos-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
    grid-gap: 1rem;
    gap: 1rem
}

.photos-item {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden
}

.photos-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

@media(hover:hover) {
    .photos-item img:hover {
        transform: scale(1.1)
    }
}

.contact-grid {
    gap: 3rem;
    align-items: start
}

.contact-title {
    font-size: 1.5rem
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    gap: 1rem
}

.contact-form-group {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.contact-btn {
    width: 100%;
    background-color: var(--volunteer-coral);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-icon {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem
}

.contact-hint {
    font-size: .875rem;
    color: var(--muted-foreground)
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.contact-info-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--foreground);
    margin-bottom: 1.5rem
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 1rem
}

.contact-info-icon {
    height: 3rem;
    width: 3rem;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .7rem
}

.contact-label {
    font-weight: 600;
    color: var(--foreground);
    margin-bottom: .25rem
}

.contact-value {
    color: var(--muted-foreground)
}

.follow-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    gap: 1rem
}

.follow-btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--border);
    color: var(--foreground);
    justify-content: flex-start;
    display: flex;
    align-items: center
}

.map .placeholder-content {
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    border: 1px dashed var(--border)
}

.placeholder-content-text svg {
    margin-bottom: .5rem;
    width: 2rem;
    height: 2rem;
    stroke: var(--muted-foreground)
}

.filter {
    position: relative
}

.filter button {
    background-color: transparent;
    border: 1px solid var(--border);
    color: var(--foreground);
    padding: 0.5rem 1rem
}

.filter-modal {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity .3s ease 0s
}

.filter-modal_active {
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: center;
    top: 2.1875rem;
    width: max-content;
    z-index: 100
}

@media(max-width:767.98px) {
    .filter-modal_active {
        top: 2.8125rem
    }
}

.filter-modal_active ul {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.filter-modal_active ul li {
    background: var(--background);
    cursor: pointer;
    padding: 0.5rem 1rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: color .3s ease
}

.filter-modal_active ul li:not(:last-child) {
    border-bottom: 1px solid #0000001a
}

.filter-modal_active ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    opacity: 0;
    z-index: -1;
    transition: opacity .3s ease
}

@media(hover:hover) {
    .filter-modal_active ul li:hover {
        color: #fff
    }

    .filter-modal_active ul li:hover::before {
        opacity: 1
    }
}

.pagination {
    display: flex;
    gap: .5rem;
    justify-content: center
}

.pagination-btn {
    position: relative;
    overflow: hidden;
    padding: .8rem 1.1rem;
    border: 1px solid var(--border);
    background: transparent;
    cursor: pointer;
    border-radius: .5rem;
    font-size: 1rem;
    transition: .3s all ease;
    z-index: 1;
    color: var(--foreground);
}

.pagination-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    opacity: 0;
    z-index: -1;
    border-radius: .5rem;
    transition: .3s opacity ease
}

@media(hover:hover) {
    .pagination-btn:hover::before {
        opacity: 1
    }

    .pagination-btn:hover {
        color: #fff
    }
}

.pagination-btn.active {
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    color: #fff;
    border-color: var(--accent)
}

.pagination-ellipsis {
    padding: .5rem .75rem;
    color: var(--muted-foreground)
}

.search {
    display: flex;
    align-items: stretch;
    overflow: hidden
}

.search button {
    background: transparent;
    border: 1px solid var(--border);
    color: var(--foreground);
    padding: 0 1rem;
    transition: border-radius .3s ease;
}

.search input {
    width: 0;
    opacity: 0;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    transition: width .3s ease, opacity .3s ease, padding .3s ease, border .3s ease;
    min-width: 0
}

.search_active button {
    border-radius: 3rem 0 0 3rem;
    display: flex;
    align-items: center
}

.search_active input {
    width: 200px;
    opacity: 1;
    padding: 0 .75rem;
    border: 1px solid var(--border);
    border-left: none;
    background: var(--background);
    /* border-radius: 0 3rem 3rem 0; */
    border-radius: 0;
    color: var(--foreground);
}

.search__voice {
    display: none;
    border-radius: 0 3rem 3rem 0 !important;
    padding: 0 1rem 0 0.7rem !important;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    margin-left: .4em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer
}

.placeholder-content-img {
    padding: 0;
    aspect-ratio: 4/3;
    border-radius: 0
}

.feature-image {
    width: 100%;
    height: 100%
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease
}

.feature-image img:hover {
    transform: scale(1.1)
}

.feature-content {
    height: fit-content
}

.gallery-item {
    border: none
}

.gallery-item::before {
    content: unset
}

.gallery-item:hover {
    transform: unset
}

.feature-header {
    padding: 1rem 2rem
}

.feature-header h3 {
    margin-bottom: .3rem
}

.feature-type {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    padding: .5rem;
    color: #fff
}

.single-gallery-wrapper {
    padding-bottom: 2rem;
    width: 100%
}

.single-gallery__header-info {
    display: flex;
    gap: 1rem
}

.single-gallery__title {
    margin: 0;
    line-height: 100%;
    font-size: 1.625rem
}

.single-gallery__tags {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1rem 0
}

.single-gallery__tag {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border: 1px solid var(--border);
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    font-size: 0.875rem;
    color: inherit
}

.single-gallery__body {
    display: grid;
    grid-template-columns: 62% 38%;
    gap: 2rem
}

@media(max-width:61.9988em) {
    .single-gallery__body {
        grid-template-columns: 100%;
        gap: 1rem
    }
}

.single-gallery__images {
    display: flex;
    flex-direction: column;
    gap: 0.5rem
}

.single-gallery__main {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 0.5rem
}

.single-gallery__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.single-gallery__main img:hover {
    transform: scale(1.03)
}

.single-gallery__thumbs {
    display: flex;
    overflow-x: auto;
    gap: 0.5rem;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.single-gallery__thumbs div {
    flex: 0 0 auto;
    width: 9.375rem;
    aspect-ratio: 4/3;
    border-radius: 0.25rem;
    overflow: hidden;
    user-select: none;
    -webkit-user-drag: none
}

@media(max-width:29.99875em) {
    .single-gallery__thumbs div {
        width: 7rem
    }
}

.single-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    user-select: none;
    -webkit-user-drag: none
}

.single-gallery__thumbs img:hover {
    transform: scale(1.1)
}

.thumb.active {
    transition: all .3s ease 0s;
    filter: brightness(0.65)
}

.single-gallery__info {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.single-gallery__info p {
    line-height: 1.8;
    color: var(--muted-foreground);
    text-align: justify;
    hyphens: auto
}

.gallery-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    gap: 2rem
}

.single-gallery_video,
.single-gallery_text {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.single-gallery_video iframe {
    max-width: 100%;
    width: fit-content;
    height: fit-content;
    aspect-ratio: 16/9;
    border-radius: 0.5rem
}

.single-gallery_video p {
    line-height: 1.8;
    color: var(--muted-foreground);
    text-align: justify;
    hyphens: auto
}

.volunteer-content__container {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.volunteer-content__container h2 {
    font-size: 1.125rem;
    font-weight: 700
}

.volunteer-content__container p {
    color: var(--muted-foreground);
    line-height: 1.6;
    text-align: justify;
    hyphens: auto
}

.volunteer-content__biography,
.volunteer-content__contribution {
    display: flex;
    flex-direction: column;
    gap: 0.7rem
}

.volunteer-content__biography blockquote {
    background: var(--primary-light);
    padding: 0 1rem;
    border-left: 3px solid var(--primary);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-left: 2rem;
}

.volunteer-content__biography blockquote p {
    color: var(--foreground);
}

.volunteer-content__map {
    max-width: 60%
}

@media(max-width:61.9988em) {
    .volunteer-content__map {
        max-width: 80%
    }
}

@media(max-width:47.99875em) {
    .volunteer-content__map {
        max-width: 100%
    }
}

.volunteer-content__contribution p {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.volunteer-content__contribution img {
    border-radius: 0.5rem;
    width: fit-content;
    height: fit-content
}

.volunteer-content__contribution iframe {
    max-width: 70%;
    width: fit-content;
    height: fit-content;
    aspect-ratio: 16/9;
    border-radius: 0.5rem
}

@media(max-width:47.99875em) {
    .volunteer-content__contribution iframe {
        max-width: 100%
    }
}

.contacts-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.contacts-form__name {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem
}

.contacts-form__field {
    display: flex;
    flex-direction: column
}

.contacts-form__field input,
.contacts-form__field textarea {
    background: var(--background-solid)
}

.contacts-form__field input:focus,
.contacts-form__field textarea:focus {
    background: var(--background-solid)
}

.contacts-form__btn {
    width: 100%;
    background-color: var(--gold);
    color: white
}

.contacts-form__btn svg {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem
}

.wpcf7-response-output {
    padding: 1rem 1.5rem;
    border: none !important;
    border-radius: .5rem;
    color: #fff;
    background: var(--second-gradient);
    border-color: unset !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    margin: 0 !important;
}

.wpcf7-mail-sent-ok {
    color: #fff;
    background: var(--second-gradient);
    border-color: unset !important
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.wpcf7-validation-errors {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.contacts-form__btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contacts-form__field label {
    margin: 0 0 0.3125rem 1rem;
}

.wpcf7-not-valid-tip {
    margin: 0.375rem 0 0 1rem;
}

.contacts-form-header {
    padding: 2rem 2rem 1rem;
}

@media (max-width:29.99875em) {

    .contacts-form-header,
    .contacts-form-content {
        padding: 1rem
    }

    .contacts-form-content {
        padding-bottom: 2rem
    }
}

.copy-element-message {
    position: absolute;
    right: -7.8125rem;
    opacity: 0;
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    color: #fff;
    padding: .375rem;
    border-radius: .5rem
}

@media (max-width:24.375em) {
    .copy-element-message {
        right: 0
    }
}

.copy-active {
    animation: copy-animation 1s ease-in-out
}

@keyframes copy-animation {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(-50px)
    }
}

.not-found {
    display: flex;
    justify-content: center;
    padding: 4rem 1rem
}

.not-found__body {
    padding: 6rem;
    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    border-radius: var(--blob-radius);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    animation: not-found 100s infinite linear;
    transform-origin: center
}

.not-found__body div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: fit-content;
    height: fit-content;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    animation: not-found 100s infinite linear reverse
}

.not-found__body h1 {
    font-size: 9rem;
    line-height: 100%;
    font-weight: 600
}

.not-found__body h2 {
    font-size: 2rem;
    line-height: 100%;
    font-weight: 600
}

.not-found__body a {
    margin-top: 2rem;
    color: var(--volunteer-purple)
}

@media (max-width:47.99875em) {
    .not-found__body {
        padding: 4rem
    }

    .not-found__body h1 {
        font-size: 7rem
    }

    .not-found__body h2 {
        font-size: 1.5rem
    }
}

@media (max-width:29.99875em) {
    .not-found__body {
        padding: 3rem
    }

    .not-found__body h1 {
        font-size: 4rem
    }

    .not-found__body h2 {
        font-size: 1rem
    }

    .not-found__body a {
        margin: 1rem !important;
        font-size: 14px !important;
        padding: .3125rem .625rem !important
    }
}

@keyframes not-found {
    100% {
        transform: rotate(360deg)
    }
}

.privacy-policy__wrapper {
    padding: 2rem 0;
}

.privacy-policy__container h1 {
    font-size: 1.375rem;
    font-weight: 700;
}

.privacy-policy__content {
    display: flex;
    flex-direction: column;
}

.privacy-policy__content h2,
h3 {
    margin-top: 1rem;
    font-size: 1.125rem;
    font-weight: 700;
}

.contacts__map {
    height: 32rem;
    overflow: hidden;
}


.leaflet-popup-content-wrapper {
    padding: 0 !important;
    overflow: hidden !important;
}

.leaflet-popup-content {
    margin: 0 !important;
    width: unset !important;
    overflow: hidden !important;
}

.leaflet-popup-close-button span {
    color: #fff;
}

.leaflet-bottom {
    opacity: 0;
    visibility: hidden;
}

.map__popup {
    display: flex;
    flex-direction: column;
    width: 15rem;
    overflow: hidden !important;
}

.map__popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map__popup div {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.map__popup h4 {
    font-weight: 700;
    font-size: 1.125rem;
}

.map__popup p {
    margin: 0 !important;
}

.map__popup a {
    border: 1px solid #000;
    border-radius: 0.5rem;
    padding: 0.5rem !important;
    width: fit-content;

    background: linear-gradient(135deg, var(--volunteer-blue), var(--volunteer-purple));
    border-color: var(--accent);
    transition: all 0.3s ease 0s;
    color: #fff !important;
}

.map__popup a:hover {
    transform: scale(1.01);
}

.marker-cluster div {
    background-color: rgba(255, 111, 105, 1) !important;
    color: #fff;
}

.marker-cluster {
    background-color: rgba(255, 111, 105, 0.6) !important;
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lang-code {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 5px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
}

.lang-code:hover {
    color: var(--foreground);
    background: var(--background);
}

.lang-code.active {
    color: var(--foreground);
    background: var(--background);
}

.stories-cta {
    padding: 4rem 0;
}

@media (max-width: 29.99875em) {
    .stories-cta {
        padding: 2rem 0 3rem;
    }

    .contacts-page {
        padding: 3rem 0;
    }
}

.partners-modal {
    display: none;
    position: fixed;
    z-index: 600;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.partners-modal-content {
    background: var(--background) !important;
    padding: 2rem;
    border-radius: 10px;
    max-width: 1000px;
    max-height: 85vh;
    margin: 0 1rem;
    position: relative;
    animation: fadeIn 0.3s ease;
    overflow-y: auto;
    text-align: justify;
    hyphens: auto;
    color: var(--foreground) !important;
}

.partners-modal-content h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.partners-modal-close {
    position: absolute;
    right: 15px;
    top: -5px;
    font-size: 2rem;
    cursor: pointer;
}

.partners-modal-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.5rem;
    height: 12.5rem;
    margin: 0 auto 1rem;
    background-color: hsl(210, 40%, 98%);
    border-radius: var(--radius);
    overflow: hidden;
    padding: 1rem;
}

.partners-modal-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-avatar {
    width: 10rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    margin: 0 auto 1rem;
}

.modal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid var(--primary);
}

.partners-modal-body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.partners-modal-body blockquote {
    background: var(--primary-light);
    padding: 1rem 1rem;
    border-left: 3px solid var(--primary);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0 0 0 2rem;
}

.partners-modal-body blockquote p {
    color: var(--foreground);
}

.header__sponsor {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: 1rem;
}

.header__sponsor svg {
    width: 5rem;
    fill: var(--foreground);
}

.header__sponsor p {
    display: flex;
    width: 6.875rem;
    font-size: 0.5625rem;
    color: var(--foreground);
}

@media (max-width: 61.9988em) {
    .header__sponsor {
        display: none;
    }
}

.header__sponsor_overlay {
    position: absolute;
    top: 2rem;
    left: 0;
    display: block;
}

.header__sponsor_overlay svg {
    fill: #fff;
    width: 7rem;
}

.header__sponsor_overlay p {
    color: #fff;
    width: 9.375rem;
}

.footer-brands {
    display: flex;
    gap: 2rem;
}

@media (max-width: 29.99875em){
     .footer-brands {
        flex-wrap: wrap;
        gap: 1rem;
     } 
}

.footer-brand_sponsor {

}

.footer-brand_sponsor svg {
    width: 5rem;
    fill: #fff;
}

.footer-brand_sponsor p {
    font-size: 10px;
    font-weight: normal;
    font-family: 'Montserrat';
    width: 150px;
}

.volunteer-slide {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
}

.volunteer-slide.active {
    display: grid;
    gap: 1rem;
}