
:root{
  --ink:#0B1F2A;
  --ink-2:#183440;
  --paper:#F5F3ED;
  --white:#FFFFFF;
  --mist:#E8ECEA;
  --line:#CAD3D0;
  --north:#2D6674;
  --quiet:#66767B;
  --max:1180px;
  --radius:22px;
  --shadow:0 18px 60px rgba(11,31,42,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.eyebrow{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--north)}
.display{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3.1rem,7vw,7.2rem);
  font-weight:400;
  line-height:.94;
  letter-spacing:-.055em;
  margin:0;
}
.h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.7rem,5.5vw,5.4rem);line-height:.98;letter-spacing:-.045em;font-weight:400;margin:.35em 0}
.h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.035em;font-weight:400;margin:.3em 0}
.h3{font-size:1.2rem;line-height:1.25;margin:.2em 0 .6em}
.lede{font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.55;color:var(--ink-2);max-width:760px}
.muted{color:var(--quiet)}
.small{font-size:.9rem}
.rule{height:1px;background:var(--line)}
.header{
  position:sticky;top:0;z-index:50;
  background:color-mix(in srgb,var(--paper) 90%,transparent);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(11,31,42,.08)
}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:290px;height:auto}
.navlinks{display:flex;gap:25px;align-items:center;font-size:.9rem;font-weight:600}
.navlinks a{position:relative}
.navlinks a:not(.button)::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--ink);transition:.25s}
.navlinks a:hover::after,.navlinks a.active::after{right:0}
.button{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid var(--ink);padding:13px 19px;border-radius:999px;
  font-size:.9rem;font-weight:700;transition:.2s;background:transparent
}
.button:hover{transform:translateY(-1px);background:var(--ink);color:var(--white)}
.button.dark{background:var(--ink);color:var(--white)}
.button.dark:hover{background:var(--north);border-color:var(--north)}
.mobile-toggle{display:none;background:none;border:0;font-size:1.5rem;color:var(--ink)}
.hero{min-height:calc(100vh - 84px);display:grid;align-items:end;padding:90px 0 60px;overflow:hidden;position:relative}
.hero::before{
  content:"";position:absolute;right:-15vw;top:8vh;width:58vw;height:58vw;border-radius:50%;
  border:1px solid rgba(45,102,116,.16);box-shadow:0 0 0 80px rgba(45,102,116,.035),0 0 0 160px rgba(45,102,116,.025);
  pointer-events:none
}
.hero-grid{display:grid;grid-template-columns:1.55fr .65fr;gap:70px;align-items:end;position:relative}
.hero-side{border-left:1px solid var(--line);padding-left:28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.section{padding:105px 0}
.section.white{background:var(--white)}
.section.ink{background:var(--ink);color:var(--white)}
.section-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;margin-bottom:55px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:rgba(255,255,255,.38)}
.white .card{background:var(--white)}
.card-num{font-family:Georgia,serif;font-size:2.5rem;color:var(--north);line-height:1}
.card p{color:var(--quiet)}
.ink .card{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.04)}
.ink .card p{color:#C7D1D1}
.client-question{
  font-family:Georgia,serif;font-size:clamp(2rem,4vw,4rem);line-height:1.08;
  max-width:950px;margin:0
}
.path{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);margin-top:50px}
.path-item{padding:24px 18px 0 0;position:relative}
.path-item::before{content:"";width:9px;height:9px;background:var(--north);border-radius:50%;position:absolute;top:-5px;left:0}
.path-item strong{display:block;margin-bottom:8px}
.quote{font-family:Georgia,serif;font-size:clamp(2rem,4.5vw,4.2rem);line-height:1.08;letter-spacing:-.035em;max-width:1000px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.stat{background:var(--paper);padding:26px}
.stat strong{display:block;font-family:Georgia,serif;font-size:2.3rem;font-weight:400}
.service-list{border-top:1px solid var(--line)}
.service-row{display:grid;grid-template-columns:80px 1fr 1fr;gap:25px;padding:34px 0;border-bottom:1px solid var(--line);align-items:start}
.service-row .num{font-family:Georgia,serif;font-size:1.6rem;color:var(--north)}
.service-row h3{font-family:Georgia,serif;font-size:1.8rem;font-weight:400;margin:0}
.service-row p{margin:0;color:var(--quiet)}
.pill{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:.76rem;font-weight:700;margin:4px 4px 4px 0}
.founder{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:start}
.founder-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px}
.founder-mark{width:72px;height:72px;margin-bottom:25px}
.list{list-style:none;padding:0;margin:24px 0}
.list li{padding:14px 0;border-bottom:1px solid var(--line)}
.list li::before{content:"→";margin-right:12px;color:var(--north)}
.cta{padding:80px 0}
.cta-box{border-radius:32px;background:var(--ink);color:white;padding:clamp(35px,6vw,75px)}
.cta-box .lede{color:#D4DDDC}
.footer{background:#07171E;color:#C9D2D0;padding:70px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:50px}
.footer a:hover{color:white}
.footer-logo{filter:none;width:250px;margin-bottom:18px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.82rem}
.page-hero{padding:100px 0 70px;border-bottom:1px solid var(--line)}
.breadcrumb{font-size:.8rem;color:var(--quiet)}
.insight{border-top:1px solid var(--line);padding:28px 0;display:grid;grid-template-columns:150px 1fr 110px;gap:25px;align-items:start}
.insight h3{font-family:Georgia,serif;font-size:1.7rem;font-weight:400;margin:0}
.form{display:grid;gap:16px}
.field{display:grid;gap:7px}
.field label{font-size:.82rem;font-weight:700}
.field input,.field textarea,.field select{
  width:100%;border:1px solid var(--line);border-radius:13px;background:white;padding:14px 15px;color:var(--ink)
}
.field textarea{min-height:150px;resize:vertical}
.notice{padding:15px 18px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.45);font-size:.86rem;color:var(--quiet)}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}
.reveal.on{opacity:1;transform:none}
@media(max-width:900px){
  .nav{height:74px}.brand img{width:245px}
  .mobile-toggle{display:block}
  .navlinks{display:none;position:absolute;left:20px;right:20px;top:78px;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:20px;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}
  .navlinks.open{display:flex}
  .hero{min-height:auto;padding:80px 0}
  .hero-grid,.section-head,.split,.founder{grid-template-columns:1fr;gap:35px}
  .hero-side{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .path{grid-template-columns:1fr}
  .path-item{border-left:1px solid var(--line);padding:0 0 28px 24px}
  .path-item::before{left:-5px;top:7px}
  .service-row{grid-template-columns:55px 1fr}.service-row p{grid-column:2}
  .stats{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .insight{grid-template-columns:1fr;gap:8px}
  .footer-bottom{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}

.botcheck{display:none!important}.splitforms-attribution{font-size:.78rem;color:var(--quiet);text-align:right;margin:.4rem 0 0}.splitforms-attribution a{text-decoration:underline;text-underline-offset:3px}

.empty-state{border:1px solid var(--line);border-radius:var(--radius);padding:54px;max-width:850px}.category-chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.insight-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px;margin-bottom:18px}.breadcrumb{font-size:.85rem;margin-bottom:24px}.article-head{max-width:900px}.article-meta{color:var(--quiet)}.featured-image img{width:100%;max-height:650px;object-fit:cover;border-radius:18px}.article-layout{display:grid;grid-template-columns:180px minmax(0,780px);gap:50px;justify-content:center}.article-tools{display:flex;flex-direction:column;gap:8px}.article-tools button{border:1px solid var(--line);background:#fff;padding:9px;border-radius:8px;cursor:pointer}.toc{display:grid;gap:7px;margin-top:20px;font-size:.78rem}.toc a{color:var(--quiet)}.toc a.toc-level-h3{padding-left:10px}.article-shell table{width:100%;border-collapse:collapse;display:block;overflow:auto}.article-shell th,.article-shell td{border:1px solid var(--line);padding:9px}.article-shell pre{overflow:auto;background:#10242c;color:#eef7f8;padding:18px;border-radius:10px}.article-tags{display:flex;gap:8px;flex-wrap:wrap}.author-box{display:grid;grid-template-columns:80px 1fr;gap:20px;border-top:1px solid var(--line);margin-top:40px;padding-top:28px}.author-box img{width:80px}.search-form{max-width:700px}.notice{padding:14px;border-radius:10px;margin-bottom:14px}.notice.success{background:#e4f4eb;color:#155d3c}.notice.error{background:#fde8e8;color:#8d2530}
.toc .toc-link{display:block;font-family:inherit;font-size:.82rem;font-weight:600;line-height:1.4;letter-spacing:0;margin:0;overflow-wrap:anywhere}
.toc .toc-level-h3{font-weight:500}
@media(max-width:900px){.article-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.article-tools .toc{grid-column:1/-1;margin-top:12px}}
@media(max-width:900px){.insight-grid{grid-template-columns:1fr 1fr}.article-layout{grid-template-columns:1fr}.article-tools{flex-direction:row}.empty-state{padding:32px}}
@media(max-width:600px){.insight-grid{grid-template-columns:1fr}.author-box{grid-template-columns:60px 1fr}.author-box img{width:60px}}

/* EraNorth Strategic AI */
.en-ai-fab{position:fixed;right:24px;bottom:24px;z-index:90;display:flex;align-items:center;gap:10px;padding:11px 17px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:#0B1F2A;color:#fff;box-shadow:0 15px 38px rgba(11,31,42,.24);font-weight:750;cursor:pointer}
.en-ai-fab:hover{transform:translateY(-1px)}
.en-ai-fab-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#176FFF,#55CBFF);font-size:.67rem;font-weight:900;letter-spacing:.04em}
.en-ai-panel{position:fixed;right:24px;bottom:88px;z-index:95;width:min(430px,calc(100vw - 28px));max-height:min(78vh,760px);display:flex;flex-direction:column;border:1px solid rgba(11,31,42,.12);border-radius:26px;background:rgba(255,255,255,.98);box-shadow:0 26px 70px rgba(11,31,42,.22);overflow:hidden}
.en-ai-panel[hidden]{display:none}
.en-ai-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--line)}
.en-ai-brand{display:flex;align-items:center;gap:12px}
.en-ai-brand img{width:42px;height:42px}
.en-ai-name{font-weight:850;letter-spacing:.025em;font-size:.92rem}
.en-ai-sub{font-size:.76rem;color:var(--quiet);font-weight:650}
.en-ai-close{border:none;background:#EEF1EF;width:38px;height:38px;border-radius:50%;font-size:21px;cursor:pointer}
.en-ai-chips{display:flex;gap:7px;flex-wrap:wrap;padding:13px 18px 7px;border-bottom:1px solid rgba(202,211,208,.5)}
.en-ai-chip{padding:7px 11px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:.79rem;font-weight:700;cursor:pointer}
.en-ai-body{padding:15px 18px;overflow:auto;display:flex;flex-direction:column;gap:12px;min-height:300px;max-height:52vh;background:#F7F8F7}
.en-ai-msg{padding:14px 16px;border-radius:17px;line-height:1.55;font-size:.93rem}
.en-ai-msg.bot{background:#fff;color:#18272E;align-self:flex-start;max-width:92%;border:1px solid #E5E9E7}
.en-ai-msg.user{background:#0B1F2A;color:#fff;align-self:flex-end;max-width:90%}
.en-ai-form{display:flex;gap:9px;padding:13px 14px;background:#fff;border-top:1px solid var(--line)}
.en-ai-input{flex:1;min-width:0;padding:13px 14px;border-radius:16px;border:1px solid var(--line);font:inherit}
.en-ai-send{width:50px;border:none;border-radius:16px;background:#0B1F2A;color:#fff;font-size:20px;cursor:pointer}
.en-ai-send:disabled{opacity:.55}
.en-ai-note{padding:0 16px 13px;background:#fff;color:var(--quiet);font-size:.72rem}
@media(max-width:760px){
  .en-ai-panel{right:10px;left:10px;bottom:78px;width:auto;max-height:82vh}
  .en-ai-fab{right:12px;bottom:12px}
}



/* EraNorth brand refresh */
:root{
  --navy-900:#071019;
  --navy-850:#0B1620;
  --navy-800:#0E1C29;
  --navy-700:#142232;
  --blue-500:#1F8FFF;
  --blue-400:#55D6FF;
  --silver-100:#E8EEF7;
  --silver-300:#BBC8D9;
}
body{
  background:
    radial-gradient(1200px 520px at 82% -8%, rgba(31,143,255,.10), transparent 45%),
    radial-gradient(900px 400px at 18% 0%, rgba(85,214,255,.06), transparent 40%),
    linear-gradient(180deg, #F8FBFF 0%, #F5F7FA 100%);
}
.site-header,
header.site-header{
  background: rgba(8,16,24,.82) !important;
  border-color: rgba(255,255,255,.08) !important;
  box-shadow: 0 20px 50px rgba(6,14,22,.28);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}
.site-header .navlinks a,
header.site-header .navlinks a,
.site-header nav a{
  color: rgba(255,255,255,.86) !important;
}
.site-header .navlinks a:hover,
header.site-header .navlinks a:hover,
.site-header nav a:hover{
  color: #ffffff !important;
}
.site-header .navlinks .active,
header.site-header .navlinks .active{
  color: #fff !important;
  border-bottom-color: var(--blue-400) !important;
}
.brand-logo,
.brand-wordmark{
  display:block;
  width:auto;
  height:44px !important;
  max-width:min(290px, 55vw);
  object-fit:contain;
  filter: drop-shadow(0 6px 20px rgba(31,143,255,.18));
}
.brand-wordmark-footer{
  height:38px !important;
  width:auto;
  max-width:250px;
}
@media (max-width: 760px){
  .brand-logo,
  .brand-wordmark{
    height:34px !important;
    max-width:220px;
  }
}
.hero,
.hero-section,
.page-hero{
  background:
    radial-gradient(900px 380px at 80% 8%, rgba(31,143,255,.20), transparent 42%),
    linear-gradient(180deg, #081018 0%, #0D1924 100%) !important;
  color:#fff !important;
}
.hero p,
.hero-section p,
.page-hero p,
.hero .eyebrow,
.hero-section .eyebrow{
  color: rgba(255,255,255,.82) !important;
}
.hero h1,
.hero-section h1,
.page-hero h1{
  color:#fff !important;
}
.hero .btn-primary,
.hero-section .btn-primary,
.page-hero .btn-primary{
  background: linear-gradient(135deg, var(--blue-500), var(--blue-400)) !important;
  color:#071019 !important;
  border: none !important;
}
.hero .btn-secondary,
.hero-section .btn-secondary,
.page-hero .btn-secondary{
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.24) !important;
}
section.dark-band,
.dark-band,
footer.site-footer,
.site-footer{
  background:
    radial-gradient(800px 240px at 90% 0%, rgba(31,143,255,.12), transparent 35%),
    linear-gradient(180deg, #081018 0%, #0A1420 100%) !important;
  color:#fff !important;
}
.site-footer a, footer.site-footer a{color:rgba(255,255,255,.84) !important;}
.site-footer a:hover, footer.site-footer a:hover{color:#fff !important;}
.card,
.panel,
.feature-card{
  border-color: rgba(20,34,50,.08) !important;
  box-shadow: 0 14px 40px rgba(16,28,41,.07);
}
.pill,
.badge{
  background: rgba(31,143,255,.10) !important;
  color: #0C4FB8 !important;
  border: 1px solid rgba(31,143,255,.18) !important;
}
.en-ai-fab{
  background: linear-gradient(135deg, #081018, #0E1C29) !important;
  border-color: rgba(85,214,255,.18) !important;
}
.en-ai-panel{
  border-color: rgba(11,22,32,.14) !important;
  box-shadow: 0 26px 70px rgba(7,16,25,.22) !important;
}
.en-ai-brand img{
  width:48px !important;
  height:48px !important;
}
.en-ai-name{
  letter-spacing:.04em !important;
}
.en-ai-send{
  background: linear-gradient(135deg, var(--blue-500), var(--blue-400)) !important;
  color:#071019 !important;
}


/* Version 7: header wordmark visibility fix */
.header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(7,16,25,.92) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 10px 34px rgba(7,16,25,.20);
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
}
.header .nav{
  height:86px;
  min-height:86px;
}
.header .brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  height:100%;
  overflow:visible;
}
.header .brand img{
  display:block;
  width:260px !important;
  max-width:32vw;
  height:auto !important;
  max-height:54px !important;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 5px 16px rgba(31,143,255,.18));
}
.header .navlinks{
  color:#fff;
}
.header .navlinks a{
  color:rgba(255,255,255,.88) !important;
}
.header .navlinks a:hover,
.header .navlinks a.active{
  color:#fff !important;
}
.header .navlinks a:not(.button)::after{
  background:#55D6FF !important;
}
.header .button.dark{
  background:#fff !important;
  color:#0B1F2A !important;
  border-color:#fff !important;
}
.header .button.dark:hover{
  background:#55D6FF !important;
  border-color:#55D6FF !important;
  color:#071019 !important;
}
.mobile-toggle{
  color:#fff !important;
}
@media(max-width:1050px){
  .header .brand img{
    width:220px !important;
    max-width:30vw;
  }
  .navlinks{gap:18px}
}
@media(max-width:900px){
  .header .nav{
    height:74px;
    min-height:74px;
  }
  .header .brand img{
    width:205px !important;
    max-width:62vw;
    max-height:42px !important;
  }
  .header .navlinks{
    background:#0B1620 !important;
    border-color:rgba(255,255,255,.10) !important;
  }
}


/* Version 8: high-resolution glowing wordmark */
.header .brand img,
.footer-brand img,
.contact-brand img{
  image-rendering:auto;
}
.header .brand img{
  width:320px !important;
  max-width:36vw;
  max-height:60px !important;
  height:auto !important;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 6px 16px rgba(45,172,255,.18));
}
@media(max-width:1200px){
  .header .brand img{
    width:290px !important;
    max-width:34vw;
    max-height:56px !important;
  }
}
@media(max-width:900px){
  .header .brand img{
    width:240px !important;
    max-width:64vw;
    max-height:46px !important;
  }
}
@media(max-width:640px){
  .header .brand img{
    width:220px !important;
    max-width:66vw;
    max-height:42px !important;
  }
}



/* Version 10: transparent EraNorth wordmark */
.header{
  background:rgba(7,16,25,.94) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 8px 28px rgba(7,16,25,.20);
  backdrop-filter:blur(16px) saturate(125%);
  -webkit-backdrop-filter:blur(16px) saturate(125%);
}

.header .nav{
  height:88px;
  min-height:88px;
}

.header .brand{
  display:flex;
  align-items:center;
  height:100%;
  padding:0 !important;
  margin:0;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible;
}

.header .brand::before,
.header .brand::after{
  display:none !important;
  content:none !important;
}

.header .brand img{
  display:block;
  width:320px !important;
  max-width:34vw;
  height:auto !important;
  max-height:68px !important;
  object-fit:contain;
  object-position:left center;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:drop-shadow(0 4px 12px rgba(22,125,255,.14));
}

.header .navlinks a{
  color:rgba(255,255,255,.88) !important;
}

.header .navlinks a:hover,
.header .navlinks a.active{
  color:#fff !important;
}

.header .navlinks a:not(.button)::after{
  background:#55D6FF !important;
}

.header .button.dark{
  background:#fff !important;
  color:#071019 !important;
  border-color:#fff !important;
}

.header .button.dark:hover{
  background:#55D6FF !important;
  color:#071019 !important;
  border-color:#55D6FF !important;
}

.mobile-toggle{
  color:#fff !important;
}

@media(max-width:1100px){
  .header .brand img{
    width:285px !important;
    max-width:32vw;
    max-height:60px !important;
  }
}

@media(max-width:900px){
  .header .nav{
    height:76px;
    min-height:76px;
  }

  .header .brand img{
    width:235px !important;
    max-width:64vw;
    max-height:52px !important;
  }

  .header .navlinks{
    background:#0B1620 !important;
    border:1px solid rgba(255,255,255,.10) !important;
  }
}

@media(max-width:560px){
  .header .brand img{
    width:205px !important;
    max-width:66vw;
    max-height:46px !important;
  }
}


/* Version 11: ultra-HD EraNorth wordmark */
.header .brand img{
  display:block;
  width:330px !important;
  max-width:36vw;
  height:auto !important;
  max-height:66px !important;
  object-fit:contain;
  object-position:left center;
  image-rendering:auto;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  backface-visibility:hidden;
  filter:drop-shadow(0 4px 14px rgba(39,145,255,.16));
}

@media(max-width:1100px){
  .header .brand img{
    width:295px !important;
    max-width:34vw;
    max-height:58px !important;
  }
}

@media(max-width:900px){
  .header .brand img{
    width:240px !important;
    max-width:64vw;
    max-height:50px !important;
  }
}

@media(max-width:560px){
  .header .brand img{
    width:210px !important;
    max-width:66vw;
    max-height:44px !important;
  }
}

.en-ai-sources{margin-top:12px;padding-top:10px;border-top:1px solid #e1e7e9;font-size:.78rem}.en-ai-sources strong{display:block;margin:7px 0 4px}.en-ai-sources ul{margin:0;padding-left:18px}.en-ai-sources a{text-decoration:underline}
