body.admin {
    background: #ffcccc !important;
}

body
.nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.nav-link {
    position: relative;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}
.nav {
    gap: 1.5rem;
}

.news-item {
    transition: background 0.2s ease;
}

.news-item:hover {
    background: #f8f9fa;
}

.news-icon {
    width: 40px;
    text-align: center;
}

.symbol-arc-container {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}



.symbol-arc {
    width: 100%;
    height: auto;
    display: block;
}

.symbol {
    position: absolute;
    width: 101px;   /* increase size */
    height: 101px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.symbol-arc-container {
    position: relative;
    width: 100%;
    max-width: 900px; /* match your artwork */
}

.symbol {
    position: absolute;
    width: 6%;   /* scales with container */
    height: 6%;
}

.symbol img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.symbol:hover {
    transform: translate(-50%, -50%) scale(1.15);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    transition: 0.25s ease;
}




.symbol-12 {
    width: 150px;
    height: 150px;
    top: 31%;
    left: 46%;
    rotate: -90deg;  
}

.symbol-13 {
    width: 150px;
    height: 150px;
    top: 51%;
    left: 50%;
    rotate: -70deg;  
}
.symbol-14 {
    width: 150px;
    height: 150px;
    top: 44%;
    left: 51%;
    rotate: -58deg;  
}

.symbol-15 {
    width: 150px;
    height: 150px;
    top: 52%;
    left: 52%;
    rotate: -42deg;  
}
.symbol-16 {
    width: 150px;
    height: 150px;
    top: 65%;
    left: 53%;
    rotate: -23deg;  
}
.symbol-17 {
    width: 150px;
    height: 150px;
    top: 77%;
    left: 51%;
    rotate: -2deg;  
}
.symbol-18 {
    width: 150px;
    height: 150px;
    top: 85%;
    left: 49%;
    rotate: 16deg;  
}
.symbol-19 {
    width: 150px;
    height: 150px;
    top: 92%;
    left: 46%;
    rotate: 31deg;  
}

.symbol-20 {
    width: 150px;
    height: 150px;
      top: 97%;
    left: 43%;
    rotate: 47deg;  
}
.symbol-21 {
    width: 150px;
    height: 150px;
      top: 97%;
    left: 40%;
    rotate: 65deg;  
}
.symbol-22 {
    width: 150px;
    height: 150px;
    top: 95%;
    left: 36%;
    rotate: 85deg;   
}
.article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    text-align: center;
}

.article-title {
    margin-bottom: 1.5rem;
}

.article-body {
    text-align: left; /* keeps article text readable */
    margin-top: 1rem;
    line-height: 1.6;
}


/* -----------------------------------------
   ARC SELECTOR — BASE LAYOUT (Desktop)
   Scales up to max-width: 1080px
----------------------------------------- */

.symbol-arc-container {
    position: relative;
    width: 100%;
    max-width: 1080px; /* NEW: desktop limit */
    margin: 0 auto;
}

.symbol-arc {
    width: 100%;
    height: auto;
    display: block;
}

/* Base symbol styling */
.symbol {
    position: absolute;
    width: 5%;     /* scales with container */
    height: 13%;
    cursor: pointer;
}

/* Pointer image */
.symbol-12 img {
    width: 100%;
    height: auto;
    pointer-events: none;
}
.symbol-12 {
    width: 14%;   /* increase from 12% or whatever you had */
    height: auto;
}

.symbol-13{
    width: 14%;
    height: auto;
}

.symbol-14{
    width: 14%;
    height: auto;
}

.symbol-15{
    width: 14%;
    height: auto;
}

.symbol-16{
    width: 14%;
    height: auto;
}
.symbol-17{
    width: 14%;
    height: auto;
}
.symbol-18{
    width: 14%;
    height: auto;
}

.symbol-19{
    width: 14%;
    height: auto;
}
.symbol-20{
    width: 14%;
    height: auto;
}
.symbol-21{
    width: 14%;
    height: auto;
}
.symbol-22{
    width: 14%;
    height: auto;
}
.symbol-12 img {
    width: 100%;
    height: auto;
}

/* -----------------------------------------
   SYMBOL POSITIONS (Desktop)
   Adjust these manually in DevTools
----------------------------------------- */

.symbol-1  { top: 91%; left: 23%; }
.symbol-2  { top: 70%; left: 25%; }
.symbol-3  { top: 51%; left: 28%; }
.symbol-4  { top: 35%; left: 34%; }
.symbol-5  { top: 24%; left: 43%; }
.symbol-6  { top: 17%; left: 50%; }
.symbol-7  { top: 26%; left: 57%; }
.symbol-8  { top: 30%; left: 66%; }
.symbol-9  { top: 48%; left: 71%; }
.symbol-10 { top: 65%; left: 74%; }
.symbol-11 { top: 87%; left: 78%; }
.symbol-12 { top: 46%; left: 49%; }
.symbol-13 { top: 51%; left: 51%; }
.symbol-14 { top: 55%; left: 52%; }
.symbol-15 { top: 62%; left: 53%; }
.symbol-16 { top: 71%; left: 53%; }
.symbol-17 { top: 80%; left: 51%; }
.symbol-18 { top: 85%; left: 49%; }
.symbol-19 { top: 88%; left: 48%; }
.symbol-20 { top: 90%; left: 45%; }
.symbol-21 { top: 90%; left: 42%; }
.symbol-22 { top: 86%; left: 39%; }
/* -----------------------------------------
   MOBILE (max-width: 470px)
----------------------------------------- */

@media (max-width: 470px) {

    /* Larger symbols for touch targets */
    .symbol {
        width: 9%;
        height: 9%;
    }

    .symbol-12 {
        width: 12%;
    }

    /* Adjusted mobile positions */
    .symbol-1  { top: 64%; left: 10%; }
    .symbol-2  { top: 50%; left: 16%; }
    .symbol-3  { top: 38%; left: 26%; }
    .symbol-4  { top: 28%; left: 38%; }
    .symbol-5  { top: 23%; left: 50%; }
    .symbol-6  { top: 28%; left: 62%; }
    .symbol-7  { top: 38%; left: 74%; }
    .symbol-8  { top: 50%; left: 82%; }
    .symbol-9  { top: 64%; left: 88%; }
    .symbol-10 { top: 78%; left: 78%; }
    .symbol-11 { top: 86%; left: 62%; }
    .symbol-12 { top: 90%; left: 50%; }
}

/*legal*/
.legal-page {
    max-width: 900px;
}

.legal-content {
    line-height: 1.7;
}

.legal-heading {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 0.3rem;
}

/* Elevator*/
.elevator-wrapper {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;

    /* Elevator frame ratio: 6000 / 5400 = 10 / 9 */
    aspect-ratio: 10 / 9;

    overflow: hidden; /* hides the extra tall fill */
}

/* Fill image stays in normal flow */
.floor-fill {
    width: 51%;
    height: 100%;
    object-fit: cover;        /* scales proportionally */
    object-position:50% 42%;  /* adjust this to shift the fill */
}

/* Elevator frame overlays on top */
.elevator-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
/*Elevator Background*/
body.floor1 {
    background: #241a14;
}


.hero-text {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    border-radius: 6px;
}

body.floor2 {
    background: radial-gradient(
        circle at top center,
        rgba(120, 20, 20, 0.25) 0%,
        #0b0d11 70%
    );
}


body.floor3 {
    background: radial-gradient(
        circle at top center,
        rgba(80, 100, 120, 0.15) 0%,
        #0a0f14 70%
    );
}

body.floor4 {
    background: #2a1c14;
}

body.floor5 {
    background: #0c0f12;
}

body.floor6 {
    background: #6a726c;
}

body.floor7 {
    background: #1a1d1f;
}

body.floor8 {
    background: #c7d4d8;
}

body.floor9 {
    background: #d45a32;
}

body.floor10 {
    background: #5e5a3f;
}

body.floor11 {
    background: #8bb7d9;
}

.scroll-box {
    max-height: 31.25rem;
    height: 31.25rem;
    overflow-y: auto;
}

body {
    font-family: "Fraunces", serif;
}

h1, h2, h3, h3, h5 {
    font-family: "Smythe", system-ui;
}

.add-height {
    min-height: 70dvh;
}

a.hover {
    text-decoration: none;
}

a.hover:hover {
    text-decoration: underline;
}

body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/wallpaper1.png');
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

.bg-brown, .navbar-brown {
    background-color: #59281d;
}

a.bg-brown:hover {
    background-color: #2b130d;
}

.no-line-h {
    line-height: .75;
}

.bg-mellow {
    background-color: #e6c15c;
    border: none;
}

.active-green {
    background: #758c32;
}

.old-text {
    color: #f3dab3;
}