/* HUD palette. AI Disclosure (cyan, matches the home page) */
:root {
    --accent: #9cfffd;
    --accent-dim: #9685ba;
    --bg-deep: #081645;
    --bg-box: rgba(68, 0, 68, .6);
}


/* General Styles */
html {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    line-height: 1.88889;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: var(--bg-deep);
}

p {
    font-family: "source-code-variable", monospace;
    margin: 0;
    padding: 0 20px;
    color: var(--accent);
    font-variation-settings: 'wght' 200;
    line-height: 1.4;
    font-size: 1.4em;
    text-shadow: 0 0 10px var(--accent);
}

h1 {
    font-family: "bd-geminis", monospace;
    font-weight: 400;
    font-style: normal;
    color: cyan;
    font-size: 3em;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 0 10px var(--accent);
}

h3 {
    font: italic normal 1.4em georgia, monospace;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #7D775C;
    text-shadow: 0 0 10px #7D775C;
}

a:link {
    font-weight: bold;
    text-decoration: none;
    color: var(--accent);
    text-shadow: 0 0 10px var(--accent);
}

a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #9cfffd;
    text-shadow: 0 0 10px #9cfffd;
}

a:hover,
a:focus,
a:active {
    color: var(--accent-dim);
    text-shadow: 0 0 10px var(--accent-dim);
}

abbr {
    border-bottom: none;
}


/* Background Styles */
.city {
    background-image: url('../assets/IMG_7626.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.city-box {
    background-color: var(--bg-box);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 100%;
}

.content-box {
    background-image: url('../assets/Techture.png');
    background-size: contain;
    background-color: rgba(8, 22, 69, 0.7);
    border: 2px double var(--accent);
    border-radius: 15px;
    position: inherit;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

.content-border {
    text-shadow: 0 0 10px var(--accent-dim);
}

.nav {
    color: var(--accent);
    font-family: 'source-code-variable', monospace;
    padding: 0;
    font-size: 1em;
    text-align: right;
    text-transform: uppercase;
    font-variation-settings: 'wght' 200;
}


/* Disclosure: kicker + title */
.disc-hero {
    padding: 26px 5% 0;
    text-align: center;
}

.disc-kicker {
    font-family: "source-code-variable", monospace;
    color: var(--accent-dim);
    font-variation-settings: 'wght' 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 8px;
    filter: blur(.8px);
}

.disc-title {
    font-family: "bd-geminis", monospace;
    font-weight: 400;
    font-style: normal;
    color: var(--accent);
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size: 2.2em;
    margin: 0 0 10px;
    filter: blur(.8px);
    text-shadow: 0 0 14px var(--accent);
}


/* Disclosure: two-column rows (image left, text right) */
.disc-row {
    display: grid;
    /* Icon column (18%) + text column (72%) = 90% of the row, centered by margin auto. */
    grid-template-columns: 18% 72%;
    gap: 28px;
    align-items: start;
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Nudge the icon down past the section heading so it lines up with the top
   of the first paragraph. --sub-h matches the .disc-sub heading height
   (1.1em * 1.55 line-height) + its 18px bottom margin. Rows without a heading
   (the intro) have 0 for this and stay at the row top. */
.disc-media {
    --sub-h: 34.95px;
    margin-top: var(--sub-h);
}

/* Image slot: stays hidden until you drop media into it */
.disc-media {
    display: none;        
    filter: drop-shadow(0 0 10px #9cfffd);    
}

.disc-media:not(:empty) {
    display: block;
    /* border: 2px double var(--accent);
    border-radius: 12px; */
    
    overflow: hidden;
    /* background: rgba(8, 22, 69, 0.5); */
}

.disc-media img {
    display: block;
    width: 100%;
    height: auto;
    
}

.disc-text p {
    font-family: "source-code-variable", monospace;
    color: var(--accent);
    font-variation-settings: 'wght' 200;
    line-height: 1.55;
    font-size: 1.05em;
    padding: 0;
    margin: 0;
    text-shadow: 0 0 8px rgba(156, 255, 253, 0.35);
}

.disc-text p + p {
    margin-top: 16px;
}

.disc-sub {
    font-family: "source-code-variable", monospace;
    font-style: normal;
    color: var(--accent);
    font-variation-settings: 'wght' 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0 0 18px;
    filter: blur(.8px);
    text-shadow: 0 0 10px var(--accent);
}

.disc-text strong {
    color: #ffffff;
    font-variation-settings: 'wght' 500;
    text-shadow: 0 0 10px var(--accent);
}

.disc-text em {
    color: #ffffff;
    font-style: italic;
}


/* The sidebar menu */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-image:
        linear-gradient(rgba(8, 22, 69, 0.88), rgba(8, 22, 69, 0.88)),
        url('../assets/IMG_7626.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidebar a {
    padding: 8px 18px 8px 0px;
    text-decoration: none;
    font-size: 20px;
    color: var(--accent);
    display: block;
    transition: 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-family: 'source-code-variable', monospace;
    font-variation-settings: 'wght' 200;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 36px;
    margin-left: 0px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: var(--accent);
    color: var(--bg-deep);
    padding: 5px 10px;
    border: none;
    border-radius: 10px;
    text-align: center;
    right: 10px;
    top: 20px;
}

.openbtn:hover {
    background-color: #440044;
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}


/* Bottom: return home */
.bottom-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 20px;
    margin-top: 30px;
}

.bottom-nav-label {
    font-family: "source-code-variable", monospace;
    color: var(--accent);
    font-variation-settings: 'wght' 300;
    font-size: 1.1em;
    letter-spacing: 3px;
    filter: blur(.8px);
}

.bottom-nav-home {
    font-family: "source-code-variable", monospace;
    color: var(--accent);
    font-variation-settings: 'wght' 300;
    font-size: 1em;
    letter-spacing: 3px;
    text-decoration: none;
    filter: blur(.8px);
    transition: color .25s ease;
}

.bottom-nav-home:hover,
.bottom-nav-home:focus {
    color: #f1f1f1;
}


/* Scroll reveal: rows fade + rise into view as you scroll.
   Gated behind .js so the page still shows if scripting fails. */
.js .disc-row {
    opacity: 20%;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.js .disc-row.disc-revealed {
    opacity: 1;
    transform: none;
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    .js .disc-row {
        transition: none;
        opacity: 1;
        transform: none;
    }
}

/* MOBILE STYLES */
@media screen and (max-width: 600px) {

    .mobile-hide {
        display: none !important;
    }

    .mobile-paragraph {
        font-size: .6em;
        line-height: 1.4;
    }

    .disc-row {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 18px;
    }

    .disc-text p {
        font-size: .8em;
    }

    .disc-title {
        font-size: 1.5em;
        letter-spacing: 5px;
    }

    .disc-sub {
        font-size: .9em;
    }

    .disc-media {
        display: block;
        --sub-h: 0px; /* stack = 1 column on mobile, no nudge needed */
    }

    .disc-media img {
        display: block;
        width: 50%;
        max-width: 240px;
        height: auto;
        margin: 0 auto;
    }

    .bottom-nav-header {
        display: none;
    }
}

/* MOBILE STYLES */


/* Desktop Only Styles */
@media only screen and (min-width: 600px) {

    .desktop-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 1000px) {

    .nav {
        color: var(--accent);
        font-family: 'source-code-variable', monospace;
        padding: 0;
        font-size: 1.5em;
        text-align: right;
        text-transform: uppercase;
        font-variation-settings: 'wght' 200;
    }
}

/* Desktop Only Styles */
