.single-sta_posetiti .tos-main {
    padding-top: 0;
}

.tos-pos-hero {
    position: relative;
    height: 65vh;
    min-height: 500px;
    max-height: 760px;
    margin-top: 5.75rem;
    border-bottom-left-radius: 2.8rem;
    border-bottom-right-radius: 2.8rem;
    overflow: hidden;
    background: #0f1115;
}

.tos-pos-hero-swiper,
.tos-pos-hero-slide {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.tos-pos-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    transition: transform 6s ease-out;
}

.tos-pos-hero-swiper .swiper-slide-active img {
    transform: scale(1.05);
}

.tos-pos-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 17, 21, 0.9), rgba(15, 17, 21, 0.26) 42%, transparent);
    z-index: 3;
    pointer-events: none;
}

.tos-pos-hero-fixed {
    position: absolute;
    left: 50%;
    bottom: 5.5rem;
    transform: translateX(-50%);
    width: min(100%, 1400px);
    padding: 0 1.5rem;
    z-index: 5;
}

.tos-pos-hero-title {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: clamp(2.4rem, 6.7vw, 6.2rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.tos-pos-hero-excerpt {
    max-width: 58rem;
    margin: 1.1rem 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-weight: 500;
}

.tos-pos-hero-pagination {
    position: absolute;
    left: 50%;
    bottom: 1.8rem;
    transform: translateX(-50%);
    z-index: 7;
}

.tos-pos-hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 6px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    margin: 0 4px !important;
    transition: all 0.3s ease;
}

.tos-pos-hero-pagination .swiper-pagination-bullet-active {
    width: 32px;
    background: var(--tos-primary);
}

.tos-pos-main {
    padding: 5rem 0 2.5rem;
}

.tos-pos-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.tos-pos-content {
    background: #fff;
    border-radius: 2.2rem;
    box-shadow: 0 20px 50px rgba(15, 17, 21, 0.06);
    border: 1px solid #e5e7eb;
    padding: 2rem;
}

.tos-pos-content > :last-child {
    margin-bottom: 0;
}

.tos-pos-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tos-pos-side-card {
    --tos-pos-card-accent: var(--tos-primary);
    background: #fff;
    border-radius: 1.8rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 30px rgba(15, 17, 21, 0.06);
    padding: 1.4rem;
}

.tos-pos-side-head {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.tos-pos-side-head h4 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.tos-pos-side-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--tos-pos-card-accent);
}

.tos-pos-side-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.tos-pos-side-list li {
    margin: 0;
}

.tos-pos-side-list li.is-stat {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
    border-bottom: 1px dashed #e5e7eb;
    padding-bottom: 0.4rem;
}

.tos-pos-side-list li.is-stat span {
    color: #6b7280;
    font-size: 0.95rem;
}

.tos-pos-side-list li.is-stat strong {
    color: #0f1115;
    font-size: 0.98rem;
}

.tos-pos-side-list li.is-tags span {
    display: block;
    color: #6b7280;
    margin-bottom: 0.45rem;
}

.tos-pos-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tos-pos-tags em {
    font-style: normal;
    background: color-mix(in srgb, var(--tos-pos-card-accent) 16%, white);
    color: var(--tos-pos-card-accent);
    border-radius: 999px;
    padding: 0.3rem 0.6rem;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.tos-pos-side-list li.is-text {
    color: #4b5563;
    font-size: 0.96rem;
}

.tos-pos-side-cta {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 999px;
    background: #0f1115;
    color: #fff;
    padding: 0.85rem 1rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.tos-pos-side-cta:hover {
    background: var(--tos-pos-card-accent);
    color: #fff;
}

.tos-pos-side-card.is-map h4 {
    margin: 0 0 0.8rem;
}

.tos-pos-gallery {
    padding: 3.5rem 0;
    margin: 2.8rem 0;
    background: #0f1115;
    border-radius: 2.5rem;
}

.tos-pos-gallery-title {
    margin: 0 0 1.6rem;
    color: #fff;
    font-size: clamp(2rem, 4.5vw, 3.1rem);
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.tos-pos-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.tos-pos-gallery-item {
    border: 0;
    padding: 0;
    border-radius: 1.2rem;
    overflow: hidden;
    cursor: pointer;
    background: #111827;
}

.tos-pos-gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.tos-pos-gallery-item:hover img {
    transform: scale(1.06);
}

.tos-pos-related {
    padding: 0 0 4rem;
}

.tos-pos-related-title {
    margin: 0 0 1.2rem;
    font-size: clamp(2rem, 4.5vw, 3rem);
    text-transform: uppercase;
    letter-spacing: -0.04em;
}

.tos-pos-related-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.tos-pos-related-card {
    position: relative;
    min-height: 260px;
    border-radius: 1.6rem;
    overflow: hidden;
    display: block;
}

.tos-pos-related-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.tos-pos-related-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.2));
}

.tos-pos-related-body {
    position: absolute;
    left: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    z-index: 2;
}

.tos-pos-related-body h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.2rem, 2.2vw, 1.8rem);
    font-weight: 800;
}

.tos-pos-related-card:hover img {
    transform: scale(1.06);
}

@media (min-width: 1024px) {
    .tos-pos-layout {
        grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
        gap: 1.5rem;
        align-items: start;
    }

    .tos-pos-content {
        padding: 2.8rem 3rem;
    }

    .tos-pos-sidebar {
        position: sticky;
        top: 7.5rem;
    }

    .tos-pos-gallery-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }

    .tos-pos-gallery-item:first-child {
        grid-column: span 2;
        grid-row: span 2;
    }

    .tos-pos-gallery-item img {
        min-height: 220px;
    }

    .tos-pos-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
