/*
|--------------------------------------------------------------------------
| EON Discovery — CSS
| Palette: Black / Wet Asphalt / Platinum / Silver / Gold / Nautic Blue
|--------------------------------------------------------------------------
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

:root{
    --black:#050607;
    --wet-asphalt:#0b0f12;
    --wet-asphalt-2:#10161b;
    --graphite:#15191d;
    --graphite-light:#1b2228;

    --platinum:#e6e2d8;
    --platinum-dark:#d6d0c2;
    --silver:#bcc2c9;

    --gold:#f4b400;
    --gold-soft:#c89211;
    --orange:#ff7a00;

    --nautic:#0e3444;
    --nautic-dark:#082632;
    --nautic-soft:#153f50;

    --bronze:#2a1c0f;
    --text:#ffffff;
    --text-soft:#d8d8d2;
    --line:rgba(188,194,201,.10);
    --border:rgba(255,255,255,.08);
}

html{
    scroll-behavior:smooth;
}

body{
    background:var(--nautic);
    color:var(--text);
    overflow-x:hidden;
}

a{
    text-decoration:none;
    color:inherit;
    transition:.25s ease;
}

a:hover{
    color:var(--gold);
}

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

.site-header{
    position:relative;
    z-index:100;

    height:82px;

    display:grid;
    grid-template-columns:360px 1fr 230px;
    align-items:center;

    padding:0 38px;

    background:
        linear-gradient(
            90deg,
            #071118 0%,
            #0c2d3a 30%,
            #0f3a4a 55%,
            #0c2d3a 75%,
            #071118 100%
        );

    border-bottom:1px solid rgba(255,255,255,.08);

    overflow:hidden;
}

.site-header::before{
    content:"";
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            115deg,
            transparent 0%,
            rgba(244,180,0,.03) 35%,
            rgba(255,255,255,.02) 50%,
            rgba(244,180,0,.04) 70%,
            transparent 100%
        );

    pointer-events:none;
}

.logo{
    height:82px;

    display:flex;
    align-items:center;

    gap:18px;

    text-decoration:none;
}

.logo img{
    height:108px !important;
    width:auto !important;

    position:relative;
    top:8px;

    clip-path:inset(0 0 34% 0) !important;

    filter:
        drop-shadow(0 0 12px rgba(244,180,0,.18));
}

.logo-info{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    margin-left:18px;
    margin-top:2px;
}

.logo-info strong{
    color:#f2b705;
    font-size:16px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
    line-height:1;
    font-family:'Inter',sans-serif;
}

.logo-info span{
    margin-top:6px;
    margin-left:38px;
    color:#9ca3aa;
    font-size:12px;
    font-weight:500;
    letter-spacing:.04em;
    font-family:'Inter',sans-serif;
}

.logo-mark{
    width:38px;
    height:48px;
    border:2px solid var(--gold);
    color:var(--gold);
    display:grid;
    place-items:center;
    font-weight:900;
    box-shadow:0 0 18px rgba(244,180,0,.18);
}

.logo-text,
.logo small{
    display:none !important;
}

.main-nav{
    height:82px;

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

    gap:36px;
}

.main-nav a{
    position:relative;

    color:#ffffff;

    font-size:12px;
    font-weight:900;

    text-transform:uppercase;
    letter-spacing:.08em;

    transition:.25s ease;
}

.main-nav a::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-9px;

    width:0;
    height:2px;

    background:#f4b400;

    transition:.25s ease;
}

.main-nav a:hover{
    color:#f4b400;
}

.main-nav a:hover::after{
    width:100%;
}

.header-quote,
.tradingview-quote{
    justify-self:end;

    width:220px;
    height:82px;

    padding-left:16px;

    border-left:1px solid rgba(255,255,255,.08);

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

    overflow:hidden;
}

.tradingview-quote .tradingview-widget-container{
    width:220px !important;
    height:82px !important;

    overflow:hidden;
}

.nav-toggle{
    display:none;

    border:1px solid #f4b400;

    background:rgba(244,180,0,.05);

    color:#f4b400;

    padding:10px 14px;

    font-size:11px;
    font-weight:900;

    text-transform:uppercase;

    transition:.25s;
}

.nav-toggle:hover{
    background:#f4b400;
    color:#000;
}

/* =========================
   HOME HERO
========================= */

.hero{
    height:820px;
    position:relative;
    background:#050607;
    overflow:hidden;
}

.hero-image{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.96) 0%,
            rgba(5,6,7,.92) 28%,
            rgba(5,6,7,.58) 52%,
            rgba(5,6,7,.16) 78%,
            rgba(5,6,7,.05) 100%
        ),
        url('/images/eon/hero-mine.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hero-image:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 76% 44%, rgba(244,180,0,.18), transparent 24%),
        radial-gradient(circle at 86% 58%, rgba(255,122,0,.12), transparent 18%),
        linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.48));
    mix-blend-mode:screen;
}

.image-placeholder{
    border:1px dashed rgba(255,255,255,.20);
    display:flex;
    align-items:center;
    justify-content:center;
    color:rgba(255,255,255,.32);
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:12px;
    text-align:center;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.62) 38%, rgba(0,0,0,.16) 78%),
        radial-gradient(circle at 70% 60%, transparent 0, rgba(0,0,0,.58) 76%);
}

.hero-content{
    position:relative;
    z-index:3;
    padding-left:70px;
    padding-top:220px;
    max-width:780px;
}

.hero-kicker,
.section-label{
    display:flex;
    align-items:center;
    gap:12px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:900;
    color:#e1e1dd;
    letter-spacing:.04em;
}

.hero-kicker span,
.section-label span{
    width:48px;
    height:4px;
    background:var(--gold);
    display:inline-block;
}

.hero h1{
    font-size:68px;
    line-height:1.04;
    text-transform:uppercase;
    margin:30px 0;
    letter-spacing:1.5px;
    font-weight:900;
    text-shadow:0 10px 35px rgba(0,0,0,.55);
}

.hero h1 b{
    color:var(--gold);
}

.hero-content p{
    max-width:520px;
    color:#e0e0dc;
    font-size:17px;
    line-height:1.85;
}

.hero-actions{
    display:flex;
    gap:20px;
    margin-top:38px;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:24px;
    min-height:58px;
    min-width:188px;
    padding:0 30px;
    border:1px solid var(--gold);
    text-transform:uppercase;
    font-size:12px;
    font-weight:900;
    letter-spacing:.04em;
    transition:.25s ease;
}

.btn:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 32px rgba(244,180,0,.18);
}

.btn-gold{
    background:linear-gradient(135deg,#ffca2f,var(--gold));
    color:#080808;
    border:none;
}

.btn-dark{
    background:rgba(0,0,0,.35);
    color:#fff;
    backdrop-filter:blur(10px);
}

.hero-slider{
    position:absolute;
    left:70px;
    bottom:115px;
    z-index:3;
    display:flex;
    align-items:center;
    gap:24px;
    color:#a4a7a7;
    font-size:13px;
}

.hero-slider div{
    width:82px;
    height:1px;
    background:#7b7d7d;
    position:relative;
}

.hero-slider div:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:34px;
    height:3px;
    background:var(--gold);
}

.hero-slider button{
    background:none;
    border:0;
    color:#aaa;
    font-size:24px;
    cursor:pointer;
}

.hero-location{
    position:absolute;
    right:78px;
    bottom:80px;
    z-index:3;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:14px;
}

.hero-location:before{
    content:"●";
    color:var(--gold);
    font-size:28px;
    line-height:1;
}

.hero-location-text{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.hero-location b{
    display:block;
    font-size:13px;
    line-height:1.1;
    letter-spacing:.03em;
}

.hero-location small{
    display:block;
    color:#e0e0dc;
    font-size:11px;
    margin-top:4px;
    letter-spacing:.04em;
}

/* =========================
   MARKET TAPE
========================= */

.ticker-widget-section,
.market-tape,
.ticker-wrap,
.ticker-bar,
.trading-ticker{
    background:#050607 !important;
    border-top:1px solid rgba(255,255,255,.12) !important;
    border-bottom:1px solid rgba(255,255,255,.12) !important;
    box-shadow:
        0 8px 24px rgba(0,0,0,.45),
        inset 0 1px 0 rgba(255,255,255,.04),
        inset 0 -1px 0 rgba(255,255,255,.04) !important;
}

.ticker-widget-section{
    padding:0 !important;
    overflow:hidden !important;
}

.ticker-widget-title{
    background:#050607 !important;
    color:var(--gold) !important;
}

.ticker-widget-section > div,
.ticker-widget-section iframe{
    background:#050607 !important;
}

/* =========================
   LIVE MARKET CARDS
========================= */

.live-market{
    position:relative;
    min-height:178px;
    background:#0b2b39;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    display:grid;
    grid-template-columns:115px repeat(6,1fr);
    gap:18px;
    align-items:center;
    padding:42px 70px;
}

.market-title{
    text-transform:uppercase;
    font-size:24px;
    font-weight:900;
    line-height:1.08;
}

.market-card{
    position:relative;
    padding:18px;
    border:1px solid rgba(244,180,0,.18);
    background:#152f37;
    overflow:hidden;
    min-height:145px;
    height:145px;
    transition:.25s ease;
}

.market-card:hover{
    border-color:rgba(244,180,0,.42);
    transform:translateY(-3px);
    box-shadow:0 18px 45px rgba(0,0,0,.25), 0 0 28px rgba(244,180,0,.07);
}

.market-symbol{
    position:absolute;
    top:12px;
    left:16px;
    z-index:5;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    color:var(--gold);
}

.market-card .tradingview-widget-container{
    width:100%;
    height:125px !important;
    margin-top:12px;
    overflow:hidden;
}

.market-card small{
    display:block;
    text-transform:uppercase;
    font-size:11px;
    font-weight:900;
}

.market-card small:before{
    content:"●";
    margin-right:6px;
}

.market-note{
    position:absolute;
    top:18px;
    right:70px;
    color:#9aa0a5;
    font-size:10px;
}

/* =========================
   HIGHLIGHTS
========================= */

.highlights{
    position:relative !important;
    overflow:hidden !important;
    background:#0e3444 !important;
    padding:90px 70px 80px !important;
}

.background-mine{
    position:absolute !important;
    top:0 !important;
    right:0 !important;
    width:45% !important;
    height:100% !important;
    background-image:
        linear-gradient(
            90deg,
            rgba(14,52,68,1) 0%,
            rgba(14,52,68,.92) 16%,
            rgba(14,52,68,.58) 34%,
            rgba(14,52,68,.18) 62%,
            rgba(0,0,0,.04) 100%
        ),
        url('/images/eon/highlights-mine.png') !important;
    background-size:cover !important;
    background-position:center right !important;
    background-repeat:no-repeat !important;
    z-index:1 !important;
    opacity:1 !important;
}

.highlights .section-label,
.highlight-intro,
.metrics-grid,
.mini-disclaimer{
    position:relative !important;
    z-index:3 !important;
    max-width:58% !important;
}

.highlights .section-label{
    color:var(--gold);
}

.highlight-intro{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:24px !important;
    margin:26px 0 56px !important;
}

.highlight-intro h2{
    max-width:720px !important;
    font-size:42px !important;
    line-height:1.08 !important;
    color:#fff !important;
    text-transform:uppercase;
}

.highlight-intro p{
    max-width:620px !important;
    font-size:16px !important;
    line-height:1.75 !important;
    color:#e2e8ea !important;
}

.metrics-grid{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:34px 34px !important;
}

.metric{
    max-width:none !important;
    min-height:170px !important;
    padding:28px 24px !important;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.015)
        ) !important;
    border:1px solid rgba(244,180,0,.18) !important;
    box-shadow:0 14px 35px rgba(0,0,0,.18) !important;
    transform:none !important;
}

.metric:nth-child(4),
.metric:nth-child(8){
    transform:none !important;
}

.metric i{
    color:var(--gold) !important;
    font-style:normal;
    font-size:30px !important;
    display:block;
    margin-bottom:18px !important;
}

.metric strong{
    display:block;
    color:var(--gold) !important;
    text-transform:uppercase;
    font-size:30px !important;
    line-height:1 !important;
}

.metric h3{
    text-transform:uppercase;
    color:#fff !important;
    font-size:17px !important;
    line-height:1.12 !important;
    margin:8px 0 9px !important;
}

.metric p{
    color:#e5eaec !important;
    font-size:13px !important;
    line-height:1.55 !important;
    max-width:260px !important;
}

.mini-disclaimer{
    margin-top:44px !important;
    color:#b8c4c8 !important;
    font-size:10px !important;
}

/* =========================
   PROJECTS PREVIEW
========================= */

.projects-preview,
.projects{
    background:linear-gradient(180deg, #ece8de 0%, #ddd7ca 100%) !important;
    color:#111 !important;
    padding:70px 70px 80px;
}

.projects-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
    margin-bottom:34px;
}

.dark-label,
.projects-preview .section-label{
    color:#252525!important;
    margin-bottom:20px;
}

.projects-preview h2{
    font-size:42px;
    line-height:1.14;
    text-transform:uppercase;
    color:#090909 !important;
}

.view-projects{
    border:1px solid #111;
    padding:18px 28px;
    min-width:220px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-transform:uppercase;
    font-size:12px;
    font-weight:900;
    margin-top:34px;
    color:#090909;
}

.project-card-grid,
.projects-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-top:38px;
}

.project-card-grid.inner-projects{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:28px !important;
}

.project-card{
    width:100% !important;
}

.project-card{
    background:linear-gradient(145deg, #101418 0%, #1a1f24 100%) !important;
    color:#fff !important;
    overflow:hidden;
    transition:.35s ease;
    border:1px solid rgba(0,0,0,.10) !important;
    box-shadow:0 20px 45px rgba(0,0,0,.16);
}

.project-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.30), 0 0 35px rgba(244,180,0,.08);
}

.project-img,
.project-image{
    height:250px;
    position:relative;
    overflow:hidden;
    background:#2d3030;
}

.project-image{
    height:290px;
}

.project-img::after,
.project-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.42) 100%);
}

.tunnel-image{
    background:url('/images/eon/project-1.png');
    background-size:cover;
    background-position:center;
}

.aerial-image{
    background:url('/images/eon/project-2.png');
    background-size:cover;
    background-position:center;
}

.geology-image{
    background:url('/images/eon/project-3.png');
    background-size:cover;
    background-position:center;
}
.treasure-canyon-image{
    background:url('/images/eon/treasure-canyon-lode.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.ada-vein-image{
    background:url('/images/eon/ada-vein.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.otto-vein-image{
    background:url('/images/eon/otto-vein.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.project-body,
.project-content{
    padding:28px 26px;
}

.project-body h3,
.project-content h3{
    color:var(--gold);
    text-transform:uppercase;
    font-size:21px;
    line-height:1.1;
    margin-bottom:8px;
}

.project-body small,
.project-location{
    display:block;
    color:#c7c7c3;
    margin:6px 0 18px;
    font-size:13px;
}

.project-body p,
.project-content p{
    color:#f1f1ee;
    line-height:1.65;
    min-height:70px;
}

.project-body a,
.project-link{
    display:inline-block;
    color:var(--gold);
    text-transform:uppercase;
    font-size:12px;
    font-weight:900;
    margin-top:18px;
}

/* =========================
   INVESTORS SECTION
========================= */

.investor-section{
    background:#0e3444 !important;
    display:grid;
    grid-template-columns:1.25fr 1fr 1fr;
    gap:48px;
    padding:80px 70px;
    border-bottom:1px solid var(--line);
}

.investor-copy span,
.investor-resources span,
.stock-panel span{
    color:var(--gold);
    text-transform:uppercase;
    font-size:12px;
    font-weight:900;
}

.investor-copy h2{
    text-transform:uppercase;
    font-size:42px;
    line-height:1.15;
    margin:18px 0;
}

.investor-copy p{
    color:#e1e2de;
    line-height:1.75;
    max-width:420px;
    margin-bottom:30px;
}

.investor-resources a{
    display:flex;
    justify-content:space-between;
    padding:14px 0;
    border-bottom:1px solid rgba(188,194,201,.14);
    color:#f0f0f0;
}

.investor-resources a:hover{
    padding-left:8px;
}

.investor-resources small{
    color:var(--gold);
}

.stock-panel{
    border:1px solid rgba(244,180,0,.18) !important;
    padding:34px;
    background:#152f37 !important;
}

.stock-panel h3{
    margin:18px 0 14px;
    text-transform:uppercase;
}

.investor-tv-quote{
    width:100%;
    height:120px;
    margin:22px 0 18px;
    overflow:hidden;
    border:1px solid rgba(244,180,0,.18);
    background:rgba(255,255,255,.02);
}

.investor-tv-quote .tradingview-widget-container{
    width:360px !important;
    height:120px !important;
    overflow:hidden;
}

.stock-panel a{
    border:1px solid var(--gold);
    padding:16px 22px;
    display:inline-flex;
    gap:18px;
    text-transform:uppercase;
    color:var(--gold);
    font-size:12px;
    font-weight:900;
}

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

.footer{
    background:#082632 !important;
    padding:46px 70px 18px;
    border-top:1px solid rgba(188,194,201,.08);
}

.footer-grid{
    display:grid !important;
    grid-template-columns:1.4fr 1fr 1fr 1fr 1fr 1fr !important;
    gap:42px !important;
    align-items:flex-start !important;
    padding-bottom:36px;
    border-bottom:1px solid rgba(188,194,201,.10);
}

.footer-logo{
    display:block !important;
}

.footer-logo img{
    width:130px !important;
    height:auto !important;
    display:block !important;
}

.footer h4{
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:18px;
}

.footer a{
    display:block;
    color:#c7ccd0;
    font-size:12px;
    margin-bottom:10px;
}

.socials{
    display:flex;
    gap:12px;
}

.socials span{
    width:28px;
    height:28px;
    border:1px solid rgba(188,194,201,.16);
    display:grid;
    place-items:center;
    color:#fff;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    color:#8f969b;
    font-size:12px;
    padding-top:18px;
}

.footer-bottom a{
    display:inline-block;
    margin-left:18px;
}

/* =========================
   INNER PAGES
========================= */

.page-hero{
    position:relative;
    overflow:hidden;
    min-height:520px !important;
    margin-top:-118px;
    padding-top:118px;
    background:#050607 !important;
}

.page-hero-bg{
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, #11161b 0%, #1a2027 45%, #090909 100%);
}

.about-hero-image{
    position:absolute;
    inset:0;
    top:118px !important;
    width:100%;
    height:calc(100% - 118px) !important;
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.92) 0%,
            rgba(5,6,7,.70) 28%,
            rgba(5,6,7,.28) 58%,
            rgba(5,6,7,.88) 100%
        ),
        url('/images/eon/about-hero.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    opacity:.95;
}
.investors-hero .page-hero-bg{
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.92) 0%,
            rgba(5,6,7,.72) 35%,
            rgba(5,6,7,.35) 65%,
            rgba(5,6,7,.12) 100%
        ),
        url('/images/eon/investors-bg.png') !important;

    background-size:cover !important;
    background-position:center right !important;
    background-repeat:no-repeat !important;
}
.newsroom-hero .page-hero-bg{
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.92) 0%,
            rgba(5,6,7,.72) 35%,
            rgba(5,6,7,.35) 65%,
            rgba(5,6,7,.12) 100%
        ),
        url('/images/eon/newsroom-bg.png') !important;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
}
.media-hero .page-hero-bg{
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.88) 0%,
            rgba(5,6,7,.62) 34%,
            rgba(5,6,7,.26) 65%,
            rgba(5,6,7,.12) 100%
        ),
        url('/images/eon/media-center-bg.png') !important;

    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
}

.page-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.12) 100%);
    z-index:1;
}

.page-hero-content{
    position:relative;
    z-index:2;
    max-width:760px;
    padding:120px 70px 90px;
}

.page-hero h1,
.page-hero-content h1{
    font-size:76px;
    line-height:.95;
    margin:26px 0 24px;
    text-transform:uppercase;
}

.page-hero p,
.page-hero-content p{
    font-size:22px;
    line-height:1.65;
    color:#e2e2de;
    max-width:640px;
}

.content-section{
    background:#0e3444 !important;
    padding:90px 60px 110px;
}

.two-col,
.project-detail,
.contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:start;
    margin-bottom:70px;
}

.content-section h2,
.two-col h2{
    font-size:64px;
    line-height:.95;
    margin-top:18px;
    text-transform:uppercase;
}

.content-section p,
.two-col p{
    font-size:19px;
    line-height:1.9;
    color:#d7d7d2;
    max-width:720px;
    margin-bottom:22px;
}

.info-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:45px;
}

.info-grid div{
    position:relative;
    background:#152f37 !important;
    border:1px solid rgba(244,180,0,.18);
    padding:34px 28px;
    overflow:hidden;
    transition:.35s ease;
}

.info-grid div::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:3px;
    height:100%;
    background:var(--gold);
}

.info-grid div:hover{
    transform:translateY(-6px);
    border-color:rgba(244,180,0,.32);
    box-shadow:0 20px 40px rgba(0,0,0,.32), 0 0 28px rgba(244,180,0,.08);
}

.info-grid strong{
    display:block;
    color:var(--gold);
    font-size:54px;
    font-weight:900;
    line-height:1;
    margin-bottom:14px;
}

.info-grid span{
    display:block;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    letter-spacing:.02em;
}

/* =========================
   GENERIC CARDS
========================= */

.team-grid,
.news-grid,
.media-grid,
.investor-doc-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}

.team-card,
.news-card,
.investor-doc-grid div{
    background:#152f37;
    border:1px solid rgba(244,180,0,.18);
    padding:28px;
}

.portrait,
.news-image,
.media-box,
.large-image,
.document-slot{
    height:260px;
    background:#171a1d !important;
    border:1px dashed rgba(255,255,255,.16) !important;
    margin-bottom:22px;
}

.team-card h3,
.news-card h3,
.investor-doc-grid h3{
    color:var(--gold);
    text-transform:uppercase;
    margin-bottom:12px;
}

.team-card span,
.news-card span{
    display:block;
    color:#aaa;
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:12px;
}

.roadmap-block{
    margin-bottom:55px;
}

.roadmap-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:14px;
    margin-top:26px;
}

.roadmap-grid div{
    background:#152f37;
    border-top:4px solid var(--gold);
    padding:24px;
}

.roadmap-grid strong{
    display:block;
    color:var(--gold);
    font-size:34px;
}

.inner-projects{
    margin-top:30px;
}

.gold-list{
    list-style:none;
    margin-top:25px;
}

.gold-list li{
    padding:13px 0;
    border-bottom:1px solid rgba(188,194,201,.12);
    color:#ddd;
}

.tradingview-large{
    height:520px;
    margin-bottom:40px;
}

.tradingview-large .tradingview-widget-container{
    height:460px;
    background:#111;
    border:1px solid rgba(188,194,201,.12);
    margin-top:20px;
}

.contact-form{
    display:grid;
    gap:14px;
}

.contact-form input,
.contact-form textarea{
    background:#11161b;
    border:1px solid rgba(188,194,201,.12);
    color:#fff;
    padding:16px;
}

.contact-form textarea{
    height:160px;
}

.muted{
    color:#bfc1be!important;
}

.legal-content{
    max-width:1100px;
}

.document-slot{
    display:grid;
    place-items:center;
}

/* =========================
   ANIMATION
========================= */

.reveal{
    opacity:0;
    transform:translateY(24px);
    transition:all .7s ease;
}

.reveal.visible{
    opacity:1;
    transform:translateY(0);
}

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

@media(max-width:1200px){

    .site-header{
        grid-template-columns:300px 1fr 190px;
        padding:0 22px;
    }

    .main-nav{
        gap:24px;
    }

    .main-nav a{
        font-size:11px;
    }

    .logo img{
        height:82px !important;
    }

    .logo-info strong{
        font-size:15px;
    }

    .hero-content{
        padding-left:32px;
    }

    .hero h1{
        font-size:50px;
    }

    .live-market,
    .metrics-grid,
    .project-card-grid,
    .investor-section,
    .footer-grid,
    .team-grid,
    .news-grid,
    .media-grid,
    .investor-doc-grid{
        grid-template-columns:1fr 1fr;
    }

    .highlight-intro,
    .two-col,
    .project-detail,
    .contact-grid{
        grid-template-columns:1fr;
    }

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

    .highlights .section-label,
    .highlight-intro,
    .metrics-grid,
    .mini-disclaimer{
        max-width:64% !important;
    }

    .metrics-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    }

    .background-mine{
        width:42% !important;
    }
}

@media(max-width:768px){

    .site-header{
        height:82px !important;
        grid-template-columns:72px 1fr 74px !important;
        padding:0 12px !important;
        gap:10px !important;
        align-items:center !important;
    }

    .logo{
        height:82px !important;
    }

    .logo img{
        height:112px !important;
        width:auto !important;
        display:block !important;
    }

    .main-nav{
        display:none;
    }

    .tradingview-quote{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        width:170px !important;
        height:82px !important;
        transform:scale(.72) !important;
        transform-origin:center center !important;
        overflow:visible !important;
        margin-top:-2px !important;
        border-left:none !important;
        padding-left:0 !important;
        justify-self:center !important;
    }

    .tradingview-quote .tradingview-widget-container{
        width:220px !important;
        height:110px !important;
        overflow:visible !important;
    }

    .nav-toggle{
        width:64px !important;
        height:40px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        justify-self:end !important;
        margin-right:0 !important;
        background:transparent !important;
        border:1px solid var(--gold) !important;
        color:var(--gold) !important;
        font-size:11px !important;
        font-weight:900 !important;
        letter-spacing:.03em !important;
    }

    .hero{
        min-height:620px !important;
        height:auto !important;
    }

    .hero-content{
        padding:115px 16px 40px !important;
        max-width:100% !important;
    }

    .hero-kicker{
        font-size:10px !important;
        line-height:1.2 !important;
        gap:10px !important;
        max-width:280px !important;
    }

    .hero-kicker span{
        width:42px !important;
        height:3px !important;
    }

    .hero h1{
        font-size:30px !important;
        line-height:1.02 !important;
        margin:14px 0 !important;
        letter-spacing:.5px !important;
    }

    .hero-content p{
        font-size:13px !important;
        line-height:1.55 !important;
        max-width:280px !important;
    }

    .hero-actions{
        margin-top:22px !important;
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
        gap:12px !important;
    }

    .btn{
        width:100% !important;
        min-width:0 !important;
        height:54px !important;
        min-height:54px !important;
        padding:0 14px !important;
        font-size:11px !important;
        gap:10px !important;
    }

    .hero-location,
    .hero-slider{
        display:none !important;
    }

    .live-market,
    .project-card-grid,
    .projects-grid,
    .investor-section,
    .footer-grid,
    .team-grid,
    .news-grid,
    .media-grid,
    .investor-doc-grid,
    .info-grid,
    .roadmap-grid{
        grid-template-columns:1fr !important;
    }

    .live-market,
    .highlights,
    .projects-preview,
    .projects,
    .investor-section,
    .footer,
    .content-section{
        padding-left:22px !important;
        padding-right:22px !important;
    }

    .background-mine{
        width:100% !important;
        opacity:.18 !important;
        background-position:center right !important;
    }

    .highlights .section-label,
    .highlight-intro,
    .metrics-grid,
    .mini-disclaimer{
        max-width:100% !important;
    }

    .highlight-intro{
        gap:20px !important;
        margin-bottom:38px !important;
    }

    .highlight-intro h2{
        font-size:30px !important;
    }

    .highlight-intro p{
        font-size:14px !important;
    }

    .metrics-grid{
        grid-template-columns:1fr 1fr !important;
        gap:18px !important;
    }

    .metric{
        min-height:auto !important;
        padding:22px 18px !important;
    }

    .metric strong{
        font-size:24px !important;
    }

    .metric h3{
        font-size:14px !important;
    }

    .metric p{
        font-size:12px !important;
    }

    .projects-head,
    .footer-bottom{
        display:block;
    }

    .project-image,
    .project-img{
        height:220px;
    }

    .project-body,
    .project-content{
        padding:26px 22px;
    }

    .investor-section{
        gap:40px;
    }

    .footer-grid{
        grid-template-columns:1fr !important;
        gap:28px !important;
    }

    .footer-logo img{
        width:115px !important;
    }

    .page-hero{
        min-height:560px;
    }

    .about-hero-image{
        width:100%;
        opacity:.30;
    }

    .page-hero-content{
        padding:120px 22px 70px;
    }

    .page-hero h1,
    .page-hero-content h1{
        font-size:48px;
    }

    .page-hero p,
    .page-hero-content p{
        font-size:16px;
    }

    .content-section{
        padding-top:60px;
        padding-bottom:70px;
    }

    .two-col{
        grid-template-columns:1fr;
        gap:40px;
        margin-bottom:44px;
    }

    .two-col h2,
    .content-section h2{
        font-size:42px;
    }

    .two-col p,
    .content-section p{
        font-size:16px;
        line-height:1.75;
    }

    .info-grid{
        grid-template-columns:1fr 1fr !important;
        gap:16px;
    }

    .info-grid div{
        padding:24px 18px;
    }

    .info-grid strong{
        font-size:34px;
    }

    .info-grid span{
        font-size:14px;
    }
}

@media(max-width:520px){

    .metrics-grid,
    .info-grid,
    .hero-actions{
        grid-template-columns:1fr !important;
    }
}
/* FINAL HEADER OVERRIDE */

.site-header{
    height:86px !important;
    min-height:86px !important;
    max-height:86px !important;

    display:grid !important;
    grid-template-columns:360px 1fr 230px !important;
    align-items:center !important;

    padding:0 38px !important;

    background:#0e3444 !important;
    overflow:hidden !important;
}

.logo{
    height:86px !important;
    display:flex !important;
    align-items:center !important;
    gap:18px !important;
}

.logo img{
    height:92px !important;
    max-height:92px !important;
    width:auto !important;
    clip-path:inset(0 0 34% 0) !important;
}

.main-nav{
    height:86px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.tradingview-quote{
    height:86px !important;
    max-height:86px !important;
    width:220px !important;
    align-items:center !important;
}
/* HARD HEADER FIX */

.site-header{
    height:86px !important;
    min-height:86px !important;
    max-height:86px !important;

    padding:0 38px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    background:#0e3444 !important;

    overflow:hidden !important;
}

.logo{
    height:86px !important;
    width:360px !important;

    display:flex !important;
    align-items:center !important;
    gap:18px !important;

    flex-shrink:0 !important;
}

.logo img{
    height:92px !important;
    width:auto !important;

    clip-path:inset(0 0 34% 0) !important;
}

.logo-info strong{
    font-size:17px !important;
}

.logo-info span{
    font-size:12px !important;
}

.main-nav{
    height:86px !important;

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

    gap:36px !important;

    flex:1 !important;
}

.tradingview-quote{
    height:86px !important;
    width:220px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;

    flex-shrink:0 !important;

    overflow:hidden !important;
}
.site-header{
    height:86px !important;
    min-height:86px !important;
    max-height:86px !important;
}
.projects-hero .page-hero-bg{
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.94) 0%,
            rgba(5,6,7,.82) 34%,
            rgba(5,6,7,.45) 58%,
            rgba(5,6,7,.18) 100%
        ),
        url('/images/eon/projects-bg.png') !important;

    background-size:cover !important;
    background-position:center right !important;
    background-repeat:no-repeat !important;
}
.treasure-project-hero .page-hero-bg{
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.92) 0%,
            rgba(5,6,7,.72) 35%,
            rgba(5,6,7,.38) 65%,
            rgba(5,6,7,.15) 100%
        ),
        url('/images/eon/treasure-project-bg.png') !important;

    background-size:cover !important;
    background-position:center right !important;
    background-repeat:no-repeat !important;
}

.treasure-detail-image{
    background:url('/images/eon/treasure-canyon-lode2.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    min-height:520px;
    border:1px solid rgba(244,180,0,.16);
}
.large-image.treasure-detail-image{
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.06),
            rgba(0,0,0,.24)
        ),
        url('/images/eon/treasure-canyon-lode2.png') !important;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;

    min-height:520px !important;

    border:1px solid rgba(244,180,0,.16) !important;
}

.large-image.treasure-detail-image::before,
.large-image.treasure-detail-image::after{
    display:none !important;
    content:none !important;
}

.large-image.image-placeholder{
    background:none !important;
}
.placer-hero .page-hero-bg{
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.92) 0%,
            rgba(5,6,7,.72) 35%,
            rgba(5,6,7,.38) 65%,
            rgba(5,6,7,.15) 100%
        ),
        url('/images/eon/placer-hero.jpg') !important;

    background-size:cover !important;
    background-position:center right !important;
    background-repeat:no-repeat !important;
}

.large-image.placer-detail-image{
    background:
        linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.25)),
        url('/images/eon/placer-detail.jpg') !important;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;

    min-height:520px !important;
    border:1px solid rgba(244,180,0,.16) !important;
}
.placer-hero .page-hero-bg{
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.92) 0%,
            rgba(5,6,7,.72) 35%,
            rgba(5,6,7,.35) 65%,
            rgba(5,6,7,.12) 100%
        ),
        url('/images/eon/placer-hero.png') !important;

    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
}
.large-image.placer-detail-image{
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.05),
            rgba(0,0,0,.22)
        ),
        url('/images/eon/placer-detail.png') !important;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;

    min-height:520px !important;

    border:1px solid rgba(244,180,0,.16) !important;
}

.large-image.placer-detail-image::before,
.large-image.placer-detail-image::after{
    display:none !important;
    content:none !important;
}
.regional-hero .page-hero-bg{
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.92) 0%,
            rgba(5,6,7,.72) 35%,
            rgba(5,6,7,.35) 65%,
            rgba(5,6,7,.12) 100%
        ),
        url('/images/eon/regional-hero.png') !important;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
}

.large-image.regional-detail-image{
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.05),
            rgba(0,0,0,.24)
        ),
        url('/images/eon/regional-detail.png') !important;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;

    min-height:520px !important;

    border:1px solid rgba(244,180,0,.16) !important;
}

.large-image.regional-detail-image::before,
.large-image.regional-detail-image::after{
    display:none !important;
    content:none !important;
}
.ada-hero .page-hero-bg{
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.92) 0%,
            rgba(5,6,7,.72) 35%,
            rgba(5,6,7,.35) 65%,
            rgba(5,6,7,.12) 100%
        ),
        url('/images/eon/ada-hero.png') !important;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
}

.large-image.ada-detail-image{
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.05),
            rgba(0,0,0,.24)
        ),
        url('/images/eon/ada-detail.png') !important;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;

    min-height:520px !important;

    border:1px solid rgba(244,180,0,.16) !important;
}

.large-image.ada-detail-image::before,
.large-image.ada-detail-image::after{
    display:none !important;
    content:none !important;
}
.otto-hero .page-hero-bg{
    background:
        linear-gradient(
            90deg,
            rgba(5,6,7,.92) 0%,
            rgba(5,6,7,.72) 35%,
            rgba(5,6,7,.35) 65%,
            rgba(5,6,7,.12) 100%
        ),
        url('/images/eon/otto-hero.png') !important;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
}

.large-image.otto-detail-image{
    background:
        linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.24)),
        url('/images/eon/otto-detail.png') !important;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;

    min-height:520px !important;
    border:1px solid rgba(244,180,0,.16) !important;
}

.large-image.otto-detail-image::before,
.large-image.otto-detail-image::after{
    display:none !important;
    content:none !important;
}
.portrait.aleksandr-photo{
    background:url('/images/eon/aleksandr-dekhtyar.png') !important;
    background-size:contain !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:#fff;
}
.portrait.andrew-photo{
    background:url('/images/eon/andrew-osichnuk.png') !important;
    background-size:contain !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:#fff;
}
.portrait.jose-photo{
    background:url('/images/eon/jose-kreidler.png') !important;
    background-size:contain !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:#fff;
}