* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: #000000; /* Pitch black */
    /* Increased opacity from 0.75 to 0.88 for much higher contrast */
    background-image: linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88)), url("/assets/images/LROC_WAC_Lunar_South_Pole_225dpi.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff; /* Brighter white */
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
}

.page-viewport-wrapper { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 2.5rem; }

.minimal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.corporate-brand img { height: 190px; width: auto; display: block; }

.direct-contact-action { text-align: right; }
.action-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: #94a3b8; margin-bottom: 0.2rem; font-weight: 600; }
.action-email { color: #f8fafc; text-decoration: none; font-weight: 600; font-size: 1rem; transition: color 0.2s ease; }
.action-email:hover { color: #3b82f6; }

.premium-hero-block { padding: 7rem 0 6rem 0; max-width: 820px; }
.heritage-tagline { font-family: 'Orbitron', sans-serif; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: #3b82f6; margin-bottom: 1.5rem; }
.primary-statement { font-size: 3.8rem; font-weight: 800; line-height: 1.12; letter-spacing: -0.035em; color: #ffffff; margin-bottom: 2rem; }
.summary-paragraph { font-size: 1.2rem; line-height: 1.75; color: #cbd5e1; margin-bottom: 2.5rem; }

.mission-links-container { margin-bottom: 3.5rem; padding: 1.25rem 1.75rem; background-color: rgba(15, 23, 42, 0.85); border-left: 3px solid #3b82f6; border-radius: 0 4px 4px 0; width: fit-content; backdrop-filter: blur(8px); }
.links-title { display: block; font-size: 0.75rem; text-transform: uppercase; color: #94a3b8; font-weight: 600; margin-bottom: 0.4rem; }
.mission-anchor-link { font-size: 1.05rem; color: #60a5fa; text-decoration: underline; font-weight: 600; }

.data-split-layout { display: grid; grid-template-columns: 1.25fr 1fr; gap: 5rem; padding: 6rem 0; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.block-heading { font-size: 0.85rem; text-transform: uppercase; color: #94a3b8; margin-bottom: 2.5rem; font-weight: 700; }
.profile-item { margin-bottom: 2.5rem; }
.profile-item h3 { font-size: 1.2rem; color: #ffffff; margin-bottom: 0.6rem; }
.profile-item p { font-size: 0.95rem; color: #cbd5e1; }

.profile-box-panel { background-color: rgba(15, 23, 42, 0.85); border: 1px solid rgba(255, 255, 255, 0.15); padding: 3rem; border-radius: 4px; backdrop-filter: blur(8px); }
.spec-detail-list { list-style: none; }
.spec-detail-list li { font-size: 0.95rem; margin-bottom: 1.25rem; color: #ffffff; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 0.6rem; }
.spec-detail-list strong { color: #94a3b8; font-size: 0.72rem; text-transform: uppercase; margin-bottom: 0.4rem; display: block; }
.inline-sba-badge { height: 75px; width: auto; }
.monospaced-digits { font-family: monospace; font-size: 1.05rem; color: #3b82f6; font-weight: 600; }

.minimal-footer { padding: 4rem 0; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.85rem; color: #64748b; text-align: center; }

@media (max-width: 968px) {
    .minimal-header { flex-direction: column; text-align: center; }
    .primary-statement { font-size: 2.65rem; }
    .data-split-layout { grid-template-columns: 1fr; }
}
