/* =========================================================
   NORLO ISLAND
   ========================================================= */

.island-page {
    margin: 0;
    min-height: 100vh;
    background: radial-gradient(
        circle at 50% 35%,
        #16476a 0%,
        #0d304b 42%,
        #071d31 100%
    );
    color: #ffffff;
    overflow-x: hidden;
}

.island-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 20% 25%,
            rgba(255, 255, 255, 0.035),
            transparent 28%
        ),
        radial-gradient(
            circle at 80% 65%,
            rgba(255, 255, 255, 0.025),
            transparent 30%
        );
}


/* =========================================================
   HEADER
   ========================================================= */

.island-header {
    position: relative;
    z-index: 20;

    width: min(1400px, calc(100% - 48px));
    margin: 0 auto;
    padding: 28px 0 10px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.back-button {
    justify-self: start;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 11px 17px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.07);

    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    backdrop-filter: blur(14px);

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.back-button:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}


/* =========================================================
   ISLAND HEADING
   ========================================================= */

.island-heading {
    text-align: center;
}

.island-heading span {
    display: block;

    margin-bottom: 5px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;

    color: rgba(255, 255, 255, 0.45);
}

.island-heading h1 {
    margin: 0;

    font-size: clamp(27px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: -0.035em;
}

.island-heading p {
    margin: 5px 0 0;

    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
}


/* =========================================================
   COUNTER
   ========================================================= */

.island-counter {
    justify-self: end;

    min-width: 120px;

    padding: 11px 17px;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;

    background: rgba(255, 255, 255, 0.06);

    backdrop-filter: blur(14px);
}

.island-counter span {
    display: block;

    margin-bottom: 3px;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;

    color: rgba(255, 255, 255, 0.42);
}

.island-counter strong {
    font-size: 18px;
    font-weight: 700;
}


/* =========================================================
   MAIN ISLAND
   ========================================================= */

.island-main {
    position: relative;

    width: min(1500px, 100%);
    min-height: calc(100vh - 105px);

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 20px 40px;
}

.norlo-island {
    position: relative;

    width: min(2000px, 85vw);
    aspect-ratio: 1000 / 650;

    background: transparent;
    border: none;
    box-shadow: none;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 2;
}
.norlo-island.island-expanded {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    max-width: none;
    aspect-ratio: auto;

    z-index: 100;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(7, 29, 49, 0.96);
}
.norlo-island.island-expanded .norlo-world {
    width: min(1400px, 95vw);
    height: auto;
    max-height: 90vh;
}

.norlo-world {
    display: block;

    width: 100%;
    height: 100%;

    overflow: visible;
}


/* =========================================================
   PLACEMENT TOOLS
   ========================================================= */

.island-tools {
    position: absolute;

    left: 28px;
    top: 50%;

    transform: translateY(-50%);

    z-index: 30;

    display: flex;
    flex-direction: column;
    gap: 8px;

    padding: 10px;

    background: rgba(9, 28, 45, 0.72);

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;

    backdrop-filter: blur(18px);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.island-tool {
    width: 58px;
    height: 58px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 3px;

    padding: 0;

    border-radius: 13px;
    border: 1px solid transparent;

    background: transparent;

    color: rgba(255, 255, 255, 0.68);
}

.island-tool:hover {
    background: rgba(255, 255, 255, 0.08);
    color: white;

    transform: translateY(-2px);
}

.island-tool.active {
    background: rgba(255, 255, 255, 0.12);

    color: white;

    border-color: rgba(255, 255, 255, 0.12);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.12);
}

.tool-icon {
    font-size: 19px;
    line-height: 1;
}

.tool-name {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.02em;
}


/* =========================================================
   ISLAND DETAILS
   ========================================================= */

.island-ripples {
    opacity: 0.65;
}

.island-depth {
    pointer-events: none;
}

.island-surface,
.island-shoreline,
.island-surface-highlight {
    pointer-events: none;
}

.island-underbody {
    transform-origin: center;
}

.island-sand,
.island-sand-highlight,
.island-grass,
.island-grass-highlight {
    pointer-events: none;
}


/* =========================================================
   ISLAND OBJECTS
   ========================================================= */

.island-tree,
.island-bush,
.island-rock {
    transition:
        transform 0.25s ease,
        filter 0.25s ease;

    transform-box: fill-box;
    transform-origin: center;
}

.island-tree:hover,
.island-bush:hover,
.island-rock:hover {
    filter: brightness(1.08);
}


/* =========================================================
   LANDMARKS
   ========================================================= */

.future-landmark {
    opacity: 0.16;

    pointer-events: none;

    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.future-landmark.unlocked {
    opacity: 1;
    pointer-events: auto;
}

.future-landmark.unlocked:hover {
    filter: brightness(1.08);
}


/* =========================================================
   NORLO ISLAND STORE
   ========================================================= */

.island-builder {
    position: fixed;

    top: 50%;
    right: 28px;

    width: 330px;
    max-height: calc(100vh - 110px);

    padding: 24px;

    box-sizing: border-box;

    background:
        linear-gradient(
            180deg,
            rgba(15, 43, 63, 0.97),
            rgba(7, 27, 44, 0.97)
        );

    border:
        1px solid rgba(255, 255, 255, 0.12);

    border-radius: 26px;

    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);

    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);

    color: #ffffff;

    z-index: 100001;

    overflow-y: auto;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform:
        translateY(-50%)
        translateX(24px)
        scale(0.98);

    transition:
        opacity 220ms ease,
        visibility 220ms ease,
        transform 220ms ease;
}


/* ---------------------------------------------------------
   OPEN STATE
   --------------------------------------------------------- */

body.norlo-store-open .island-builder {
    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    transform:
        translateY(-50%)
        translateX(0)
        scale(1);
}


/* ---------------------------------------------------------
   STORE TOGGLE
   --------------------------------------------------------- */

.island-store-toggle {
    position: fixed;

    top: 28px;
    right: 28px;

    z-index: 100002;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 0 16px;

    border:
        1px solid rgba(255, 255, 255, 0.13);

    border-radius: 13px;

    background:
        rgba(10, 35, 53, 0.78);

    color:
        rgba(255, 255, 255, 0.92);

    font-family: inherit;

    font-size: 12px;
    font-weight: 750;

    letter-spacing: 0.01em;

    cursor: pointer;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.island-store-toggle:hover {
    transform: translateY(-1px);

    background:
        rgba(18, 48, 70, 0.88);

    border-color:
        rgba(255, 255, 255, 0.20);
}

.island-store-toggle:active {
    transform: translateY(0);
}


/* ---------------------------------------------------------
   STORE BACKDROP
   --------------------------------------------------------- */

.island-store-backdrop {
    position: fixed;

    inset: 0;

    z-index: 100000;

    background:
        rgba(2, 14, 24, 0.30);

    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 220ms ease,
        visibility 220ms ease;
}

body.norlo-store-open .island-store-backdrop {
    opacity: 1;

    visibility: visible;

    pointer-events: auto;
}


/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

.builder-header {
    display: flex;

    justify-content: space-between;
    align-items: flex-start;

    gap: 18px;

    margin-bottom: 26px;
}

.builder-eyebrow {
    display: block;

    margin-bottom: 7px;

    color:
        rgba(255, 255, 255, 0.42);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}

.builder-header h2 {
    margin: 0;

    color: #ffffff;

    font-size: 22px;
    font-weight: 750;

    letter-spacing: -0.025em;
}

.builder-header p {
    max-width: 230px;

    margin: 6px 0 0;

    color:
        rgba(255, 255, 255, 0.52);

    font-size: 12px;

    line-height: 1.5;
}


/* ---------------------------------------------------------
   CLOSE
   --------------------------------------------------------- */

.builder-close {
    width: 36px;
    height: 36px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border:
        1px solid rgba(255, 255, 255, 0.08);

    border-radius: 11px;

    background:
        rgba(255, 255, 255, 0.06);

    color:
        rgba(255, 255, 255, 0.72);

    font-family: inherit;

    font-size: 20px;
    font-weight: 400;

    line-height: 1;

    cursor: pointer;

    transition:
        background 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

.builder-close:hover {
    background:
        rgba(255, 255, 255, 0.11);

    border-color:
        rgba(255, 255, 255, 0.16);

    color: #ffffff;
}


/* ---------------------------------------------------------
   SECTIONS
   --------------------------------------------------------- */

.builder-section {
    margin-bottom: 26px;
}

.builder-section-title {
    margin-bottom: 11px;

    color:
        rgba(255, 255, 255, 0.40);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}

.builder-items {
    display: grid;

    gap: 8px;
}


/* ---------------------------------------------------------
   ITEMS
   --------------------------------------------------------- */

.builder-item {
    width: 100%;

    display: grid;

    grid-template-columns:
        44px
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 12px;

    padding: 10px;

    border:
        1px solid rgba(255, 255, 255, 0.07);

    border-radius: 15px;

    background:
        rgba(255, 255, 255, 0.045);

    color: #ffffff;

    text-align: left;

    cursor: pointer;

    transition:
        background 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.builder-item:hover {
    background:
        rgba(255, 255, 255, 0.085);

    border-color:
        rgba(255, 255, 255, 0.13);

    transform: translateX(-2px);
}

.builder-item.selected {
    background:
        rgba(139, 210, 124, 0.10);

    border-color:
        rgba(139, 210, 124, 0.28);
}


/* ---------------------------------------------------------
   ICON
   --------------------------------------------------------- */

.builder-icon {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    overflow: hidden;

    border-radius: 12px;

    background:
        rgba(255, 255, 255, 0.065);
}


/* ---------------------------------------------------------
   ITEM TEXT
   --------------------------------------------------------- */

.builder-item-info {
    min-width: 0;

    display: grid;

    gap: 3px;
}

.builder-item-info strong {
    overflow: hidden;

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.builder-item-info small {
    overflow: hidden;

    color:
        rgba(255, 255, 255, 0.40);

    font-size: 11px;

    white-space: nowrap;
    text-overflow: ellipsis;
}


/* ---------------------------------------------------------
   PRICE
   --------------------------------------------------------- */

.builder-action {
    padding: 6px 9px;

    border-radius: 8px;

    background:
        rgba(255, 255, 255, 0.065);

    color:
        rgba(255, 255, 255, 0.68);

    font-size: 10px;
    font-weight: 750;

    white-space: nowrap;
}

.builder-item.selected .builder-action {
    background:
        rgba(139, 210, 124, 0.14);

    color:
        #b7eba9;
}


/* ---------------------------------------------------------
   LOCKED
   --------------------------------------------------------- */

.builder-item.locked {
    opacity: 0.42;

    cursor: not-allowed;
}

.builder-item.locked:hover {
    transform: none;

    background:
        rgba(255, 255, 255, 0.045);

    border-color:
        rgba(255, 255, 255, 0.07);
}

.lock-icon {
    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.07);

    color:
        rgba(255, 255, 255, 0.52);

    font-size: 10px;
    font-weight: 800;
}


/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */

.builder-footer {
    display: flex;

    justify-content: space-between;
    align-items: center;

    padding-top: 18px;

    border-top:
        1px solid rgba(255, 255, 255, 0.08);

    color:
        rgba(255, 255, 255, 0.40);

    font-size: 11px;
}

.builder-footer strong {
    color:
        rgba(255, 255, 255, 0.88);

    font-size: 13px;
}


/* =========================================================
   MOBILE STORE
   ========================================================= */

@media (max-width: 800px) {

    .island-store-toggle {
        top: 16px;

        right: 16px;

        min-height: 42px;

        padding: 0 14px;
    }


    .island-builder {
        top: auto;

        right: 12px;
        bottom: 12px;
        left: 12px;

        width: auto;

        max-height:
            min(
                72vh,
                620px
            );

        padding: 20px;

        border-radius: 24px;

        transform:
            translateY(28px)
            scale(0.98);
    }


    body.norlo-store-open .island-builder {
        transform:
            translateY(0)
            scale(1);
    }


    .builder-header {
        margin-bottom: 22px;
    }


    .builder-header h2 {
        font-size: 20px;
    }


    .builder-item {
        min-height: 64px;

        grid-template-columns:
            44px
            minmax(0, 1fr)
            auto;
    }


    .builder-icon {
        width: 44px;
        height: 44px;
    }
}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 430px) {

    .island-store-toggle {
        top: 12px;
        right: 12px;

        min-height: 40px;
    }


    .island-builder {
        right: 8px;
        bottom: 8px;
        left: 8px;

        padding: 17px;

        max-height: 76vh;

        border-radius: 21px;
    }


    .builder-header p {
        max-width: 200px;

        font-size: 11px;
    }


    .builder-item {
        min-height: 62px;

        gap: 10px;

        padding: 9px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .island-builder,
    .island-store-backdrop,
    .island-store-toggle,
    .builder-item {
        transition: none;
    }
}
/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 800px) {

    .island-header {
        width: calc(100% - 28px);

        grid-template-columns: auto 1fr auto;

        padding-top: 18px;
    }

    .island-heading h1 {
        font-size: 25px;
    }

    .island-heading span {
        font-size: 9px;
    }

    .island-heading p {
        font-size: 12px;
    }

    .back-button {
        padding: 9px 12px;
        font-size: 12px;
    }

    .island-counter {
        min-width: auto;
        padding: 9px 12px;
    }

    .island-counter strong {
        font-size: 16px;
    }

    .island-main {
        min-height: calc(100vh - 100px);

        padding: 0 8px 30px;
    }

    .norlo-island {
        width: 100%;
    }

    .island-tools {
        left: 12px;

        top: auto;
        bottom: 18px;

        transform: none;

        flex-direction: row;
    }

    .island-tool {
        width: 50px;
        height: 50px;
    }

    .island-builder {
        top: auto;

        right: 12px;
        bottom: 12px;
        left: 12px;

        width: auto;

        transform: none;

        max-height: 55vh;

        padding: 18px;

        border-radius: 20px;
    }
}


/* =========================================================
   ISLAND SURFACE
   ========================================================= */

.island-surface {
    filter: saturate(0.96) brightness(0.98);
}


/* =========================================================
   ISLAND STAGE HEADER
   ========================================================= */

.island-stage-header {
    text-align: center;

    margin-bottom: 18px;

    position: relative;

    z-index: 2;
}

.island-stage-number {
    font-size: 11px;
    font-weight: 700;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.48);

    margin-bottom: 6px;
}

.island-stage-header h2 {
    margin: 0;

    font-size: 28px;
    line-height: 1.1;

    font-weight: 700;

    letter-spacing: -0.6px;

    color: #ffffff;
}

.island-stage-header p {
    margin: 7px 0 0;

    font-size: 13px;

    color: rgba(255, 255, 255, 0.52);

    letter-spacing: 0.2px;
}


/* =========================================================
   ZOOM MOBILE
   ========================================================= */

@media (max-width: 800px) {

    .island-preview-content {
        width: 120vw;
        height: 82vh;
    }

    .island-preview-stage {
        top: 52px;
    }

    .island-preview-stage-name {
        font-size: 13px;
    }

    .island-preview-close {
        top: 18px;
        right: 18px;

        width: 38px;
        height: 38px;
    }

    .island-preview-hint {
        bottom: 12px;
        font-size: 9px;
    }
}
.norlo-island {
    cursor: pointer;
}

.norlo-island.island-expanded {
    cursor: default;
}
/* =========================================================
   NORLO ISLAND — FIXED CLICK ZOOM
   ========================================================= */

#norlo-island.island-expanded {
    position: fixed !important;
    inset: 0 !important;

    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 99999 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: rgba(7, 29, 49, 0.96) !important;
}

#norlo-island.island-expanded .norlo-world {
    display: block !important;

    width: min(1400px, 92vw) !important;
    height: auto !important;

    max-width: none !important;
    max-height: 96vh !important;

    overflow: visible !important;
}
#norlo-island.island-expanded .island-stage-title {
    display: none !important;
}
/* NORMAL ISLAND SIZE */
.island-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#norlo-island {
    width: 700px !important;
    height: auto !important;
    aspect-ratio: 1200 / 760 !important;
    flex: 0 0 auto !important;
}

#norlo-island .norlo-world {
    width: 100% !important;
    height: 100% !important;
}
/* =========================================================
   ISLAND EXPLORE HINT
========================================================= */

.island-explore-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    margin-top: 6px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;

    color: rgba(255, 255, 255, 0.72);

    opacity: 1;
    transform: translateY(0);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.island-explore-arrow {
    font-size: 15px;
    font-weight: 600;
}

/* Hide the hint when the island is open */

body.norlo-island-open .island-explore-hint {
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
}
/* =========================================================
   ISLAND CLICK CUE
========================================================= */

.island-click-cue {
    position: absolute;

    left: 50%;
    bottom: 22px;

    transform: translateX(-50%);

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 16px;

    border-radius: 12px;

    background:
        linear-gradient(
            180deg,
            rgba(20, 52, 73, 0.94),
            rgba(8, 28, 45, 0.94)
        );

    border: 1px solid rgba(255, 255, 255, 0.14);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    color: rgba(255, 255, 255, 0.86);

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.01em;

    pointer-events: none;

    opacity: 1;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;

    z-index: 10;
}

.island-click-cue-dot {
    width: 6px;
    height: 6px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #8bd27c;

    box-shadow:
        0 0 0 4px rgba(139, 210, 124, 0.10),
        0 0 12px rgba(139, 210, 124, 0.35);

    animation: islandCuePulse 2s ease-in-out infinite;
}

@keyframes islandCuePulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.65;
    }

    50% {
        transform: scale(1.25);
        opacity: 1;
    }
}

body.norlo-island-open .island-click-cue {
    opacity: 0;

    transform:
        translate(-50%, 8px);

    pointer-events: none;
}
.island-click-cue-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
    animation: islandCuePulse 1.8s ease-in-out infinite;
}

@keyframes islandCuePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.35);
        opacity: 1;
    }
}

body.norlo-island-open .island-click-cue {
    opacity: 0;
    transform: translate(-50%, 8px);
}
/* =========================================================
   ISLAND INTRO
========================================================= */

.island-intro {
    position: fixed;

    left: 50%;
    top: 50%;

    transform:
        translate(-50%, -46%)
        scale(0.96);

    width: min(420px, calc(100vw - 40px));

    padding: 30px;

    background:
        linear-gradient(
            180deg,
            rgba(19, 51, 72, 0.97),
            rgba(8, 27, 43, 0.97)
        );

    border: 1px solid rgba(255, 255, 255, 0.13);

    border-radius: 22px;

    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);

    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);

    color: white;

    z-index: 100000;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}


/* Visible state */

.island-intro.island-intro-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform:
        translate(-50%, -50%)
        scale(1);
}


/* Intro title */

.island-intro h2 {
    margin: 0 0 9px;

    font-size: 24px;
    font-weight: 700;

    letter-spacing: -0.025em;

    color: #ffffff;
}


/* Intro text */

.island-intro p {
    margin: 0 0 22px;

    color: rgba(255, 255, 255, 0.58);

    font-size: 14px;
    line-height: 1.6;
}


/* Got it button */

.island-intro-button {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 12px 18px;

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 12px;

    background:
        linear-gradient(
            180deg,
            #78c978,
            #4d9e55
        );

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.01em;

    cursor: pointer;

    box-shadow:
        0 8px 20px rgba(46, 120, 65, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);

    transition:
        transform 0.18s ease,
        filter 0.18s ease,
        box-shadow 0.18s ease;
}

.island-intro-button:hover {
    transform: translateY(-1px);

    filter: brightness(1.06);

    box-shadow:
        0 11px 25px rgba(46, 120, 65, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.island-intro-button:active {
    transform: translateY(0);

    box-shadow:
        0 5px 12px rgba(46, 120, 65, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
/* =========================================================
   ISLAND INTRO — PROFESSIONAL NORLO STYLE
   ========================================================= */

#island-intro-button {
    appearance: none;
    -webkit-appearance: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 112px;
    height: 44px;

    padding: 0 22px;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;

    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.16),
        rgba(255, 255, 255, 0.09)
    );

    color: #ffffff;

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;

    cursor: pointer;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

#island-intro-button:hover {
    transform: translateY(-1px);

    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.21),
        rgba(255, 255, 255, 0.12)
    );

    border-color: rgba(255, 255, 255, 0.24);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

#island-intro-button:active {
    transform: translateY(1px);

    box-shadow:
        0 5px 14px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#island-intro-button:focus-visible {
    outline: none;

    border-color: rgba(255, 255, 255, 0.38);

    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.10),
        0 8px 24px rgba(0, 0, 0, 0.2);
}
/* =========================================================
   NORLO STORE — PRODUCT ICONS
   ========================================================= */

.builder-icon {
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    border-radius: 12px;

    background: rgba(255, 255, 255, 0.07);
}


/* =========================================================
   TREE
   ========================================================= */

.tree-icon::before {
    content: "";

    position: absolute;

    width: 8px;
    height: 19px;

    bottom: 6px;

    border-radius: 4px;

    background: #765038;
}

.tree-icon::after {
    content: "";

    position: absolute;

    width: 27px;
    height: 27px;

    top: 5px;

    border-radius:
        50% 50% 45% 45%;

    background:
        radial-gradient(
            circle at 34% 25%,
            #91d986 0 11%,
            transparent 12%
        ),
        #429653;

    box-shadow:
        -8px 7px 0 -2px #347f4c,
        8px 7px 0 -3px #55aa61;
}


/* =========================================================
   BUSH
   ========================================================= */

.bush-icon::before {
    content: "";

    position: absolute;

    width: 30px;
    height: 21px;

    bottom: 8px;

    border-radius:
        50% 50% 42% 42%;

    background:
        radial-gradient(
            circle at 35% 25%,
            #8bd486 0 10%,
            transparent 11%
        ),
        #439954;

    box-shadow:
        -8px 3px 0 -1px #357f49,
        9px 4px 0 -2px #55aa61;
}

.bush-icon::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 4px;

    top: 12px;
    left: 13px;

    border-radius: 50%;

    background: #b1e69b;

    opacity: 0.7;
}


/* =========================================================
   ROCK
   ========================================================= */

.rock-icon::before {
    content: "";

    position: absolute;

    width: 29px;
    height: 21px;

    bottom: 8px;

    background: #7f8b91;

    clip-path: polygon(
        5% 85%,
        20% 25%,
        55% 5%,
        90% 35%,
        100% 85%,
        70% 100%,
        25% 100%
    );

    box-shadow:
        inset 7px 4px 0
        rgba(255, 255, 255, 0.18);
}

.rock-icon::after {
    content: "";

    position: absolute;

    width: 11px;
    height: 6px;

    top: 16px;
    left: 16px;

    background:
        rgba(255, 255, 255, 0.18);

    transform:
        rotate(-18deg);

    border-radius: 50%;
}


/* =========================================================
   FLOWER
   ========================================================= */

.flower-icon::before {
    content: "✦";

    position: absolute;

    font-size: 25px;
    font-weight: 700;

    color: #f2c96b;

    text-shadow:
        0 2px 8px
        rgba(242, 201, 107, 0.25);
}


/* =========================================================
   POND
   ========================================================= */

.pond-icon::before {
    content: "";

    position: absolute;

    width: 31px;
    height: 19px;

    border-radius: 50%;

    background:
        linear-gradient(
            180deg,
            #8bcbe6,
            #5299bd
        );

    box-shadow:
        inset 0 2px 0
        rgba(255, 255, 255, 0.25),
        0 3px 8px
        rgba(50, 130, 170, 0.18);
}

.pond-icon::after {
    content: "";

    position: absolute;

    width: 13px;
    height: 3px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.38);

    top: 18px;
    left: 15px;
}


/* =========================================================
   ICON DEPTH
   ========================================================= */

.builder-item:hover .builder-icon {
    background:
        rgba(255, 255, 255, 0.09);
}

.builder-item.selected .builder-icon {
    background:
        rgba(139, 210, 124, 0.12);
}


/* =========================================================
   LOCKED ICONS
   ========================================================= */

.builder-item.locked .builder-icon {
    filter: grayscale(0.15);
    opacity: 0.8;
}
/* =========================================================
   NORLO ISLAND — STAGE PROGRESSION
   ========================================================= */

/* Stage 1 — foundations */

.norlo-world.island-stage-1 .island-natural-details {
    opacity: 0.7;
}

.norlo-world.island-stage-1 .island-future-area {
    opacity: 1;
}


/* Stage 2 — more alive */

.norlo-world.island-stage-2 .island-natural-details {
    opacity: 1;
}

.norlo-world.island-stage-2 .island-nature {
    transform: scale(1.04);
    transform-origin: center;
}


/* Stage 3 — thriving */

.norlo-world.island-stage-3 .island-natural-details {
    opacity: 1;
}

.norlo-world.island-stage-3 .island-nature {
    transform: scale(1.09);
    transform-origin: center;
}

.norlo-world.island-stage-3 .island-future-area {
    opacity: 1;
    transform: scale(1.15);
    transform-origin: center;
}


/* Stage 4 — developed */

.norlo-world.island-stage-4 .island-natural-details {
    opacity: 1;
}

.norlo-world.island-stage-4 .island-nature {
    transform: scale(1.14);
    transform-origin: center;
}

.norlo-world.island-stage-4 .island-future-area {
    opacity: 1;
    transform: scale(1.3);
    transform-origin: center;
}


/* Stage 5 — stronghold */

.norlo-world.island-stage-5 .island-natural-details {
    opacity: 1;
}

.norlo-world.island-stage-5 .island-nature {
    transform: scale(1.18);
    transform-origin: center;
}

.norlo-world.island-stage-5 .island-future-area {
    opacity: 1;
    transform: scale(1.45);
    transform-origin: center;
}