@font-face {
    font-family: "Playfair Display";
    src: url("../../fonts/playfair-display/playfair-display-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
}
.ornek-page {
    background: #07070a;
    color: #e2e8f0;
    position: relative;
}

body.ornek-page {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body.ornek-page::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.ornek-page .sa-footer__scroll-top {
    display: none !important;
}
body.ornek-page #navbar,
body.ornek-page #navbar.scrolled,
body.ornek-page #navbar.navbar--solid,
body.ornek-page #navbar.navbar--transparent,
body.ornek-page #navbar.navbar--sw-transparent,
body.ornek-page #navbar.navbar--hero-transparent,
body.ornek-page #navbar.navbar--hero-on-light,
body.ornek-page #navbar.navbar--light {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
}

body.ornek-page #navbar::before,
body.ornek-page #navbar::after {
    content: none !important;
    display: none !important;
}

body.ornek-page #navbar > .container {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    body.ornek-page #navbar .nav-menu,
    body.ornek-page #navbar .nav-menu.active {
        background: rgba(5, 8, 14, 0.96) !important;
        background-color: rgba(5, 8, 14, 0.96) !important;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.44) !important;
        backdrop-filter: blur(14px) !important;
        -webkit-backdrop-filter: blur(14px) !important;
    }

    body.ornek-page #navbar .dropdown-menu {
        background: rgba(255, 255, 255, 0.08) !important;
    }
}
.ornek-page .sa-footer { background: #07070a; }
.orn-bg-canvas {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.orn-hero,
.ornek-page .sa-footer {
    position: relative;
    z-index: 1;
}
.orn-hero {
    position: relative;
    margin-top: 0;
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    padding: 0;
}

.orn-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.orn-hero__liquid-ether {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    pointer-events: none;
    overflow: hidden;
}

.orn-hero__liquid-ether canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    display: block;
    pointer-events: none;
}

.orn-hero__gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(7,7,10,0.18), transparent 72%),
        radial-gradient(ellipse 80% 50% at 50% 35%, rgba(220,38,38,0.045), transparent 72%),
        radial-gradient(ellipse 60% 40% at 20% 80%, rgba(99,102,241,0.03), transparent 72%),
        radial-gradient(ellipse 50% 60% at 80% 20%, rgba(251,191,36,0.02), transparent 72%);
}

.orn-hero__grid-pattern {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image:
        linear-gradient(rgba(255,255,255,0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px);
    background-size: 70px 70px;
    -webkit-mask-image: radial-gradient(ellipse 65% 55% at 50% 45%, rgba(0,0,0,0.6), transparent);
    mask-image: radial-gradient(ellipse 65% 55% at 50% 45%, rgba(0,0,0,0.6), transparent);
}

.orn-hero__glow {
    position: absolute;
    z-index: 3;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(220,38,38,0.12), transparent 70%);
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orn-heroGlow 8s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes orn-heroGlow {
    0%   { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
    50%  { transform: translate(-45%, -55%) scale(1.15); opacity: 1; }
    100% { transform: translate(-55%, -48%) scale(0.95); opacity: 0.7; }
}

.orn-hero__content {
    position: relative;
    z-index: 5;
    width: min(100vw - 48px, 1440px);
    margin: 0 auto;
    min-height: 100%;
    box-sizing: border-box;
    display: grid;
    align-content: end;
    gap: 18px;
    padding: clamp(120px, 15vw, 208px) 0 clamp(56px, 8vw, 108px);
    transform: translateY(-106px);
}

.orn-hero__title {
    margin: 0;
    max-width: 9ch;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: clamp(calc(4rem + 30px), calc(10.8vw + 30px), calc(9rem + 30px));
    font-weight: 700;
    color: #fff;
    line-height: 1.01;
    letter-spacing: -0.02em;
    text-shadow: 0 18px 46px rgba(0, 0, 0, 0.58);
    position: relative;
    top: 10px;
}

.orn-hero__title-line {
    display: block;
}

.orn-hero__title-line + .orn-hero__title-line {
    margin-top: 0.02em;
}

.orn-hero__title-line--accent {
    color: inherit;
}

.orn-hero__subtitle {
    margin: 4px 0 0;
    max-width: min(34rem, 100%);
    color: rgba(245, 241, 234, 0.6);
    font-size: clamp(0.9rem, 1.24vw, 1.02rem);
    line-height: 1.5;
}

.orn-hero__subtitle--extra {
    margin-top: 6px;
    max-width: min(34rem, 100%);
    color: rgba(245, 241, 234, 0.52);
}

.orn-shell {
    width: min(100vw - 48px, 1440px);
    margin-inline: auto;
}
@media (max-width: 1100px) {
    .orn-hero__content {
        gap: 14px;
    }

    .orn-hero__title {
        font-size: clamp(calc(3.5rem + 30px), calc(8.8vw + 30px), calc(7rem + 30px));
        line-height: 1.02;
    }

    .orn-hero__subtitle {
        max-width: min(30rem, 100%);
        font-size: clamp(0.86rem, 1.52vw, 0.98rem);
        line-height: 1.45;
    }

    .orn-hero__subtitle--extra {
        max-width: min(28.5rem, 100%);
    }

}

@media (max-width: 860px) {
    .orn-shell {
        width: min(100vw - 28px, 720px);
    }

    .orn-hero {
        height: 100svh;
        min-height: 100svh;
    }

    .orn-hero__content {
        width: min(100vw - 28px, 720px);
        padding-top: 144px;
        transform: translateY(-88px);
        gap: 12px;
    }

    .orn-hero__title {
        font-size: clamp(calc(2.55rem + 30px), calc(12.2vw + 30px), calc(4.6rem + 30px));
        line-height: 1;
        max-width: 10ch;
        top: 4px;
    }

    .orn-hero__subtitle {
        margin-top: 4px;
        max-width: min(25.5rem, 100%);
        font-size: clamp(0.82rem, 2.95vw, 0.94rem);
        line-height: 1.38;
    }

    .orn-hero__subtitle--extra {
        max-width: min(24rem, 100%);
        margin-top: 4px;
    }

    .orn-hero__glow { width: 350px; height: 350px; }
}

@media (max-height: 900px) {
    .orn-hero__content {
        gap: 12px;
        padding-bottom: 44px;
    }

    .orn-hero__title {
        font-size: clamp(calc(3.4rem + 30px), calc(9.6vw + 30px), calc(7.4rem + 30px));
        line-height: 1;
        top: 4px;
    }

    .orn-hero__subtitle {
        margin-top: 2px;
        max-width: min(30rem, 100%);
        line-height: 1.36;
    }

    .orn-hero__subtitle--extra {
        display: none;
    }
}

@media (max-height: 720px) {
    .orn-hero__content {
        gap: 14px;
        padding-bottom: 56px;
    }

    .orn-hero__title {
        font-size: clamp(calc(3.4rem + 30px), calc(9vw + 30px), calc(7.2rem + 30px));
        line-height: 1;
    }

    .orn-hero__subtitle {
        max-width: min(28rem, 100%);
        font-size: clamp(0.82rem, 1.4vw, 0.96rem);
        line-height: 1.44;
    }
}

@media (max-height: 640px) {
    .orn-hero__subtitle { max-width: min(26rem, 100%); }
}

.kit {
    position: relative;
    z-index: 1;
    padding: clamp(72px, 10vw, 140px) 0 clamp(48px, 7vw, 96px);
}

.kit__intro {
    margin-bottom: clamp(28px, 4vw, 52px);
}
.kit__title {
    margin: 0;
    font-family: "Outfit", system-ui, sans-serif;
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-transform: none;
    color: #f4f2ef;
    visibility: hidden;
}
.kit__title > div {
    box-sizing: content-box;
    padding-block: 0.14em 0.2em;
    margin-block: -0.14em -0.2em;
}

.kit__title > div > div {
    will-change: transform;
}
.kit__rail {
    display: flex;
    gap: 8px;
    margin-bottom: clamp(18px, 2.5vw, 28px);
    flex-wrap: wrap;
}

.kit__chip {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #26262f;
    border-radius: 999px;
    background: transparent;
    color: #7a7a86;
    font: inherit;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    cursor: pointer;
    white-space: nowrap;
    transition: color .3s, border-color .3s, background-color .3s;
}

.kit__chip:hover {
    color: #c7c7d1;
    border-color: #3a3a46;
}

.kit__chip.is-active {
    color: #f2f2f5;
    border-color: var(--kit-accent);
    background: color-mix(in srgb, var(--kit-accent) 12%, transparent);
}
.kit__table {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
    gap: clamp(14px, 1.6vw, 24px);
    padding: clamp(14px, 1.8vw, 26px);
    border-radius: 20px;
    background:
        radial-gradient(120% 90% at 50% 0%, color-mix(in srgb, var(--kit-accent) 12%, transparent) 0%, transparent 60%),
        var(--kit-deep);
    border: 1px solid color-mix(in srgb, var(--kit-accent) 24%, transparent);
    overflow: hidden;
    transition: background-color .7s cubic-bezier(.2,.8,.2,1), border-color .7s, background-image .7s;
}

.kit__grain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .5;
    background-image:
        linear-gradient(color-mix(in srgb, var(--kit-accent) 8%, transparent) 1px, transparent 1px),
        linear-gradient(90deg, color-mix(in srgb, var(--kit-accent) 8%, transparent) 1px, transparent 1px);
    background-size: 34px 34px;
    transition: background-image .7s;
}
.kit__stage {
    position: relative;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: color-mix(in srgb, var(--kit-accent) 8%, #000);
    min-width: 0;
}

.kit__stage img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: opacity .4s;
}
.kit__side {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.4vw, 18px);
    min-width: 0;
}

.kit__plate {
    padding: 16px 18px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--kit-accent) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--kit-accent) 28%, transparent);
    transition: background-color .7s, border-color .7s;
}

.kit__plate-name {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.2rem, 1.7vw, 1.6rem);
    color: var(--kit-ink);
    transition: color .7s;
}
.kit__shots {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-content: start;
}
.kit__shots[hidden] { display: none; }

.kit__shot {
    display: block;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 10px;
    background: none;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
    transition: border-color .3s, opacity .3s;
    opacity: .55;
}

.kit__shot img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 9px;
}

.kit__shot:hover,
.kit__shot:focus-visible { opacity: 1; }

.kit__shot.is-active {
    border-color: var(--kit-accent);
    opacity: 1;
}
.kit__palette {
    display: flex;
    gap: 6px;
    height: 34px;
    flex: none;
    margin-top: auto;
}
.kit__palette span {
    flex: 1;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
    transition: background-color .7s;
}
@media (max-width: 1100px) {
    .kit__table { grid-template-columns: 1fr; }
    .kit__shots { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    .kit__rail {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        margin-inline: -14px;
        padding: 2px 14px 10px;
        scrollbar-width: none;
    }

    .kit__rail::-webkit-scrollbar { display: none; }
    .kit__chip { scroll-snap-align: start; }
}

@media (max-width: 640px) {
    .kit__stage img { aspect-ratio: 4 / 3; }
    .kit__shots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    .kit__table,
    .kit__stage img,
    .kit__palette span,
    .kit__plate {
        transition-duration: .01ms;
    }
}
.orn-hero__title,
.orn-hero__title * {
    font-family: "Outfit", system-ui, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: none;
}

.orn-hero__title {
    font-size: clamp(3.4rem, 7.2vw, 7rem);
    line-height: 1;
    max-width: none;
}
