:root {
    --g: #FFD700;
    --g2: #FFA500;
    --g-hi: #FFE57A;
    --g-lo: #8A6200;
    --g-dim: rgba(255, 215, 0, .1);
    --g-line: rgba(255, 215, 0, .16);
    --ink: #000;
    --ink2: #080808;
    --ink3: #111;
    --ink4: #1a1a1a;
    --t: rgba(255, 255, 255, .88);
    --tm: rgba(255, 255, 255, .45);
    --ts: rgba(255, 255, 255, .22);
    --fd: 'Cormorant', Georgia, serif;
    --fb: 'Manrope', system-ui, sans-serif;
    --rb: 100px;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--fb);
    background: var(--ink);
    color: #fff;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

::-moz-selection {
    background: rgba(255, 215, 0, .2);
    color: var(--g-hi);
}

::selection {
    background: rgba(255, 215, 0, .2);
    color: var(--g-hi);
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: var(--ink);
}

::-webkit-scrollbar-thumb {
    background: var(--g-lo);
}

/* ── STARS BACKGROUND ── */
.stars {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.stars::before,
.stars::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: -o-radial-gradient(10% 15%, 1px 1px, rgba(255, 215, 0, .45) 50%, transparent 50%),
    -o-radial-gradient(25% 35%, 1px 1px, rgba(255, 255, 255, .3) 50%, transparent 50%),
    -o-radial-gradient(40% 8%, 1.5px 1.5px, rgba(255, 215, 0, .5) 50%, transparent 50%),
    -o-radial-gradient(55% 52%, 1px 1px, rgba(255, 255, 255, .25) 50%, transparent 50%),
    -o-radial-gradient(70% 22%, 1px 1px, rgba(255, 215, 0, .35) 50%, transparent 50%),
    -o-radial-gradient(85% 45%, 1.5px 1.5px, rgba(255, 255, 255, .3) 50%, transparent 50%),
    -o-radial-gradient(15% 72%, 1px 1px, rgba(255, 215, 0, .4) 50%, transparent 50%),
    -o-radial-gradient(33% 88%, 1px 1px, rgba(255, 255, 255, .2) 50%, transparent 50%),
    -o-radial-gradient(60% 78%, 1.5px 1.5px, rgba(255, 215, 0, .35) 50%, transparent 50%),
    -o-radial-gradient(78% 65%, 1px 1px, rgba(255, 255, 255, .25) 50%, transparent 50%),
    -o-radial-gradient(92% 82%, 1px 1px, rgba(255, 215, 0, .3) 50%, transparent 50%),
    -o-radial-gradient(48% 42%, 1px 1px, rgba(255, 255, 255, .2) 50%, transparent 50%);
    background-image: radial-gradient(1px 1px at 10% 15%, rgba(255, 215, 0, .45) 50%, transparent 50%),
    radial-gradient(1px 1px at 25% 35%, rgba(255, 255, 255, .3) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 40% 8%, rgba(255, 215, 0, .5) 50%, transparent 50%),
    radial-gradient(1px 1px at 55% 52%, rgba(255, 255, 255, .25) 50%, transparent 50%),
    radial-gradient(1px 1px at 70% 22%, rgba(255, 215, 0, .35) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 85% 45%, rgba(255, 255, 255, .3) 50%, transparent 50%),
    radial-gradient(1px 1px at 15% 72%, rgba(255, 215, 0, .4) 50%, transparent 50%),
    radial-gradient(1px 1px at 33% 88%, rgba(255, 255, 255, .2) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 60% 78%, rgba(255, 215, 0, .35) 50%, transparent 50%),
    radial-gradient(1px 1px at 78% 65%, rgba(255, 255, 255, .25) 50%, transparent 50%),
    radial-gradient(1px 1px at 92% 82%, rgba(255, 215, 0, .3) 50%, transparent 50%),
    radial-gradient(1px 1px at 48% 42%, rgba(255, 255, 255, .2) 50%, transparent 50%);
    background-size: 350px 350px;
    -webkit-animation: starsTwinkle 4s ease-in-out infinite alternate;
    animation: starsTwinkle 4s ease-in-out infinite alternate;
}

.stars::after {
    background-image: -o-radial-gradient(5% 48%, 1px 1px, rgba(255, 215, 0, .3) 50%, transparent 50%),
    -o-radial-gradient(18% 62%, 1.5px 1.5px, rgba(255, 255, 255, .35) 50%, transparent 50%),
    -o-radial-gradient(35% 25%, 1px 1px, rgba(255, 215, 0, .4) 50%, transparent 50%),
    -o-radial-gradient(52% 18%, 1px 1px, rgba(255, 255, 255, .2) 50%, transparent 50%),
    -o-radial-gradient(68% 90%, 1px 1px, rgba(255, 215, 0, .35) 50%, transparent 50%),
    -o-radial-gradient(82% 12%, 1.5px 1.5px, rgba(255, 255, 255, .3) 50%, transparent 50%),
    -o-radial-gradient(95% 55%, 1px 1px, rgba(255, 215, 0, .25) 50%, transparent 50%),
    -o-radial-gradient(22% 95%, 1px 1px, rgba(255, 255, 255, .25) 50%, transparent 50%),
    -o-radial-gradient(45% 68%, 1px 1px, rgba(255, 215, 0, .3) 50%, transparent 50%),
    -o-radial-gradient(72% 38%, 1.5px 1.5px, rgba(255, 255, 255, .2) 50%, transparent 50%);
    background-image: radial-gradient(1px 1px at 5% 48%, rgba(255, 215, 0, .3) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 18% 62%, rgba(255, 255, 255, .35) 50%, transparent 50%),
    radial-gradient(1px 1px at 35% 25%, rgba(255, 215, 0, .4) 50%, transparent 50%),
    radial-gradient(1px 1px at 52% 18%, rgba(255, 255, 255, .2) 50%, transparent 50%),
    radial-gradient(1px 1px at 68% 90%, rgba(255, 215, 0, .35) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 82% 12%, rgba(255, 255, 255, .3) 50%, transparent 50%),
    radial-gradient(1px 1px at 95% 55%, rgba(255, 215, 0, .25) 50%, transparent 50%),
    radial-gradient(1px 1px at 22% 95%, rgba(255, 255, 255, .25) 50%, transparent 50%),
    radial-gradient(1px 1px at 45% 68%, rgba(255, 215, 0, .3) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 72% 38%, rgba(255, 255, 255, .2) 50%, transparent 50%);
    background-size: 420px 420px;
    animation: starsTwinkle 5s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes starsTwinkle {
    0% {
        opacity: .4;
    }
    50% {
        opacity: .8;
    }
    100% {
        opacity: .5;
    }
}

@keyframes starsTwinkle {
    0% {
        opacity: .4;
    }
    50% {
        opacity: .8;
    }
    100% {
        opacity: .5;
    }
}

/* ── AMBIENT ── */
.orbs {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.orb {
    position: absolute;
    border-radius: 50%;
    -webkit-filter: blur(80px);
    filter: blur(80px);
}

.orb1 {
    width: 420px;
    height: 420px;
    background: -o-radial-gradient(circle, rgba(255, 200, 0, .3), transparent 70%);
    background: radial-gradient(circle, rgba(255, 200, 0, .3), transparent 70%);
    top: -100px;
    left: -80px;
    -webkit-animation: o1 9s ease-in-out infinite;
    animation: o1 9s ease-in-out infinite;
}

.orb2 {
    width: 360px;
    height: 360px;
    background: -o-radial-gradient(circle, rgba(255, 0, 128, .16), transparent 70%);
    background: radial-gradient(circle, rgba(255, 0, 128, .16), transparent 70%);
    bottom: -60px;
    right: -60px;
    -webkit-animation: o2 11s ease-in-out infinite;
    animation: o2 11s ease-in-out infinite;
}

.orb3 {
    width: 300px;
    height: 300px;
    background: -o-radial-gradient(circle, rgba(0, 229, 255, .1), transparent 70%);
    background: radial-gradient(circle, rgba(0, 229, 255, .1), transparent 70%);
    top: 50%;
    left: 8%;
    -webkit-animation: o3 13s ease-in-out infinite;
    animation: o3 13s ease-in-out infinite;
}

.orb4 {
    width: 260px;
    height: 260px;
    background: -o-radial-gradient(circle, rgba(255, 215, 0, .2), transparent 70%);
    background: radial-gradient(circle, rgba(255, 215, 0, .2), transparent 70%);
    top: 28%;
    right: 4%;
    -webkit-animation: o4 10s ease-in-out infinite;
    animation: o4 10s ease-in-out infinite;
}

@-webkit-keyframes o1 {
    0%, 100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    33% {
        -webkit-transform: translate(55px, 90px) scale(1.1);
        transform: translate(55px, 90px) scale(1.1);
    }
    66% {
        -webkit-transform: translate(-30px, 35px) scale(.9);
        transform: translate(-30px, 35px) scale(.9);
    }
}

@keyframes o1 {
    0%, 100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    33% {
        -webkit-transform: translate(55px, 90px) scale(1.1);
        transform: translate(55px, 90px) scale(1.1);
    }
    66% {
        -webkit-transform: translate(-30px, 35px) scale(.9);
        transform: translate(-30px, 35px) scale(.9);
    }
}

@-webkit-keyframes o2 {
    0%, 100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate(-65px, -85px) scale(1.15);
        transform: translate(-65px, -85px) scale(1.15);
    }
}

@keyframes o2 {
    0%, 100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate(-65px, -85px) scale(1.15);
        transform: translate(-65px, -85px) scale(1.15);
    }
}

@-webkit-keyframes o3 {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(45px, -55px);
        transform: translate(45px, -55px);
    }
    50% {
        -webkit-transform: translate(85px, 25px);
        transform: translate(85px, 25px);
    }
    75% {
        -webkit-transform: translate(18px, 65px);
        transform: translate(18px, 65px);
    }
}

@keyframes o3 {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(45px, -55px);
        transform: translate(45px, -55px);
    }
    50% {
        -webkit-transform: translate(85px, 25px);
        transform: translate(85px, 25px);
    }
    75% {
        -webkit-transform: translate(18px, 65px);
        transform: translate(18px, 65px);
    }
}

@-webkit-keyframes o4 {
    0%, 100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate(-55px, 80px) scale(1.2);
        transform: translate(-55px, 80px) scale(1.2);
    }
}

@keyframes o4 {
    0%, 100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate(-55px, 80px) scale(1.2);
        transform: translate(-55px, 80px) scale(1.2);
    }
}

.sg {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 1;
    pointer-events: none;
}

.sg-l {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 215, 0, .09)), to(transparent));
    background: -o-linear-gradient(left, rgba(255, 215, 0, .09), transparent);
    background: linear-gradient(90deg, rgba(255, 215, 0, .09), transparent);
    -webkit-animation: sgL 4s ease-in-out infinite;
    animation: sgL 4s ease-in-out infinite;
}

.sg-r {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 229, 255, .06)), to(transparent));
    background: -o-linear-gradient(right, rgba(0, 229, 255, .06), transparent);
    background: linear-gradient(-90deg, rgba(0, 229, 255, .06), transparent);
    -webkit-animation: sgR 4s ease-in-out infinite;
    animation: sgR 4s ease-in-out infinite;
}

@-webkit-keyframes sgL {
    0%, 100% {
        opacity: .6;
    }
    50% {
        opacity: 1;
    }
}

@keyframes sgL {
    0%, 100% {
        opacity: .6;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes sgR {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .6;
    }
}

@keyframes sgR {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .6;
    }
}

/* ── NAV ── */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 28px;
    -webkit-transition: background .4s, border-color .4s;
    -o-transition: background .4s, border-color .4s;
    transition: background .4s, border-color .4s;
}

.nav.solid {
    background: rgba(0, 0, 0, .9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--g-line);
}

.nav-logo img {
    height: 38px;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 215, 0, .4));
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, .4));
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    display: block;
}

.nav-logo img:hover {
    -webkit-filter: drop-shadow(0 0 22px rgba(255, 215, 0, .85));
    filter: drop-shadow(0 0 22px rgba(255, 215, 0, .85));
}

.nav-mid {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-links {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

.nav-links a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    position: relative;
    padding-bottom: 3px;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(var(--g)), to(var(--g2)));
    background: -o-linear-gradient(left, var(--g), var(--g2));
    background: linear-gradient(90deg, var(--g), var(--g2));
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.nav-links a:hover {
    color: #fff;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.lw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
}

.lb {
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--fb);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    padding: 5px 9px;
    border-radius: 6px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.lb.on {
    color: var(--g);
    background: var(--g-dim);
}

.lb:hover:not(.on) {
    color: var(--tm);
}

.hbg {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    padding: 7px;
    cursor: pointer;
    background: none;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hbg span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--g);
    border-radius: 2px;
    -webkit-transition: all .35s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .35s cubic-bezier(.77, 0, .175, 1);
    transition: all .35s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.hbg.x span:nth-child(1) {
    -webkit-transform: translateY(6.5px) rotate(45deg);
    -ms-transform: translateY(6.5px) rotate(45deg);
    transform: translateY(6.5px) rotate(45deg);
}

.hbg.x span:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.hbg.x span:nth-child(3) {
    -webkit-transform: translateY(-6.5px) rotate(-45deg);
    -ms-transform: translateY(-6.5px) rotate(-45deg);
    transform: translateY(-6.5px) rotate(-45deg);
}

/* ── MOBILE MENU ── */
.mob {
    position: fixed;
    inset: 0;
    z-index: 190;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .97);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .38s, visibility .38s;
    -o-transition: opacity .38s, visibility .38s;
    transition: opacity .38s, visibility .38s;
    padding: 20px;
    overflow-y: auto;
}

.mob.open {
    opacity: 1;
    visibility: visible;
}

.mob-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
}

.mob-logo {
    margin-bottom: 32px;
}

.mob-logo img {
    height: 44px;
    -webkit-filter: drop-shadow(0 0 14px rgba(255, 215, 0, .55));
    filter: drop-shadow(0 0 14px rgba(255, 215, 0, .55));
}

.mob-links {
    list-style: none;
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
    border-top: 1px solid rgba(255, 215, 0, .07);
}

.mob-links li {
    border-bottom: 1px solid rgba(255, 215, 0, .07);
}

.mob-links a {
    display: block;
    padding: 16px 24px;
    font-family: var(--fd);
    font-size: 30px;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    letter-spacing: .5px;
    -webkit-transition: color .25s, background .25s;
    -o-transition: color .25s, background .25s;
    transition: color .25s, background .25s;
}

.mob-links a:hover {
    color: var(--g);
}

.mob-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
}

.mob-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    border-top: 1px solid var(--g-line);
    padding-top: 24px;
    width: 100%;
}

.mob-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    font-size: 15px;
    color: var(--tm);
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

a.mob-row:hover {
    color: var(--g);
}

.mob-row i {
    font-size: 18px;
    color: rgba(255, 215, 0, .7);
    width: 24px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mob-hours-row {
    color: rgba(255, 215, 0, .9) !important;
    font-weight: 600;
}

.mob-hours-row i {
    color: var(--g) !important;
}

/* ── HERO ── */
.hero {
    position: relative;
    height: 100svh;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-filter: brightness(.65);
    filter: brightness(.65);
}

.hero-veil {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(circle at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.95) 100%);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}

.hero-body {
    position: relative;
    z-index: 4;
    text-align: center;
    padding: 0 24px;
    max-width: 1100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* live pill */
.live-pill {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 215, 0, .25);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 48px;
    background: rgba(255, 215, 0, .06);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: rgba(255, 215, 0, .85);
}

.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5DB760;
    -webkit-box-shadow: 0 0 0 3px rgba(93, 183, 96, .2), 0 0 10px rgba(93, 183, 96, .8);
    box-shadow: 0 0 0 3px rgba(93, 183, 96, .2), 0 0 10px rgba(93, 183, 96, .8);
    -webkit-animation: lp 2.2s ease-in-out infinite;
    animation: lp 2.2s ease-in-out infinite;
}

@-webkit-keyframes lp {
    0%, 100% {
        -webkit-box-shadow: 0 0 0 3px rgba(93, 183, 96, .2), 0 0 10px rgba(93, 183, 96, .8);
        box-shadow: 0 0 0 3px rgba(93, 183, 96, .2), 0 0 10px rgba(93, 183, 96, .8);
    }
    50% {
        -webkit-box-shadow: 0 0 0 6px rgba(93, 183, 96, .05), 0 0 3px rgba(93, 183, 96, .3);
        box-shadow: 0 0 0 6px rgba(93, 183, 96, .05), 0 0 3px rgba(93, 183, 96, .3);
    }
}

@keyframes lp {
    0%, 100% {
        -webkit-box-shadow: 0 0 0 3px rgba(93, 183, 96, .2), 0 0 10px rgba(93, 183, 96, .8);
        box-shadow: 0 0 0 3px rgba(93, 183, 96, .2), 0 0 10px rgba(93, 183, 96, .8);
    }
    50% {
        -webkit-box-shadow: 0 0 0 6px rgba(93, 183, 96, .05), 0 0 3px rgba(93, 183, 96, .3);
        box-shadow: 0 0 0 6px rgba(93, 183, 96, .05), 0 0 3px rgba(93, 183, 96, .3);
    }
}

/* ── HERO HEADLINE — new editorial style ── */
.hero-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    margin-bottom: 44px;
    font-family: var(--fd);
}

/* golden slogan line */
.hero-slogan {
    font-size: clamp(28px, 5vw, 58px);
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: clamp(2px, 0.4vw, 5px);
    line-height: 1.2;
    text-align: center;
    max-width: 900px;
    background: -o-linear-gradient(315deg, #fff8dc 0%, var(--g-hi) 20%, var(--g) 45%, #c8860a 68%, var(--g) 85%, #fff8dc 100%);
    background: linear-gradient(135deg, #fff8dc 0%, var(--g-hi) 20%, var(--g) 45%, #c8860a 68%, var(--g) 85%, #fff8dc 100%);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-animation: gs 5s linear infinite;
    animation: gs 5s linear infinite;
    -webkit-filter: drop-shadow(0 0 40px rgba(255, 200, 0, .45));
    filter: drop-shadow(0 0 40px rgba(255, 200, 0, .45));
    text-shadow: none;
}

@-webkit-keyframes gs {
    0% {
        background-position: 0%
    }
    100% {
        background-position: 200%
    }
}

@keyframes gs {
    0% {
        background-position: 0%
    }
    100% {
        background-position: 200%
    }
}

/* thin bottom line */
.hero-bot {
    font-size: clamp(16px, 2.5vw, 26px);
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, .42);
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 10px;
}

/* ── SLOGAN DIVIDER ── */
.slogan-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 44px;
}

.slogan-meta::before, .slogan-meta::after {
    content: '';
    display: block;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 215, 0, .35)));
    background: -o-linear-gradient(left, transparent, rgba(255, 215, 0, .35));
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, .35));
}

.slogan-meta::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 215, 0, .35)), to(transparent));
    background: -o-linear-gradient(left, rgba(255, 215, 0, .35), transparent);
    background: linear-gradient(90deg, rgba(255, 215, 0, .35), transparent);
}

.slogan-meta span {
    font-size: 22px !important;
    font-weight: 100 !important;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255, 215, 0, .8);
    white-space: nowrap;
}

/* ── BUTTONS ── */
.hero-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-g {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 18px 42px;
    border-radius: 50px;
    background: -o-linear-gradient(315deg, var(--g-hi), var(--g), #c8860a, var(--g));
    background: linear-gradient(135deg, var(--g-hi), var(--g), #c8860a, var(--g));
    background-size: 200%;
    -webkit-animation: gs 4s linear infinite;
    animation: gs 4s linear infinite;
    color: #0a0700;
    font-family: var(--fb);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 215, 0, 0.5);
    cursor: pointer;
    -webkit-box-shadow: 0 0 30px rgba(255, 215, 0, .4);
    box-shadow: 0 0 30px rgba(255, 215, 0, .4);
    -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

.btn-g i {
    font-size: 18px;
}

.btn-g:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 12px 64px rgba(255, 215, 0, .6);
    box-shadow: 0 12px 64px rgba(255, 215, 0, .6);
}

.btn-g:active {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.btn-o {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 17px 42px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .03);
    color: rgba(255, 255, 255, .9);
    font-family: var(--fb);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-o i {
    font-size: 18px;
    color: var(--g);
}

.btn-o:hover {
    background: rgba(255, 215, 0, .1);
    border-color: rgba(255, 215, 0, .38);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.scroll-cue {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    opacity: .38;
    -webkit-animation: scF 3s ease-in-out infinite;
    animation: scF 3s ease-in-out infinite;
}

@-webkit-keyframes scF {
    0%, 100% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(8px);
        transform: translateX(-50%) translateY(8px)
    }
}

@keyframes scF {
    0%, 100% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(8px);
        transform: translateX(-50%) translateY(8px)
    }
}

.scroll-cue span {
    font-size: 8px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--g);
}

.scroll-cue i {
    color: rgba(255, 215, 0, .6);
    font-size: 14px;
}

/* ── INFO STRIP ── */
.strip {
    position: relative;
    z-index: 20;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 24px;
    box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.6);
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0px auto 0 !important;
    overflow: hidden;
}

.strip-inner {
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:1fr 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr 1fr;
}

.si {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    padding: 20px 24px;
    position: relative;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
    cursor: default;
}

.si + .si::before {
    content: '';
    position: absolute;
    left: 0;
    top: 22%;
    height: 56%;
    width: 1px;
    background: var(--g-line);
}

.si:hover {
    background: rgba(255, 215, 0, .03);
}

.si-ico {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: var(--g-dim);
    border: 1px solid var(--g-line);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(255, 215, 0, .75);
}

.si-ico i {
    font-size: 17px;
}

.si-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.si-lbl {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--ts);
}

.si-val {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

a.si-val {
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

a.si-val:hover {
    color: var(--g);
}

.si-hours .si-val {
    font-family: var(--fd);
    font-size: 24px;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(var(--g-hi)), to(var(--g)));
    background: -o-linear-gradient(left, var(--g-hi), var(--g));
    background: linear-gradient(90deg, var(--g-hi), var(--g));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.si-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5DB760;
    margin-top: 2px;
}

.si-open::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5DB760;
    -webkit-box-shadow: 0 0 6px rgba(93, 183, 96, .7);
    box-shadow: 0 0 6px rgba(93, 183, 96, .7);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-animation: lp 2.2s ease-in-out infinite;
    animation: lp 2.2s ease-in-out infinite;
}

.si-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    padding: 16px 24px;
    background: rgba(255, 215, 0, .05);
    border-left: 1px solid var(--g-line);
    cursor: pointer;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    text-decoration: none;
}

.si-nav:hover {
    background: rgba(255, 215, 0, .1);
}

.si-nav-ico {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: rgba(255, 215, 0, .1);
    border: 1px solid rgba(255, 215, 0, .22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--g);
}

.si-nav-ico i {
    font-size: 17px;
}

.si-nav-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}

.si-nav-lbl {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--ts);
}

.si-nav-val {
    font-size: 14px;
    font-weight: 600;
    color: var(--g-hi);
}

.si-nav-addr {
    font-size: 11px;
    color: var(--ts);
    margin-top: 1px;
}

/* ── SHARED ── */
section {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.pad {
    padding: 96px 32px;
}

.wrap {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .pad {
        padding: 64px 20px;
    }
}

.eyebrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.eyebrow::before {
    content: '\2660';
    display: block;
    font-size: 14px;
    color: var(--g);
    text-shadow: 0 0 10px rgba(255, 215, 0, .5), 0 0 20px rgba(255, 215, 0, .2);
}

.eyebrow span {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--g);
}

.sh {
    font-family: var(--fd);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 14px;
}

.sh em {
    font-style: italic;
    color: var(--g);
}

.r {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .65s ease, -webkit-transform .65s ease;
    transition: opacity .65s ease, -webkit-transform .65s ease;
    -o-transition: opacity .65s ease, transform .65s ease;
    transition: opacity .65s ease, transform .65s ease;
    transition: opacity .65s ease, transform .65s ease, -webkit-transform .65s ease;
}

.r.on {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.r2 {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.r3 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.r4 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.sec-div {
    height: 1px;
    background: rgba(255, 215, 0, .08);
    position: relative;
    z-index: 5;
}

/* ── SECTION GLOW BACKGROUNDS ── */
.about::before,
.mfr::before,
.gal::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

.about::before {
    width: 500px;
    height: 500px;
    background: -o-radial-gradient(circle, rgba(255, 215, 0, .06) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(255, 215, 0, .06) 0%, transparent 70%);
    top: -120px;
    right: -100px;
}

.mfr::before {
    width: 600px;
    height: 400px;
    background: -o-radial-gradient(circle, rgba(255, 100, 0, .04) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(255, 100, 0, .04) 0%, transparent 70%);
    bottom: -80px;
    left: -150px;
}

.gal::before {
    width: 500px;
    height: 500px;
    background: -o-radial-gradient(circle, rgba(0, 200, 255, .03) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(0, 200, 255, .03) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: -o-radial-gradient(circle, rgba(255, 0, 128, .03) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(255, 0, 128, .03) 0%, transparent 70%);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    bottom: -60px;
    left: 10%;
    pointer-events: none;
    z-index: 0;
}

.gal::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: -o-radial-gradient(circle, rgba(255, 215, 0, .04) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(255, 215, 0, .04) 0%, transparent 70%);
    -webkit-filter: blur(90px);
    filter: blur(90px);
    bottom: -100px;
    right: -50px;
    pointer-events: none;
    z-index: 0;
}

/* ── ABOUT ── */
.about {
    background: var(--ink2);
}

.about-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:5fr 72px 4fr;
    grid-template-columns:5fr 4fr;
    gap: 72px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

@media (max-width: 840px) {
    .about-grid {
        -ms-grid-columns:1fr;
        grid-template-columns:1fr;
        gap: 44px;
    }
}

.about-text p {
    font-size: 18px;
    line-height: 2;
    color: var(--tm);
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

/* spin card */
.spin-card {
    border-radius: 22px;
    padding: 3px;
    position: relative;
    overflow: hidden;
}

.spin-card::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg, #ffd700, #ff6b00, #ff00ff, #00e5ff, #00ff88, #ffd700);
    -webkit-animation: spinB 6s linear infinite;
    animation: spinB 6s linear infinite;
    z-index: 0;
}

@-webkit-keyframes spinB {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinB {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spin-inner {
    position: relative;
    z-index: 1;
    background: -o-linear-gradient(290deg, rgba(20, 18, 12, .97), rgba(8, 7, 4, .99));
    background: linear-gradient(160deg, rgba(20, 18, 12, .97), rgba(8, 7, 4, .99));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 19px;
    overflow: hidden;
}

.spin-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 215, 0, .45)), to(transparent));
    background: -o-linear-gradient(left, transparent, rgba(255, 215, 0, .45), transparent);
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, .45), transparent);
}

.spin-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: -o-radial-gradient(top center, ellipse, rgba(255, 215, 0, .06) 0%, transparent 55%);
    background: radial-gradient(ellipse at top center, rgba(255, 215, 0, .06) 0%, transparent 55%);
}

.spin-top {
    padding: 28px 32px 24px;
    border-bottom: 1px solid rgba(255, 215, 0, .07);
    position: relative;
}

.si2-lbl {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--ts);
}

.si2-time {
    font-family: var(--fd);
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    margin: 6px 0 4px;
    background: -o-linear-gradient(315deg, var(--g-hi), var(--g), #c8860a);
    background: linear-gradient(135deg, var(--g-hi), var(--g), #c8860a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.si2-sub {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ts);
    margin-bottom: 14px;
}

.open-b {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    padding: 6px 13px;
    border-radius: 50px;
    background: rgba(93, 183, 96, .09);
    border: 1px solid rgba(93, 183, 96, .22);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7DC680;
}

.open-b .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5DB760;
    -webkit-box-shadow: 0 0 6px rgba(93, 183, 96, .6);
    box-shadow: 0 0 6px rgba(93, 183, 96, .6);
    -webkit-animation: lp 2.2s ease-in-out infinite;
    animation: lp 2.2s ease-in-out infinite;
}

.spin-rows {
    padding: 16px 32px;
}

.c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.c-row:last-child {
    border-bottom: none;
}

.c-ico {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: var(--g-dim);
    border: 1px solid var(--g-line);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(255, 215, 0, .7);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.c-ico i {
    font-size: 15px;
}

.c-row:hover .c-ico {
    background: rgba(255, 215, 0, .14);
    -webkit-box-shadow: 0 0 14px rgba(255, 215, 0, .18);
    box-shadow: 0 0 14px rgba(255, 215, 0, .18);
}

.c-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1px;
}

.c-lbl {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ts);
}

.c-val {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
}

a.c-val {
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

a.c-val:hover {
    color: var(--g);
}

.btn-nav-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin: 0 32px 24px;
    padding: 13px 20px;
    border-radius: var(--rb);
    cursor: pointer;
    background: var(--g-dim);
    border: 1px solid rgba(255, 215, 0, .2);
    color: rgba(255, 215, 0, .88);
    font-family: var(--fb);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-nav-c i {
    font-size: 15px;
    color: var(--g);
}

.btn-nav-c:hover {
    background: rgba(255, 215, 0, .16);
    border-color: rgba(255, 215, 0, .4);
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* ── MANUFACTURERS ── */
.mfr {
    background: var(--ink);
    position: relative;
}

.machines_bck {
    overflow: hidden;
}

.machines_bck::after {
    content: '';
    position: absolute;
    inset: -20px;
    background: url('../img/gallery/galeria_1.webp') center/cover no-repeat;
    filter: blur(14px);
    -webkit-filter: blur(14px);
    z-index: 0;
    opacity: .15;
}

.machines_bck > .stars {
    z-index: 2;
}

.machines_bck > .wrap {
    position: relative;
    z-index: 2;
}

.mfr-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns:repeat(4, 1fr);
    gap: 16px;
    margin-top: 48px;
}

@media (max-width: 680px) {
    .mfr-grid {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns:repeat(2, 1fr);
    }
}

.mfr-card {
    border-radius: 18px;
    padding: 3px;
    position: relative;
    overflow: hidden;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    cursor: default;
}

.mfr-card::before {
    content: '';
    position: absolute;
    inset: -110%;
    background: conic-gradient(from 0deg, #ffd700, #ff6b00, #ff00ff, #00e5ff, #ffd700);
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
    -webkit-animation: spinB 5s linear infinite;
    animation: spinB 5s linear infinite;
    z-index: 0;
}

.mfr-card:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.mfr-card:hover::before {
    opacity: 1;
}

.mfr-inner {
    position: relative;
    z-index: 1;
    background: -o-linear-gradient(290deg, rgba(18, 16, 10, .98), rgba(8, 7, 4, .99));
    background: linear-gradient(160deg, rgba(18, 16, 10, .98), rgba(8, 7, 4, .99));
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, .1);
    padding: 34px 20px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: border-color .35s;
    -o-transition: border-color .35s;
    transition: border-color .35s;
}

.mfr-card:hover .mfr-inner {
    border-color: transparent;
}


/* Alap badge beállítás */
.mfr-badge {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    position: relative;
}

/* A blur pötty (z-index: 0, hogy ne csússzon a kártya háttere alá) */
.mfr-badge::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 215, 0, 0.15);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 0; /* Szigorúan 0, nem -1! */
    pointer-events: none; /* Hogy az egéreseményeket ne zavarja meg */
}

/* Kártya hover esetén a dot megjelenik */
.mfr-card:hover .mfr-badge {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.mfr-card:hover .mfr-badge::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    background: rgba(255, 215, 0, 0.25);
}

/* Biztosítjuk, hogy a logó a blur effekt ELŐTT maradjon */
.mfr-brand-logo {
    position: relative;
    z-index: 1;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* Admiral */
.logo-admiral {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
}

.logo-admiral span {
    color: #1a6fc4;
}

.mfr-card:hover .logo-admiral {
    color: rgba(255, 255, 255, .9);
}

/* EMOD */
.logo-emod {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, .5);
}

.logo-emod span {
    color: #e8a020;
}

.mfr-card:hover .logo-emod {
    color: rgba(255, 255, 255, .9);
}

/* egaming */
.logo-egaming {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .5);
}

.logo-egaming .eg-e {
    color: #e82020;
}

.mfr-card:hover .logo-egaming {
    color: rgba(255, 255, 255, .9);
}

/* SYNOT */
.logo-synot {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
}

.logo-synot span {
    color: #e82020;
}

.mfr-card:hover .logo-synot {
    color: rgba(255, 255, 255, .9);
}

.mfr-name {
    font-family: var(--fd);
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, .35);
    text-align: center;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    letter-spacing: .5px;
}

.mfr-card:hover .mfr-name {
    color: rgba(255, 215, 0, .7);
}

/* ── GALLERY ── */
.gal {
    background: var(--ink2);
}

.gal-head {
    padding: 96px 32px 48px;
}

@media (max-width: 768px) {
    .gal-head {
        padding: 64px 20px 32px;
    }
}

.gal-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
}

@media (max-width: 600px) {
    .gal-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.gal-item {
    border-radius: 0;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
    background: var(--ink3);
    cursor: pointer;
    -webkit-transition: z-index 0s, -webkit-box-shadow .35s;
    transition: z-index 0s, -webkit-box-shadow .35s;
    -o-transition: z-index 0s, box-shadow .35s;
    transition: z-index 0s, box-shadow .35s;
    transition: z-index 0s, box-shadow .35s, -webkit-box-shadow .35s;
}

.gal-item.tall {
    aspect-ratio: 3/4;
}

@media (max-width: 840px) {
    .gal-item.tall {
        aspect-ratio: 4/3;
    }
}

.gal-item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.5);
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
}

.gal-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    display: block;
}

.gal-item:hover .gal-img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.gal-ph {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    background: -o-linear-gradient(315deg, var(--ink3), var(--ink4));
    background: linear-gradient(135deg, var(--ink3), var(--ink4));
}

.gal-ph i {
    font-size: 32px;
    color: rgba(255, 215, 0, .14);
}

.gal-ph span {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .14);
}

.gal-cap {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), color-stop(55%, transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, transparent 55%);
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, transparent 55%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 20px;
}

.gal-item:hover .gal-cap {
    opacity: 1;
}

.gal-zoom {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 215, 0, .15);
    border: 1px solid rgba(255, 215, 0, .38);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--g);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-box-shadow: 0 0 18px rgba(255, 215, 0, .22);
    box-shadow: 0 0 18px rgba(255, 215, 0, .22);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.gal-zoom i {
    font-size: 18px;
}

.gal-item:hover .gal-zoom {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* ── LIGHTBOX ── */
.lb-wrap {
    position: fixed;
    inset: 0;
    z-index: 500;
    background: rgba(0, 0, 0, .96);
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(28px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s;
    -o-transition: opacity .35s, visibility .35s;
    transition: opacity .35s, visibility .35s;
    padding: 20px;
}

.lb-wrap.open {
    opacity: 1;
    visibility: visible;
}

.lb-img {
    max-width: 90vw;
    max-height: 88vh;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
    -webkit-box-shadow: 0 40px 100px rgba(0, 0, 0, .8);
    box-shadow: 0 40px 100px rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transform: scale(.96);
    -ms-transform: scale(.96);
    transform: scale(.96);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    display: none;
}

.lb-wrap.open .lb-img, .lb-wrap.open .lb-ph {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.lb-ph {
    width: min(80vw, 600px);
    height: min(60vh, 400px);
    background: -o-linear-gradient(315deg, var(--ink3), var(--ink4));
    background: linear-gradient(135deg, var(--ink3), var(--ink4));
    border-radius: 10px;
    border: 1px solid var(--g-line);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    color: rgba(255, 255, 255, .22);
    opacity: 0;
    -webkit-transform: scale(.96);
    -ms-transform: scale(.96);
    transform: scale(.96);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.lb-ph i {
    font-size: 48px;
    color: rgba(255, 215, 0, .14);
}

.lb-ph span {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.lb-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.lb-close i {
    font-size: 20px;
}

.lb-close:hover {
    background: rgba(255, 215, 0, .14);
    border-color: rgba(255, 215, 0, .35);
    color: var(--g);
}

.lb-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    z-index: 2;
}

.lb-nav i {
    font-size: 24px;
}

.lb-prev {
    left: 20px;
}

.lb-next {
    right: 20px;
}

.lb-nav:hover {
    background: rgba(255, 215, 0, .14);
    border-color: rgba(255, 215, 0, .35);
    color: var(--g);
}

.lb-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 11px;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, .3);
    z-index: 2;
}

@media (max-width: 600px) {
    .lb-prev {
        left: 10px;
    }

    .lb-next {
        right: 10px;
    }

    .lb-nav {
        width: 40px;
        height: 40px;
    }

    .lb-nav i {
        font-size: 20px;
    }
}

/* ── FOOTER ── */
footer {
    position: relative;
    background: var(--ink);
    border-top: 1px solid rgba(255, 215, 0, .12);
    overflow: hidden;
}

footer .stars {
    opacity: .6;
}

footer::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 300px;
    border-radius: 50%;
    background: -o-radial-gradient(circle, rgba(255, 215, 0, .05) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(255, 215, 0, .05) 0%, transparent 70%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
}

.foot-deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    padding-top: 48px;
    position: relative;
    z-index: 1;
}

.foot-deco-line {
    display: block;
    width: 80px;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 215, 0, .35)), to(transparent));
    background: -o-linear-gradient(left, transparent, rgba(255, 215, 0, .35), transparent);
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, .35), transparent);
}

.foot-deco-sym {
    font-size: 18px;
    color: var(--g);
    text-shadow: 0 0 14px rgba(255, 215, 0, .5);
    -webkit-animation: starsTwinkle 3s ease-in-out infinite alternate;
    animation: starsTwinkle 3s ease-in-out infinite alternate;
}

.foot-brand {
    text-align: center;
    padding: 28px 32px 0;
    position: relative;
    z-index: 1;
}

.foot-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.foot-logo img {
    height: 42px;
    -webkit-filter: drop-shadow(0 0 12px rgba(255, 215, 0, .4));
    filter: drop-shadow(0 0 12px rgba(255, 215, 0, .4));
    display: block;
}

.foot-tag {
    font-family: var(--fd);
    font-style: italic;
    font-size: 18px;
    color: var(--tm);
    line-height: 1.65;
    margin-top: 12px;
}

.foot-main {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 32px 48px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 52px 1fr 52px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 52px;
    position: relative;
    z-index: 1;
}

@media (max-width: 800px) {
    .foot-main {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 36px 20px 36px;
        text-align: center;
    }

    .foot-links, .foot-cl, .foot-soc {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fci {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.foot-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.foot-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.fsoc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 12px;
    background: rgba(255, 215, 0, .04);
    border: 1px solid rgba(255, 215, 0, .1);
    color: var(--tm);
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.fsoc i {
    font-size: 18px;
    color: rgba(255, 215, 0, .6);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fsoc-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}

.fsoc-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--tm);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.fsoc-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, .2);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.fsoc:hover .fsoc-label {
    color: var(--g);
}

.fsoc:hover .fsoc-sub {
    color: rgba(255, 215, 0, .5);
}

.fsoc:hover {
    background: rgba(255, 215, 0, .1);
    border-color: rgba(255, 215, 0, .3);
    color: var(--g);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 20px rgba(255, 215, 0, .12);
    box-shadow: 0 4px 20px rgba(255, 215, 0, .12);
}

.fsoc:hover i {
    color: var(--g);
}

.foot-title {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 215, 0, .7);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.foot-links {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.foot-links a {
    font-size: 14px;
    color: var(--tm);
    -webkit-transition: color .25s, padding-left .25s;
    -o-transition: color .25s, padding-left .25s;
    transition: color .25s, padding-left .25s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
}

.foot-links a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background: var(--g);
    -webkit-transition: width .25s, margin-right .25s;
    -o-transition: width .25s, margin-right .25s;
    transition: width .25s, margin-right .25s;
    margin-right: 0;
}

.foot-links a:hover {
    color: var(--g);
}

.foot-links a:hover::before {
    width: 12px;
    margin-right: 8px;
}

.foot-cl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}

.fci {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: var(--tm);
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

a.fci:hover {
    color: var(--g);
}

.fci i {
    color: rgba(255, 215, 0, .5);
    margin-top: 2px;
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
}

.foot-bot {
    border-top: 1px solid rgba(255, 215, 0, .08);
    padding: 20px 32px;
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

@media (max-width: 800px) {
    .foot-bot {
        padding: 16px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-bottom:80px;
    }
}

.foot-copy {
    font-size: 11px;
    color: rgba(255, 255, 255, .18);
}

.age-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, .22);
}

.age-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 215, 0, .08);
    border: 1px solid rgba(255, 215, 0, .2);
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 215, 0, .6);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* ── FABS ── */


.fabs {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 10px;
    right: 10px;
    z-index: 9999;
    bottom: 30px;
}

@media (max-width: 800px) {
    .fabs {
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 110px;

        z-index: 100;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
}


.fab {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
    -webkit-transition: -webkit-transform .25s, -webkit-box-shadow .25s;
    transition: -webkit-transform .25s, -webkit-box-shadow .25s;
    -o-transition: transform .25s, box-shadow .25s;
    transition: transform .25s, box-shadow .25s;
    transition: transform .25s, box-shadow .25s, -webkit-transform .25s, -webkit-box-shadow .25s;
    text-decoration: none;
}

.fab i {
    font-size: 19px;
}

.fab:hover {
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    transform: scale(1.13);
}

.fab.call {
    background: -o-linear-gradient(315deg, #43A047, #2E7D32);
    background: linear-gradient(135deg, #43A047, #2E7D32);
    color: #fff;
}

.fab.call:hover {
    -webkit-box-shadow: 0 8px 28px rgba(76, 175, 80, .55);
    box-shadow: 0 8px 28px rgba(76, 175, 80, .55);
}

.fab.goto {
    background: -o-linear-gradient(315deg, var(--g), #c8860a);
    background: linear-gradient(135deg, var(--g), #c8860a);
    color: #0a0700;
}

.fab.goto:hover {
    -webkit-box-shadow: 0 8px 28px rgba(255, 215, 0, .5);
    box-shadow: 0 8px 28px rgba(255, 215, 0, .5);
}

/* ── RESPONSIVE BREAKPOINTS ── */
@media (max-width: 820px) {
    .nav-mid {
        display: none;
    }

    .hbg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hero-cta {
        display: none;
    }

    .hero {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .hero-body {
        padding-bottom: 80px;
    }

    .hero-veil {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.1)), color-stop(60%, rgba(0,0,0,0.15)), to(rgba(0,0,0,0.85)));
        background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.15) 60%, rgba(0,0,0,0.85) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.15) 60%, rgba(0,0,0,0.85) 100%);
    }

    .hero-video {
        -webkit-filter: brightness(.75);
        filter: brightness(.75);
    }

    .live-pill {
        margin-bottom: 24px;
    }

    .hero-h {
        margin-bottom: 24px;
    }

    .slogan-meta {
        margin-bottom: 0;
    }

    .slogan-meta span {
        font-size: 14px !important;
        letter-spacing: 3px;
    }

    .scroll-cue {
        display: none;
    }
}

@media (max-width: 720px) {
    .strip-inner {
        -ms-grid-columns:1fr 1fr;
        grid-template-columns:1fr 1fr;
    }

    .si:nth-child(3)::before {
        display: none;
    }

    .si-nav {
        border-left: none;
        border-top: 1px solid var(--g-line);
        grid-column: 1/-1;
    }
}

@media (max-width: 420px) {
    .strip-inner {
        -ms-grid-columns:1fr;
        grid-template-columns:1fr;
    }

    .si + .si::before {
        display: none;
    }

    .si, .si-nav {
        border-top: 1px solid rgba(255, 215, 0, .07);
        padding: 16px 18px;
    }

    .si-nav {
        grid-column: auto;
    }

    .hero-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .btn-g, .btn-o {
        width: 100%;
        max-width: 280px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

}


.chip {
    position: absolute !important;
    max-width: 180px;
    height: auto;
    filter: blur(6px);
}

.chip.left_chip {
    left: 5vw;
    bottom: 10vh;
    -webkit-animation: chipFloat 6s ease-in-out infinite;
    animation: chipFloat 6s ease-in-out infinite;
}


.chip.right_chip {
    right: 5vw;
    top: 10vh;
    -webkit-animation: chipFloat 7s ease-in-out infinite reverse;
    animation: chipFloat 7s ease-in-out infinite reverse;
    object-fit: cover;
}

@-webkit-keyframes chipFloat {
    0%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
    50% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}

@keyframes chipFloat {
    0%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
    50% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}

@media (max-width: 820px) {
    .chip {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@media (max-width: 720px) {
    .hero-slogan {
        font-size: 26px !important;
        letter-spacing: 2px !important;
    }
    .slogan-meta span {
        font-size: 14px !important;
        letter-spacing: 3px;
    }
    .chip.right_chip {
        max-width: 130px;
    }
}

@media (max-width: 420px) {
    .hero-slogan {
        font-size: 22px !important;
        letter-spacing: 1px !important;
    }
    .slogan-meta span {
        font-size: 12px !important;
        letter-spacing: 2px;
    }
}