.elementor-kit-303{--e-global-color-primary:#0D0D1A;--e-global-color-secondary:#7C3AED;--e-global-color-text:#E879F9;--e-global-color-accent:#C084FC;--e-global-color-66a9882:#ED985F;--e-global-color-fff471a:#12112A;--e-global-typography-primary-font-family:"Silkscreen";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#0D0D1A;}.elementor-kit-303 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */* Pixel cursor blink */
.blink { animation: blink 1s step-end infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

/* Pixel border on buttons */
.pixel-btn { image-rendering: pixelated; border-style: solid !important; }

/* Scanline overlay on hero */
.hero-scanline::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.07) 2px, rgba(0,0,0,0.07) 4px);
  pointer-events: none;
}
/* ── CARD CONTAINER ── */
.quest-card {
    position: relative;
    overflow: hidden;
    border: 3px solid #4c1d95;
    cursor: pointer;
}

/* ── IMAGE ── */
.quest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: brightness(0.75);
}
.quest-card:hover img {
    transform: scale(1.05);
    filter: brightness(0.35);
}

/* ── HOVER BORDER COLOR ── */
.quest-card:hover {
    border-color: #e879f9;
}

/* ── PIXEL CORNER ACCENTS ── */
.quest-card::before,
.quest-card::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    z-index: 3;
    transition: border-color 0.3s;
}
.quest-card::before {
    top: 8px;
    left: 8px;
    border-top: 2px solid #7c3aed;
    border-left: 2px solid #7c3aed;
}
.quest-card::after {
    bottom: 8px;
    right: 8px;
    border-bottom: 2px solid #7c3aed;
    border-right: 2px solid #7c3aed;
}
.quest-card:hover::before,
.quest-card:hover::after {
    border-color: #e879f9;
}

/* ── TITLE OVERLAY (hidden by default) ── */
.quest-title {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.quest-card:hover .quest-title {
    opacity: 1;
}
.quest-title h2 {
    font-family: 'Press Start 2P', monospace;
    font-size: 11px;
    color: #fff;
    text-shadow: 2px 2px 0 #4c1d95;
    line-height: 1.8;
    margin-bottom: 10px;
}
.quest-title span {
    font-family: 'VT323', monospace;
    font-size: 18px;
    color: #c084fc;
    letter-spacing: 3px;
}

.elementor-lightbox {
    background: rgba(240, 235, 255, 0.95) !important;
}


.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: #4c1d95 !important;
}
.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: #e879f9 !important;
}


.elementor-lightbox .elementor-lightbox-description {
    font-family: 'Press Start 2P', monospace;
    font-size: 7px;
    color: #4c1d95;
    letter-spacing: 1px;
}
/* ── TABS ── */
.corner-tabs .e-n-tabs-heading {
    border: 2px solid #4c1d95;
    background: #0d0d1a;
}
.corner-tabs .e-n-tab-title {
    font-family: 'Silkscreen', monospace !important;
    font-size: 6px !important;
    color: #7c3aed !important;
    letter-spacing: 1px;
    padding: 12px 28px !important;
    border-right: 2px solid #4c1d95;
}
.corner-tabs .e-n-tab-title[aria-selected="true"],
.corner-tabs .e-n-tab-title:hover {
    background: #1e1b4b !important;
    color: #e879f9 !important;
}

/* ── SECTION TITLES ── */
.corner-section-title {
    font-family: 'Silkscreen', monospace !important;
    font-size: 7px;
    color: #e879f9;
    letter-spacing: 2px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.corner-section-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: repeating-linear-gradient(
        90deg,
        #4c1d95 0px, #4c1d95 8px,
        transparent 8px, transparent 14px
    );
}

/* ── EXPERIMENTS GRID ── */
.experiments-grid {
    gap: 12px !important;
    margin-bottom: 36px;
}
.exp-card {
    background: #12112a !important;
    border: 2px solid #4c1d95 !important;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.exp-card:hover {
    border-color: #e879f9 !important;
}
.exp-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter 0.3s;
}
.exp-card:hover img {
    filter: brightness(0.35);
}
.exp-card-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(13,13,26,0.92);
    font-family: 'Silkscreen', monospace;
    font-size: 5px;
    color: #e879f9;
    padding: 6px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s;
}
.exp-card:hover .exp-card-label {
    opacity: 1;
}

/* ── MY LOOK GRID ── */
.look-grid {
    gap: 12px !important;
}
.look-card {
    background: #12112a !important;
    border: 2px solid #4c1d95 !important;
    aspect-ratio: 4/3;
    overflow: hidden;
    cursor: pointer;
}
.look-card:hover {
    border-color: #e879f9 !important;
}
.look-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter 0.3s, transform 0.3s;
}
.look-card:hover img {
    filter: brightness(0.5);
    transform: scale(1.04);
}
.quest-title {
    pointer-events: none;
}
.back-btn {
    font-family: 'Silkscreen', monospace;
    font-size: 20px;
    color: #c084fc;
    border: 3px solid #4c1d95;
    padding: 16px 24px;
    background: #0d0d1a;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 2px;
    box-shadow: 4px 4px 0 #4c1d95;
    transition: background 0.1s, color 0.1s, box-shadow 0.1s, transform 0.1s;
}
.back-btn:hover {
    background: #c084fc;
    color: #0d0d1a;
    box-shadow: none;
    transform: translate(4px, 4px);
}/* End custom CSS */