:root{--bg:#050505;--panel:#0a0a0a;--line:#262626;--text:#f4f4f4;--muted:#999;--gold:#e3a800;--green:#19b457}
*{box-sizing:border-box}body{margin:0;background:#050505;color:var(--text);font-family:Arial,Helvetica,sans-serif}
.shell{width:min(1500px,calc(100% - 36px));margin:auto}
.topbar{min-height:96px;border-bottom:1px solid #1b1b1b;display:grid;grid-template-columns:1.3fr 1fr auto;align-items:center;gap:26px}
.brand{display:flex;gap:20px;align-items:center}.mark{font:700 62px Georgia,serif}.company{font-size:15px;letter-spacing:.22em;font-weight:700;margin-bottom:8px}
.tag{font-size:10px;line-height:1.45;letter-spacing:.09em;color:#ccc}.tag span{color:var(--gold);font-weight:700}
nav{display:flex;justify-content:center;gap:30px}nav a{color:#ddd;text-decoration:none;font-size:12px;padding:39px 0 26px;border-bottom:2px solid transparent}
nav a:hover{border-color:var(--gold);color:#fff}
nav a.active{color:#fff}.request{background:transparent;border:1px solid #826200;color:var(--gold);border-radius:8px;padding:14px 18px}
.hero{text-align:center;padding:56px 0 24px}.kicker{color:var(--gold);font-weight:800;letter-spacing:.13em;font-size:17px}.hero h1{font-size:clamp(36px,4vw,58px);margin:12px 0 0}
.hero p{color:#b7b7b7;font-size:16px}.hero-search{width:min(810px,100%);margin:22px auto 0;position:relative}.hero-search span{position:absolute;left:18px;top:14px;font-size:22px}
.hero-search input{width:100%;height:52px;background:linear-gradient(#171717,#111);border:1px solid #4a4a4a;border-radius:8px;color:#fff;padding:0 18px 0 48px}
.filters{border:1px solid #1f1f1f;border-radius:9px;background:#0a0a0a;padding:18px;display:grid;grid-template-columns:repeat(5,1fr) auto;gap:16px;align-items:end}
.filters label span{display:block;font-size:10px;letter-spacing:.16em;margin-bottom:8px}.filters input,.filters select{width:100%;height:40px;background:#0b0b0b;border:1px solid #303030;color:#eee;border-radius:6px;padding:0 12px}
.reset,.search-btn,.more,.outline{height:40px;background:transparent;border:1px solid #7c5e00;color:var(--gold);border-radius:6px;padding:0 16px}.filter-actions{grid-column:1/-1;display:flex;justify-content:space-between}.more{border-color:#2b2b2b;color:#ccc}
.content{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px;padding:16px 0 60px}.section-head{display:flex;justify-content:space-between;align-items:center}.section-head h2{margin:0 0 6px}
.section-head p,.sort{color:#aaa;font-size:12px}.signal-list{display:flex;flex-direction:column;gap:10px}.signal-card{border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:8px;background:linear-gradient(#0c0c0c,#090909);padding:18px;display:grid;grid-template-columns:70px minmax(0,1fr) 170px 140px;gap:16px}
.signal-icon{width:54px;height:54px;border:1px solid #303030;border-radius:50%;display:grid;place-items:center;font-size:22px}.signal-category{color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.08em}
.signal-title{font-size:18px;margin:8px 0 5px}.signal-meta,.signal-impact,.signal-source,.detail-label{font-size:12px;color:#aaa}.signal-impact{margin-top:11px;line-height:1.5}
.detail-block{padding-top:28px}.detail-value{font-size:14px}.signal-right{text-align:right}.strength-badge{display:inline-block;border:1px solid #9d7800;color:var(--gold);border-radius:999px;padding:5px 12px;font-size:10px;margin-bottom:28px}
.signal-source{margin-top:20px}.side-card{border:1px solid var(--line);border-radius:8px;padding:18px;background:#090909;margin-bottom:14px}.side-card h3{margin-top:0}
.metric{margin:14px 0}.metric b,.metric span,.metric small{display:block}.metric b{font-size:20px}.metric small{color:#888}.outline{width:100%}
.activity{display:grid;grid-template-columns:10px 1fr;gap:10px;margin:14px 0}.activity i{width:7px;height:7px;border-radius:50%;background:var(--green);margin-top:6px}.activity b,.activity small{display:block}.activity small{color:#888}
.gold-link{color:var(--gold);text-decoration:none}.state{border:1px dashed #2e2e2e;border-radius:8px;padding:34px;text-align:center;color:#999}.error{color:#ff6b6b}.hidden{display:none!important}
@media(max-width:1100px){.topbar{grid-template-columns:1fr auto}nav{grid-column:1/-1}.filters{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.content{grid-template-columns:1fr}.signal-card{grid-template-columns:60px 1fr}.detail-block,.signal-right{grid-column:2;text-align:left;padding-top:0}}
@media(max-width:650px){.shell{width:calc(100% - 18px)}.topbar{display:flex;flex-direction:column;align-items:stretch;padding:18px 0}nav{justify-content:flex-start;overflow-x:auto}.filters{grid-template-columns:1fr}.signal-card{grid-template-columns:1fr}.signal-icon{display:none}.detail-block,.signal-right{grid-column:1}}

/* ===== EDET / ATLAS BRAND REFINEMENT ===== */

.brand-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Premium Atlas wordmark */
.atlas-wordmark {
    color: #e3a800;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 6vw, 84px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.045em;
    margin: 0 0 18px;
    text-align: center;
}

.atlas-wordmark span {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.34em;
    font-weight: 700;
    letter-spacing: 0;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 5px;
}

/* Give the hero a little more breathing room */
.hero {
    padding-top: 54px;
}

.hero h1 {
    margin-top: 0;
}

@media (max-width: 650px) {
    .brand-logo {
        width: 54px;
        height: 54px;
    }

    .atlas-wordmark {
        font-size: 58px;
    }
}


/* ===== HEADER ALIGNMENT UPGRADE ===== */

.brand {
    align-items: flex-start;
}

.brand-logo {
    margin-top: 0;
    align-self: flex-start;
}

.company {
    margin-top: 0;
}


/* ===== ATLAS LOUISIANA MAP ===== */

.map-section {
    margin: 18px 0 8px;
    border: 1px solid #242424;
    border-radius: 10px;
    background: #080808;
    overflow: hidden;
}

.map-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    padding: 24px 26px 20px;
    border-bottom: 1px solid #242424;
}

.map-kicker {
    color: #e3a800;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
    margin-bottom: 9px;
}

.map-heading h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}

.map-heading p {
    margin: 8px 0 0;
    color: #929292;
    font-size: 13px;
}

.map-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #aaa;
    font-size: 10px;
    letter-spacing: .12em;
}

.map-status span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #19b457;
    box-shadow: 0 0 10px rgba(25,180,87,.6);
}

#louisianaMap {
    height: 560px;
    width: 100%;
    background: #080808;
}

.leaflet-container {
    background: #080808;
    font-family: Arial, Helvetica, sans-serif;
}

.leaflet-control-zoom a {
    background: #0d0d0d !important;
    color: #e3a800 !important;
    border-color: #292929 !important;
}

.leaflet-control-attribution {
    background: rgba(5,5,5,.82) !important;
    color: #777 !important;
}

.leaflet-control-attribution a {
    color: #b79021 !important;
}

.atlas-map-popup .leaflet-popup-content-wrapper,
.atlas-map-popup .leaflet-popup-tip {
    background: #0b0b0b;
    color: #fff;
}

@media (max-width: 700px) {
    #louisianaMap {
        height: 430px;
    }

    .map-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* ===== ATLAS MAP INTELLIGENCE POPUPS ===== */

.atlas-map-popup-content {
    min-width: 230px;
    color: #f2f2f2;
}

.atlas-popup-kicker {
    color: #e3a800;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    margin-bottom: 6px;
}

.atlas-popup-title {
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
}

.atlas-popup-count {
    color: #9a9a9a;
    font-size: 11px;
    margin-bottom: 12px;
}

.atlas-popup-signal {
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    padding: 10px 0;
    margin-bottom: 12px;
}

.atlas-popup-signal span,
.atlas-popup-signal b,
.atlas-popup-signal small {
    display: block;
}

.atlas-popup-signal span {
    color: #e3a800;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.atlas-popup-signal b {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.35;
}

.atlas-popup-signal small {
    margin-top: 5px;
    color: #aaa;
}

.atlas-popup-button {
    width: 100%;
    background: transparent;
    border: 1px solid #8b6900;
    color: #e3a800;
    border-radius: 5px;
    padding: 9px 10px;
    cursor: pointer;
}

.atlas-popup-button:hover {
    background: rgba(227,168,0,.08);
}

.leaflet-tooltip {
    background: #0a0a0a;
    color: #fff;
    border: 1px solid #303030;
    box-shadow: none;
    font-size: 11px;
}

.leaflet-tooltip-top:before {
    border-top-color: #303030;
}


/* =====================================================
   ATLAS MAP POPUP — HIGH CONTRAST BLACK/WHITE
   Gold parish map markers remain unchanged
   ===================================================== */

.atlas-map-popup .leaflet-popup-content-wrapper {
    background: #ffffff !important;
    color: #080808 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.35) !important;
}

.atlas-map-popup .leaflet-popup-tip {
    background: #ffffff !important;
}

.atlas-map-popup .leaflet-popup-content {
    margin: 18px 20px !important;
    min-width: 270px;
}

/* Close X */
.atlas-map-popup .leaflet-popup-close-button {
    color: #111111 !important;
    font-size: 20px !important;
    top: 7px !important;
    right: 8px !important;
}

.atlas-map-popup .leaflet-popup-close-button:hover {
    color: #000000 !important;
}

/* Main popup */
.atlas-map-popup-content {
    color: #080808 !important;
    min-width: 270px;
}

/* ATLAS PARISH INTELLIGENCE */
.atlas-popup-kicker {
    color: #080808 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    margin-bottom: 8px !important;
}

/* Parish name */
.atlas-popup-title {
    display: block !important;
    color: #080808 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}

/* Signal count */
.atlas-popup-count {
    color: #555555 !important;
    font-size: 12px !important;
    margin-bottom: 13px !important;
}

/* Signal area */
.atlas-popup-signal {
    border-top: 1px solid #111111 !important;
    border-bottom: 1px solid #111111 !important;
    padding: 12px 0 !important;
    margin-bottom: 13px !important;
}

/* Category */
.atlas-popup-signal span {
    display: block !important;
    color: #080808 !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: .11em !important;
    text-transform: uppercase !important;
}

/* Signal title */
.atlas-popup-signal b {
    display: block !important;
    color: #080808 !important;
    margin-top: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

/* Strength */
.atlas-popup-signal small {
    display: block !important;
    color: #333333 !important;
    margin-top: 7px !important;
    font-size: 11px !important;
}

/* View Parish Signals button */
.atlas-popup-button {
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #080808 !important;
    color: #080808 !important;
    border-radius: 5px !important;
    padding: 10px 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all .18s ease !important;
}

.atlas-popup-button:hover {
    background: #080808 !important;
    color: #ffffff !important;
}

/* Loading popup */
.atlas-popup-loading {
    color: #080808 !important;
}

.atlas-popup-loading strong {
    color: #080808 !important;
}

/*
   IMPORTANT:
   Do NOT override the circleMarker colors here.
   Atlas parish markers remain gold.
*/


/* ===== ENSURE ATLAS SEARCH FIELDS ARE INTERACTIVE ===== */

.hero-search,
.filters,
.filters label {
    position: relative;
    z-index: 5;
}

.hero-search input,
.filters input {
    pointer-events: auto !important;
    user-select: text !important;
    cursor: text !important;
    opacity: 1 !important;
}

.hero-search input:focus,
.filters input:focus {
    outline: none !important;
    border-color: #e3a800 !important;
    box-shadow: 0 0 0 2px rgba(227,168,0,.10) !important;
}


/* ===== ATLAS POPUP READ-ONLY INFORMATION ===== */

.atlas-popup-count {
    color: #666666 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    margin-bottom: 14px !important;
    cursor: default !important;
    user-select: none !important;
}

.atlas-popup-signal {
    cursor: default !important;
    user-select: none !important;
}

.atlas-popup-signal span {
    cursor: default !important;
    user-select: none !important;
}

.atlas-popup-signal b {
    cursor: default !important;
    user-select: none !important;
}

.atlas-popup-strength {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #d7d7d7;
    cursor: default !important;
    user-select: none !important;
}

.atlas-popup-strength-label {
    color: #777777;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.atlas-popup-strength-value {
    color: #111111;
    font-size: 12px;
    font-weight: 600;
}

/* Only the button should look interactive */
.atlas-popup-button {
    cursor: pointer !important;
}

.atlas-popup-count:hover,
.atlas-popup-signal:hover,
.atlas-popup-strength:hover {
    background: transparent !important;
}


/* =====================================================
   ATLAS PARISH POPUP — BLACK + GOLD
   ===================================================== */

.atlas-map-popup .leaflet-popup-content-wrapper {
    background: #080808 !important;
    color: #e3a800 !important;
    border: 1px solid #e3a800 !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 40px rgba(0,0,0,.48) !important;
}

.atlas-map-popup .leaflet-popup-tip {
    background: #080808 !important;
    border: 1px solid #e3a800 !important;
}

.atlas-map-popup .leaflet-popup-content {
    margin: 22px 24px !important;
    min-width: 300px;
}

.atlas-map-popup .leaflet-popup-close-button {
    color: #e3a800 !important;
    font-size: 24px !important;
    top: 9px !important;
    right: 11px !important;
}

.atlas-map-popup .leaflet-popup-close-button:hover {
    color: #f2c23e !important;
}

/* Popup shell */
.atlas-map-popup-content {
    color: #e3a800 !important;
    min-width: 300px;
}

/* Header kicker */
.atlas-popup-kicker {
    color: #e3a800 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .18em !important;
    margin-bottom: 10px !important;
}

/* Parish name */
.atlas-popup-title {
    display: block !important;
    color: #e3a800 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
}

/* Latest signal intro */
.atlas-latest-label {
    border-top: 1px solid #8b6900;
    border-bottom: 1px solid #8b6900;
    padding: 13px 0 14px;
    margin-bottom: 16px;
    cursor: default;
    user-select: none;
}

.atlas-latest-title {
    color: #e3a800;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: 5px;
}

.atlas-latest-subtitle {
    color: #c8a64a;
    font-size: 11px;
    line-height: 1.4;
    font-style: italic;
}

/* Signal block */
.atlas-popup-signal {
    border: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    cursor: default !important;
    user-select: none !important;
}

.atlas-popup-signal span {
    display: block !important;
    color: #e3a800 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    margin-bottom: 7px !important;
}

.atlas-popup-signal b {
    display: block !important;
    color: #e3a800 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 650 !important;
}

/* Strength */
.atlas-popup-strength {
    margin-top: 17px !important;
    padding-top: 13px !important;
    border-top: 1px solid #8b6900 !important;
    cursor: default !important;
    user-select: none !important;
}

.atlas-popup-strength-label {
    color: #e3a800 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    margin-bottom: 4px !important;
}

.atlas-popup-strength-value {
    color: #e3a800 !important;
    font-size: 14px !important;
    font-weight: 650 !important;
}

/* CTA */
.atlas-popup-button {
    width: 100% !important;
    margin-top: 17px !important;
    background: transparent !important;
    border: 1px solid #e3a800 !important;
    color: #e3a800 !important;
    border-radius: 6px !important;
    padding: 11px 14px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all .18s ease !important;
}

.atlas-popup-button:hover {
    background: #e3a800 !important;
    color: #080808 !important;
}


/* ==========================================================
   ATLAS™ PARISH INTELLIGENCE
   FINAL BLACK + GOLD POPUP OVERRIDE
   ========================================================== */

/* Entire popup */
.leaflet-popup.atlas-map-popup .leaflet-popup-content-wrapper,
.atlas-map-popup .leaflet-popup-content-wrapper {
    background: #080808 !important;
    background-color: #080808 !important;
    color: #E3A800 !important;

    border: 1px solid #E3A800 !important;
    border-radius: 12px !important;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.50),
        0 0 0 1px rgba(227, 168, 0, 0.08) !important;
}

/* Force inner content black too */
.atlas-map-popup .leaflet-popup-content,
.atlas-map-popup .atlas-map-popup-content {
    background: #080808 !important;
    background-color: #080808 !important;
    color: #E3A800 !important;
}

/* Popup pointer */
.atlas-map-popup .leaflet-popup-tip-container {
    overflow: hidden !important;
}

.atlas-map-popup .leaflet-popup-tip {
    background: #080808 !important;
    background-color: #080808 !important;
    border: 1px solid #E3A800 !important;
    box-shadow: none !important;
}

/* Content dimensions */
.atlas-map-popup .leaflet-popup-content {
    margin: 22px 24px !important;
    min-width: 300px !important;
    max-width: 340px !important;
}

/* ==========================================
   HEADER
   ========================================== */

.atlas-map-popup .atlas-popup-kicker {
    color: #E3A800 !important;

    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.17em !important;

    text-transform: uppercase !important;

    margin: 0 28px 10px 0 !important;
}

/* Parish name */
.atlas-map-popup .atlas-popup-title {
    display: block !important;

    color: #E3A800 !important;

    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    margin: 0 0 18px 0 !important;
}

/* Close button */
.atlas-map-popup .leaflet-popup-close-button {
    color: #E3A800 !important;

    font-size: 23px !important;
    font-weight: 300 !important;

    top: 8px !important;
    right: 10px !important;

    width: 28px !important;
    height: 28px !important;

    line-height: 26px !important;

    background: transparent !important;
}

.atlas-map-popup .leaflet-popup-close-button:hover {
    color: #F3C33A !important;
    background: transparent !important;
}

/* ==========================================
   LATEST SIGNAL
   ========================================== */

.atlas-map-popup .atlas-latest-label {
    background: transparent !important;

    border-top: 1px solid #A77C00 !important;
    border-bottom: 1px solid #A77C00 !important;

    padding: 13px 0 14px !important;
    margin: 0 0 16px 0 !important;

    cursor: default !important;
    user-select: none !important;
}

.atlas-map-popup .atlas-latest-title {
    color: #E3A800 !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;

    margin-bottom: 6px !important;
}

.atlas-map-popup .atlas-latest-subtitle {
    color: #C9A64A !important;

    font-size: 11px !important;
    font-weight: 400 !important;
    font-style: italic !important;

    line-height: 1.4 !important;
}

/* ==========================================
   SIGNAL
   ========================================== */

.atlas-map-popup .atlas-popup-signal {
    background: transparent !important;

    border: none !important;

    padding: 0 !important;
    margin: 0 !important;

    cursor: default !important;
    user-select: none !important;
}

/* Category */
.atlas-map-popup .atlas-popup-signal > span {
    display: block !important;

    color: #E3A800 !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    letter-spacing: 0.13em !important;
    text-transform: uppercase !important;

    margin-bottom: 7px !important;
}

/* Signal headline */
.atlas-map-popup .atlas-popup-signal > b {
    display: block !important;

    color: #E3A800 !important;

    font-size: 14px !important;
    font-weight: 650 !important;

    line-height: 1.5 !important;

    margin: 0 !important;
}

/* ==========================================
   STRENGTH
   ========================================== */

.atlas-map-popup .atlas-popup-strength {
    background: transparent !important;

    margin-top: 17px !important;
    padding-top: 13px !important;

    border-top: 1px solid #A77C00 !important;

    cursor: default !important;
    user-select: none !important;
}

.atlas-map-popup .atlas-popup-strength-label {
    color: #E3A800 !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;

    margin-bottom: 4px !important;
}

.atlas-map-popup .atlas-popup-strength-value {
    color: #E3A800 !important;

    font-size: 14px !important;
    font-weight: 650 !important;
}

/* ==========================================
   VIEW PARISH SIGNALS
   This should be the obvious clickable element
   ========================================== */

.atlas-map-popup .atlas-popup-button {
    display: block !important;

    width: 100% !important;

    margin-top: 18px !important;
    padding: 11px 14px !important;

    background: #080808 !important;
    background-color: #080808 !important;

    border: 1px solid #E3A800 !important;
    border-radius: 6px !important;

    color: #E3A800 !important;

    font-size: 13px !important;
    font-weight: 700 !important;

    text-align: center !important;

    cursor: pointer !important;

    transition:
        background-color 0.18s ease,
        color 0.18s ease,
        border-color 0.18s ease !important;
}

.atlas-map-popup .atlas-popup-button:hover {
    background: #E3A800 !important;
    background-color: #E3A800 !important;

    color: #080808 !important;

    border-color: #E3A800 !important;
}

/* ==========================================
   REMOVE ANY OLD WHITE POPUP STYLING
   ========================================== */

.atlas-map-popup div,
.atlas-map-popup section {
    box-shadow: none;
}

.atlas-map-popup input,
.atlas-map-popup textarea {
    background: #080808 !important;
}

/* Read-only information should NOT look clickable */
.atlas-map-popup .atlas-latest-label,
.atlas-map-popup .atlas-popup-signal,
.atlas-map-popup .atlas-popup-strength,
.atlas-map-popup .atlas-popup-title,
.atlas-map-popup .atlas-popup-kicker {
    cursor: default !important;
}

/* Button remains clickable */
.atlas-map-popup .atlas-popup-button {
    cursor: pointer !important;
}


/* =========================================================
   ATLAS™ PARISH INTELLIGENCE — FINAL BLACK + GOLD DESIGN
   ========================================================= */

.leaflet-popup.atlas-map-popup .leaflet-popup-content-wrapper {
    background: #070909 !important;
    color: #e3a800 !important;
    border: 1px solid #e3a800 !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.52) !important;
}

.leaflet-popup.atlas-map-popup .leaflet-popup-content {
    background: #070909 !important;
    color: #e3a800 !important;
    margin: 24px 26px !important;
    min-width: 320px !important;
    max-width: 360px !important;
}

/* Bottom pointer */
.leaflet-popup.atlas-map-popup .leaflet-popup-tip {
    background: #070909 !important;
    border: 1px solid #e3a800 !important;
    box-shadow: none !important;
}

/* Close X */
.leaflet-popup.atlas-map-popup .leaflet-popup-close-button {
    color: #e3a800 !important;
    background: transparent !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    top: 9px !important;
    right: 12px !important;
}

.leaflet-popup.atlas-map-popup .leaflet-popup-close-button:hover {
    color: #f5c53a !important;
}

/* Header */
.atlas-map-popup .atlas-popup-kicker {
    color: #e3a800 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
}

.atlas-map-popup .atlas-popup-title {
    color: #e3a800 !important;
    display: block !important;
    font-size: 25px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    margin: 0 30px 21px 0 !important;
}

/* Latest Signal section */
.atlas-map-popup .atlas-latest-label {
    background: transparent !important;
    border-top: 1px solid #ba8b00 !important;
    border-bottom: 1px solid #ba8b00 !important;
    padding: 15px 0 !important;
    margin-bottom: 18px !important;
    cursor: default !important;
    user-select: none !important;
}

.atlas-map-popup .atlas-latest-title {
    color: #e3a800 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    margin-bottom: 7px !important;
}

.atlas-map-popup .atlas-latest-subtitle {
    color: #d5ae45 !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
    font-style: italic !important;
}

/* Latest signal */
.atlas-map-popup .atlas-popup-signal {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #e3a800 !important;
    cursor: default !important;
    user-select: none !important;
}

.atlas-map-popup .atlas-popup-signal > span {
    display: block !important;
    color: #e3a800 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    margin-bottom: 9px !important;
}

.atlas-map-popup .atlas-popup-signal > b {
    display: block !important;
    color: #e3a800 !important;
    font-size: 16px !important;
    font-weight: 650 !important;
    line-height: 1.48 !important;
}

/* Strength */
.atlas-map-popup .atlas-popup-strength {
    background: transparent !important;
    border-top: 1px solid #ba8b00 !important;
    padding-top: 15px !important;
    margin-top: 19px !important;
    color: #e3a800 !important;
    cursor: default !important;
    user-select: none !important;
}

.atlas-map-popup .atlas-popup-strength-label {
    color: #e3a800 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .15em !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
}

.atlas-map-popup .atlas-popup-strength-value {
    color: #e3a800 !important;
    font-size: 15px !important;
    font-weight: 650 !important;
}

/* View Parish Signals */
.atlas-map-popup .atlas-popup-button {
    width: 100% !important;
    margin-top: 20px !important;
    padding: 13px 15px !important;

    background: #070909 !important;
    color: #e3a800 !important;

    border: 1px solid #e3a800 !important;
    border-radius: 7px !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center !important;

    cursor: pointer !important;
    transition: .18s ease !important;
}

.atlas-map-popup .atlas-popup-button:hover {
    background: #e3a800 !important;
    color: #070909 !important;
}

/* Loading state must also be black/gold */
.atlas-map-popup .atlas-popup-loading,
.atlas-map-popup .atlas-popup-loading strong {
    background: transparent !important;
    color: #e3a800 !important;
}



/* =========================================================
   ATLAS™ TRENDS
   ========================================================= */

.atlas-trends-section {
    max-width: 1330px;
    margin: 0 auto;
    padding: 85px 18px 70px;
    scroll-margin-top: 105px;
}

.trends-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 32px;
}

.trends-kicker {
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: 12px;
}

.trends-heading h2 {
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    margin: 0 0 12px;
}

.trends-heading p {
    color: #929292;
    margin: 0;
    font-size: 14px;
}

.trends-live {
    color: #aaa;
    font-size: 10px;
    letter-spacing: .15em;
    white-space: nowrap;
}

.trends-live span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #18c96e;
    box-shadow: 0 0 9px rgba(24,201,110,.7);
}

.trends-periods {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
}

.trend-period {
    background: transparent;
    color: #8e8e8e;
    border: 1px solid #292929;
    border-radius: 5px;
    padding: 9px 15px;
    font-size: 10px;
    letter-spacing: .12em;
    cursor: pointer;
}

.trend-period:hover,
.trend-period.active {
    color: var(--gold);
    border-color: var(--gold);
}

.trend-stat-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border: 1px solid #292929;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.trend-stat {
    min-height: 150px;
    padding: 25px;
    background: #090909;
    border-right: 1px solid #292929;
}

.trend-stat:last-child {
    border-right: 0;
}

.trend-stat span {
    display: block;
    color: #888;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    margin-bottom: 17px;
}

.trend-stat strong {
    display: block;
    color: var(--gold);
    font-size: 31px;
    line-height: 1;
    margin-bottom: 12px;
}

.trend-stat small {
    color: #777;
    font-size: 11px;
}

.trend-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.trend-panel {
    background: #090909;
    border: 1px solid #292929;
    border-radius: 8px;
    padding: 25px;
}

.trend-panel-heading {
    padding-bottom: 19px;
    border-bottom: 1px solid #252525;
    margin-bottom: 20px;
}

.trend-panel-heading span {
    color: var(--gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}

.trend-panel-heading h3 {
    color: #fff;
    margin: 7px 0 0;
    font-size: 19px;
}

.trend-ranking-row {
    display: grid;
    grid-template-columns: minmax(120px,1fr) 2fr 45px;
    align-items: center;
    gap: 14px;
    margin: 16px 0;
}

.trend-ranking-name {
    color: #ddd;
    font-size: 12px;
}

.trend-bar-track {
    height: 5px;
    background: #202020;
    overflow: hidden;
}

.trend-bar {
    height: 100%;
    background: var(--gold);
}

.trend-ranking-value {
    color: #aaa;
    font-size: 11px;
    text-align: right;
}

.trend-strength-panel {
    margin-top: 20px;
}

.trend-strength-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

.trend-strength-item {
    border: 1px solid #252525;
    padding: 18px;
}

.trend-strength-item span {
    display: block;
    color: #888;
    font-size: 10px;
    letter-spacing: .1em;
    margin-bottom: 9px;
}

.trend-strength-item strong {
    color: #fff;
    font-size: 22px;
}

.trend-loading {
    color: #777;
    font-size: 12px;
    padding: 15px 0;
}

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

    .trend-stat:nth-child(2) {
        border-right: 0;
    }

    .trend-panels {
        grid-template-columns: 1fr;
    }

    .trend-strength-grid {
        grid-template-columns: 1fr 1fr;
    }
}



/* =========================================================
   ATLAS™ REQUEST ACCESS
   ========================================================= */

.access-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 25px;
}

.access-modal.hidden {
    display: none !important;
}

.access-backdrop {
    position: absolute;
    inset: 0;

    background: rgba(0,0,0,.80);
    backdrop-filter: blur(5px);
}

.access-dialog {
    position: relative;
    z-index: 1;

    width: min(720px, 100%);
    max-height: 90vh;
    overflow-y: auto;

    background: #080808;

    border: 1px solid #e3a800;
    border-radius: 14px;

    padding: 34px;

    box-shadow:
        0 25px 70px rgba(0,0,0,.65);
}

.access-close {
    position: absolute;

    top: 15px;
    right: 18px;

    border: 0;
    background: transparent;

    color: #e3a800;

    font-size: 30px;

    cursor: pointer;
}

.access-kicker {
    color: #e3a800;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .20em;

    margin-bottom: 12px;
}

.access-dialog h2 {
    margin: 0;

    color: #fff;

    font-size: 34px;
}

.access-intro {
    color: #999;

    margin: 10px 0 27px;

    font-size: 13px;
}

.access-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 16px;
}

.access-dialog label > span,
.access-type-heading {
    display: block;

    color: #e3a800;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .14em;

    margin-bottom: 7px;
}

.access-dialog input[type="text"],
.access-dialog input[type="email"],
.access-dialog input[type="tel"],
.access-dialog select,
.access-dialog textarea {

    width: 100%;

    background: #0d0d0d;

    color: #fff;

    border: 1px solid #303030;
    border-radius: 6px;

    padding: 12px;

    outline: none;
}

.access-dialog input:focus,
.access-dialog select:focus,
.access-dialog textarea:focus {

    border-color: #e3a800;

    box-shadow:
        0 0 0 2px rgba(227,168,0,.08);
}

.access-full {
    display: block;

    margin-top: 18px;
}

.access-types {
    margin-top: 20px;

    padding: 17px;

    border: 1px solid #292929;
    border-radius: 7px;

    display: flex;
    flex-wrap: wrap;

    gap: 14px 22px;
}

.access-type-heading {
    width: 100%;
}

.access-types label {
    color: #ddd;

    font-size: 12px;

    cursor: pointer;
}

.access-types input {
    accent-color: #e3a800;

    margin-right: 7px;
}

.access-submit {
    width: 100%;

    margin-top: 22px;

    padding: 14px 18px;

    background: #e3a800;

    color: #080808;

    border: 1px solid #e3a800;
    border-radius: 7px;

    font-size: 14px;
    font-weight: 800;

    cursor: pointer;
}

.access-submit:hover {
    filter: brightness(1.08);
}

.access-submit:disabled {
    opacity: .55;

    cursor: wait;
}

.access-status {
    min-height: 18px;

    margin-top: 17px;

    font-size: 12px;
}

.access-status.success {
    color: #45d887;
}

.access-status.error {
    color: #ff7474;
}

body.access-modal-open {
    overflow: hidden;
}

@media(max-width:700px) {

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

    .access-dialog {
        padding: 27px 20px;
    }

    .access-dialog h2 {
        font-size: 28px;
    }

}



/* =========================================================
   ATLAS™ MAIN SEARCH BAR — UPGRADE
   ========================================================= */

.hero-search,
.search-box,
.search-wrapper {
    position: relative;
}


/* Main search input */

#searchInput {
    width: 100%;
    height: 52px;

    padding-left: 52px;
    padding-right: 18px;

    background: #111111;
    color: #ffffff;

    border: 1px solid #454545;
    border-radius: 7px;

    font-size: 13px;

    outline: none;

    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        background .18s ease;
}


#searchInput::placeholder {
    color: #8b8b8b;
}


/* Gold focus treatment */

#searchInput:focus {
    border-color: #d9a900;

    background: #121212;

    box-shadow:
        0 0 0 1px rgba(217,169,0,.15),
        0 5px 22px rgba(0,0,0,.25);
}


/* Search icon */

#mainSearchIcon {
    position: absolute;

    left: 18px;
    top: 50%;

    transform: translateY(-50%);

    width: 17px;
    height: 17px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #d9a900;

    pointer-events: none;

    z-index: 3;
}


#mainSearchIcon svg {
    display: block;

    width: 17px;
    height: 17px;

    stroke: currentColor;
}


/* Search interaction feedback */

#searchInput:hover {
    border-color: #5b5b5b;
}

#searchInput:focus:hover {
    border-color: #d9a900;
}



/* =========================================================
   ATLAS™ SEARCH + FILTER CONTROL SYSTEM
   ========================================================= */

/* Remove any old hero-search pseudo/icon styling */
.hero-search > span:not(#mainSearchIcon) {
    display: none !important;
}


/* Gold magnifying glass */

.hero-search {
    position: relative;
}

#mainSearchIcon {
    position: absolute;

    left: 18px;
    top: 50%;

    transform: translateY(-50%);

    width: 18px;
    height: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #e3a800;

    pointer-events: none;

    z-index: 5;
}

#mainSearchIcon svg {
    width: 18px;
    height: 18px;

    display: block;

    stroke: #e3a800;
}


#searchInput {
    width: 100%;

    height: 52px;

    padding:
        0 18px
        0 52px !important;

    background:
        linear-gradient(
            180deg,
            #151515,
            #101010
        );

    color: #fff;

    border:
        1px solid
        #454545;

    border-radius: 7px;

    outline: none;
}

#searchInput:focus {
    border-color: #e3a800;

    box-shadow:
        0 0 0 1px
        rgba(227,168,0,.15);
}


/* Main filter panel */

.atlas-filter-panel {
    background: #090909;

    border:
        1px solid
        #292929;

    border-radius: 9px;

    padding: 20px;

    margin-top: 24px;

    position: relative;

    z-index: 20;
}


.atlas-filter-grid {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(150px,1fr))
        auto;

    gap: 16px;

    align-items: end;
}


.atlas-filter-field > span,
.more-filter-menu label > span {
    display: block;

    color: #e8e8e8;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .13em;

    margin-bottom: 8px;
}


/* Native dropdowns */

.atlas-filter-field select,
.more-filter-menu select {
    width: 100%;

    height: 44px;

    background: #0c0c0c;

    color: #ececec;

    border:
        1px solid
        #333;

    border-radius: 6px;

    padding:
        0 38px
        0 13px;

    cursor: pointer;

    outline: none;

    appearance: auto;
}


.atlas-filter-field select:hover,
.more-filter-menu select:hover {
    border-color: #555;
}


.atlas-filter-field select:focus,
.more-filter-menu select:focus {
    border-color: #e3a800;

    box-shadow:
        0 0 0 1px
        rgba(227,168,0,.10);
}


/* Firefox dropdown option colors */

.atlas-filter-panel select option {
    background: #0b0b0b;

    color: #eee;
}


/* Reset + Search */

.atlas-filter-action,
.atlas-search-button,
.more-filter-button {
    height: 44px;

    background: transparent;

    border:
        1px solid
        #8a6900;

    border-radius: 6px;

    color: #e3a800;

    padding:
        0 17px;

    cursor: pointer;
}


.atlas-filter-action:hover,
.more-filter-button:hover {
    background:
        rgba(227,168,0,.06);
}


.atlas-search-button {
    min-width: 130px;
}


.atlas-search-button:hover {
    background: #e3a800;

    color: #080808;
}


.atlas-filter-bottom {
    display: flex;

    justify-content: space-between;
    align-items: flex-start;

    margin-top: 16px;
}


.more-filter-wrap {
    position: relative;
}


.more-filter-menu {
    position: absolute;

    top: 52px;
    left: 0;

    width: 310px;

    padding: 16px;

    background: #080808;

    border:
        1px solid
        #8a6900;

    border-radius: 7px;

    box-shadow:
        0 18px 40px
        rgba(0,0,0,.55);

    z-index: 1000;
}


.more-filter-menu label {
    display: block;

    margin-bottom: 14px;
}

.more-filter-menu label:last-child {
    margin-bottom: 0;
}


/* Make controls obviously interactive */

.atlas-filter-panel select,
.atlas-filter-panel button {
    pointer-events: auto !important;

    user-select: auto !important;
}


@media(max-width:1100px) {

    .atlas-filter-grid {
        grid-template-columns:
            repeat(3,1fr);
    }

}


@media(max-width:700px) {

    .atlas-filter-grid {
        grid-template-columns:
            1fr;
    }

    .atlas-filter-bottom {
        gap: 12px;
    }

    .more-filter-menu {
        width: min(
            310px,
            calc(100vw - 40px)
        );
    }

}


/* =========================================================
   ATLAS NATIVE DROPDOWN FINAL OVERRIDE
   ========================================================= */

#coverage_region,
#parish,
#category,
#strength,
#date_range {

    display: block !important;

    width: 100% !important;
    height: 44px !important;

    appearance: menulist !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;

    pointer-events: auto !important;
    cursor: pointer !important;

    opacity: 1 !important;

    background-color: #0c0c0c !important;
    color: #eeeeee !important;

    border: 1px solid #3b3b3b !important;
}

#coverage_region option,
#parish option,
#category option,
#strength option,
#date_range option {
    background-color: #111111 !important;
    color: #ffffff !important;
}


#moreFiltersButton,
#moreFiltersMenu,
.more-filter-wrap {
    display: none !important;
}


/* Request Access hand pointer */
.request { cursor: pointer; }


/* ==========================================================
   EDET HEADER — TOP ALIGN LOGO WITH COMPANY NAME
   Display-only adjustment
   ========================================================== */

/*
   Align the top edge of the E. logo with the top edge
   of "EDET INTELLIGENCE INC."
*/

.brand {
    align-items: flex-start !important;
}

.brand-logo {
    align-self: flex-start !important;
    margin-top: 0 !important;
}

/*
   Remove any top spacing from the text block so both
   elements begin on the exact same horizontal line.
*/

.brand h1,
.brand-name {
    margin-top: 0 !important;
    padding-top: 0 !important;
}



/* ==========================================================
   SIMPLE ABOUT ATLAS
   ========================================================== */

html {
    scroll-behavior: smooth;
}

.simple-atlas-about {
    scroll-margin-top: 100px;
    margin-top: 55px;
    padding: 52px 0;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
    background: #070808;
}

.simple-atlas-about-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center;
}

.simple-about-label {
    display: block;
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
}

.simple-atlas-about h2 {
    margin: 0 0 20px;
    color: #f2f2f2;
    font-size: 28px;
    font-weight: 600;
}

.simple-atlas-about p {
    margin: 0 auto 15px;
    color: #aaa;
    font-size: 13px;
    line-height: 1.75;
}

.simple-atlas-about .simple-about-purpose {
    margin-top: 24px;
    margin-bottom: 0;
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}



/* ==========================================================
   SIMPLE ABOUT ATLAS — DASHBOARD MATCH
   ========================================================== */

.simple-atlas-about {
    scroll-margin-top: 100px;

    /* Remove the large full-width presentation look */
    margin-top: 38px;
    padding: 0 0 42px;

    border-top: none;
    border-bottom: none;

    background: transparent;
}


/* Match Atlas dashboard cards */

.simple-atlas-about-inner {
    max-width: none;
    width: 100%;

    box-sizing: border-box;

    margin: 0;

    padding: 30px 34px 28px;

    text-align: left;

    background: #090909;

    border: 1px solid var(--line);

    border-radius: 8px;
}


/* Small gold section label */

.simple-about-label {
    display: block;

    margin: 0 0 8px;

    color: var(--gold);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .14em;

    text-transform: uppercase;
}


/* Atlas title */

.simple-atlas-about h2 {
    margin: 0 0 18px;

    color: #f1f1f1;

    font-size: 24px;

    line-height: 1.2;

    font-weight: 600;

    letter-spacing: .01em;
}


/* About body copy */

.simple-atlas-about p {
    max-width: 900px;

    margin: 0 0 12px;

    color: #aaa;

    font-size: 13px;

    line-height: 1.7;
}


/* Bottom statement */

.simple-atlas-about .simple-about-purpose {
    max-width: none;

    margin: 22px 0 0;

    padding-top: 17px;

    border-top: 1px solid #222;

    color: var(--gold);

    font-size: 10px;

    font-weight: 800;

    line-height: 1.5;

    letter-spacing: .10em;

    text-transform: uppercase;
}


/* Subtle gold accent along top edge */

.simple-atlas-about-inner::before {
    content: "";

    display: block;

    width: 42px;
    height: 2px;

    margin-bottom: 20px;

    background: var(--gold);
}


/* Mobile */

@media (max-width: 650px) {

    .simple-atlas-about-inner {
        padding: 24px 20px;
    }

    .simple-atlas-about h2 {
        font-size: 21px;
    }

}



/* ==========================================================
   ATLAS ABOUT — PREMIUM FINAL VERSION
   ========================================================== */

.simple-atlas-about {
    scroll-margin-top: 100px !important;
    margin-top: 40px !important;
    padding: 0 0 28px !important;
    background: transparent !important;
    border: 0 !important;
}


/* Main About card */

.simple-atlas-about-inner {
    position: relative;

    width: 100% !important;
    max-width: none !important;

    box-sizing: border-box;

    margin: 0 !important;
    padding: 30px 34px 28px !important;

    text-align: left !important;

    background:
        linear-gradient(
            145deg,
            #090a0a 0%,
            #070808 55%,
            #090909 100%
        ) !important;

    border: 1px solid #292929 !important;
    border-radius: 8px !important;
}


/* Gold detail */

.about-gold-mark {
    width: 42px;
    height: 2px;

    margin-bottom: 19px;

    background: var(--gold);
}


/*
   Disable the gold line from the previous
   About design so we only have one.
*/

.simple-atlas-about-inner::before {
    display: none !important;
}


/* ABOUT */

.simple-about-label {
    display: block !important;

    margin: 0 0 8px !important;

    color: var(--gold) !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    letter-spacing: .15em !important;

    text-transform: uppercase;
}


/* Atlas title */

.simple-atlas-about h2 {
    margin: 0 0 20px !important;

    color: #f4f4f2 !important;

    font-size: 27px !important;

    line-height: 1.1 !important;

    font-weight: 650 !important;

    letter-spacing: 0 !important;
}


/* Description */

.about-description {
    max-width: 950px;
}

.simple-atlas-about .about-description p {
    max-width: 950px !important;

    margin: 0 0 13px !important;

    color: #aaa !important;

    font-size: 13px !important;

    line-height: 1.7 !important;
}


/* ==========================================================
   FOUR CAPABILITIES
   ========================================================== */

.about-capabilities {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    margin-top: 31px;

    border-top: 1px solid #242424;

    border-bottom: 1px solid #242424;
}


.about-capability {
    min-width: 0;

    padding: 24px 25px 24px 0;
}


.about-capability + .about-capability {
    padding-left: 25px;

    border-left: 1px solid #292929;
}


/* Icons */

.about-icon {
    width: 48px;
    height: 48px;

    box-sizing: border-box;

    display: grid;
    place-items: center;

    margin-bottom: 13px;

    border: 1px solid rgba(204, 155, 0, .46);

    border-radius: 8px;

    background:
        linear-gradient(
            145deg,
            rgba(130, 98, 0, .12),
            rgba(130, 98, 0, .025)
        );
}


.about-icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: var(--gold);

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Capability headings */

.simple-atlas-about .about-capability h3 {
    margin: 0 0 6px !important;

    color: #eeeeeb !important;

    font-size: 11px !important;

    font-weight: 800 !important;

    letter-spacing: .11em !important;
}


/* Capability descriptions */

.simple-atlas-about .about-capability p {
    max-width: 230px !important;

    margin: 0 !important;

    color: #999 !important;

    font-size: 12px !important;

    line-height: 1.55 !important;
}


/* ==========================================================
   CLOSING STATEMENT
   ========================================================== */

.simple-atlas-about .about-statement {
    padding-top: 20px;

    color: var(--gold);

    font-size: 10px;

    font-weight: 800;

    line-height: 1.5;

    letter-spacing: .12em;
}


/* Remove old purpose styling if any remains */

.simple-about-purpose {
    display: none !important;
}


/* ==========================================================
   OWNERSHIP FOOTER
   ========================================================== */

.atlas-owner-footer {
    display: grid;

    grid-template-columns:
        minmax(40px, 1fr)
        auto
        minmax(40px, 1fr);

    align-items: center;

    gap: 24px;

    width: min(760px, calc(100% - 50px));

    margin: 27px auto 0;

    padding: 0;

    text-align: center;
}


.owner-line {
    display: block;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(183, 139, 0, .48)
        );
}


.owner-line:last-child {
    background:
        linear-gradient(
            90deg,
            rgba(183, 139, 0, .48),
            transparent
        );
}


.owner-text {
    color: #777;

    font-size: 10px;

    letter-spacing: .04em;

    white-space: nowrap;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 900px) {

    .about-capabilities {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .about-capability:nth-child(3) {
        border-left: none;
        border-top: 1px solid #292929;
    }

    .about-capability:nth-child(4) {
        border-top: 1px solid #292929;
    }

}


@media (max-width: 600px) {

    .simple-atlas-about-inner {
        padding:
            25px 21px !important;
    }

    .about-capabilities {
        grid-template-columns: 1fr;
    }

    .about-capability,
    .about-capability + .about-capability {
        padding:
            21px 0 !important;

        border-left:
            none !important;

        border-top:
            1px solid #292929;
    }

    .about-capability:first-child {
        border-top: none;
    }

    .atlas-owner-footer {
        grid-template-columns: 1fr;

        gap: 10px;

        width:
            calc(100% - 40px);
    }

    .owner-text {
        white-space: normal;
    }

}




/* ==========================================================
   ATLAS ABOUT V2
   Matches existing Atlas dashboard styling
   ========================================================== */

.atlas-about-v2 {
    scroll-margin-top: 100px;
    margin-top: 38px;
    padding: 0 0 30px;
}


/* MAIN CARD */

.atlas-about-v2-card {
    overflow: hidden;

    background: #090909;

    border: 1px solid var(--line);

    border-radius: 8px;
}


/* TWO-COLUMN LAYOUT */

.atlas-about-v2-main {
    display: grid;

    grid-template-columns:
        minmax(0, .95fr)
        minmax(0, 1.05fr);

    padding: 34px;
}


/* ==========================================================
   LEFT SIDE
   ========================================================== */

.atlas-about-v2-intro {
    padding-right: 42px;
}


.atlas-about-v2-mark {
    width: 42px;
    height: 2px;

    margin-bottom: 18px;

    background: var(--gold);
}


.atlas-about-v2-label {
    display: block;

    margin-bottom: 8px;

    color: var(--gold);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .14em;
}


.atlas-about-v2-intro h2 {
    margin: 0 0 9px;

    color: #f2f2f2;

    font-size: 27px;

    font-weight: 600;

    line-height: 1.2;
}


.atlas-about-v2-tagline {
    margin-bottom: 26px;

    color: #aaa;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .15em;
}


.atlas-about-v2-intro p {
    max-width: 620px;

    margin: 0 0 17px;

    color: #aaa;

    font-size: 13px;

    line-height: 1.7;
}


/* ==========================================================
   RIGHT SIDE
   ========================================================== */

.atlas-about-v2-monitor {
    padding-left: 42px;

    border-left:
        1px solid rgba(130,98,0,.55);
}


.atlas-about-v2-monitor-title {
    margin-bottom: 25px;

    color: var(--gold);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .14em;
}


.atlas-monitor-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    column-gap: 35px;

    row-gap: 27px;
}


/* MONITOR ITEM */

.atlas-monitor-item {
    display: grid;

    grid-template-columns: 47px 1fr;

    gap: 14px;

    align-items: start;
}


/* ICON */

.atlas-monitor-icon {
    width: 45px;
    height: 45px;

    display: grid;

    place-items: center;

    box-sizing: border-box;

    border:
        1px solid rgba(130,98,0,.48);

    border-radius: 50%;

    background:
        rgba(130,98,0,.045);
}


.atlas-monitor-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: var(--gold);

    stroke-width: 2;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* ITEM HEADING */

.atlas-monitor-item h3 {
    margin: 2px 0 6px;

    color: #e9e9e7;

    font-size: 10px;

    font-weight: 800;

    line-height: 1.45;

    letter-spacing: .08em;
}


/* ITEM TEXT */

.atlas-monitor-item p {
    margin: 0;

    color: #8f8f8b;

    font-size: 11px;

    line-height: 1.55;
}


/* ==========================================================
   OWNERSHIP FOOTER
   ========================================================== */

.atlas-about-owner {
    display: grid;

    grid-template-columns:
        minmax(40px, 1fr)
        auto
        minmax(40px, 1fr);

    align-items: center;

    gap: 22px;

    width: min(760px, calc(100% - 50px));

    margin: 25px auto 0;
}


.atlas-about-owner span {
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(130,98,0,.55)
        );
}


.atlas-about-owner span:last-child {
    background:
        linear-gradient(
            90deg,
            rgba(130,98,0,.55),
            transparent
        );
}


.atlas-about-owner p {
    margin: 0;

    color: #777;

    font-size: 10px;

    line-height: 1.4;

    letter-spacing: .035em;

    white-space: nowrap;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1000px) {

    .atlas-about-v2-main {
        grid-template-columns: 1fr;
    }

    .atlas-about-v2-intro {
        padding-right: 0;
        padding-bottom: 32px;
    }

    .atlas-about-v2-monitor {
        padding-left: 0;
        padding-top: 30px;

        border-left: none;

        border-top:
            1px solid rgba(130,98,0,.45);
    }

}


@media (max-width: 650px) {

    .atlas-about-v2-main {
        padding: 24px 20px;
    }

    .atlas-monitor-grid {
        grid-template-columns: 1fr;
    }

    .atlas-about-owner {
        grid-template-columns: 1fr;

        width: calc(100% - 40px);

        gap: 9px;

        text-align: center;
    }

    .atlas-about-owner p {
        white-space: normal;
    }

}



/* ==========================================================
   NAVIGATION — HOVER ONLY
   All tabs have identical appearance until hovered
   ========================================================== */

nav a,
nav a.active,
nav a:visited {
    color: #ddd !important;
    border-bottom-color: transparent !important;
}


/* Highlight ONLY while mouse is hovering */

nav a:hover,
nav a.active:hover,
nav a:visited:hover {
    color: #fff !important;
    border-bottom-color: var(--gold) !important;
}


/* Keep Request Access styling separate */

nav a.request,
nav a.request:visited {
    color: var(--gold) !important;
    border-bottom-color: transparent !important;
}

nav a.request:hover,
nav a.request:visited:hover {
    color: var(--gold) !important;
    border-bottom-color: transparent !important;
}



/* ==========================================================
   EDET HEADER — CLEAN TEXT E. LOGO
   ========================================================== */

/* Align logo and company-name block from the same top edge */

.brand {
    display: flex !important;
    align-items: flex-start !important;
}


/* Standalone white E. — no box, no background */

.brand-mark-text {
    display: block;

    flex: 0 0 auto;

    margin: 2px 20px 0 0;

    padding: 0;

    background: transparent;
    border: 0;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 48px;
    font-weight: 400;

    line-height: .82;

    letter-spacing: -0.05em;
}


/* Make sure company name begins at same top position */

.brand h1,
.brand-name {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* Old image rule no longer affects header */

.brand-logo {
    display: none !important;
}


/* Mobile adjustment */

@media (max-width: 650px) {

    .brand-mark-text {
        font-size: 43px;
        margin-right: 15px;
    }

}



/* E. LOGO — MOVE SLIGHTLY RIGHT ONLY */
.brand-mark-text {
    position: relative !important;
    left: 8px !important;
}


/* E. LOGO — FINAL HORIZONTAL CENTERING */
.brand-mark-text {
    left: 13px !important;
}

