:root {
    --primary-color: #E63946;
    --secondary-color: #FCA311;
    --dark-bg: #121212;
    --dark-card: #1E1E1E;
    --light-color: #F1FAEE;
    --text-muted: #A8DADC;
    --font-primary: 'Roboto', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 100%; scroll-behavior: smooth; }
body { font-family: var(--font-primary); background-color: var(--dark-bg); color: var(--light-color); line-height: 1.6;  }
.container { max-width: 1200px; margin-inline: auto; padding-inline: 1.5rem; }
a { color: var(--primary-color); text-decoration: none; transition: color 0.3s ease; }
a:hover { color: var(--secondary-color); }
.btn { display: inline-block; padding: 0.75em 1.75em; background-image: linear-gradient(to right, var(--primary-color), #d62828); color: var(--light-color); font-weight: 700; font-family: var(--font-secondary); border-radius: 5px; text-transform: uppercase; transition: transform 0.3s ease, box-shadow 0.3s ease; border: none; cursor: pointer; letter-spacing: 1px; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25); }
.text-center { text-align: center; }

.site-header { background: rgba(18, 18, 18, 0.8); position: fixed; width: 100%; top: 0; z-index: 1000; padding-block: 1rem; backdrop-filter: blur(10px); border-bottom: 1px solid rgba(241, 250, 238, 0.1); }
.header-container { display: flex; justify-content: space-between; align-items: center; }
.site-header .logo { height: 40px; width: auto; }
.nav-links { list-style: none; display: flex; gap: 2rem; }
.nav-links a { color: var(--light-color); font-weight: 700; font-family: var(--font-secondary); position: relative; padding-block: 0.5rem; }
.nav-links a::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: 0; left: 0; background-color: var(--primary-color); transform-origin: bottom right; transition: transform 0.25s ease-out; }
.nav-links a:hover::after, .nav-links .active::after { transform: scaleX(1); transform-origin: bottom left; }
.nav-links .active { color: var(--primary-color); }
.burger-menu { display: none; cursor: pointer; }
.burger-menu div { width: 25px; height: 3px; background-color: var(--light-color); margin: 5px; transition: all 0.3s ease; border-radius: 5px; }

.hero-stratum {
    padding-top: 10rem;
    padding-bottom: 5rem;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}

.hero-prologue .prologue-heading {
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 900;
}

.hero-prologue .prologue-narrative {
    font-size: 1.25rem;
    max-width: 550px;
    margin-bottom: 2.5rem;
}

.hero-effigy img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 10px;
}
@media (max-width: 768px){
    .hero-stratum {
        padding-top: 8rem;
        padding-bottom: 3rem;
        min-height: 0;
    }
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .hero-prologue {
        text-align: center;
        order: 2;
    }
    .hero-prologue .prologue-narrative {
        margin-inline: auto;
    }
    .hero-effigy {
        order: 1;
    }
}

.forge-path-sector { padding-block: 5rem; }
.sector-heading { font-size: clamp(2rem, 4vw, 2.75rem); font-family: var(--font-secondary); margin-bottom: 0.5rem; }
.sector-subheading { max-width: 500px; margin-inline: auto; margin-bottom: 3rem; color: var(--text-muted); }
.path-selection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.path-vessel { position: relative; display: flex; align-items: flex-end; min-height: 400px; padding: 2rem; border-radius: 10px; overflow: hidden; text-decoration: none; color: var(--light-color); transition: transform 0.3s ease; background-size: cover; background-position: center; }
.path-vessel:hover { transform: scale(1.03); }
#vessel-strength { background-image: url('images/bg1.webp'); }
#vessel-cardio { background-image: url('images/bg2.webp'); }
#vessel-mind-body { background-image: url('images/bg3.webp'); }
.path-vessel::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.1) 60%); transition: background 0.3s ease; }
.path-vessel:hover::before { background: linear-gradient(to top, rgba(0,0,0,0.95) 20%, rgba(0,0,0,0.2) 70%); }
.vessel-content { position: relative; z-index: 2; width: 100%; }
.vessel-title { font-family: var(--font-secondary); font-size: 2rem; margin-bottom: 0.25rem; }
.vessel-indicator { font-weight: 700; opacity: 0.8; transition: transform 0.3s ease, opacity 0.3s ease; }
.path-vessel:hover .vessel-indicator { opacity: 1; transform: translateX(5px); }

.community-simple-sector { padding-block: 5rem; }
.simple-flex-container { display: flex; align-items: center; gap: 3rem; }
.simple-image-pane, .simple-content-pane { flex: 1; min-width: 0; }
.simple-image-pane img { width: 100%; display: block; border-radius: 10px; }
.pane-heading { font-family: var(--font-secondary); font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 1rem; }
.pane-body-text { color: var(--text-muted); margin-bottom: 1.5rem; }
.pane-perks-list { list-style: none; margin-bottom: 2rem; }
.pane-perk-item { font-weight: 700; margin-bottom: 0.75rem; }

.amenity-stratum { padding-block: 5rem; }
.stratum-heading { font-family: var(--font-secondary); font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 0.5rem; }
.stratum-subheading { max-width: 550px; margin-inline: auto; margin-bottom: 4rem; color: var(--text-muted); }
.amenity-core-matrix { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.amenity-core { background-color: var(--dark-card); padding: 2rem; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.05); transition: transform 0.3s ease, border-color 0.3s ease; }
.amenity-core:hover { transform: translateY(-10px); border-color: var(--primary-color); }
.core-emblem { width: 60px; height: 60px; margin-inline: auto; margin-bottom: 1.5rem; border-radius: 50%; background-color: rgba(230, 57, 70, 0.1); display: grid; place-content: center; color: var(--primary-color); }
.core-emblem svg { width: 30px; height: 30px; }
.core-title { font-family: var(--font-secondary); font-size: 1.25rem; margin-bottom: 0.5rem; color: var(--light-color); }
.core-description { font-size: 0.95rem; color: var(--text-muted); }

.clarion-sector { padding-block: 5rem; background-color: var(--dark-card); }
.clarion-diptych { display: grid; grid-template-columns: 1fr 1.5fr; align-items: flex-start; gap: 4rem; }
.prologue-heading { font-family: var(--font-secondary); font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 1rem; line-height: 1.2; }
.prologue-narrative { color: var(--text-muted); margin-bottom: 2rem; }
.codex-entry { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.codex-entry:last-child { border-bottom: none; }
.entry-query { display: flex; align-items: center; gap: 1rem; font-size: 1.25rem; color: var(--light-color); width: 100%; text-align: left; padding: 1.5rem; cursor: pointer; }
.entry-icon { flex-shrink: 0; width: 20px; height: 20px; color: var(--primary-color); transition: transform 0.4s ease; }
.codex-entry.active .entry-icon { transform: rotate(45deg); }
.elucidation-wrapper { overflow: hidden; max-height: 0; transition: max-height 0.4s ease; }
.entry-elucidation { color: var(--text-muted); padding-bottom: 1.5rem; padding-left: calc(20px + 1rem); }
.codex-entry.active .elucidation-wrapper { max-height: 700px; }

.arsenal-continuum {
    padding-block: 5rem;
    background-color: var(--dark-card);
}

.continuum-heading {
    font-family: var(--font-secondary);
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 0.5rem;
    color: var(--light-color);
}

.continuum-subheading {
    max-width: 550px;
    margin-inline: auto;
    margin-bottom: 3rem;
    color: var(--text-muted);
}

.arsenal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem; 
}

.arsenal-item {
    position: relative;
    min-height: 400px; 
    color: var(--light-color);
    background-color: var(--dark-bg); 
    border-radius: 10px;
    overflow: hidden; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.arsenal-item:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.item-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 1;
    display: block;
}

.item-core {
    position: relative;
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 20%, rgba(0,0,0,0.1) 80%);
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
}

.core-designation {
    font-family: var(--font-secondary);
    font-size: 1.8rem; 
    margin-bottom: 0.5rem;
    color: var(--light-color);
}

.core-synopsis {
    max-width: 100%;
    color: var(--text-muted);
    font-size: 1rem;
}

@media (max-width: 992px) {
    .arsenal-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1rem;
    }
    .arsenal-item {
        min-height: 350px;
    }
    .core-designation {
        font-size: 1.6rem;
    }
    .core-synopsis {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .arsenal-grid {
        grid-template-columns: 1fr; 
        gap: 1.5rem; 
    }
    .arsenal-item {
        min-height: 300px;
        border-radius: 8px;
    }
    .core-designation {
        font-size: 1.5rem;
    }
    .core-synopsis {
        font-size: 0.9rem;
    }
   
}

@media (max-width: 480px) {
    .arsenal-item {
        min-height: 250px;
    }
    .item-core {
        padding: 1.5rem;
    }
    .core-designation {
        font-size: 1.3rem;
    }
    .core-synopsis {
        font-size: 0.85rem;
    }
}
.trigger-next { right: 1.5rem; }

.creed-sanctum-stratum { padding-block: 5rem; }
.sanctum-proclamation { font-family: var(--font-secondary); font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 0.5rem; }
.sanctum-narrative { max-width: 550px; margin-inline: auto; margin-bottom: 5rem; color: var(--text-muted); }
.creed-triptych { display: flex; gap: 2rem; }
.triptych-tenet { flex: 1; background-color: var(--dark-card); padding: 2.5rem 1.5rem 1.5rem; border-radius: 10px; position: relative; border-top: 3px solid var(--primary-color); }
.tenet-emblem { width: 60px; height: 60px; background-color: var(--primary-color); color: var(--light-color); border-radius: 50%; display: grid; place-content: center; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); border: 4px solid var(--dark-bg); }
.tenet-emblem svg { width: 28px; height: 28px; }
.tenet-title { font-family: var(--font-secondary); font-size: 1.5rem; margin-bottom: 1rem; color: var(--light-color); }
.tenet-elucidation { font-size: 0.95rem; color: var(--text-muted); }

.difference-nexus-stratum { padding-block: 5rem; }
.nexus-heading-group { text-align: center; max-width: 600px; margin-inline: auto; margin-bottom: 4rem; }
.group-proclamation { font-family: var(--font-secondary); font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 0.5rem; }
.group-narrative { color: var(--text-muted); }
.difference-triptych { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 2.5rem; }
.triptych-wing { display: flex; flex-direction: column; gap: 2.5rem; }
.wing-left { text-align: right; }
.wing-right { text-align: left; }
.feature-title { font-family: var(--font-secondary); font-size: 1.25rem; color: var(--primary-color); margin-bottom: 0.75rem; position: relative; padding-bottom: 0.75rem; }
.feature-title::after { content: ''; position: absolute; bottom: 0; width: 40px; height: 2px; background-color: rgba(255, 255, 255, 0.2); }
.wing-left .feature-title::after { right: 0; }
.wing-right .feature-title::after { left: 0; }
.feature-elucidation { color: var(--text-muted); font-size: 0.95rem; }
.core-effigy { width: 100%; height: 100%; max-height: 500px; object-fit: cover; border-radius: 10px; }

.perks-nexus-stratum { padding-block: 5rem; }
.perks-enclosure { background-color: var(--dark-card); padding: 3rem; border-radius: 10px; }
.enclosure-prologue { text-align: center; max-width: 600px; margin-inline: auto; margin-bottom: 3rem; }
.prologue-heading { font-family: var(--font-secondary); font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 0.5rem; }
.perks-matrix { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.matrix-node { background-color: var(--dark-bg); padding: 2rem; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.1); display: flex; flex-direction: column; align-items: center; text-align: center; }
.node-emblem { width: 50px; height: 50px; margin-bottom: 1.5rem; color: var(--primary-color); display: grid; place-content: center; }
.node-emblem svg { width: 28px; height: 28px; }
.node-title { font-family: var(--font-secondary); font-size: 1.25rem; margin-bottom: 0.75rem; color: var(--light-color); }
.node-elucidation { font-size: 0.95rem; color: var(--text-muted); }

.nexus-point-stratum { padding-block: 5rem; }
.nexus-call-module { position: relative; padding: 4rem; border-radius: 10px; border: 2px solid var(--primary-color); text-align: center; overflow: hidden; background-size: cover; background-position: center; background-image: url('images/bg1.webp'); }
.nexus-call-module::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(18, 18, 18, 0.85); z-index: 1; }
.module-core { position: relative; z-index: 2; }
.module-proclamation { font-family: var(--font-secondary); font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 1rem; color: var(--light-color); }
.module-narrative { max-width: 600px; margin-inline: auto; margin-bottom: 2rem; color: var(--text-muted); font-size: 1.1rem; line-height: 1.7; }

.site-terminus { background-color: #000; padding: 4rem 0 2rem; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.terminus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2.5rem; }
.site-terminus .logo { width: 200px; height: auto; margin-bottom: 1rem; }
.nexus-credo { font-size: 0.95rem; color: var(--text-muted); }
.column-heading { font-family: var(--font-secondary); font-size: 1.1rem; color: var(--light-color); margin-bottom: 1rem; }
.nav-link-list { list-style: none; }
.nav-link-list li { margin-bottom: 0.5rem; }
.nav-link-list a { color: var(--text-muted); }
.nav-link-list a:hover { color: var(--light-color); }
.terminus-contact-column p { color: var(--text-muted); }
.terminus-legal-bar { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; justify-content: space-between; align-items: center; font-size: 0.9rem; color: var(--text-muted); }
.legal-links a { color: var(--text-muted); margin-inline: 0.5rem; }
.legal-links a:hover { color: var(--light-color); }

@media (max-width: 992px) {
    .amenity-core-matrix { grid-template-columns: repeat(2, 1fr); }
    .perks-matrix { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .nav-links { position: fixed; right: 0; top: 0; height: 100vh; background-color: var(--dark-bg); display: flex; flex-direction: column; align-items: center; justify-content: center; width: 60%; max-width: 300px; transform: translateX(100%); transition: transform 0.5s ease-in-out; }
    .nav-active { transform: translateX(0%); }
    .burger-menu { display: block; z-index: 1001; }
    .toggle .line1 { transform: rotate(-45deg) translate(-5px, 6px); }
    .toggle .line2 { opacity: 0; }
    .toggle .line3 { transform: rotate(45deg) translate(-5px, -6px); }
    
    .forge-path-sector, .community-simple-sector, .amenity-stratum, .clarion-sector, .arsenal-continuum, .creed-sanctum-stratum, .difference-nexus-stratum, .perks-nexus-stratum, .nexus-point-stratum { padding-block: 3rem; }

    .path-selection-grid, .amenity-core-matrix, .clarion-diptych, .perks-matrix, .difference-triptych { grid-template-columns: 1fr; }
    .simple-flex-container, .creed-triptych { flex-direction: column; }
    .clarion-diptych { gap: 2.5rem; }
    .diptych-prologue, .wing-left, .wing-right { text-align: center; }
    .creed-triptych { gap: 4rem; }
    .difference-triptych { gap: 3rem; }
    .triptych-core { order: 1; }
    .triptych-wing.wing-left { order: 2; }
    .triptych-wing.wing-right { order: 3; }
    .wing-left .feature-title::after, .wing-right .feature-title::after { left: 50%; transform: translateX(-50%); }

    .continuum-viewport { width: 100%; }
    .traverse-trigger { width: 40px; height: 40px; top: auto; bottom: 1rem; transform: none; }
    .trigger-prev { left: 1rem; }
    .trigger-next { right: 1rem; }

    .nexus-point-stratum { background-size: cover; background-position: center; background-image: url('images/bg5.webp'); position: relative; }
    .nexus-point-stratum::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(18, 18, 18, 0.85); }
    .nexus-call-module { padding: 0; border: none; background: none; box-shadow: none; }
    .module-core { padding: 0; }

    .terminus-grid { text-align: center; }
    .site-terminus .logo { margin-inline: auto; }
    .terminus-legal-bar { flex-direction: column; gap: 1rem; }
}

@media (max-width: 360px) {
    .path-vessel { padding: 1.5rem; min-height: 320px; }
    .vessel-title { font-size: 1.75rem; }
    .pane-heading, .prologue-heading, .group-proclamation, .sanctum-proclamation, .module-proclamation { font-size: 1.8rem; }
    .amenity-core, .matrix-node { padding: 1.5rem; }
    .stratum-subheading, .sanctum-narrative { margin-bottom: 2rem; }
    .entry-query, .feature-title { font-size: 1.1rem; }
    .elucidation-wrapper.active { max-height: 250px; }
    .entry-elucidation { padding: 20px }
    .arsenal-node { min-height: 400px; }
    .node-core { padding: 2rem 1.5rem; }
    .core-designation { font-size: 1.6rem; }
    .core-synopsis { font-size: 0.9rem; }
    .traverse-trigger { width: 36px; height: 36px; bottom: 0.75rem; }
    .trigger-prev { left: 0.75rem; }
    .trigger-next { right: 0.75rem; }
    .perks-enclosure { padding: 2rem 1.5rem; }
    .module-narrative { font-size: 1rem; }
}
.vanguard-introduction-stratum {
    padding-top: 10rem;
    padding-bottom: 5rem;

    background: linear-gradient(180deg, var(--dark-bg) 0%, var(--dark-card) 100%);
}

.stratum-proclamation {
    font-family: var(--font-secondary);
    font-weight: 900;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    line-height: 1.1;
    color: var(--light-color);
    margin-bottom: 1.5rem;
}

.stratum-narrative {
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 800px;
    margin-inline: auto;
    color: var(--text-muted);
}

.vanguard-introduction-stratum {
    padding-top: 8rem;
    padding-bottom: 3rem;
}
.stratum-narrative {
    font-size: 1.1rem;
}

.stratum-proclamation {
    font-size: 2.5rem;
}
.specialist-roster-stratum {
    padding-block: 5rem;
}

.roster-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.roster-cadre {
    background-color: var(--dark-card);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.roster-cadre:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.cadre-effigy {
    height: 350px;
    overflow: hidden;
}

.cadre-effigy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.roster-cadre:hover .cadre-effigy img {
    transform: scale(1.05);
}

.cadre-intel {
    padding: 1.5rem;
}

.intel-designation {
    font-family: var(--font-secondary);
    font-size: 1.5rem;
    color: var(--light-color);
    margin-bottom: 0.25rem;
}

.intel-specialty {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.intel-credo {
    font-size: 0.95rem;
    color: var(--text-muted);
    font-style: italic;
}
@media (max-width: 768px){
   .roster-grid {
        grid-template-columns: 1fr;
        
        justify-items: center; 
        gap: 2.5rem;
    }

    .roster-cadre {
        max-width: 350px;
    }
    .impact-calculus-stratum {
        padding-block: 3rem;
    }
}
.expertise-stratum {
    padding-block: 5rem;
    background-color: var(--dark-bg);
}

.expertise-heading-group {
    margin-bottom: 3rem;
}
.expertise-heading-group .group-proclamation,
.expertise-heading-group .group-narrative {
    max-width: 650px;
    margin-inline: auto;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.expertise-node {
    background-color: var(--dark-card);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    display: grid;
    place-items: center;
}

.impact-calculus-stratum {
    padding-block: 5rem;
    position: relative;
    overflow: hidden;
    background: 
        linear-gradient(rgba(18, 18, 18, 0.6), rgba(18, 18, 18, 0.6)),
        url('images/bg5.webp') no-repeat center center/cover;
}

.calculus-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.calculus-node {
    flex-basis: 320px;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    
    background: rgba(30, 30, 30, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.node-quantifier {
    font-family: var(--font-secondary);
    font-weight: 900;
    font-size: clamp(3rem, 8vw, 4.5rem);
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.node-descriptor {
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    color: var(--light-color);
    margin-bottom: 1rem;
}

.node-elucidation {
    font-size: 0.95rem;
    color: var(--text-muted);
}
.trainers-page .nexus-call-module {
    background-image: url('images/bg6.webp');
}

@media (max-width: 768px) {

    .trainers-page .nexus-point-stratum {
        background-image: url('images/bg6.webp');
    }
}
.promise-nexus-stratum {
    padding-block: 5rem;
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
}

.promise-effigy {
    grid-column: 1 / span 8;
    grid-row: 1;
    z-index: 1;
}

.promise-effigy img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.promise-codex {
    grid-column: 7 / span 6;
    grid-row: 1;
    z-index: 2;

    background-color: var(--dark-card);
    padding: 2.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.codex-quote {
    font-family: var(--font-secondary);
    font-size: clamp(1.5rem, 4vw, 2rem);
    line-height: 1.3;
    color: var(--light-color);
    margin-bottom: 1.5rem;
    border-left: 3px solid var(--primary-color);
    padding-left: 1.5rem;
}

.codex-narrative {
    color: var(--text-muted);
}
@media (max-width: 900px) {
    .promise-grid {
        display: flex;
        flex-direction: column;
    }
    
    .promise-codex, 
    .promise-effigy {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
    }

    .promise-effigy img {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }
    
    .promise-codex {
        margin-top: 0; 
        max-width: 500px;
        margin-inline: auto;
    }
}
@media (max-width: 768px){
    .promise-nexus-stratum {
        padding-block: 3rem;
    }
}
@media (max-width: 360px){
    .promise-codex {
        padding: 2rem 1.5rem;
    }
    .codex-quote {
        font-size: 1.3rem;
    }
}
.voices-nexus-stratum {
    padding-block: 5rem;
    background-color: var(--dark-bg);
}

.voices-continuum {
    position: relative;
}

.continuum-traverse {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.continuum-traverse::-webkit-scrollbar {
    display: none;
}

.traverse-capsule {
    flex: 0 0 100%;
    scroll-snap-align: center;
    padding: 2rem;
    max-width: 700px;
    margin-inline: auto;
}

.capsule-sigil {
    font-family: var(--font-secondary);
    font-size: 5rem;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 1;
    opacity: 0.3;
}

.capsule-narrative {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-style: italic;
    line-height: 1.6;
    color: var(--light-color);
    margin-bottom: 1.5rem;
}

.capsule-originator {
    font-weight: 700;
    color: var(--text-muted);
}

.continuum-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.continuum-nav a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s ease;
}

.continuum-nav a:hover {
    background-color: var(--primary-color);
}
.rhythm-introduction-stratum {
    padding-top: 10rem;
    padding-bottom: 5rem;

    background-color: var(--dark-card);
}

.rhythm-introduction-stratum {
    padding-top: 8rem;
    padding-bottom: 3rem;
}
.timetable-stratum {
    padding-block: 5rem;
}

.timetable-continuum {
    width: 100%;
}

.timetable-matrix {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.timetable-matrix th,
.timetable-matrix td {
    padding: 1rem;
    border: 1px solid var(--dark-card);
}

.timetable-matrix thead {
    background-color: var(--dark-card);
}
.timetable-matrix th {
    font-family: var(--font-secondary);
    font-size: 1.1rem;
    color: var(--primary-color);
    padding-block: 1.5rem;
}

.time-slot {
    font-weight: 700;
    color: var(--light-color);
    min-width: 120px;
}

.empty-slot {
    background-color: rgba(30, 30, 30, 0.3);
}

.class-capsule {
    background-color: var(--dark-card);
    padding: 0.75rem;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.class-capsule:hover {
    transform: scale(1.05);
    background-color: var(--primary-color);
}
@media (max-width: 768px){
    .timetable-stratum {
        padding-block: 3rem;
    }
    .timetable-continuum {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .spotlight-stratum {
        padding-block: 3rem;
    }
    .spotlight-nexus {
        display: block;
        background: none;
    }
    .nexus-navigation {
        display: none;
    }
    .nexus-stage {
    }
    .stage-scene {
        display: block;
        margin-bottom: 1rem;
        background-color: var(--dark-bg);
        border-radius: 10px;
        overflow: hidden;
    }
    .intel-title {
        cursor: pointer;
        padding: 1.5rem;
        margin: 0;
        font-size: 1.2rem;
    }
    .intel-elucidation {
        max-height: 0;
        overflow: hidden;
        padding: 0 1.5rem;
        transition: all 0.4s ease;
    }
    .stage-scene.active .intel-elucidation {
    max-height: 300px;
    padding-bottom: 1.5rem;
 }
}
.spotlight-stratum {
    padding-block: 5rem;
    background-color: var(--dark-card);
}

.spotlight-heading-group {
    margin-bottom: 3rem;
}

.spotlight-nexus {
    display: grid;
    grid-template-columns: 1fr 3fr;
    background-color: var(--dark-bg);
    border-radius: 10px;
    overflow: hidden;
    min-height: 450px;
}

.nexus-navigation {
    padding: 1rem 0;
    border-right: 1px solid var(--dark-card);
}

.nav-trigger {
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-family: var(--font-secondary);
    font-weight: 700;
    color: var(--text-muted);
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}
.nav-trigger:hover {
    color: var(--light-color);
    background-color: var(--dark-card);
}
.nav-trigger.active {
    color: var(--primary-color);
    background-color: var(--dark-card);
    border-left-color: var(--primary-color);
}

.nexus-stage {
    position: relative;
}

.stage-scene {
    display: none;
    animation: fadeIn 0.5s ease;
}
.stage-scene.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.scene-effigy {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.scene-intel {
    padding: 2rem;
}

.intel-title {
    font-family: var(--font-secondary);
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: var(--light-color);
}

.intel-elucidation {
    color: var(--text-muted);
}

.nexus-navigation {
    padding: 1rem 0;
    border-right: 1px solid var(--dark-card);
    display: flex;
    flex-direction: column;
}

.nav-trigger {
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-family: var(--font-secondary);
    font-weight: 700;
    color: var(--text-muted);
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-size: 0.9rem;
}
@media (max-width: 768px) {
    
    
    .spotlight-stratum {
        padding-block: 3rem;
    }
    .spotlight-nexus {
        display: block;
        background: none;
    }
    .nexus-navigation {
        display: none;
    }

    .stage-scene {
        display: block;
        background-color: var(--dark-bg);
        border-radius: 10px;
        overflow: hidden;
    }
    .stage-scene:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .scene-effigy {
        display: block;
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    
    .intel-title {
        cursor: pointer;
        padding: 1.25rem 1.5rem;
        margin: 0;
        font-size: 1.2rem;
        transition: background-color 0.3s ease;
    }
    .stage-scene.active .intel-title {
        background-color: var(--dark-card);
    }

    .intel-elucidation {
        max-height: 0;
        overflow: hidden;
        padding: 0 1.5rem;
        transition: all 0.4s ease;
        line-height: 1.7;
        font-size: 0.95rem;
    }
    
    .stage-scene.active .intel-elucidation {
        max-height: 300px;
        padding-top: 0;
        padding-bottom: 1.5rem;
    }
}
.schedule-page .nexus-call-module {
    background-image: url('images/bg7.webp');
}

@media (max-width: 768px) {

    .schedule-page .nexus-point-stratum {
        background-image: url('images/bg7.webp');
    }
}
.knowledge-hub-stratum {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: var(--dark-bg);
}

.hub-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 3rem;
}

.hub-prologue .prologue-heading {
    margin-bottom: 1.5rem;
}

.hub-prologue .prologue-narrative {
    max-width: 550px;
    font-size: 1.1rem;
    line-height: 1.8;
}

.hub-feature-pane {
    background-color: var(--dark-card);
    padding: 2rem;
    border-radius: 10px;
    border-left: 3px solid var(--primary-color);
}

.pane-eyebrow {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.pane-title {
    font-family: var(--font-secondary);
    font-size: 1.5rem;
    line-height: 1.4;
    color: var(--light-color);
    margin-bottom: 1.5rem;
}
@media (max-width: 768px){
    .knowledge-hub-stratum {
        padding-top: 8rem;
        padding-bottom: 3rem;
    }
    .hub-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .hub-prologue {
        text-align: center;
    }
    .hub-prologue .prologue-narrative {
        margin-inline: auto;
    }
}
.insights-stratum {
    padding-block: 5rem;
}

.insights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.insight-capsule {
    display: flex;
    flex-direction: column;
    background-color: var(--dark-card);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: var(--light-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.insight-capsule:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.featured-capsule {
    grid-column: span 2;
    flex-direction: row;
}

.capsule-effigy {
    height: 200px;
    overflow: hidden;
}
.featured-capsule .capsule-effigy {
    flex: 0 0 50%;
    height: auto;
}

.capsule-effigy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capsule-intel {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.intel-category {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}

.intel-title {
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    color: var(--light-color);
}
.featured-capsule .intel-title {
    font-size: 1.75rem;
}

.intel-excerpt {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.intel-timestamp {
    font-size: 0.8rem;
    color: var(--text-muted);
    opacity: 0.7;
}
@media (max-width: 768px){
    .insights-stratum {
        padding-block: 3rem;
    }
    .insights-grid {
        display: flex;
        flex-direction: column;
    }
    .featured-capsule {
        flex-direction: column;
    }
    .featured-capsule .capsule-effigy {
        height: 250px;
    }
}
.archive-stratum {
    padding-block: 5rem;
    background-color: var(--dark-card);
}

.archive-heading-group {
    text-align: center;
    margin-bottom: 2rem;
}
.archive-heading-group .group-proclamation {
}

.archive-list {
    max-width: 800px;
    margin-inline: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.list-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.list-entry:hover {
    background-color: rgba(30, 30, 30, 0.5);
}

.list-entry .intel-category {
}

.list-entry .intel-title {
    font-size: 1.1rem;
    margin: 0;
    color: var(--light-color);
}

.entry-terminus {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    text-align: right;
}

.terminus-timestamp {
    font-size: 0.9rem;
    color: var(--text-muted);
    white-space: nowrap;
}

.terminus-indicator {
    font-size: 1.5rem;
    color: var(--primary-color);
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.list-entry:hover .terminus-indicator {
    opacity: 1;
    transform: translateX(0);
}
@media (max-width: 768px){
    .archive-stratum {
        padding-block: 3rem;
    }
}
@media (max-width: 360px){
    .list-entry .intel-title {
        font-size: 1rem;
    }
    .terminus-timestamp {
        display: none;
    }
    .terminus-indicator {
        opacity: 1;
        transform: translateX(0);
    }
}
.contributor-nexus-stratum {
    padding-block: 5rem;
}

.nexus-dichotomy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background-color: var(--dark-card);
    border-radius: 10px;
    overflow: hidden;
}

.dichotomy-prologue {
    padding: 3rem;
}
.dichotomy-prologue .prologue-heading {
    line-height: 1.3;
}
.dichotomy-prologue .prologue-narrative {
    margin-bottom: 2rem;
}

.dichotomy-effigy {
    height: 100%;
}
.dichotomy-effigy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px){
    .contributor-nexus-stratum {
        padding-block: 3rem;
    }
    .nexus-dichotomy {
        grid-template-columns: 1fr;
    }
    .dichotomy-effigy {
        order: -1;
        height: 250px;
    }
}
@media (max-width: 360px){
    .dichotomy-prologue {
        padding: 2rem 1.5rem;
    }
    .dichotomy-prologue .prologue-heading {
        font-size: 1.8rem;
    }
}
.final-word-stratum {
    padding-block: 5rem;
    background-color: var(--dark-bg);
}

.final-word-nexus {
    max-width: 750px;
    margin-inline: auto;
}

.final-word-nexus .nexus-emblem {
    width: 70px;
    height: 70px;
    margin-inline: auto;
    margin-bottom: 2rem;
    color: var(--primary-color);
    display: grid;
    place-content: center;
}
.final-word-nexus .nexus-emblem svg {
    width: 100%;
    height: 100%;
}

.final-word-nexus .nexus-narrative {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-family: var(--font-secondary);
    font-weight: 700;
    line-height: 1.7;
    color: var(--light-color);
}
@media (max-width: 768px){
    .final-word-stratum {
        padding-block: 3rem;
    }
}
.proof-introduction-stratum {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: var(--dark-bg);
}

.stratum-eyebrow {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.proof-introduction-stratum .stratum-proclamation {
    margin-bottom: 1.5rem;
}
.proof-introduction-stratum .stratum-narrative {
    max-width: 650px;
}


.echoes-gallery-stratum {
    padding-block: 5rem;
    background-color: var(--dark-card);
}

.echoes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.echo-capsule {
    background-color: var(--dark-bg);
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.echo-capsule::before {
    content: '”';
    position: absolute;
    top: -10px;
    right: 20px;
    font-family: var(--font-secondary);
    font-size: 8rem;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 1;
    opacity: 0.05;
    z-index: 1;
}

.capsule-prologue {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.prologue-avatar {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--light-color);
    display: grid;
    place-content: center;
    font-family: var(--font-secondary);
    font-weight: 700;
}

.intel-originator {
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    color: var(--light-color);
}

.intel-status {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.capsule-narrative {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-muted);
    font-style: italic;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    
    .echoes-gallery-stratum {
        padding-block: 3rem;
    }

    .echoes-grid {
        grid-template-columns: 1fr;
    }
}

.story-nexus-stratum {
    padding-block: 5rem;
}

.nexus-enclosure {
    position: relative;
    padding: 4rem;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    
    box-shadow: inset 0 0 100px 50px rgba(0,0,0,0.7);
}

.nexus-enclosure::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url('images/bg8.webp');
    background-size: cover;
    background-position: center;
    filter: blur(4px);
    transform: scale(1.1);
    z-index: -1;
}

.enclosure-core {
    max-width: 650px;
    margin-inline: auto;
}

.core-proclamation {
    font-family: var(--font-secondary);
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 1rem;
    color: var(--light-color);
}

.core-narrative {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: var(--light-color);
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
@media (max-width: 768px){
    .story-nexus-stratum {
        padding-block: 3rem;
    }
    .nexus-enclosure {
        padding: 3rem 2rem;
    }
}
@media (max-width: 360px){
    .nexus-enclosure {
        padding: 2.5rem 1.5rem;
    }
    .core-proclamation {
        font-size: 1.8rem;
    }
    .core-narrative {
        font-size: 1rem;
    }
}
.share-nexus-stratum {
    padding-block: 5rem;
}

.share-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 3rem;
    background-color: var(--dark-card);
    padding: 3rem;
    border-radius: 10px;
}

.share-prologue .prologue-heading {
    margin-bottom: 1rem;
}

.share-terminus {
    text-align: center;
}

.terminus-trigger {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--light-color);
    text-decoration: none;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 1.25rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.terminus-trigger svg {
    width: 32px;
    height: 32px;
}

.terminus-trigger:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(230, 57, 70, 0.5);
}
@media (max-width: 768px){
    .share-nexus-stratum {
        padding-block: 3rem;
    }
    .share-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }
    .share-prologue {
        text-align: center;
    }
}
@media (max-width: 360px){
    .terminus-trigger {
        width: 180px;
        height: 180px;
        font-size: 1.1rem;
    }
}
.atmosphere-stratum {
    padding-block: 5rem;
}

.atmosphere-heading-group {
    margin-bottom: 3rem;
}

.atmosphere-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.atmosphere-node {
}

.node-effigy {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.node-effigy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.atmosphere-node:hover .node-effigy img {
    transform: scale(1.05);
}

.atmosphere-node .node-title {
}
.atmosphere-node .node-elucidation {
}
@media (max-width: 900px){
    .atmosphere-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px){
    .atmosphere-stratum {
        padding-block: 3rem;
    }
}
.faq-nexus-stratum {
    padding-block: 5rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 3rem;
}

.faq-effigy {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.faq-effigy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.codex-heading {
    font-family: var(--font-secondary);
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 2rem;
}

   @media (max-width: 768px){
    .faq-nexus-stratum {
        padding-block: 3rem;
    }
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .faq-effigy {
        height: 300px;
    }
    .codex-heading {
        text-align: center;
    }
   }

.appointment-introduction-stratum {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: var(--dark-bg);
}

.appointment-introduction-stratum .stratum-narrative {
    position: relative;
    padding-bottom: 3rem;
}

.appointment-introduction-stratum .stratum-narrative::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.expectations-stratum {
    padding-block: 5rem;
}

.expectations-heading-group {
    margin-bottom: 4rem;
}

.expectations-process {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.process-node {
}

.node-numeral {
    font-family: var(--font-secondary);
    font-weight: 900;
    font-size: 3rem;
    color: var(--dark-card);
    -webkit-text-stroke: 1px var(--primary-color);
    text-stroke: 1px var(--primary-color);
    margin-bottom: 1rem;
}

.process-node .node-title {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .appointment-introduction-stratum {
        padding-top: 8rem;
        padding-bottom: 3rem;
    }
    .appointment-introduction-stratum .stratum-narrative {
        padding-bottom: 2rem;
    }

    .expectations-stratum {
        padding-block: 3rem;
    }
    .expectations-process {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}
.logistics-nexus-stratum {
    padding-block: 5rem;
}

.logistics-enclosure {
    position: relative;
    min-height: 450px;
    border-radius: 10px;
    overflow: hidden;
    
    display: flex;
    align-items: center;

    background-image: url('images/bg4.webp');
    background-size: cover;
    background-position: center;
}

.enclosure-codex {
    width: 400px;
    max-width: 90%;
    margin-left: 3rem;
    padding: 2.5rem;
    
    background: rgba(18, 18, 18, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.codex-node {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}
.codex-node:not(:last-child) {
    margin-bottom: 2rem;
}

.codex-node .node-emblem {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--dark-bg);
    color: var(--primary-color);
    display: grid;
    place-content: center;
}
.codex-node .node-emblem svg {
    width: 24px;
    height: 24px;
}

.codex-node .intel-title {
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--light-color);
}

.codex-node .intel-detail {
    color: var(--text-muted);
}
@media (max-width: 768px){
    .logistics-nexus-stratum {
        padding-block: 3rem;
    }
    .logistics-enclosure {
        display: block;
        background-image: none;
        background-color: var(--dark-card);
    }
    .enclosure-codex {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        background: none;
        backdrop-filter: none;
        border: none;
    }
}
@media (max-width: 360px){
    .enclosure-codex {
        padding: 2rem 1.5rem;
    }
}
.inquiries-stratum {
    padding-block: 5rem;
}

.inquiries-heading-group {
    margin-bottom: 3rem;
}

.inquiries-codex {
    max-width: 800px;
    margin-inline: auto;
}

.inquiries-codex .codex-entry:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px){
    .inquiries-stratum {
        padding-block: 3rem;
    }
}

.legal-content-stratum {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: var(--dark-bg);
}

.legal-prologue {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.prologue-timestamp {
    color: var(--text-muted);
    font-style: italic;
}

.legal-codex {
    max-width: 800px;
    margin-inline: auto;
}

.legal-codex h2 {
    font-family: var(--font-secondary);
    font-size: 1.5rem;
    color: var(--light-color);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
.legal-codex h2:first-of-type {
    margin-top: 0;
}

.legal-codex p {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.legal-codex ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    color: var(--text-muted);
}
.legal-codex ul li {
    margin-bottom: 0.75rem;
}


@media (max-width: 992px) {
}

@media (max-width: 768px) {
    
    .legal-content-stratum {
        padding-top: 8rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 360px) {
}
.thanks-stratum {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
}

.thanks-nexus {
    background-color: var(--dark-card);
    padding: 3rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 500px;
}

.thanks-nexus .nexus-emblem {
    width: 60px;
    height: 60px;
    margin-inline: auto;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    background-color: rgba(230, 57, 70, 0.1);
    color: var(--primary-color);
    display: grid;
    place-content: center;
}
.thanks-nexus .nexus-emblem svg {
    width: 30px;
    height: 30px;
}

.thanks-nexus .nexus-proclamation {
    font-family: var(--font-secondary);
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
    color: var(--light-color);
}

.thanks-nexus .nexus-narrative {
    color: var(--text-muted);
    margin-bottom: 2rem;
}
@media (max-width: 360px){

    .thanks-nexus {
        padding: 2rem 1.5rem;
    }
    .thanks-nexus .nexus-proclamation {
        font-size: 1.8rem;
    }
}
.protocol-stratum {
    padding-block: 5rem;
}

.protocol-heading-group {
    margin-bottom: 3rem;
}

.protocol-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: flex-start;
    gap: 3rem;
}

.protocol-effigy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 600px;
}

.codex-phase {
    display: flex;
    gap: 1.5rem;
    position: relative;
}
.codex-phase:not(:last-child) {
    padding-bottom: 2rem;
}

.codex-phase:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 25px;
    width: 2px;
    height: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.1);
}

.phase-numeral {
    font-family: var(--font-secondary);
    font-weight: 900;
    font-size: 2.5rem;
    color: var(--primary-color);
}

.phase-intel .intel-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--light-color);
}
.phase-intel .intel-elucidation {
    color: var(--text-muted);
}
@media (max-width: 768px){
    .protocol-stratum {
        padding-block: 3rem;
    }
    .protocol-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .protocol-effigy img {
        height: 300px;
    }
    .codex-phase:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 360px){
    .phase-intel .intel-title {
        font-size: 1.3rem;
    }
}
.policy-nexus-stratum {
    padding-block: 5rem;
}

.policy-heading-group {
    margin-bottom: 3rem;
}

.policy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.codex-title {
    font-family: var(--font-secondary);
    font-size: 1.5rem;
    color: var(--light-color);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.codex-list {
    list-style: none;
}

.list-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: var(--text-muted);
}
.list-item:not(:last-child) {
    margin-bottom: 1.5rem;
}

.list-item svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--primary-color);
    margin-top: 2px;
}
@media (max-width: 768px){
    .policy-nexus-stratum {
        padding-block: 3rem;
    }
    .policy-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}
.experience-nexus-stratum {
    padding-block: 5rem;
}

.experience-enclosure {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 450px;
}

.experience-enclosure .enclosure-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.experience-enclosure .enclosure-backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-enclosure .enclosure-codex {
    position: relative;
    z-index: 2;
    width: 55%;
    margin-left: auto;
    padding: 2.5rem;
    
    background: rgba(30, 30, 30, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.experience-enclosure .codex-heading {
    font-family: var(--font-secondary);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
    line-height: 1.3;
}
.experience-enclosure .codex-narrative {
    color: var(--text-muted);
    line-height: 1.8;
}
@media (max-width: 900px){
    .experience-enclosure {
        display: block;
    }
    .experience-enclosure .enclosure-backdrop {
        position: relative;
        width: 100%;
        height: 300px;
        margin-bottom: 1.5rem;
    }
    .experience-enclosure .enclosure-codex {
        width: 100%;
        backdrop-filter: none;
        background: var(--dark-card);
    }
}
@media (max-width: 768px){
    .experience-nexus-stratum {
        padding-block: 3rem;
    }
}
@media (max-width: 360px){
    .experience-enclosure .enclosure-codex {
        padding: 2rem 1.5rem;
    }
    .experience-enclosure .codex-heading {
        font-size: 1.8rem;
    }
    .ripple-enclosure {
        padding: 1.5rem;
    }
    .enclosure-prologue .prologue-heading {
        font-size: 1.8rem;
    }
    .commitment-nexus .nexus-heading {
        font-size: 1.8rem;
    }
    .commitment-nexus .nexus-quote {
        font-size: 1.1rem;
    }
}
.deep-dive-stratum {
    padding-block: 5rem;
}

.deep-dive-heading-group {
    margin-bottom: 3rem;
}

.deep-dive-codex {
    max-width: 800px;
    margin-inline: auto;
    background-color: var(--dark-card);
    border-radius: 10px;
    overflow: hidden;
}

   @media (max-width: 768px){
    .deep-dive-stratum {
        padding-block: 3rem;
    }
    .commitment-stratum {
        padding-block: 3rem;
    }
    .ripple-effect-stratum {
        padding-block: 3rem;
    }
    .ripple-enclosure {
        grid-template-columns: 1fr;
        padding: 2rem;
    }
    .enclosure-codex {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 2rem;
        margin-top: 2rem;
    }
   }
.ripple-effect-stratum {
    padding-block: 5rem;
}

.ripple-enclosure {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    background-color: var(--dark-card);
    padding: 3rem;
    border-radius: 10px;
}

.enclosure-prologue .prologue-heading {
    margin-bottom: 1.5rem;
}

.enclosure-prologue .prologue-narrative {
    line-height: 1.8;
}

.enclosure-codex {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 2rem;
}

.enclosure-codex .codex-list {
}

.enclosure-codex .list-item {
}
.commitment-stratum {
    padding-block: 5rem;
    background-color: var(--dark-card);
}

.commitment-nexus {
    max-width: 800px;
    margin-inline: auto;
}

.commitment-nexus .nexus-heading {
    font-family: var(--font-secondary);
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 1.5rem;
}

.commitment-nexus .nexus-narrative {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.commitment-nexus .nexus-quote {
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    font-style: italic;
    color: var(--light-color);
    position: relative;
    padding-top: 1.5rem;
}
.commitment-nexus .nexus-quote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: var(--primary-color);
}
.environment-stratum {
    padding-block: 5rem;
}

.environment-heading-group {
    margin-bottom: 3rem;
}

.environment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.environment-node .node-effigy {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.environment-node .node-effigy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.environment-node .node-title {
}
.environment-node .node-elucidation {
}
@media (max-width: 900px){
    .environment-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px){
    .environment-stratum {
        padding-block: 3rem;
    }
    .ripple-enclosure
    {
        grid-template-columns: 1fr;
        padding: 2rem;
    }
}

.scroll-sentinel {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.from-bottom {
    transform: translateY(50px);
}

.from-left {
    transform: translateX(-50px);
}

.from-right {
    transform: translateX(50px);
}

.scroll-sentinel.visible {
    opacity: 1;
    transform: translate(0, 0);
}

html, body {
    overflow-x: hidden;
}


@media (max-width: 375px) {
    .echoes-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 360px) {
    .container {
        padding-inline: 1rem; 
    }

    .burger-menu {
        margin-right: -5px; 
    }
}
