:root {
    --bg: #0c1220;
    --bg-soft: #121b2d;
    --panel: rgba(17, 28, 44, 0.72);
    --panel-strong: rgba(13, 21, 35, 0.9);
    --line: rgba(116, 209, 214, 0.22);
    --line-strong: rgba(116, 209, 214, 0.38);
    --text: #eef4f7;
    --muted: rgba(238, 244, 247, 0.72);
    --accent: #eef4f7;
    --accent-strong: #eef4f7;
    --shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    --radius-xl: 28px;
    --radius-lg: 18px;
}

.page-header {
    position: relative;
    background:
    linear-gradient(180deg, rgba(8, 13, 24, 0.96) 0%, rgba(9, 17, 31, 0.94) 100%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.page-header-top {
    padding: 2px 2px 2px;
    text-align: center;
    background: rgba(7, 12, 22, 0.88);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.page-header-top h1 {
    margin: 0;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: var(--text);
}

.page-kicker {
    margin:14px;
    font-size: 1rem;
    color: rgba(255,255,255,0.75);
}

.page-header-hero {
    padding: 26px 24px 36px;
    background:
    radial-gradient(circle at 18% 30%, rgba(74, 198, 194, 0.20), transparent 32%),
    radial-gradient(circle at 78% 50%, rgba(44, 132, 153, 0.18), transparent 34%),
    linear-gradient(90deg, #10283a 0%, #0d2232 45%, #0a1a28 100%);
}

.page-header-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
}

.back-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    margin-left: 6px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    border: 1px solid rgba(88, 212, 205, 0.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.back-pill:hover {
    transform: translateY(-1px);
    background: rgba(7, 12, 22, 0.88);
    border-color: rgba(88, 212, 205, 0.38);
}

.page-header-copy {
    max-width: 1200px;
}

.page-header-copy h2 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 5vw, 4.8rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text);
}

.page-header-copy p {
    margin: 0;
    max-width: 1200px;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    line-height: 1.65;
    color: var(--muted);
}

@media (max-width: 720px) {
    .page-header-top {
    padding: 28px 18px 22px;
    }

    .page-header-hero {
    padding: 20px 18px 28px;
    }

    .page-header-nav {
    gap: 10px;
    margin-bottom: 10px;
    }

}

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #000000;
    overflow: hidden;
}

#introScreen {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background:
    linear-gradient(rgba(8, 10, 14, 0.84), rgba(8, 10, 14, 0.92));
    color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    overflow-y: auto;
}

.intro-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    background: #10141b;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
}

.hero-header {
    padding: 20px 40px;
    background: #171d26;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-header h1 {
    margin: 0 0 6px;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero-header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.85;
}

.hero-image img {
    width: 100%;
    height: 760px;
    object-fit: cover;
    display: block;
}

.intro-main {
    display: grid;
    gap: 2rem;
    padding: 28px 36px 10px;
    box-sizing: border-box;
}

.intro-text {
    font-size: 15px;
    line-height: 1.7;
}

.intro-text p {
    margin: 0 0 1rem;
}

.intro-short {
    font-size: 16px;
}

.intro-more {
    display: none;
}

.text-description {
    font-size: 0.95rem;
    color: var(--muted, #a9b7c6);
}

.intro-map img {
    width: 100%;
    height: 140%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.intro-bottom {
    padding: 0 36px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.intro-note {
    font-size: 14px;
    opacity: 0.88;
}

.btn-primary,
.btn-secondary {
    border: none;
    border-radius: 999px;
    padding: 0.7rem 1.8rem;
    font-size: 1rem;
    cursor: pointer;
}

.btn-primary {
    background: #b78a3d;
    color: #ffffff;
    font-weight: 600;
}

.btn-primary:hover {
    filter: brightness(1.08);
}

.btn-secondary {
    background: #253247;
    color: #d3d7de;
}

#moreBtn {
    margin-top: 8px;
}

.jump-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.4rem;
}

.btn-chip {
    font-size: 0.8rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.45);
    background: rgba(0,0,0,0.35);
    color: #fff;
    cursor: pointer;
    line-height: 1.2;
    white-space: nowrap;
}

.btn-chip:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.8);
}

.start-tour-wrapper {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.btn-start-tour {
    display: inline-block;
    padding: 0.45rem 1.2rem;
    border-radius: 999px;
    border: none;
    background: #d0a04d;
    color: #1f1b14;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.btn-start-tour:hover {
    background: #e6bc70;
}

.start-tour-hint {
    font-size: 0.75rem;
    opacity: 0.85;
    margin-bottom: 20px;
}

.header2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

h1 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 1px;
}

@media (max-width: 900px) {
    .intro-main {
    grid-template-columns: 1fr;
    }

    .hero-header {
    padding: 16px 20px;
    }

    .hero-image img {
    height: 260px;
    }
}

.map-section {
    width: min(1400px, calc(100% - 40px));
    margin: 10px auto;
}

.map-panel {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--panel);
    box-shadow: var(--shadow);
}

.map-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,0.03);
}

.map-label {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
}

#mapSceneTitle {
    color: var(--text);
    font-size: 1rem;
    font-weight: 700;
}

.map-panel iframe {
    display: block;
    width: 100%;
    height: 560px;
    border: 0;
}

.scenes-section {
width: min(1400px, calc(100% - 40px));
margin: 10px auto 10px;
}

.section-heading {
max-width: 900px;
margin-bottom: 30px;
}

.section-kicker {
margin: 0 0 10px;
font-size: 0.82rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--accent);
}

.section-heading h2 {
margin: 0 0 14px;
font-size: clamp(2rem, 4vw, 3.4rem);
line-height: 1.05;
color: var(--text);
}

.section-intro {
margin: 0;
font-size: 1.05rem;
line-height: 1.7;
color: var(--muted);
}

.scene-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}

.scene-card {
background: var(--panel);
border: 1px solid var(--line);
border-radius: 22px;
overflow: hidden;
box-shadow: var(--shadow);
min-height: 100%;
}

.scene-card-body {
display: flex;
flex-direction: column;
gap: 14px;
padding: 10x;
height: 100%;
}

.scene-label {
display: inline-block;
align-self: flex-start;
padding: 7px 12px;
border-radius: 999px;
font-size: 0.74rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--accent);
background: rgba(114, 215, 213, 0.10);
border: 1px solid rgba(114, 215, 213, 0.22);
}

.scene-card h3 {
margin: 0;
font-size: 1.28rem;
line-height: 1.2;
color: var(--text);
}

.scene-card p {
margin: 0;
color: var(--muted);
line-height: 1.65;
flex-grow: 1;
}


.scene-open-btn:hover {
transform: translateY(-1px);
background: rgba(114, 215, 213, 0.16);
border-color: rgba(114, 215, 213, 0.40);
}

.scene-card-photo {
background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)), var(--panel);
}

@media (max-width: 1100px) {
.scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 720px) {
.scenes-section {
    width: min(1400px, calc(100% - 24px));
    margin: 56px auto 72px;
}

.scene-grid {
    grid-template-columns: 1fr;
    gap: 16px;
}

.scene-card-body {
    padding: 18px;
}

.scene-open-btn {
    width: 100%;
}
}
.scene-card-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 10px;
}

.scene-card p {
    flex-grow: 1;
}

.scene-open-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    min-height: 25px;
    margin-top: auto;
    padding: 2px 2px;
    border: 1px solid rgba(19, 26, 62, 0.4);
    border-radius: 16px;
    background: #10283a;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.vtour-chip, .vtour-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid var(--vt-chip-line);
    padding: 5px 10px;
    font-size: 12px;
    background: var(--vt-chip-bg);
    color: #fff;
    cursor: pointer;
    line-height: 1.2;
    white-space: nowrap;
}
.vtour-badges, .vtour-actions, .vtour-utility {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.vtour-chip, .vtour-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid var(--vt-chip-line);
    padding: 5px 10px;
    font-size: 12px;
    background: var(--vt-chip-bg);
    color: #fff;
    cursor: pointer;
    line-height: 1.2;
    white-space: nowrap;
}
.vtour-badge, .vtour-chip, .vtour-btn-secondary, .vtour-btn-start {
    border-radius: 999px;
}

.vtour-breadcrumbs {
  font-size: 13px;
  color: var(--vt-muted);
  margin-bottom: 8px;
}

.vtour-breadcrumbs a {
  color: var(--vt-muted);
  text-decoration: none;
}

.vtour-breadcrumbs a:hover {
  color: #fff;
}
