.syps-showcase,
.syps-showcase * {
    box-sizing: border-box;
}

.syps-showcase {
    font-family: 'Assistant', Arial, sans-serif;
    width: 100%;
    direction: rtl;
    color: #181511;
    --syps-bg: #fbf8f2;
    --syps-text: #181511;
    --syps-muted: rgba(24, 21, 17, .68);
    --syps-border: rgba(24, 21, 17, .12);
    --syps-gold: #b99a64;
    --syps-dark: #181511;
    --syps-card: rgba(255,255,255,.72);
}

.syps-section {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 54px);
    margin: 0 auto clamp(0px, 4vw, 0px);
    border-radius:0;
    background:
        radial-gradient(circle at 12% 12%, rgba(185,154,100,.18), transparent 32%),
        linear-gradient(135deg, #fffdf8, var(--syps-bg));
    isolation: isolate;
}

.syps-section-commercial {
    background:
        radial-gradient(circle at 85% 14%, rgba(24,21,17,.11), transparent 32%),
        linear-gradient(135deg, #fbf8f2, #eee7da);
}

.syps-section:before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(185,154,100,.25);
    border-radius: inherit;
    pointer-events: none;
    z-index: -1;
}

.syps-head {
    max-width: 760px;
    margin: 0 auto clamp(28px, 4vw, 48px);
    text-align: center;
}

.syps-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--syps-gold) !important;
    font-size: 14px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
}

.syps-kicker:before,
.syps-kicker:after {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
    opacity: .55;
}

.syps-head h2 {
    margin: 0;
    font-size: clamp(32px, 5vw, 62px);
    line-height: .98;
    letter-spacing: -.03em;
    font-weight: 600;
    color: var(--syps-text) !important;
}

.syps-head p {
    margin: 16px auto 0;
    max-width: 620px;
    color: var(--syps-muted) !important;
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.65;
}

.syps-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 28px);
    max-width: 100%;
    margin: 0 auto;
}

.syps-card {
    display: none;
    opacity: 1;
    transform: none;
    transition: opacity .75s ease, transform .75s ease;
}

.syps-card.syps-show-desktop {
    display: block;
}

.syps-showcase.syps-anim-ready .syps-card {
    opacity: 0;
    transform: translateY(28px);
}

.syps-showcase.syps-anim-ready .syps-card.syps-in-view {
    opacity: 1;
    transform: translateY(0);
}

.syps-card-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
    border-radius: 30px;
    background: var(--syps-card);
    border: 1px solid rgba(255,255,255,.75);
    box-shadow: 0 22px 60px rgba(24,21,17,.08);
    overflow: hidden;
    backdrop-filter: blur(12px);
    transform: translateZ(0);
    transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}

.syps-card-link:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 80px rgba(24,21,17,.16);
    border-color: rgba(185,154,100,.38);
}

.syps-image-wrap {
    position: relative;
    margin: 0;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #eee7da;
}

.syps-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform .8s ease, filter .8s ease;
}

.syps-card-link:hover .syps-img {
    transform: scale(1.09);
    filter: contrast(1.02) saturate(1.04);
}

.syps-image-wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.42), transparent 55%);
    opacity: .75;
    transition: opacity .45s ease;
}

.syps-card-link:hover .syps-image-wrap:after { opacity: .92; }

.syps-view {
    position: absolute;
    inset-inline-start: 18px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
    border: 1px solid rgba(255,255,255,.38);
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .45s ease, transform .45s ease;
}

.syps-card-link:hover .syps-view {
    opacity: 1;
    transform: translateY(0);
}

.syps-card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px 22px;
}

.syps-card h3 {
    margin: 0;
    font-size: clamp(19px, 1.7vw, 25px);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.015em;
}

.syps-arrow {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #fff;
    color: var(--syps-dark);
    box-shadow: 0 12px 28px rgba(24,21,17,.08);
    transition: transform .45s ease, background .45s ease, color .45s ease;
}

.syps-card-link:hover .syps-arrow {
    transform: translateX(-4px);
    background: var(--syps-dark);
    color: #fff;
}

.syps-section-cta,
.syps-all-cta {
    display: flex;
    justify-content: center;
    margin-top: clamp(28px, 4vw, 48px);
}

.syps-all-cta { margin-top: 0; margin-bottom: clamp(24px, 4vw, 44px); }

.syps-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 30px;
    border-radius: 999px;
    color: var(--syps-dark) !important;
    text-decoration: none !important;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(185,154,100,.42);
    box-shadow: 0 18px 48px rgba(24,21,17,.08);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, background .35s ease, color .35s ease;
}

.syps-btn:after {
    content: "←";
    margin-inline-start: 10px;
    transition: transform .35s ease;
}

.syps-btn:hover {
    transform: translateY(-3px);
    background: var(--syps-dark);
    color: #fff !important;
    box-shadow: 0 24px 62px rgba(24,21,17,.18);
}

.syps-btn:hover:after { transform: translateX(-4px); }
.syps-btn-dark { background: var(--syps-dark); color: #fff !important; }
.syps-btn-dark:hover { background: #000; }

.syps-empty {
    text-align: center;
    color: var(--syps-muted);
    font-size: 18px;
}

.syps-placeholder {
    background: linear-gradient(135deg, #eee7da, #d8cbb8);
}

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

@media (max-width: 767px) {
    .syps-section {
        padding: 44px 14px;
        border-radius: 28px;
        margin-bottom: 26px;
    }

    .syps-section:before { inset: 10px; }
    .syps-grid { grid-template-columns: 1fr; gap: 16px; }

    .syps-card.syps-show-desktop {
        display: none;
    }

    .syps-card.syps-show-mobile {
        display: block;
    }

    .syps-card-link { border-radius: 24px; }
    .syps-image-wrap { aspect-ratio: 1 / 1.08; }
    .syps-view { opacity: 1; transform: none; font-size: 14px; }
    .syps-card-content { padding: 17px 18px 19px; }
    .syps-btn { width: 100%; max-width: 330px; }
}
