.urs-zirve-gallery,
.urs-zirve-gallery *,
.urs-zirve-gallery *::before,
.urs-zirve-gallery *::after {
    box-sizing: border-box;
}

body.urs-zirve-gallery-page,
body.urs-zirve-gallery-page #page,
body.urs-zirve-gallery-page #wrapper,
body.urs-zirve-gallery-page .site,
body.urs-zirve-gallery-page .site-main,
body.urs-zirve-gallery-page .content-area,
body.urs-zirve-gallery-page .site-container,
body.urs-zirve-gallery-page .content-container,
body.urs-zirve-gallery-page .entry-content,
body.urs-zirve-gallery-page .entry-content-wrap,
body.urs-zirve-gallery-page article {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #070707 !important;
}

body.urs-zirve-gallery-page .entry-header,
body.urs-zirve-gallery-page .entry-title,
body.urs-zirve-gallery-page .page-header {
    display: none !important;
}

body.urs-gallery-lightbox-open {
    overflow: hidden !important;
    touch-action: none;
}

body.urs-collection-nav-open {
    overflow: hidden !important;
}

.urs-zirve-gallery {
    --urs-gallery-bg: #070707;
    --urs-gallery-text: #f6f2e9;
    --urs-gallery-accent: #d4af37;
    --urs-gallery-hero-font-family: "Playfair Display SC", "Times New Roman", serif;
    --urs-gallery-heading-font-family: "Playfair Display SC", "Times New Roman", serif;
    --urs-gallery-body-font-family: Raleway, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --urs-gallery-gap: 14px;
    --urs-gallery-desktop-columns: 3;
    --urs-gallery-tablet-columns: 2;
    --urs-gallery-mobile-columns: 1;
    --urs-gallery-tab-columns: 3;
    --urs-gallery-fit: contain;
    position: relative;
    left: 50%;
    width: 100vw;
    width: 100dvw;
    max-width: 100vw;
    max-width: 100dvw;
    min-height: 100vh;
    margin: 0 0 0 -50vw !important;
    margin-left: -50dvw !important;
    overflow: clip;
    background: var(--urs-gallery-bg) !important;
    color: var(--urs-gallery-text) !important;
    font-family: var(--urs-gallery-body-font-family);
    isolation: isolate;
}

.urs-zirve-gallery a,
.urs-zirve-gallery button,
.urs-zirve-gallery h1,
.urs-zirve-gallery h2,
.urs-zirve-gallery p,
.urs-zirve-gallery span,
.urs-zirve-gallery small {
    color: inherit;
}

.urs-zirve-gallery button {
    font: inherit;
}

.site-footer .urs-footer-signature {
    position: relative;
    display: inline-block;
    margin-left: .08em;
    padding: 0 .28em .08em .06em;
    color: inherit;
    font-family: Allura, "Brush Script MT", cursive !important;
    font-size: 1.75em;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: .9;
    text-transform: none;
    vertical-align: -.14em;
}

.site-footer .urs-footer-signature::after {
    content: "";
    position: absolute;
    right: -.38em;
    bottom: -.02em;
    left: -.06em;
    height: 1px;
    background: currentColor;
    border-radius: 999px;
    opacity: .9;
    transform: rotate(-2deg);
    transform-origin: left center;
}

.urs-zirve-gallery__topbar {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 1920px);
    min-height: 92px;
    margin: 0 auto;
    padding: max(18px, env(safe-area-inset-top, 0px)) clamp(20px, 3.6vw, 72px) 18px;
}

.urs-zirve-gallery__logo {
    display: inline-flex;
    align-items: center;
    border: 0 !important;
    text-decoration: none !important;
}

.urs-zirve-gallery__logo img {
    display: block;
    width: clamp(111px, 9.6vw, 186px);
    max-width: none;
    height: auto;
    border: 0;
    box-shadow: none;
}

.urs-collection-nav__top-actions {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.5vw, 44px);
}

.urs-collection-nav__toggle,
.urs-collection-nav__floating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    background: transparent !important;
    color: var(--urs-gallery-text) !important;
    box-shadow: none !important;
    cursor: pointer;
    font-size: clamp(13px, .95vw, 17px) !important;
    font-weight: 600;
    letter-spacing: .18em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color .2s ease;
}

.urs-collection-nav__toggle {
    padding: 10px 0 !important;
}

.urs-collection-nav__toggle span,
.urs-collection-nav__floating b {
    color: var(--urs-gallery-accent) !important;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
}

.urs-collection-nav__toggle:hover,
.urs-collection-nav__toggle:focus-visible,
.urs-collection-nav__floating:hover,
.urs-collection-nav__floating:focus-visible {
    color: var(--urs-gallery-accent) !important;
}

.urs-collection-nav__floating {
    position: fixed;
    z-index: 35;
    right: max(18px, env(safe-area-inset-right, 0px));
    bottom: max(22px, calc(env(safe-area-inset-bottom, 0px) + 12px));
    padding: 13px 16px !important;
    border: 1px solid color-mix(in srgb, var(--urs-gallery-accent) 66%, transparent) !important;
    border-radius: 999px !important;
    background: rgba(7, 7, 7, .88) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .35) !important;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: color .2s ease, opacity .25s ease, transform .25s ease;
}

.urs-zirve-gallery.is-collection-nav-scrolled .urs-collection-nav__floating {
    opacity: .94;
    pointer-events: auto;
    transform: translateY(0);
}

.urs-zirve-gallery.is-collection-pager-visible .urs-collection-nav__floating {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
}

.urs-zirve-gallery.is-collection-nav-scrolled:not(.is-collection-pager-visible) .urs-collection-nav__floating > * {
    animation: urs-collection-floating-nudge 2s ease-in-out infinite;
}

@keyframes urs-collection-floating-nudge {
    0%, 72%, 100% { transform: translateX(0); }
    78% { transform: translateX(-3px); }
    84% { transform: translateX(3px); }
    90% { transform: translateX(-2px); }
    96% { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .urs-collection-nav__floating > * {
        animation: none !important;
    }
}

.urs-collection-nav {
    position: fixed;
    inset: 0;
    z-index: 100010;
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: visibility 0s linear .32s, opacity .3s ease;
}

.urs-collection-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
}

.urs-collection-nav__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, .72) !important;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    cursor: default;
}

.urs-collection-nav__panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: clamp(500px, 34vw, 760px);
    max-width: 100%;
    height: 100%;
    padding: max(clamp(22px, 3vh, 36px), env(safe-area-inset-top, 0px)) clamp(24px, 3.2vw, 48px) max(clamp(20px, 2.7vh, 34px), env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    background: #090909;
    border-left: 1px solid rgba(212, 175, 55, .34);
    box-shadow: -30px 0 70px rgba(0, 0, 0, .48);
    transform: translateX(100%);
    transition: transform .32s cubic-bezier(.22, .8, .22, 1);
}

.urs-collection-nav.is-open .urs-collection-nav__panel {
    transform: translateX(0);
}

.urs-collection-nav__heading {
    position: relative;
    display: block;
    padding-bottom: clamp(18px, 3vh, 34px);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.urs-collection-nav__heading > div {
    min-width: 0;
    width: 100%;
}

.urs-collection-nav__heading p {
    margin: 0 0 12px !important;
    color: var(--urs-gallery-accent) !important;
    font-size: 10px !important;
    font-weight: 500;
    letter-spacing: .28em;
    line-height: 1.4;
}

.urs-collection-nav__heading p span {
    color: rgba(255, 255, 255, .35) !important;
}

.urs-collection-nav__heading h2 {
    margin: 0 !important;
    padding-right: 64px;
    color: var(--urs-gallery-text) !important;
    font-family: var(--urs-gallery-heading-font-family) !important;
    font-size: clamp(34px, min(2.6vw, 5vh), 54px) !important;
    font-weight: 400 !important;
    letter-spacing: -.045em !important;
    line-height: .95 !important;
    white-space: nowrap;
}

.urs-collection-nav__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    margin: 0 !important;
    padding: 0 0 4px !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: var(--urs-gallery-text) !important;
    box-shadow: none !important;
    cursor: pointer;
    font-size: 34px !important;
    font-weight: 200 !important;
    line-height: 42px !important;
}

.urs-collection-nav__close:hover,
.urs-collection-nav__close:focus-visible {
    border-color: var(--urs-gallery-accent) !important;
    color: var(--urs-gallery-accent) !important;
}

.urs-collection-nav__list {
    display: flex;
    flex-direction: column;
}

.urs-collection-nav__item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "title arrow" "status arrow";
    align-items: center;
    gap: 4px 18px;
    padding: clamp(13px, 2.25vh, 26px) 2px;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    text-decoration: none !important;
}

.urs-collection-nav__item > span {
    grid-area: title;
    color: var(--urs-gallery-text) !important;
    font-family: var(--urs-gallery-heading-font-family);
    font-size: clamp(27px, min(2.25vw, 4.5vh), 48px);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1;
    transition: color .2s ease, transform .2s ease;
}

.urs-collection-nav__item small {
    grid-area: status;
    color: rgba(246, 242, 233, .48) !important;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .19em;
    line-height: 1.4;
}

.urs-collection-nav__item b {
    grid-area: arrow;
    color: var(--urs-gallery-accent) !important;
    font-size: 24px;
    font-weight: 300;
    transition: transform .2s ease;
}

.urs-collection-nav__item:hover > span,
.urs-collection-nav__item:focus-visible > span,
.urs-collection-nav__item.is-current > span {
    color: var(--urs-gallery-accent) !important;
    transform: translateX(6px);
}

.urs-collection-nav__item:hover b,
.urs-collection-nav__item:focus-visible b {
    transform: translateX(6px);
}

.urs-collection-nav__item.is-current::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--urs-gallery-accent);
    transform: translateY(-50%);
}

.urs-collection-nav__utilities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: auto;
    padding-top: clamp(14px, 2.4vh, 26px);
}

.urs-collection-nav__utilities a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    color: var(--urs-gallery-text) !important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .13em;
    text-align: center;
    text-decoration: none !important;
}

.urs-collection-nav__utilities a:hover,
.urs-collection-nav__utilities a:focus-visible {
    border-color: var(--urs-gallery-accent) !important;
    color: var(--urs-gallery-accent) !important;
}

.urs-zirve-gallery__home {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border: 0 !important;
    color: var(--urs-gallery-text) !important;
    font-size: clamp(13px, .95vw, 17px);
    font-weight: 600;
    letter-spacing: .18em;
    text-decoration: none !important;
    transition: color .2s ease;
}

.urs-zirve-gallery__home span {
    color: var(--urs-gallery-accent);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    transition: transform .2s ease;
}

.urs-zirve-gallery__home:hover,
.urs-zirve-gallery__home:focus-visible {
    color: var(--urs-gallery-accent) !important;
}

.urs-zirve-gallery__home:hover span,
.urs-zirve-gallery__home:focus-visible span {
    transform: translateX(-4px);
}

.urs-zirve-gallery__hero {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--urs-gallery-bg);
    isolation: isolate;
}

.urs-zirve-gallery__hero-content {
    position: relative;
    z-index: 2;
    width: min(100%, 1920px);
    margin: 0 auto;
    padding: clamp(56px, 8vw, 150px) clamp(20px, 5.2vw, 100px) clamp(54px, 7vw, 118px);
    text-align: center;
}

.urs-zirve-gallery__hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: cover !important;
    object-position: var(--urs-gallery-hero-x, 50%) var(--urs-gallery-hero-y, 50%) !important;
    transform: scale(1.002);
}

.urs-zirve-gallery__hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    background: linear-gradient(180deg, #000 0%, #050505 54%, #000 100%);
    pointer-events: none;
}

.urs-zirve-gallery__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 24px !important;
    color: var(--urs-gallery-accent) !important;
    font-size: clamp(10px, .75vw, 14px) !important;
    font-weight: 500;
    letter-spacing: .3em;
    line-height: 1.4;
}

.urs-zirve-gallery__eyebrow span {
    color: rgba(255, 255, 255, .36);
}

.urs-zirve-gallery__hero h1 {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--urs-gallery-text) !important;
    font-family: var(--urs-gallery-hero-font-family) !important;
    font-size: clamp(64px, 12vw, 220px) !important;
    font-weight: 400 !important;
    letter-spacing: -.045em !important;
    line-height: .78 !important;
    text-align: center !important;
    text-shadow: 0 4px 30px rgba(0, 0, 0, .62);
    text-transform: uppercase;
}

.urs-zirve-gallery__hero.has-long-title h1 {
    font-size: clamp(54px, 8.5vw, 150px) !important;
    line-height: .86 !important;
}

.urs-zirve-gallery__intro {
    width: min(100%, 760px);
    margin: clamp(30px, 4vw, 58px) auto 0 !important;
    color: color-mix(in srgb, var(--urs-gallery-text) 72%, transparent) !important;
    font-size: clamp(14px, 1.15vw, 20px) !important;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.75 !important;
    text-align: center !important;
}

.urs-zirve-gallery__hero.has-background .urs-zirve-gallery__intro {
    color: rgba(255, 255, 255, .88) !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .9);
}

@supports not (color: color-mix(in srgb, #fff 50%, transparent)) {
    .urs-zirve-gallery__intro {
        color: rgba(246, 242, 233, .72) !important;
    }
}

.urs-zirve-gallery__tabs-wrap {
    position: sticky;
    top: var(--wp-admin--admin-bar--height, 0px);
    z-index: 20;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: color-mix(in srgb, var(--urs-gallery-bg) 92%, transparent);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

@supports not (background: color-mix(in srgb, #000 50%, transparent)) {
    .urs-zirve-gallery__tabs-wrap {
        background: rgba(7, 7, 7, .94);
    }
}

.urs-zirve-gallery__tabs {
    display: grid;
    grid-template-columns: repeat(var(--urs-gallery-tab-columns), minmax(0, 1fr));
    width: min(100%, 1400px);
    margin: 0 auto;
}

.urs-zirve-gallery__tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    min-height: 78px;
    margin: 0 !important;
    padding: 18px 12px !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, .08) !important;
    border-radius: 0 !important;
    outline: 0;
    background: transparent !important;
    color: color-mix(in srgb, var(--urs-gallery-text) 52%, transparent) !important;
    box-shadow: none !important;
    cursor: pointer;
    font-size: clamp(14px, 1.12vw, 20px) !important;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
}

.urs-zirve-gallery__tab:last-child {
    border-right: 0 !important;
}

.urs-zirve-gallery__tab::after {
    content: "";
    position: absolute;
    right: 20%;
    bottom: -1px;
    left: 20%;
    height: 2px;
    background: var(--urs-gallery-accent);
    opacity: 0;
    transform: scaleX(.4);
    transition: opacity .25s ease, transform .25s ease;
}

.urs-zirve-gallery__tab:hover,
.urs-zirve-gallery__tab:focus-visible,
.urs-zirve-gallery__tab.is-active {
    background: rgba(255, 255, 255, .025) !important;
    color: var(--urs-gallery-text) !important;
}

.urs-zirve-gallery__tab.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.urs-zirve-gallery__content {
    width: min(100%, 1920px);
    margin: 0 auto;
    padding: clamp(42px, 5vw, 92px) clamp(10px, 2.6vw, 50px) clamp(80px, 9vw, 160px);
}

.urs-zirve-gallery__panel[hidden] {
    display: none !important;
}

.urs-zirve-gallery__section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 24px;
    margin: 0 0 clamp(24px, 3vw, 50px);
    padding: 0 clamp(4px, .8vw, 14px) clamp(14px, 1.4vw, 24px);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.urs-zirve-gallery__section-heading h2 {
    margin: 0 !important;
    color: var(--urs-gallery-text) !important;
    font-family: var(--urs-gallery-heading-font-family) !important;
    font-size: clamp(30px, 4.1vw, 72px) !important;
    font-weight: 400 !important;
    letter-spacing: .01em !important;
    line-height: 1 !important;
    text-transform: uppercase;
}

.urs-zirve-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
    width: 100%;
}

.urs-zirve-gallery__item {
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 !important;
    padding: 8px !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    background: #fff !important;
    box-shadow: none !important;
    cursor: zoom-in;
    font-size: 0 !important;
    line-height: 0 !important;
}

.urs-zirve-gallery__image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff;
    object-fit: cover !important;
    object-position: center center;
    transform: none !important;
}

.urs-zirve-gallery__item::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(0, 0, 0, .12);
    pointer-events: none;
}

.urs-zirve-gallery__zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    background: rgba(0, 0, 0, .46);
    color: #fff !important;
    font: 300 21px/1 Arial, sans-serif;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .25s ease, transform .25s ease, background-color .25s ease;
}

.urs-zirve-gallery__item:hover .urs-zirve-gallery__zoom,
.urs-zirve-gallery__item:focus-visible .urs-zirve-gallery__zoom {
    opacity: 1;
    transform: translateY(0);
}

.urs-zirve-gallery__item:focus-visible {
    box-shadow: inset 0 0 0 3px var(--urs-gallery-accent) !important;
}

.urs-zirve-gallery__empty {
    margin: 0;
    padding: 70px 20px;
    border: 1px dashed rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .58) !important;
    text-align: center;
}

.urs-collection-pager {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
    width: min(calc(100% - 40px), 1500px);
    margin: 0 auto clamp(54px, 7vw, 110px);
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.urs-collection-pager a {
    min-width: 0;
    text-decoration: none !important;
}

.urs-collection-pager__side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    min-height: 140px;
    padding: 28px clamp(18px, 3vw, 48px);
}

.urs-collection-pager__side--previous {
    align-items: flex-start;
    text-align: left;
}

.urs-collection-pager__side--next {
    align-items: flex-end;
    text-align: right;
}

.urs-collection-pager__side small {
    color: rgba(246, 242, 233, .52) !important;
    font-size: clamp(8px, .65vw, 10px);
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 1.4;
}

.urs-collection-pager__side strong {
    overflow: hidden;
    color: var(--urs-gallery-text) !important;
    font-family: var(--urs-gallery-heading-font-family);
    font-size: clamp(24px, 3vw, 48px);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .2s ease, transform .2s ease;
}

.urs-collection-pager__side:hover strong,
.urs-collection-pager__side:focus-visible strong {
    color: var(--urs-gallery-accent) !important;
}

.urs-collection-pager__side--previous:hover strong,
.urs-collection-pager__side--previous:focus-visible strong {
    transform: translateX(-5px);
}

.urs-collection-pager__side--next:hover strong,
.urs-collection-pager__side--next:focus-visible strong {
    transform: translateX(5px);
}

.urs-collection-pager__all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 220px;
    padding: 20px 28px;
    border-right: 1px solid rgba(255, 255, 255, .12) !important;
    border-left: 1px solid rgba(255, 255, 255, .12) !important;
    color: var(--urs-gallery-text) !important;
    font-size: clamp(12px, .85vw, 14px);
    font-weight: 600;
    letter-spacing: .16em;
    text-align: center;
}

.urs-collection-pager__all span {
    color: var(--urs-gallery-accent) !important;
    font-size: 18px;
}

.urs-collection-pager__all:hover,
.urs-collection-pager__all:focus-visible {
    color: var(--urs-gallery-accent) !important;
}

.urs-collection-index__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 1.8vw, 28px);
    width: min(100%, 1600px);
    margin: 0 auto;
    padding: clamp(28px, 5vw, 84px) clamp(10px, 3vw, 54px) clamp(80px, 9vw, 150px);
}

.urs-collection-index .urs-zirve-gallery__hero h1 {
    font-size: clamp(52px, 7.5vw, 128px) !important;
    letter-spacing: -.05em !important;
}

.urs-collection-index__card {
    position: relative;
    display: block;
    min-width: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    background: #111 !important;
    color: #fff !important;
    text-decoration: none !important;
    isolation: isolate;
}

.urs-collection-index__image,
.urs-collection-index__placeholder {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .7s cubic-bezier(.2, .72, .2, 1), filter .35s ease;
}

.urs-collection-index__placeholder {
    background: linear-gradient(135deg, #211d17, #080808 72%);
}

.urs-collection-index__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .03) 30%, rgba(0, 0, 0, .86) 100%);
    pointer-events: none;
}

.urs-collection-index__content {
    position: absolute;
    right: clamp(18px, 3vw, 48px);
    bottom: clamp(18px, 3vw, 42px);
    left: clamp(18px, 3vw, 48px);
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.urs-collection-index__content strong {
    color: #fff !important;
    font-family: var(--urs-gallery-heading-font-family);
    font-size: clamp(30px, 4vw, 68px);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: .95;
}

.urs-collection-index__content > span {
    color: #fff !important;
    font-size: clamp(8px, .8vw, 12px);
    font-weight: 700;
    letter-spacing: .12em;
    white-space: nowrap;
}

.urs-collection-index__content b {
    display: inline-block;
    margin-left: 10px;
    color: var(--urs-gallery-accent);
    font-size: 22px;
    font-weight: 300;
    transition: transform .3s ease;
}

.urs-collection-index__card:hover .urs-collection-index__image,
.urs-collection-index__card:focus-visible .urs-collection-index__image {
    filter: brightness(1.06);
    transform: scale(1.035);
}

.urs-collection-index__card:hover .urs-collection-index__content b,
.urs-collection-index__card:focus-visible .urs-collection-index__content b {
    transform: translateX(7px);
}

.urs-collection-index__card:focus-visible {
    outline: 3px solid var(--urs-gallery-accent);
    outline-offset: -3px;
}

.urs-zirve-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: block;
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    transition: opacity .22s ease, visibility .22s ease;
}

.urs-zirve-lightbox.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.urs-zirve-lightbox__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, .94) !important;
    box-shadow: none !important;
    cursor: default;
}

.urs-zirve-lightbox__figure {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    pointer-events: none;
}

.urs-zirve-lightbox__stage {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    cursor: zoom-in;
    pointer-events: auto;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}

.urs-zirve-lightbox__stage::before,
.urs-zirve-lightbox__stage::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
}

.urs-zirve-lightbox__stage::before {
    content: "";
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    border: 2px solid rgba(255, 255, 255, .24);
    border-top-color: var(--urs-gallery-accent);
    border-radius: 50%;
    animation: urs-gallery-loading .8s linear infinite;
}

.urs-zirve-lightbox__stage.is-loading::before {
    opacity: 1;
}

.urs-zirve-lightbox__stage::after {
    content: "Görsel yüklenemedi";
    color: rgba(255, 255, 255, .72);
    font: 500 12px/1.4 Arial, sans-serif;
    letter-spacing: .08em;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.urs-zirve-lightbox__stage.has-image-error::after {
    opacity: 1;
}

@keyframes urs-gallery-loading {
    to {
        transform: rotate(360deg);
    }
}

.urs-zirve-lightbox__stage.is-zoomed {
    cursor: grab;
}

.urs-zirve-lightbox__stage.is-zoomed:active {
    cursor: grabbing;
}

.urs-zirve-lightbox__stage img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    background: #000;
    object-fit: contain !important;
    object-position: center center;
    box-shadow: none;
    pointer-events: none;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;
    will-change: transform;
    -webkit-user-drag: none;
    user-select: none;
}

.urs-zirve-lightbox__figure figcaption {
    position: absolute;
    bottom: max(14px, env(safe-area-inset-bottom, 0px));
    left: 50%;
    z-index: 4;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .52);
    color: rgba(255, 255, 255, .78) !important;
    font: 500 11px/1.2 Arial, sans-serif;
    letter-spacing: .18em;
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
}

.urs-zirve-lightbox__close,
.urs-zirve-lightbox__arrow {
    position: relative;
    z-index: 3;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    cursor: pointer;
}

.urs-zirve-lightbox__close {
    position: absolute;
    top: max(14px, env(safe-area-inset-top, 0px));
    right: max(18px, env(safe-area-inset-right, 0px));
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, .46) !important;
    font: 200 42px/40px Arial, sans-serif !important;
}

.urs-zirve-lightbox__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    width: clamp(48px, 7vw, 96px);
    height: 76px;
    place-items: center;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, .24) !important;
    font: 200 clamp(42px, 5vw, 72px)/1 Arial, sans-serif !important;
    opacity: .74;
    transform: translateY(-50%);
    transition: opacity .2s ease, transform .2s ease;
}

.urs-zirve-lightbox__arrow[hidden] {
    display: none !important;
}

.urs-zirve-lightbox__arrow--prev {
    left: max(4px, env(safe-area-inset-left, 0px));
}

.urs-zirve-lightbox__arrow--next {
    right: max(4px, env(safe-area-inset-right, 0px));
}

.urs-zirve-lightbox__arrow:hover,
.urs-zirve-lightbox__arrow:focus-visible,
.urs-zirve-lightbox__close:hover,
.urs-zirve-lightbox__close:focus-visible {
    color: var(--urs-gallery-accent) !important;
    opacity: 1;
}

.urs-zirve-lightbox__arrow--prev:hover {
    transform: translate(-4px, -50%);
}

.urs-zirve-lightbox__arrow--next:hover {
    transform: translate(4px, -50%);
}

@media (max-width: 1100px) {
    .urs-zirve-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .urs-zirve-gallery__topbar {
        min-height: 108px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .urs-zirve-gallery__logo img {
        width: 108px;
    }

    .urs-collection-nav__top-actions .urs-zirve-gallery__home {
        display: inline-flex;
        gap: 7px;
        font-size: 10.5px;
        letter-spacing: .09em;
    }

    .urs-collection-nav__toggle {
        gap: 8px;
        font-size: 10.5px !important;
        letter-spacing: .1em;
    }

    .urs-collection-nav__top-actions .urs-zirve-gallery__home span,
    .urs-collection-nav__toggle span {
        font-size: 17px;
        font-weight: 700;
    }

    .urs-collection-nav__floating {
        right: max(10px, env(safe-area-inset-right, 0px));
        bottom: max(12px, calc(env(safe-area-inset-bottom, 0px) + 7px));
        padding: 11px 13px !important;
        font-size: 9px !important;
        letter-spacing: .11em;
    }

    .urs-collection-nav__panel {
        width: 100%;
        padding-right: 22px;
        padding-left: 22px;
        border-left: 0;
    }

    .urs-collection-nav__heading h2 {
        padding-right: 50px;
        font-size: clamp(28px, 7.9vw, 32px) !important;
    }

    .urs-collection-nav__close {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .urs-collection-nav__item > span {
        font-size: clamp(27px, 8.4vw, 38px);
    }

    .urs-collection-nav__item.is-current::before {
        left: -13px;
        width: 6px;
        height: 6px;
    }

    .urs-collection-nav__utilities {
        grid-template-columns: 1fr;
    }

    .urs-collection-pager {
        grid-template-columns: 1fr 1fr;
        width: calc(100% - 16px);
        margin-bottom: 72px;
    }

    .urs-collection-pager__side {
        min-height: 112px;
        padding: 20px 14px;
    }

    .urs-collection-pager__side strong {
        font-size: clamp(20px, 6vw, 28px);
    }

    .urs-collection-pager__all {
        grid-column: 1 / -1;
        grid-row: 1;
        min-width: 0;
        min-height: 56px;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
        border-left: 0 !important;
    }

    .urs-collection-pager__side--previous,
    .urs-collection-pager__side--next {
        grid-row: 2;
    }

    .urs-collection-pager__side--previous {
        border-right: 1px solid rgba(255, 255, 255, .12) !important;
    }

    .urs-zirve-gallery__hero-content {
        padding: clamp(54px, 18vw, 86px) 18px clamp(48px, 15vw, 74px);
    }

    .urs-zirve-gallery__hero h1 {
        font-size: clamp(62px, 25vw, 108px) !important;
        line-height: .82 !important;
    }

    .urs-zirve-gallery__hero.has-long-title h1 {
        font-size: clamp(42px, 14vw, 68px) !important;
        line-height: .9 !important;
        letter-spacing: -.035em !important;
    }

    .urs-zirve-gallery__eyebrow {
        margin-bottom: 20px !important;
        font-size: 9px !important;
        letter-spacing: .22em;
    }

    .urs-zirve-gallery__intro {
        margin-top: 30px !important;
        font-size: 13px !important;
        line-height: 1.65 !important;
    }

    .urs-zirve-gallery__tab {
        min-height: 62px;
        gap: 5px;
        padding: 14px 4px !important;
        font-size: clamp(11px, 3.2vw, 14px) !important;
        font-weight: 700;
        letter-spacing: .08em;
    }

    .urs-zirve-gallery__content {
        padding: 34px 7px 86px;
    }

    .urs-zirve-gallery__section-heading {
        align-items: center;
        margin-bottom: 18px;
        padding: 0 4px 12px;
    }

    .urs-zirve-gallery__section-heading h2 {
        font-size: clamp(26px, 9vw, 40px) !important;
    }

    .urs-zirve-gallery__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .urs-zirve-gallery__zoom {
        right: 10px;
        bottom: 10px;
        width: 32px;
        height: 32px;
        font-size: 18px;
        opacity: 1;
        transform: none;
    }

    .urs-collection-index__grid {
        grid-template-columns: 1fr;
        padding: 14px 8px 84px;
    }

    .urs-collection-index .urs-zirve-gallery__hero h1 {
        font-size: clamp(32px, 9vw, 44px) !important;
        letter-spacing: -.04em !important;
    }

    .urs-collection-index__card {
        aspect-ratio: 4 / 3;
    }

    .urs-collection-index__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .urs-collection-index__content strong {
        font-size: clamp(34px, 12vw, 54px);
    }

    .urs-zirve-lightbox {
        width: 100vw;
        width: 100dvw;
        height: 100vh;
        height: 100dvh;
    }

    .urs-zirve-lightbox__arrow {
        width: 44px;
        height: 64px;
        font-size: 45px !important;
    }
}

@media (orientation: landscape) and (max-height: 700px) {
    .urs-collection-nav__panel {
        width: clamp(480px, 58vw, 620px);
        padding: max(14px, env(safe-area-inset-top, 0px)) 26px max(14px, env(safe-area-inset-bottom, 0px));
    }

    .urs-collection-nav__heading {
        padding-bottom: 10px;
    }

    .urs-collection-nav__heading p {
        margin-bottom: 5px !important;
        font-size: 8px !important;
    }

    .urs-collection-nav__heading h2 {
        font-size: 30px !important;
    }

    .urs-collection-nav__close {
        width: 38px;
        height: 38px;
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .urs-collection-nav__item {
        gap: 1px 14px;
        padding: 8px 2px;
    }

    .urs-collection-nav__item > span {
        font-size: 26px;
    }

    .urs-collection-nav__item small {
        font-size: 7px;
    }

    .urs-collection-nav__utilities {
        grid-template-columns: 1fr 1fr;
        padding-top: 10px;
    }

    .urs-collection-nav__utilities a {
        min-height: 38px;
        padding: 8px;
        font-size: 8px;
    }

    .urs-zirve-lightbox__close {
        top: max(6px, env(safe-area-inset-top, 0px));
        right: max(8px, env(safe-area-inset-right, 0px));
        width: 40px;
        height: 40px;
        font-size: 38px !important;
        line-height: 36px !important;
    }

    .urs-zirve-lightbox__figure figcaption {
        bottom: max(6px, env(safe-area-inset-bottom, 0px));
    }
}

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