:root {
    --or-blue: #0908f0;
    --or-blue-deep: #131a66;
    --or-blue-soft: #eef1ff;
    --or-red: #fb0001;
    --or-red-deep: #b90a13;
    --or-ink: #141414;
    --or-ink-soft: #5f6470;
    --or-line: rgba(14, 18, 54, 0.1);
    --or-surface: #ffffff;
    --or-surface-soft: #f7f3ee;
    --or-shadow: 0 18px 50px rgba(18, 21, 61, 0.12);
    --or-radius-xl: 28px;
    --or-radius-lg: 22px;
    --or-radius-md: 18px;
    --or-container: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
    color: var(--or-ink);
    background:
        radial-gradient(circle at top left, rgba(9, 8, 240, 0.07), transparent 30%),
        radial-gradient(circle at 90% 20%, rgba(251, 0, 1, 0.06), transparent 22%),
        linear-gradient(180deg, #fffdfb 0%, #f6f1eb 100%);
}

img {
    max-width: 100%;
    display: block;
}

iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.container {
    max-width: var(--or-container);
}

.or-topbar {
    background: var(--or-blue-deep);
    color: #fff;
    font-size: 0.92rem;
}

.or-topbar__inner {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.or-topbar a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.or-header {
    backdrop-filter: blur(18px);
    background: rgba(255, 253, 250, 0.8);
    border-bottom: 1px solid rgba(14, 18, 54, 0.06);
}

.or-navbar {
    padding: 18px 0;
}

.or-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 1.02rem;
    color: var(--or-ink);
    text-decoration: none;
}

.or-brand img,
.or-footer-brand img,
.or-floating-mark img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.or-nav-links .nav-link {
    color: var(--or-ink);
    font-weight: 500;
    padding: 10px 16px !important;
}

.or-nav-links .nav-link:hover,
.or-nav-links .nav-link:focus {
    color: var(--or-blue);
}

.or-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.or-account,
.or-account-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(9, 8, 240, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: var(--or-ink);
    border-radius: 999px;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: 600;
}

.or-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--or-red);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.or-btn {
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    border: 1px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.or-btn:hover {
    transform: translateY(-1px);
}

.or-btn--primary {
    background: linear-gradient(135deg, var(--or-blue) 0%, #3436ff 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(9, 8, 240, 0.22);
}

.or-btn--primary:hover,
.or-btn--primary:focus {
    color: #fff;
    background: linear-gradient(135deg, #0504ce 0%, var(--or-blue) 100%);
}

.or-btn--ghost {
    border-color: rgba(9, 8, 240, 0.12);
    color: var(--or-blue-deep);
    background: rgba(255, 255, 255, 0.85);
}

.or-btn--ghost:hover,
.or-btn--ghost:focus {
    color: var(--or-blue-deep);
    border-color: rgba(9, 8, 240, 0.2);
    background: #fff;
}

.or-btn--light {
    color: var(--or-blue-deep);
    background: #fff;
}

.or-btn--outline-light {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
}

.or-btn--outline-light:hover,
.or-btn--outline-light:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.or-flyer {
    padding: 12px 0 24px;
}

.or-flyer--fullscreen {
    padding-top: 10px;
}

.or-flyer-container {
    max-width: 1400px;
}

.or-flyer-shell {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 36px;
    background:
        radial-gradient(circle at 14% 18%, rgba(251, 0, 1, 0.12), transparent 22%),
        radial-gradient(circle at 88% 16%, rgba(9, 8, 240, 0.14), transparent 24%),
        linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(247,243,238,0.96) 56%, rgba(255,255,255,0.88) 100%);
    border: 1px solid rgba(14, 18, 54, 0.08);
    box-shadow: 0 28px 60px rgba(18, 21, 61, 0.12);
}

.or-flyer-shell--fullscreen {
    min-height: calc(100vh - 148px);
}

.or-flyer-shell::before,
.or-flyer-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.or-flyer-shell::before {
    width: 180px;
    height: 180px;
    right: -40px;
    top: -60px;
    background: rgba(9, 8, 240, 0.08);
    filter: blur(8px);
}

.or-flyer-shell::after {
    width: 140px;
    height: 140px;
    left: -30px;
    bottom: 20px;
    background: rgba(251, 0, 1, 0.08);
    filter: blur(8px);
}

.or-flyer-stage {
    position: relative;
    z-index: 1;
    min-height: 640px;
    border-radius: 32px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 28px 60px rgba(18, 21, 61, 0.24);
    isolation: isolate;
}

.or-flyer-stage--fullscreen {
    min-height: calc(100vh - 148px);
    border-radius: 36px;
}

.or-flyer-stage::before {
    content: "";
    position: absolute;
    inset: -8%;
    z-index: 1;
    background:
        radial-gradient(circle at 20% 24%, rgba(255,255,255,0.20), transparent 0 28%),
        radial-gradient(circle at 78% 32%, rgba(32, 39, 182, 0.18), transparent 0 32%),
        radial-gradient(circle at 52% 80%, rgba(251, 0, 1, 0.12), transparent 0 30%);
    mix-blend-mode: screen;
    opacity: 0.8;
    animation: orFlyerAmbient 18s ease-in-out infinite alternate;
    pointer-events: none;
}

.or-flyer-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(circle at center, transparent 34%, rgba(4, 7, 16, 0.20) 72%, rgba(4, 7, 16, 0.54) 100%),
        linear-gradient(180deg, rgba(8, 11, 24, 0.10) 0%, rgba(8, 11, 24, 0.18) 40%, rgba(8, 11, 24, 0.56) 100%),
        linear-gradient(125deg, rgba(9, 8, 240, 0.14) 0%, transparent 38%, rgba(251, 0, 1, 0.16) 100%);
    pointer-events: none;
}

.or-flyer-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: orFlyerCycle 24s infinite ease-in-out;
    will-change: opacity, transform;
}

.or-flyer-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, transparent 24%, rgba(5, 8, 16, 0.16) 100%);
    z-index: 1;
}

.or-flyer-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06) translate3d(0, 0, 0);
    filter: saturate(1.08) contrast(1.03) brightness(0.96);
    animation: orFlyerFrame 24s infinite ease-in-out;
    will-change: transform, filter;
}

.or-flyer-slide--1 img {
    transform-origin: 50% 44%;
}

.or-flyer-slide--2,
.or-flyer-slide--2 img {
    animation-delay: 8s;
}

.or-flyer-slide--2 img {
    transform-origin: 56% 48%;
}

.or-flyer-slide--3,
.or-flyer-slide--3 img {
    animation-delay: 16s;
}

.or-flyer-slide--3 img {
    transform-origin: 48% 42%;
}

.or-flyer-badge strong {
    font-size: 1.02rem;
    line-height: 1.35;
}

.or-flyer-badge {
    position: absolute;
    z-index: 4;
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(255,255,255,0.92);
    box-shadow: 0 16px 34px rgba(12, 14, 26, 0.18);
    backdrop-filter: blur(16px);
}

.or-flyer-badge span {
    color: var(--or-ink-soft);
}

.or-flyer-badge--brand {
    top: 22px;
    left: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.or-flyer-badge--brand img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.or-flyer-cta-rail {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 4;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.or-flyer-cta-rail .or-btn {
    min-width: 0;
}

.or-btn--ghost-light {
    color: #fff;
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.22);
    backdrop-filter: blur(18px);
}

.or-btn--ghost-light:hover,
.or-btn--ghost-light:focus {
    color: #fff;
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.32);
}

.or-hero--support {
    display: none;
}

.or-hero--support {
    padding-top: 44px;
}

.or-hero--support h2 {
    margin: 18px 0 18px;
    max-width: 12ch;
    font-size: clamp(2.15rem, 4.8vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    font-weight: 800;
}

.or-hero-gallery--support {
    min-height: 500px;
}

@keyframes orFlyerCycle {
    0% { opacity: 0; }
    6% { opacity: 1; }
    28% { opacity: 1; }
    38% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes orFlyerFrame {
    0% { transform: scale(1.05) translate3d(0, 0, 0); }
    28% { transform: scale(1.14) translate3d(-1.2%, 1%, 0); }
    38% { transform: scale(1.16) translate3d(-1.6%, 1.2%, 0); }
    100% { transform: scale(1.05) translate3d(0, 0, 0); }
}

@keyframes orFlyerAmbient {
    0% {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 0.65;
    }
    100% {
        transform: scale(1.08) translate3d(1.5%, -1.5%, 0);
        opacity: 0.95;
    }
}


.or-hero {
    padding: 72px 0 32px;
}

.or-eyebrow,
.or-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--or-red-deep);
    background: rgba(251, 0, 1, 0.08);
}

.or-kicker--light {
    background: rgba(255,255,255,0.12);
    color: #fff;
}

.or-hero h1 {
    margin: 18px 0 18px;
    max-width: 11ch;
    font-size: clamp(2.7rem, 6vw, 5rem);
    line-height: 0.97;
    letter-spacing: -0.05em;
    font-weight: 800;
}

.or-hero-copy,
.or-section-copy p,
.or-section-head p,
.or-cta-band p,
.or-footer p,
.or-collection-copy p,
.or-shortcut-card p,
.or-feature-panel p {
    color: var(--or-ink-soft);
    font-size: 1.02rem;
    line-height: 1.7;
}

.or-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 28px 0 30px;
}

.or-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.or-hero-meta div {
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(9, 8, 240, 0.08);
    box-shadow: var(--or-shadow);
    border-radius: var(--or-radius-md);
    padding: 18px;
}

.or-hero-meta strong,
.or-shortcut-card strong,
.or-feature-panel strong,
.or-footer h3 {
    display: block;
    font-size: 0.98rem;
    margin-bottom: 6px;
}

.or-hero-meta span {
    color: var(--or-ink-soft);
    font-size: 0.92rem;
    line-height: 1.5;
}

.or-hero-gallery {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    grid-template-rows: 260px 220px;
    gap: 18px;
    min-height: 520px;
}

.or-gallery-card {
    overflow: hidden;
    border-radius: var(--or-radius-xl);
    box-shadow: var(--or-shadow);
    background: #fff;
}

.or-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.or-gallery-card--main {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.or-gallery-card--top {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.or-gallery-card--bottom {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.or-floating-mark {
    position: absolute;
    left: 28px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 12px 30px rgba(20,20,20,0.12);
    border-radius: 999px;
    font-weight: 800;
}

.or-shortcuts {
    padding: 26px 0 20px;
}

.or-shortcut-card {
    height: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 24px;
    border-radius: var(--or-radius-lg);
    background: rgba(255,255,255,0.9);
    box-shadow: var(--or-shadow);
    border: 1px solid rgba(14, 18, 54, 0.06);
    color: var(--or-ink);
    text-decoration: none;
}

.or-shortcut-card:hover {
    color: var(--or-ink);
    transform: translateY(-2px);
}

.or-shortcut-card p {
    margin: 0;
    font-size: 0.95rem;
}

.or-shortcut-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(9,8,240,0.12), rgba(251,0,1,0.12));
    color: var(--or-blue);
    font-size: 1.15rem;
}

.or-section {
    padding: 92px 0;
}

.or-section--soft {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.55) 15%, rgba(255,255,255,0.82) 100%);
}

.or-section-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.or-section-head h2,
.or-section-copy h2,
.or-cta-band h2 {
    margin: 18px 0 12px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.or-feature-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.or-feature-panel article,
.or-video-card,
.or-collection-card {
    background: rgba(255,255,255,0.92);
    border-radius: var(--or-radius-lg);
    box-shadow: var(--or-shadow);
    border: 1px solid rgba(14, 18, 54, 0.06);
    overflow: hidden;
}

.or-feature-panel article {
    padding: 24px;
}

.or-collection-card img {
    width: 100%;
    aspect-ratio: 4 / 4.5;
    object-fit: cover;
}

.or-collection-copy {
    padding: 20px 20px 22px;
}

.or-collection-copy span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--or-red-deep);
    font-weight: 700;
}

.or-collection-copy h3 {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.or-collection-copy p {
    font-size: 0.95rem;
    margin-bottom: 16px;
}

.or-collection-copy a,
.or-footer a {
    color: var(--or-blue-deep);
    text-decoration: none;
    font-weight: 700;
}

.or-video-card {
    padding: 14px;
}

.or-video-card .ratio {
    border-radius: calc(var(--or-radius-lg) - 8px);
    overflow: hidden;
}

.or-cta-band {
    padding: 88px 0;
    background: linear-gradient(135deg, var(--or-blue-deep) 0%, #2328d8 65%, var(--or-red-deep) 100%);
    color: #fff;
}

.or-cta-band__inner {
    display: grid;
    grid-template-columns: 1.2fr auto;
    gap: 24px;
    align-items: center;
}

.or-cta-band__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.or-footer {
    padding: 64px 0 28px;
    background: #fff;
    border-top: 1px solid rgba(14, 18, 54, 0.06);
}

.or-footer-brand {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.or-footer h3 {
    font-size: 1rem;
    margin-bottom: 14px;
}

.or-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.or-footer-bottom {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(14, 18, 54, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: var(--or-ink-soft);
    font-size: 0.95rem;
}

#admin-secret {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 52px;
    z-index: 9999;
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .or-hero-meta,
    .or-feature-panel {
        grid-template-columns: 1fr;
    }

    .or-nav-actions {
        margin-top: 18px;
    }
}

@media (max-width: 991.98px) {
    .or-flyer-stage {
        min-height: 560px;
    }

    .or-flyer-stage--fullscreen,
    .or-flyer-shell--fullscreen {
        min-height: calc(100svh - 126px);
    }

    .or-flyer-copy h1 {
        max-width: none;
    }

    .or-navbar {
        padding: 14px 0;
    }

    .or-hero {
        padding-top: 48px;
    }

    .or-flyer-badge--catalog {
        max-width: 220px;
    }

    .or-hero-gallery {
        min-height: auto;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 220px 220px;
    }

    .or-gallery-card--main {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .or-gallery-card--top {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .or-gallery-card--bottom {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .or-cta-band__inner {
        grid-template-columns: 1fr;
    }

    .or-cta-band__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .or-flyer {
        padding-top: 18px;
    }

    .or-flyer-shell {
        padding: 0;
        border-radius: 28px;
    }

    .or-flyer-copy h1 {
        font-size: clamp(2.4rem, 11vw, 4rem);
    }

    .or-flyer-stage {
        min-height: 460px;
    }

    .or-flyer-stage--fullscreen,
    .or-flyer-shell--fullscreen {
        min-height: calc(100svh - 112px);
    }

    .or-flyer-badge--brand {
        top: 14px;
        left: 14px;
        padding: 12px 14px;
    }

    .or-flyer-badge--brand img {
        width: 38px;
        height: 38px;
    }

    .or-flyer-cta-rail {
        left: 14px;
        right: 14px;
        bottom: 14px;
        gap: 10px;
    }

    .or-flyer-cta-rail .or-btn {
        width: 100%;
        justify-content: center;
    }

    .or-topbar__inner,
    .or-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .or-nav-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .or-nav-actions > * {
        width: 100%;
        justify-content: center;
    }

    .or-hero h1 {
        max-width: none;
        font-size: clamp(2.2rem, 10vw, 3.5rem);
    }

    .or-hero-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 280px 220px 220px;
    }

    .or-gallery-card--main,
    .or-gallery-card--top,
    .or-gallery-card--bottom {
        grid-column: auto;
        grid-row: auto;
    }

    .or-floating-mark {
        left: 16px;
        bottom: 16px;
        padding: 10px 14px;
    }

    .or-shortcut-card {
        grid-template-columns: auto 1fr;
    }

    .or-shortcut-card > .fa-arrow-right {
        display: none;
    }

    .or-section,
    .or-cta-band {
        padding: 72px 0;
    }
}
