
:root{
 --ink:#142231;--navy:#12283f;--navy2:#1b3f60;--gold:#b58b48;--gold2:#c9a765;
 --stone:#6e7a84;--paper:#f7f4ee;--soft:#f4f6f8;--white:#fff;--muted:#607080;
 --line:#dce2e7;--shadow:0 18px 48px rgba(18,40,63,.10);--radius:22px;--container:1200px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.68}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 40px),var(--container));margin:auto}
.topbar{background:#0d1c2c;color:#dce5ec;font-size:.86rem}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}
.topbar a:hover{color:#fff}
.header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(220,226,231,.9)}
.nav{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}
.brand img{width:360px;max-width:38vw;height:auto}.menu{display:flex;align-items:center;gap:18px;font-weight:750;font-size:.91rem}
.menu>a,.dropdown>a{color:#314155;padding:12px 5px}.menu>a:hover,.menu>a.active,.dropdown>a:hover{color:var(--gold)}
.nav-cta{padding:11px 16px!important;border-radius:999px;background:var(--navy)!important;color:#fff!important}
.nav-cta:hover{background:var(--gold)!important}
.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:44px;left:-15px;width:310px;background:white;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:9px}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:10px 12px;border-radius:9px;color:#405165;font-weight:650}
.dropdown-menu a:hover{background:var(--soft);color:var(--gold)}
.menu-toggle{display:none;border:0;background:var(--navy);color:white;width:45px;height:45px;border-radius:12px;font-size:1.25rem;cursor:pointer}
.hero{position:relative;overflow:hidden;background:linear-gradient(128deg,#0e2033 0%,#153653 61%,#263c50 100%);color:white;padding:92px 0 80px}
.hero:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(181,139,72,.28);border-radius:50%;right:-190px;top:-250px}
.hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .72fr;gap:56px;align-items:center}
.eyebrow,.kicker{display:inline-block;color:#dfc28c;font-weight:850;letter-spacing:.13em;text-transform:uppercase;font-size:.76rem}
.hero h1{font-family:Georgia,'Times New Roman',serif;margin:12px 0 18px;font-size:clamp(2.75rem,5.5vw,5.4rem);line-height:.99;letter-spacing:-.045em}
.hero h1 small{display:block;margin-top:13px;font-family:Inter,Arial,sans-serif;font-size:.24em;letter-spacing:.08em;text-transform:uppercase;color:#d8e2e9}
.hero p{max-width:760px;color:#d5e0e8;font-size:1.12rem;margin:0}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:850;border:1px solid transparent}
.btn-primary{background:var(--gold);color:#fff}.btn-primary:hover{background:#9d753a}.btn-outline{border-color:rgba(255,255,255,.36);color:#fff}.btn-outline:hover{background:#fff;color:var(--navy)}
.hero-photo{position:relative}.hero-photo:before{content:"";position:absolute;inset:-14px 18px 16px -14px;border:1px solid rgba(181,139,72,.65);border-radius:28px}
.hero-photo img{position:relative;width:100%;max-height:520px;object-fit:cover;object-position:center 20%;border-radius:26px;box-shadow:0 25px 80px rgba(0,0,0,.28)}
.stats{margin-top:-28px;position:relative;z-index:6}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}
.stat{padding:25px 22px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat strong{display:block;color:var(--navy);font-size:1.5rem}.stat span{font-size:.88rem;color:var(--muted)}
.section{padding:82px 0}.section.alt{background:var(--soft)}.section.paper{background:var(--paper)}
.section-head{max-width:850px;margin-bottom:34px}.title{font-family:Georgia,'Times New Roman',serif;margin:10px 0 13px;color:var(--navy);font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;letter-spacing:-.035em}.lead{color:var(--muted);font-size:1.05rem;margin:0}
.grid-3,.grid-4{display:grid;gap:20px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 12px 34px rgba(18,40,63,.05);height:100%}
.card .num{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:10px;background:#f2eadc;color:#8e6933;font-weight:900}
.card h3{color:var(--navy);font-size:1.2rem;margin:16px 0 9px}.card p{color:var(--muted);margin:0}.more{display:inline-block;margin-top:15px;color:#9d753a;font-weight:850}
.feature-card{background:linear-gradient(145deg,var(--navy),var(--navy2));color:#fff;border:0}.feature-card h3{color:#fff}.feature-card p{color:#d7e2e9}
.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.profile-block img{border-radius:24px;box-shadow:var(--shadow);max-height:520px;width:100%;object-fit:cover;object-position:center 20%}
.check-list{list-style:none;padding:0;margin:20px 0}.check-list li{position:relative;padding:0 0 12px 28px;color:#536375}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:900}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.badge{padding:7px 11px;border-radius:999px;background:#efe9de;color:#77582b;font-size:.8rem;font-weight:800}
.page-hero{padding:72px 0;background:linear-gradient(130deg,#10243a,#1d496b);color:white}.page-hero .crumb{font-size:.83rem;color:#c7d5df}.page-hero .crumb a{color:#efcf94}.page-hero h1{font-family:Georgia,'Times New Roman',serif;margin:10px 0 14px;font-size:clamp(2.35rem,5vw,4.25rem);line-height:1.04;letter-spacing:-.04em}.page-hero p{max-width:820px;color:#d7e3eb;font-size:1.08rem}
.content{padding:64px 0}.content-wrap{max-width:900px;margin:auto}.content h2{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:2rem;margin:38px 0 12px}.content h3{color:var(--navy);margin:28px 0 10px}.content p,.content li{color:#48596b}.content ul{padding-left:21px}
.service-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:36px;align-items:start}.sidebox{position:sticky;top:112px;background:var(--paper);border:1px solid #e4ddd1;border-radius:18px;padding:22px}.sidebox h3{margin-top:0;color:var(--navy)}.sidebox a{display:block;padding:8px 0;color:#596879}.sidebox a:hover{color:var(--gold)}
.faq details{border-bottom:1px solid var(--line);padding:16px 0}.faq summary{cursor:pointer;font-weight:800;color:var(--navy)}.faq p{margin:10px 0 0}
.article-meta{display:flex;gap:14px;flex-wrap:wrap;color:#6b7a87;font-size:.87rem;margin-top:14px}.article-body{max-width:860px}.author-box{display:grid;grid-template-columns:90px 1fr;gap:18px;align-items:center;background:var(--paper);border-radius:18px;padding:20px;margin-top:36px}.author-box img{width:90px;height:90px;border-radius:50%;object-fit:cover;object-position:center 20%}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.article-card .cat{font-size:.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em;color:#9d753a}.article-card h3{margin:9px 0 8px;color:var(--navy);line-height:1.25}.article-card p{margin:0;color:var(--muted);font-size:.94rem}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.contact-card,.form-card{padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.contact-item{padding:16px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border:0}.contact-item b{display:block;color:var(--navy);margin-bottom:4px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:800;color:#34465a}.field input,.field textarea,.field select{border:1px solid #cfd8df;border-radius:11px;padding:13px 14px;background:#fff;width:100%}.field textarea{min-height:145px;resize:vertical}.notice{padding:14px;border-radius:12px;background:#f4f0e8;color:#67502e;font-size:.9rem}
.cta{padding:58px 0;background:#0e2033;color:white}.cta-box{display:flex;justify-content:space-between;gap:28px;align-items:center}.cta h2{font-family:Georgia,'Times New Roman',serif;margin:0;font-size:2rem}.cta p{margin:8px 0 0;color:#cfdbe4}
.footer{background:#081725;color:#d2dde5;padding:52px 0 22px}.footer-grid{display:grid;grid-template-columns:1.35fr .9fr .9fr .9fr;gap:32px}.footer-logo{width:300px;filter:brightness(0) invert(1);opacity:.96}.footer h3{color:#fff;margin:0 0 12px}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:8px 0}.footer a:hover{color:#efcf94}.socials{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.socials a{border:1px solid rgba(255,255,255,.2);padding:7px 10px;border-radius:999px;font-size:.82rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;margin-top:30px;color:#9fb0bd;font-size:.86rem}
.cookie-banner{position:fixed;z-index:100;left:18px;right:18px;bottom:16px;max-width:1000px;margin:auto;background:#10253c;color:#fff;border-radius:16px;padding:16px 18px;box-shadow:0 18px 55px rgba(0,0,0,.3);display:none;align-items:center;justify-content:space-between;gap:18px}.cookie-banner.show{display:flex}.cookie-banner p{margin:0;font-size:.9rem}.cookie-banner button{border:0;border-radius:999px;padding:9px 14px;font-weight:850;cursor:pointer}.cookie-banner .accept{background:var(--gold);color:#fff}
.cookie-link{background:none;border:0;color:inherit;padding:0;font:inherit;cursor:pointer}
@media(max-width:1050px){
 .topbar{display:none}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.brand img{max-width:310px;width:58vw}
 .menu{display:none;position:absolute;left:0;right:0;top:74px;flex-direction:column;align-items:stretch;gap:0;background:white;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:9px;max-height:75vh;overflow:auto}
 .menu.open{display:flex}.menu>a,.dropdown>a{padding:12px 13px}.dropdown-menu{display:block;position:static;width:auto;border:0;box-shadow:none;padding:0 0 6px 13px}.dropdown-menu a{font-size:.88rem;padding:7px 12px}
 .hero-grid,.split,.contact-grid,.service-layout{grid-template-columns:1fr}.hero-photo{max-width:620px}.sidebox{position:static}.grid-4{grid-template-columns:1fr 1fr}.article-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:680px){
 .container{width:min(calc(100% - 28px),var(--container))}.nav{min-height:72px}.brand img{width:250px;max-width:70vw}
 .hero{padding:64px 0 58px}.hero h1{font-size:2.65rem}.hero-grid{gap:34px}.actions{flex-direction:column}.actions .btn{width:100%}
 .stats{margin-top:-16px}.stats-grid,.grid-3,.grid-4,.article-grid,.form-grid,.footer-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}.stat:last-child{border-bottom:0}
 .section{padding:62px 0}.card{padding:23px}.page-hero{padding:56px 0}.page-hero h1{font-size:2.5rem}.content{padding:50px 0}.author-box{grid-template-columns:70px 1fr}.author-box img{width:70px;height:70px}
 .cta-box,.footer-bottom{flex-direction:column;align-items:flex-start}.cookie-banner{align-items:stretch;flex-direction:column}.cookie-banner div{display:flex;gap:8px}.cookie-banner button{flex:1}
}

.mentor-band{background:linear-gradient(135deg,#f7f4ee 0%,#eef2f5 100%);border-top:1px solid #e3e6e8;border-bottom:1px solid #e3e6e8}
.mentor-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:center}.mentor-panel{background:#10253c;color:#fff;border-radius:26px;padding:34px;box-shadow:var(--shadow)}
.mentor-panel h3{font-family:Georgia,'Times New Roman',serif;font-size:2rem;line-height:1.1;margin:0 0 14px}.mentor-panel p{color:#d7e2e9;margin:0 0 18px}
.mentor-audience{display:flex;flex-wrap:wrap;gap:9px}.mentor-audience span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);padding:7px 10px;border-radius:999px;font-size:.82rem}
.mentor-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}.mentor-step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.mentor-step strong{display:block;color:var(--navy);margin-bottom:5px}.mentor-step span{color:var(--muted);font-size:.9rem}
@media(max-width:1050px){.mentor-grid{grid-template-columns:1fr}.mentor-steps{grid-template-columns:1fr 1fr}}@media(max-width:680px){.mentor-steps{grid-template-columns:1fr}}

/* ===== V3 compact premium navigation & homepage ===== */
.topbar{background:#081a2a}.header{background:rgba(255,255,255,.98)}
.nav{min-height:76px;gap:20px}.brand img{width:275px;max-width:32vw}
.menu{gap:22px;white-space:nowrap;font-size:.91rem}.menu>a{padding:27px 0 24px}
.menu .dropdown{display:none!important}
.hero{padding:102px 0 90px}
.hero-grid{grid-template-columns:minmax(0,1fr) 350px;gap:72px}
.hero h1{font-size:clamp(3rem,6vw,5.6rem);max-width:800px}.hero h1 small{font-size:.23em;margin-top:17px}
.hero-photo{display:none!important}
.hero-mark{display:flex;align-items:center;justify-content:center;min-height:300px}
.hero-mark .mark-wrap{width:285px;height:285px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 0 0 26px rgba(255,255,255,.025)}
.hero-mark img{width:180px;filter:drop-shadow(0 18px 28px rgba(0,0,0,.22))}
.mentor-band{background:linear-gradient(135deg,#f7f3eb,#eef3f7);border-top:1px solid #e4e7e8;border-bottom:1px solid #e4e7e8}
.mentor-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}
.mentor-panel{background:#10253c;color:#fff;border-radius:26px;padding:34px;box-shadow:var(--shadow)}
.mentor-panel h3{font-family:Georgia,'Times New Roman',serif;color:#fff;font-size:2rem;line-height:1.1;margin:0 0 14px}
.mentor-panel p{color:#d7e2e9}.mentor-audience{display:flex;flex-wrap:wrap;gap:9px}.mentor-audience span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);padding:7px 10px;border-radius:999px;font-size:.82rem}
@media(max-width:1080px){
 .topbar{display:none}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}
 .brand img{width:250px;max-width:70vw}.menu{display:none!important;position:absolute;left:0;right:0;top:68px;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:10px;white-space:normal}
 .menu.open{display:flex!important}.menu>a{padding:12px 13px;border-radius:9px}.hero-grid,.mentor-grid{grid-template-columns:1fr}.hero-mark{display:none}.nav-cta{text-align:center}
}
@media(max-width:680px){.nav{min-height:70px}.brand img{width:230px}.hero{padding:66px 0 58px}.hero h1{font-size:2.7rem}}

/* ===== V4 visible brand identity in header ===== */
.brand{
  display:flex!important;
  align-items:center;
  gap:12px;
  min-width:320px;
  color:var(--navy);
  text-decoration:none;
}
.brand-mark{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:12px;
  background:#f6f3ed;
  border:1px solid #e3ddd2;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.brand-mark img{
  width:38px!important;
  max-width:none!important;
  height:auto;
  display:block;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1.05;
  min-width:0;
}
.brand-name{
  font-family:Georgia,'Times New Roman',serif;
  font-weight:700;
  font-size:1.15rem;
  letter-spacing:-.015em;
  color:var(--navy);
  white-space:nowrap;
}
.brand-title{
  margin-top:4px;
  font-size:.67rem;
  font-weight:800;
  letter-spacing:.075em;
  text-transform:uppercase;
  color:#6b7782;
  white-space:nowrap;
}
@media(max-width:1180px){
  .brand{min-width:275px}
  .brand-name{font-size:1.05rem}
  .brand-title{font-size:.61rem}
  .menu{gap:17px;font-size:.88rem}
}
@media(max-width:1080px){
  .brand{min-width:0;max-width:calc(100% - 62px);gap:10px}
  .brand-mark{width:42px;height:42px;flex-basis:42px;border-radius:10px}
  .brand-mark img{width:34px!important}
  .brand-name{font-size:1rem}
  .brand-title{font-size:.57rem;letter-spacing:.055em}
}
@media(max-width:520px){
  .container.nav{width:min(calc(100% - 20px),var(--container))}
  .brand{gap:9px}
  .brand-mark{width:38px;height:38px;flex-basis:38px}
  .brand-mark img{width:31px!important}
  .brand-name{font-size:.94rem}
  .brand-title{font-size:.50rem;letter-spacing:.035em}
  .menu-toggle{width:42px;height:42px;flex:0 0 42px}
}
@media(max-width:390px){
  .brand-title{display:none}
  .brand-name{font-size:.95rem}
}

/* ===== V5 compact header ===== */
.topbar .container{
  min-height:30px!important;
  padding:0!important;
}
.nav{
  min-height:68px!important;
  gap:18px!important;
}
.brand{
  min-width:250px!important;
  max-width:360px!important;
  gap:9px!important;
}
.brand-mark{
  width:38px!important;
  height:38px!important;
  flex:0 0 38px!important;
  border-radius:9px!important;
}
.brand-mark img{
  width:31px!important;
  height:auto!important;
}
.brand-copy{
  line-height:1.02!important;
}
.brand-name{
  font-size:1rem!important;
}
.brand-title{
  margin-top:3px!important;
  font-size:.53rem!important;
  letter-spacing:.045em!important;
}
.menu{
  gap:20px!important;
  font-size:.88rem!important;
}
.menu>a{
  padding:23px 0 21px!important;
}
.nav-cta{
  padding:10px 15px!important;
}

@media(max-width:1180px){
  .brand{min-width:225px!important}
  .menu{gap:14px!important;font-size:.84rem!important}
}
@media(max-width:1080px){
  .nav{min-height:62px!important}
  .brand{min-width:0!important;max-width:calc(100% - 58px)!important}
  .brand-mark{width:36px!important;height:36px!important;flex-basis:36px!important}
  .brand-mark img{width:29px!important}
  .brand-name{font-size:.95rem!important}
  .brand-title{font-size:.50rem!important}
  .menu{top:60px!important}
}
@media(max-width:520px){
  .topbar{display:none!important}
  .nav{min-height:58px!important}
  .brand{gap:8px!important;max-width:calc(100% - 52px)!important}
  .brand-mark{width:34px!important;height:34px!important;flex-basis:34px!important}
  .brand-mark img{width:27px!important}
  .brand-name{font-size:.92rem!important}
  .brand-title{font-size:.47rem!important}
  .menu-toggle{width:40px!important;height:40px!important;flex:0 0 40px!important}
}
@media(max-width:390px){
  .brand-title{display:block!important;font-size:.43rem!important}
  .brand-name{font-size:.89rem!important}
}

/* ===== V6 hard fix: compact header + mobile typography ===== */
.header .nav{
  min-height:64px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
}
.header .brand{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:9px!important;
  min-width:0!important;
  max-width:340px!important;
  padding:0!important;
}
.header .brand-mark{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:34px!important;
  flex:0 0 34px!important;
  border-radius:8px!important;
  overflow:hidden!important;
  background:#f6f3ed!important;
  border:1px solid #e3ddd2!important;
}
.header .brand-mark img{
  display:block!important;
  width:28px!important;
  height:28px!important;
  max-width:28px!important;
  object-fit:contain!important;
  margin:0!important;
}
.header .brand-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  line-height:1!important;
  min-width:0!important;
}
.header .brand-name{
  display:block!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:.98rem!important;
  font-weight:700!important;
  color:#0c2237!important;
  white-space:nowrap!important;
  margin:0!important;
}
.header .brand-title{
  display:block!important;
  margin-top:4px!important;
  font-size:.49rem!important;
  font-weight:800!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  color:#6b7782!important;
  white-space:nowrap!important;
}
.header .menu{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  white-space:nowrap!important;
  font-size:.87rem!important;
}
.header .menu>a{
  padding:21px 0!important;
}
.hero h1{
  display:block!important;
}
.hero h1 small{
  display:block!important;
  margin-top:14px!important;
  font-size:.23em!important;
  line-height:1.25!important;
}
@media(max-width:1080px){
  .topbar{display:none!important}
  .header .nav{min-height:58px!important}
  .header .brand{max-width:calc(100% - 52px)!important}
  .header .brand-mark{width:32px!important;height:32px!important;flex-basis:32px!important}
  .header .brand-mark img{width:26px!important;height:26px!important;max-width:26px!important}
  .header .brand-name{font-size:.92rem!important}
  .header .brand-title{font-size:.44rem!important}
  .header .menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;flex:0 0 40px!important}
  .header .menu{display:none!important;position:absolute!important;left:0!important;right:0!important;top:56px!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;background:#fff!important;border:1px solid #dce3e8!important;border-radius:14px!important;padding:9px!important;box-shadow:0 18px 55px rgba(12,34,55,.12)!important}
  .header .menu.open{display:flex!important}
  .header .menu>a{padding:11px 12px!important;border-radius:8px!important}
}
@media(max-width:680px){
  .container{width:min(calc(100% - 24px),1180px)!important}
  .hero{padding:52px 0 50px!important}
  .hero-grid{display:block!important}
  .hero-mark{display:none!important}
  .hero h1{
    font-size:2.45rem!important;
    line-height:1.02!important;
    letter-spacing:-.045em!important;
    max-width:100%!important;
    margin-top:12px!important;
  }
  .hero h1 small{
    font-size:.36em!important;
    line-height:1.3!important;
    letter-spacing:.035em!important;
    margin-top:12px!important;
  }
  .hero p{
    font-size:1rem!important;
    line-height:1.6!important;
  }
  .eyebrow{
    font-size:.67rem!important;
    line-height:1.55!important;
    letter-spacing:.10em!important;
  }
}
@media(max-width:420px){
  .header .brand-title{display:none!important}
  .header .brand-name{font-size:.95rem!important}
  .hero h1{font-size:2.25rem!important}
  .hero h1 small{font-size:.38em!important}
}


/* ===== V7 unified redesign ===== */
:root{--navy:#0a2135;--navy2:#123d5c;--navy3:#1a5470;--gold:#b68c49;--paper:#f7f4ef;--soft:#f5f7f9;--line:#dfe5e9;--ink:#172838;--muted:#687784;--shadow:0 18px 50px rgba(10,33,53,.10);--container:1180px}
.topbar{background:#071927!important}.topbar .container{height:32px!important;min-height:32px!important}
.header{background:rgba(255,255,255,.985)!important;border-bottom:1px solid var(--line)!important}
.header .nav{min-height:64px!important;gap:18px!important}
.header .brand{display:flex!important;align-items:center!important;gap:9px!important;min-width:240px!important;max-width:340px!important}
.header .brand-mark{width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:8px!important;background:var(--paper)!important;border:1px solid #e5ded4!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.header .brand-mark img{width:28px!important;height:28px!important;max-width:28px!important;object-fit:contain!important}
.header .brand-copy{display:flex!important;flex-direction:column!important;line-height:1!important}
.header .brand-name{font-family:Georgia,'Times New Roman',serif!important;color:var(--navy)!important;font-size:.98rem!important;font-weight:700!important;white-space:nowrap!important}
.header .brand-title{margin-top:4px!important;color:#6d7882!important;font-size:.48rem!important;letter-spacing:.05em!important;text-transform:uppercase!important;font-weight:850!important;white-space:nowrap!important}
.header .menu{gap:18px!important;font-size:.87rem!important;white-space:nowrap!important}.header .menu>a{padding:21px 0!important}
.hero{padding:92px 0 82px!important;background:linear-gradient(132deg,var(--navy) 0%,var(--navy2) 66%,var(--navy3) 100%)!important}
.hero-grid{grid-template-columns:minmax(0,1fr) 300px!important;gap:64px!important}.hero h1{font-size:clamp(3rem,6vw,5.3rem)!important;line-height:.98!important}.hero h1 small{font-size:.23em!important;line-height:1.25!important;margin-top:16px!important}
.hero-mark .orb{width:250px!important;height:250px!important}.hero-mark img{width:158px!important}
.stats{margin-top:-26px!important}.section{padding:74px 0!important}.section.alt{background:var(--soft)!important}.section.paper{background:var(--paper)!important}
.title{font-size:clamp(2rem,4vw,3.15rem)!important}.grid-4{gap:18px!important}
.brand-bridge{background:#0c263d;color:#fff;border-radius:24px;padding:32px;display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:center;box-shadow:var(--shadow)}
.brand-bridge h2{font-family:Georgia,'Times New Roman',serif;font-size:2.1rem;line-height:1.1;margin:0 0 11px}.brand-bridge p{color:#d5e1e8;margin:0}
.brand-bridge .bridge-box{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:17px;padding:19px}.brand-bridge .bridge-box strong{display:block;color:#efcf94;margin-bottom:6px}
.footer .bfs-link{color:#efcf94;font-weight:800}
@media(max-width:1080px){
 .topbar{display:none!important}.header .nav{min-height:58px!important}.header .brand{min-width:0!important;max-width:calc(100% - 52px)!important}
 .header .menu{display:none!important;position:absolute!important;left:0!important;right:0!important;top:56px!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:14px!important;padding:9px!important;box-shadow:var(--shadow)!important;white-space:normal!important}
 .header .menu.open{display:flex!important}.header .menu>a{padding:11px 12px!important;border-radius:8px!important}.header .menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;flex:0 0 40px!important}
 .hero-grid,.brand-bridge{grid-template-columns:1fr!important}.hero-mark{display:none!important}
}
@media(max-width:680px){
 .container{width:min(calc(100% - 24px),var(--container))!important}.hero{padding:52px 0 48px!important}.hero h1{font-size:2.35rem!important;line-height:1.02!important}.hero h1 small{font-size:.37em!important;line-height:1.28!important;letter-spacing:.035em!important;margin-top:11px!important}.hero p{font-size:1rem!important;line-height:1.6!important}.eyebrow{font-size:.65rem!important;line-height:1.5!important;letter-spacing:.095em!important}
 .header .brand-name{font-size:.92rem!important}.header .brand-title{font-size:.43rem!important}.header .brand-mark{width:32px!important;height:32px!important;flex-basis:32px!important}.header .brand-mark img{width:26px!important;height:26px!important;max-width:26px!important}
}
@media(max-width:400px){.header .brand-title{display:none!important}.header .brand-name{font-size:.94rem!important}.hero h1{font-size:2.18rem!important}}
