/* Origine Location V3 - External Stylesheet 2026 */

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 80px;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.editorial-shadow {
    box-shadow: 0 30px 60px -15px rgba(220, 145, 27, 0.08);
}

.glass-nav {
    background-color: rgba(255, 251, 245, 0.85);
    backdrop-filter: blur(12px);
}

.bg-hero-gradient {
    background: linear-gradient(135deg, rgba(253, 196, 0, 0.6) 0%, rgba(241, 144, 48, 0.6) 100%);
}

.vibrant-title {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.sport-card-shadow {
    box-shadow: 20px 20px 0px 0px rgba(220, 145, 27, 0.1);
}

.tonal-shift {
    transition: background-color 0.3s ease;
}

/* Gradient Background Properties */
@property --4-x-position {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 20%;
}

@property --4-y-position {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 80%;
}

@property --5-x-position {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 80%;
}

@property --5-y-position {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 20%;
}

:root {
    --4-x-position: 20%;
    --4-y-position: 80%;
    --5-x-position: 80%;
    --5-y-position: 20%;
}

/* Animations */
.animated-location-bg {
    background: radial-gradient(100% 100% at var(--4-x-position) var(--4-y-position), #e8a30d 0%, transparent), radial-gradient(100% 100% at var(--5-x-position) var(--5-y-position), #e39545 0%, transparent), #f3e70b;
    animation: main 4s infinite ease-in-out;
}

.animated-specs-bg {
    background: radial-gradient(100% 100% at var(--4-x-position) var(--4-y-position), #e8a30d 0%, transparent), radial-gradient(100% 100% at var(--5-x-position) var(--5-y-position), #e39545 0%, transparent), #f3e70b;
    animation: main-bg 4s infinite ease-in-out;
}

@keyframes main {

    0%,
    100% {
        --4-x-position: 20%;
        --4-y-position: 80%;
        --5-x-position: 80%;
        --5-y-position: 20%;
    }

    25% {
        --4-x-position: 15%;
        --4-y-position: 15%;
        --5-x-position: 85%;
        --5-y-position: 80%;
    }

    50% {
        --4-x-position: 80%;
        --4-y-position: 15%;
        --5-x-position: 15%;
        --5-y-position: 85%;
    }
}

@keyframes main-bg {

    0%,
    100% {
        --4-x-position: 20%;
        --4-y-position: 80%;
        --5-x-position: 80%;
        --5-y-position: 20%;
    }

    25% {
        --4-x-position: 15%;
        --4-y-position: 15%;
        --5-x-position: 85%;
        --5-y-position: 80%;
    }

    50% {
        --4-x-position: 80%;
        --4-y-position: 15%;
        --5-x-position: 15%;
        --5-y-position: 85%;
    }
}

.text-gradient-static {
    background: radial-gradient(100% 100% at 20% 80%, #e8a30d 0%, transparent),
        radial-gradient(100% 100% at 80% 20%, #e39545 0%, transparent),
        #f0d704;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1.3;
    padding: 0.2em 0.05em;
    margin: -0.2em -0.05em;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.reveal-image {
    animation: scaleIn 2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    opacity: 0;
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1), transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1), transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left.is-visible,
.reveal-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.reveal-logo {
    animation: fadeInUp 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.reveal-title {
    animation: fadeInUp 2s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    opacity: 0;
}

.reveal-text {
    animation: fadeInUp 2s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
    opacity: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-notice {
    font-size: 10px;
    color: #857463;
    opacity: 0.7;
    margin-top: 10px;
}

.recaptcha-notice a {
    text-decoration: underline;
}

/* Scroll Reveal */
.scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1), transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-100 {
    transition-delay: 100ms;
}

.delay-200 {
    transition-delay: 200ms;
}

.delay-300 {
    transition-delay: 300ms;
}

.delay-400 {
    transition-delay: 400ms;
}

.delay-500 {
    transition-delay: 500ms;
}

/* Page Specific & Refinement Styles */
.primary-gradient {
    background: linear-gradient(135deg, #855400 0%, #dc911b 100%);
}

.editorial-headline {
    font-family: 'Noto Serif', serif;
    letter-spacing: -0.02em;
}

body {
    font-family: 'Manrope', sans-serif;
}

h1,
h2,
h3 {
    font-family: 'Noto Serif', serif;
}

/* Utilities */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.editorial-title {
    font-family: 'Noto Serif', serif;
    letter-spacing: -0.02em;
}

.no-line-card {
    background-color: #ffffff;
    transition: all 0.3s ease;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

.custom-gradient-btn {
    background: linear-gradient(135deg, #855400 0%, #dc911b 100%);
}

/* Premium Shimmer Animation */
@keyframes shimmer {
    0% {
        left: -80px;
    }

    100% {
        left: 100%;
    }
}

.shimmer-effect {
    position: relative;
    overflow: hidden;
}

.shimmer-effect::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 60px;
    height: 100%;
    background: linear-gradient(to right,
            transparent,
            rgba(255, 255, 255, 0.45),
            transparent);
    animation: shimmer 4s infinite ease-in-out;
    filter: blur(5px);
}

.hero-desc {
    font-size: 15px !important;
    line-height: 1.5 !important;
}

@media (min-width: 768px) {
    .hero-desc {
        font-size: 24px !important;
        line-height: 1.625 !important;
    }
}

@property --g1-1-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
}

@property --g1-1-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
}

@property --g1-2-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 80%;
}

@property --g1-2-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 20%;
}

:root {
    --g1-1-x-position: 20%;
    --g1-1-y-position: 80%;
    --g1-2-x-position: 80%;
    --g1-2-y-position: 20%;
}

@keyframes g-1 {
    25% {
        --g1-1-x-position: 15%;
        --g1-1-y-position: 15%;
        --g1-2-x-position: 85%;
        --g1-2-y-position: 80%;
    }

    50% {
        --g1-1-x-position: 80%;
        --g1-1-y-position: 15%;
        --g1-2-x-position: 15%;
        --g1-2-y-position: 85%;
    }
}

#mobile-menu {
    z-index: 9999 !important;
    background: radial-gradient(100% 100% at var(--g1-1-x-position) var(--g1-1-y-position), #617756 0%, transparent),
        radial-gradient(100% 100% at var(--g1-2-x-position) var(--g1-2-y-position), #47614d 0%, transparent),
        #0c230b !important;
    animation: g-1 infinite 3s ease-in;
}