.hfo-command-hero{
  border:1px solid rgba(214,179,106,.35);
  border-radius:28px;
  padding:34px;
  margin-bottom:22px;
  background:
    linear-gradient(135deg, rgba(214,179,106,.08), transparent 35%),
    radial-gradient(circle at top right, rgba(255,122,24,.16), transparent 35%),
    #0b1218;
  box-shadow:0 24px 80px rgba(0,0,0,.45);
}

.hfo-brand-row{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding-bottom:18px;
  margin-bottom:28px;
}

.heritage{
  color:#d6b36a;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.tagline{
  color:#f5f5f5;
  font-size:1.15rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.jarvis-core h1{
  font-size:clamp(3rem, 9vw, 6.5rem);
  line-height:.9;
  margin:0 0 14px;
  letter-spacing:.04em;
}

.jarvis-core h1 span{
  color:#22c55e;
  font-size:1.25rem;
  vertical-align:middle;
}

.jarvis-core h2{
  font-size:clamp(1.5rem, 4vw, 2.5rem);
  margin:0 0 20px;
}

.jarvis-line{
  color:#d6b36a;
  font-size:1.6rem;
  font-weight:900;
  margin:18px 0;
}

.jarvis-search{
  display:flex;
  gap:12px;
  margin-top:18px;
}

.jarvis-search input{
  flex:1;
  min-height:64px;
  font-size:1.1rem;
  border-radius:16px;
}

.jarvis-search button{
  min-width:170px;
  min-height:64px;
  font-weight:900;
  text-transform:uppercase;
}

.hfo-oath{
  text-align:center;
  color:#d6b36a;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  padding:26px 12px 90px;
}

@media(max-width:700px){
  .hfo-brand-row,
  .jarvis-search{
    flex-direction:column;
  }

  .jarvis-search button{
    width:100%;
  }
}

.hfo-legacy-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:0 0 22px;
}

.hfo-legacy-strip div{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(214,179,106,.24);
  border-radius:18px;
  padding:16px;
  text-align:center;
}

.hfo-legacy-strip strong{
  display:block;
  color:#d6b36a;
  font-size:1.8rem;
  line-height:1;
}

.hfo-legacy-strip span{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.72);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.78rem;
  font-weight:800;
}

@media(max-width:700px){
  .hfo-legacy-strip{
    grid-template-columns:repeat(2,1fr);
  }
}

.hfo-login-command{
  min-height:calc(100vh - 120px);
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:28px;
  align-items:center;
}

.hfo-login-legacy{
  border:1px solid rgba(214,179,106,.35);
  border-radius:32px;
  padding:42px;
  background:
    linear-gradient(135deg, rgba(214,179,106,.10), transparent 38%),
    radial-gradient(circle at top right, rgba(255,122,24,.18), transparent 34%),
    #0b1218;
  box-shadow:0 28px 90px rgba(0,0,0,.5);
}

.hfo-login-legacy h1{
  font-size:clamp(3rem, 9vw, 7rem);
  line-height:.9;
  margin:18px 0;
  letter-spacing:-.04em;
}

.login-oath{
  color:#d6b36a;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:1.1rem;
  margin-top:24px;
}

.login-subline{
  color:rgba(255,255,255,.76);
  font-weight:800;
  max-width:720px;
}

.hfo-login-card{
  display:grid;
  gap:16px;
}

.hfo-login-card h2{
  margin-top:0;
}

.hfo-login-card button{
  min-height:58px;
  text-transform:uppercase;
}

@media(max-width:850px){
  .hfo-login-command{
    grid-template-columns:1fr;
  }

  .hfo-login-legacy{
    padding:28px;
  }
}

.hfo-command-layout{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:18px;
}

.hfo-sidebar{
  background:#080d11;
  border:1px solid rgba(214,179,106,.25);
  border-radius:18px;
  padding:18px;
}

.side-title{
  color:white;
  font-size:2rem;
  font-weight:900;
  line-height:.9;
  margin-bottom:28px;
}

.side-title span{color:#d6b36a;}

.side-link{
  display:block;
  color:white;
  text-decoration:none;
  padding:14px;
  border-radius:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.side-link.active,
.side-link:hover{
  background:rgba(214,179,106,.18);
  color:#d6b36a;
}

.hfo-top-brand{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:#080d11;
  border:1px solid rgba(214,179,106,.25);
  border-radius:22px;
  padding:22px 28px;
  margin-bottom:18px;
}

.hfo-top-brand h1{
  font-size:3rem;
  line-height:.9;
  margin:0;
}

.hfo-top-brand p,
.hfo-tagline span{
  color:#d6b36a;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.08em;
}

.hfo-badge{
  border:3px solid #d6b36a;
  color:#d6b36a;
  border-radius:18px;
  width:90px;
  height:90px;
  display:grid;
  place-items:center;
  font-size:2.5rem;
  font-weight:900;
}

.hfo-badge span{
  display:block;
  font-size:.8rem;
}

.hfo-tagline{
  color:white;
  font-size:1.25rem;
  font-weight:900;
  text-transform:uppercase;
}

.hfo-tagline span{
  display:block;
  margin-top:8px;
}

.hfo-dashboard-grid{
  display:grid;
  grid-template-columns:1.6fr .9fr;
  gap:18px;
}

.hfo-jarvis-panel,
.hfo-side-card,
.hfo-command-center,
.hfo-info-card,
.hfo-footer-legacy{
  background:
    linear-gradient(135deg, rgba(214,179,106,.08), transparent 35%),
    #0b1218;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  padding:26px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.hfo-jarvis-panel{
  grid-row:span 2;
}

.hfo-jarvis-panel h2{
  font-size:4.5rem;
  margin:0;
  line-height:.9;
}

.hfo-jarvis-panel h2 span{
  color:#22c55e;
  font-size:1.25rem;
}

.hfo-jarvis-panel h3{
  font-size:2rem;
  margin:24px 0;
}

.hfo-pulse{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
  padding:22px 0;
}

.hfo-pulse strong{
  display:block;
  color:#d6b36a;
  font-size:2.2rem;
}

.hfo-pulse span{
  text-transform:uppercase;
  font-size:.85rem;
  color:rgba(255,255,255,.72);
  font-weight:800;
}

.hfo-question{
  color:#d6b36a;
  font-size:1.8rem;
  font-weight:900;
  text-align:center;
}

.hfo-jarvis-search{
  display:grid;
  grid-template-columns:1fr 190px;
  gap:14px;
}

.hfo-jarvis-search input{
  min-height:64px;
  border-radius:14px;
  font-size:1.05rem;
}

.hfo-jarvis-search button{
  min-height:64px;
  text-transform:uppercase;
  font-weight:900;
}

.weather-big{
  font-size:4rem;
  font-weight:900;
}

.fake-map{
  height:180px;
  border-radius:16px;
  background:
    linear-gradient(45deg, rgba(255,255,255,.08) 25%, transparent 25%),
    #111a22;
  display:grid;
  place-items:center;
  color:#d6b36a;
  font-weight:900;
  letter-spacing:.2em;
}

.hfo-command-center{
  margin-top:18px;
}

.hfo-command-center h2,
.hfo-info-card h3{
  color:#d6b36a;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.hfo-command-buttons{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:12px;
}

.hfo-command-buttons a{
  color:white;
  text-align:center;
  text-decoration:none;
  padding:20px 10px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  font-weight:900;
}

.hfo-command-buttons a:hover{
  border-color:#d6b36a;
  color:#d6b36a;
}

.hfo-lower-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:18px;
}

.hfo-footer-legacy{
  margin-top:18px;
  text-align:center;
  color:#d6b36a;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
}

.hfo-footer-legacy span{
  display:block;
  color:rgba(255,255,255,.72);
  margin-top:10px;
}

@media(max-width:950px){
  .hfo-command-layout,
  .hfo-dashboard-grid,
  .hfo-lower-grid{
    grid-template-columns:1fr;
  }

  .hfo-sidebar{
    display:none;
  }

  .hfo-top-brand{
    flex-direction:column;
    align-items:flex-start;
  }

  .hfo-command-buttons{
    grid-template-columns:repeat(2,1fr);
  }

  .hfo-jarvis-search{
    grid-template-columns:1fr;
  }
}

.hfo-command-v2{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:18px;
}

.hfo-v2-sidebar,
.hfo-v2-header,
.hfo-v2-jarvis,
.hfo-v2-weather,
.hfo-v2-map,
.hfo-v2-command,
.hfo-v2-card,
.hfo-v2-footer{
  background:#0b1218;
  border:1px solid rgba(214,179,106,.24);
  border-radius:18px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.hfo-v2-sidebar{
  padding:14px;
}

.hfo-v2-shield{
  width:86px;
  height:86px;
  margin:0 auto 20px;
  border:3px solid #d6b36a;
  border-radius:18px;
  color:#d6b36a;
  display:grid;
  place-items:center;
  font-size:2.4rem;
  font-weight:900;
}

.hfo-v2-shield span{
  display:block;
  font-size:.7rem;
}

.hfo-v2-side{
  display:block;
  text-decoration:none;
  color:white;
  font-weight:900;
  text-transform:uppercase;
  padding:16px 12px;
  border-radius:12px;
  margin-bottom:8px;
}

.hfo-v2-side.active,
.hfo-v2-side:hover{
  background:linear-gradient(135deg,#d6b36a,#8f641f);
  color:#080d11;
}

.hfo-v2-side-legacy{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#d6b36a;
  text-transform:uppercase;
  font-weight:900;
  font-size:.8rem;
  letter-spacing:.08em;
}

.hfo-v2-main{
  display:block;
}

.hfo-v2-header{
  display:grid;
  grid-template-columns:1fr 1fr 1.2fr;
  gap:16px;
  align-items:center;
  padding:22px;
  margin-bottom:18px;
}

.hfo-v2-header h1{
  margin:0;
  font-size:clamp(2.2rem,5vw,4.2rem);
  line-height:.9;
}

.hfo-v2-header p,
.hfo-v2-award,
.hfo-v2-tag span{
  color:#d6b36a;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
}

.hfo-v2-award{
  text-align:center;
  border:1px solid rgba(214,179,106,.25);
  border-radius:14px;
  padding:16px;
}

.hfo-v2-tag{
  color:white;
  text-transform:uppercase;
  font-weight:900;
  font-size:1.1rem;
}

.hfo-v2-tag span{
  display:block;
  margin-top:8px;
}

.hfo-v2-grid{
  display:grid;
  grid-template-columns:1.7fr .9fr;
  gap:18px;
}

.hfo-v2-jarvis{
  grid-row:span 2;
  padding:28px;
}

.hfo-v2-jarvis h2{
  font-size:clamp(3.5rem,8vw,6rem);
  line-height:.9;
  margin:0;
}

.hfo-v2-jarvis h2 span{
  color:#22c55e;
  font-size:1.2rem;
}

.hfo-v2-jarvis h3{
  font-size:2rem;
  margin:22px 0;
}

.hfo-v2-pulse{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
}

.hfo-v2-pulse strong{
  color:#d6b36a;
  display:block;
  font-size:2.2rem;
}

.hfo-v2-pulse span{
  color:rgba(255,255,255,.75);
  text-transform:uppercase;
  font-weight:900;
  font-size:.75rem;
}


 .hfo-v2-handle-card{
  margin-top:26px;
  padding:34px;
  border-radius:28px;
  border:2px solid rgba(214,179,106,.75);

  background:
    radial-gradient(circle at bottom,
    rgba(214,179,106,.20),
    transparent 42%),
    linear-gradient(135deg,
    rgba(214,179,106,.14),
    transparent),
    #111820;

  box-shadow:
    0 0 40px rgba(214,179,106,.20),
    0 20px 60px rgba(0,0,0,.45);

  text-align:center;
}
.hfo-v2-search{
  display:grid;
  grid-template-columns:1fr 190px;
  gap:14px;
}

.hfo-v2-search input{
  min-height:64px;
  border-radius:14px;
  font-size:1.05rem;
}

.hfo-v2-search button{
  min-height:64px;
  font-weight:900;
  text-transform:uppercase;
}

.hfo-v2-handle-card h4{
  color:#d6b36a;
  font-size:clamp(2.5rem,6vw,4.5rem);
  text-transform:uppercase;
  letter-spacing:.08em;
  margin:0 0 22px;
}

.hfo-v2-weather,
.hfo-v2-map{
  padding:24px;
}

.hfo-v2-weather h3,
.hfo-v2-map h3,
.hfo-v2-command h2,
.hfo-v2-card h3{
  color:#d6b36a;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.hfo-v2-temp{
  font-size:4.5rem;
  font-weight:900;
}

.hfo-v2-weather-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.12);
}

.hfo-v2-weather-stats strong{
  color:#d6b36a;
  font-size:2rem;
}

.hfo-v2-weather-stats span{
  display:block;
  text-transform:uppercase;
  font-size:.75rem;
  font-weight:900;
}

.hfo-v2-fake-map{
  height:220px;
  border-radius:16px;
  background:
    linear-gradient(45deg, rgba(255,255,255,.08) 25%, transparent 25%),
    #111a22;
  display:grid;
  place-items:center;
  color:#d6b36a;
  font-weight:900;
  letter-spacing:.2em;
}

.hfo-v2-command{
  padding:22px;
  margin-top:18px;
}

.hfo-v2-buttons{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:12px;
}

.hfo-v2-buttons a{
  color:white;
  text-decoration:none;
  text-align:center;
  padding:18px 8px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  font-weight:900;
}

.hfo-v2-buttons a:hover{
  border-color:#d6b36a;
  color:#d6b36a;
}

.hfo-v2-lower{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:18px;
}

.hfo-v2-card{
  padding:24px;
}

.hfo-v2-footer{
  margin-top:18px;
  padding:26px;
  text-align:center;
}

.hfo-v2-footer strong{
  display:block;
  color:#d6b36a;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:1.4rem;
}

.hfo-v2-footer span{
  display:block;
  margin-top:12px;
  color:rgba(255,255,255,.78);
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.06em;
}

@media(max-width:950px){
  .hfo-command-v2,
  .hfo-v2-grid,
  .hfo-v2-lower{
    grid-template-columns:1fr;
  }

  .hfo-v2-sidebar{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }

  .hfo-v2-mark,
  .hfo-v2-side-legacy{
    display:none;
  }

  .hfo-v2-header{
    grid-template-columns:1fr;
  }

  .hfo-v2-search{
    grid-template-columns:1fr;
  }

  .hfo-v2-buttons{
    grid-template-columns:repeat(2,1fr);
  }
}

.hfo-live-ops{
  margin-top:18px;
  padding:22px;
  background:#0b1218;
  border:1px solid rgba(214,179,106,.24);
  border-radius:18px;
}

.hfo-live-ops h2{
  color:#d6b36a;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.hfo-live-buttons{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.hfo-live-buttons a{
  text-decoration:none;
  color:white;
  text-align:center;
  padding:20px;
  border-radius:14px;
  font-weight:900;
  background:linear-gradient(
    135deg,
    rgba(214,179,106,.18),
    rgba(255,255,255,.04)
  );
  border:1px solid rgba(214,179,106,.30);
}

.hfo-live-buttons a:hover{
  color:#d6b36a;
}

/* =========================================================
   JARVIS COMMAND CENTER V2 — NO SIDEBAR FIX
   Added by Jarvis
   Purpose:
   - Remove leftover sidebar layout spacing
   - Make Command Center fill full width
   - Keep Live Operations under Jarvis
   - Protect mobile layout
   ========================================================= */

.hfo-command-v2{
  display:block !important;
  width:100%;
}

.hfo-v2-main{
  width:100%;
  max-width:100%;
}

.hfo-v2-sidebar{
  display:none !important;
}

.hfo-v2-grid{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(260px,.9fr);
  gap:18px;
  align-items:stretch;
}

.hfo-v2-jarvis{
  min-width:0;
}

.hfo-v2-handle-card{
  margin-top:26px;
  padding:34px;
  border-radius:28px;
  border:2px solid rgba(214,179,106,.75);
  background:
    radial-gradient(circle at bottom, rgba(214,179,106,.20), transparent 42%),
    linear-gradient(135deg, rgba(214,179,106,.14), transparent),
    #111820;
  box-shadow:
    0 0 40px rgba(214,179,106,.20),
    0 20px 60px rgba(0,0,0,.45);
  text-align:center;
}

.hfo-v2-handle-card h4{
  color:#d6b36a;
  font-size:clamp(2.5rem,6vw,4.5rem);
  text-transform:uppercase;
  letter-spacing:.08em;
  margin:0 0 22px;
}

.hfo-live-ops{
  margin-top:18px;
  padding:22px;
  background:#0b1218;
  border:1px solid rgba(214,179,106,.24);
  border-radius:18px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.hfo-live-ops h2{
  color:#d6b36a;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.hfo-live-buttons{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.hfo-live-buttons a{
  text-decoration:none;
  color:white;
  text-align:center;
  padding:20px;
  border-radius:14px;
  font-weight:900;
  background:linear-gradient(135deg, rgba(214,179,106,.18), rgba(255,255,255,.04));
  border:1px solid rgba(214,179,106,.30);
}

.hfo-live-buttons a:hover{
  color:#d6b36a;
  border-color:#d6b36a;
}

.hfo-award-line{
  margin-top:8px;
  color:#d6b36a !important;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
  font-size:.85rem;
}

@media(max-width:950px){
  .hfo-command-v2,
  .hfo-v2-grid,
  .hfo-v2-lower{
    display:block !important;
  }

  .hfo-v2-weather,
  .hfo-v2-map,
  .hfo-v2-command,
  .hfo-v2-card,
  .hfo-live-ops{
    margin-top:18px;
  }

  .hfo-v2-search,
  .hfo-live-buttons,
  .hfo-v2-buttons{
    grid-template-columns:1fr !important;
  }

  .hfo-v2-header{
    grid-template-columns:1fr !important;
  }
}

/* =========================================================
   JARVIS COMMAND CENTER V3 — EXACT MOBILE IDENTITY SCREEN
   Built for Heinlin Field Ops
   Purpose:
   - No sidebar
   - Old family crest style mark
   - Indiana Historical Society award plaque visible
   - Mobile-first screen matching the mockup
   ========================================================= */

body.hfo-body{
  background:#020608 !important;
  color:#f7f7f2;
}

.shell:has(.hfo-mobile-command){
  width:min(980px,100%) !important;
  padding:22px 16px 110px !important;
}

.hfo-mobile-command{
  display:grid;
  gap:22px;
  color:#f7f7f2;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.hfo-mobile-command *,
.hfo-mobile-command *:before,
.hfo-mobile-command *:after{
  box-sizing:border-box;
}

.hfo-identity-card,
.hfo-jarvis-card,
.hfo-mobile-section{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(214,179,106,.30);
  border-radius:28px;
  background:
    radial-gradient(circle at 85% 5%, rgba(214,179,106,.10), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    #060c0f;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 24px 80px rgba(0,0,0,.45);
}

.hfo-identity-card{
  padding:34px 28px 28px;
}

.hfo-mini-label{
  margin:0 0 10px;
  color:#d9b963;
  font-weight:1000;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.82rem;
}

.hfo-identity-card h1{
  margin:0;
  color:#f4f4ef;
  font-size:clamp(4.15rem,16vw,7.6rem);
  line-height:.88;
  letter-spacing:-.055em;
  font-weight:1000;
  text-transform:uppercase;
  text-shadow:0 2px 0 rgba(255,255,255,.05), 0 18px 48px rgba(0,0,0,.4);
}

.hfo-founded{
  margin:24px 0 32px;
  color:#d9b963;
  font-size:clamp(1.12rem,4vw,1.55rem);
  font-weight:1000;
  line-height:1.3;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.hfo-identity-mainline{
  display:grid;
  grid-template-columns:230px 1fr;
  align-items:center;
  gap:28px;
  margin:8px 0 28px;
}

.hfo-v3-crest{
  width:220px;
  min-height:190px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#d6b36a;
  position:relative;
  margin:22px 0;
}

.hfo-v3-crest::before{
  content:"";
  width:120px;
  height:138px;
  border:4px solid #d6b36a;
  border-radius:56px 56px 24px 24px;
  clip-path:polygon(0 0,100% 0,100% 72%,50% 100%,0 72%);
  box-shadow:0 0 22px rgba(214,179,106,.22);
}

.hfo-v3-crest::after{
  content:"1907";
  position:absolute;
  bottom:4px;
  font-weight:900;
  font-style:italic;
  letter-spacing:.08em;
}

.hfo-v3-crest .crest-h{
  position:absolute;
  top:48px;
  font-size:4rem;
  font-weight:900;
  color:#d6b36a;
}

.hfo-v3-crest .crest-top{
  position:absolute;
  top:0;
  font-size:2rem;
}

.hfo-v3-crest .crest-scroll{
  position:absolute;
  bottom:20px;
  width:170px;
  height:34px;
  border:3px solid #d6b36a;
  border-radius:999px;
}
.hfo-identity-taglines p,
.hfo-identity-taglines strong{
  display:block;
  margin:0;
  text-transform:uppercase;
  font-weight:1000;
  line-height:1.18;
  letter-spacing:.01em;
}

.hfo-identity-taglines p{
  color:#f8f8f2;
  font-size:clamp(1.65rem,5vw,2.65rem);
}

.hfo-identity-taglines strong{
  margin-top:18px;
  color:#d9b963;
  font-size:clamp(1.55rem,5vw,2.55rem);
  letter-spacing:.08em;
}

.hfo-award-plaque{
  display:grid;
  grid-template-columns:96px 1fr;
  align-items:center;
  gap:20px;
  margin-top:24px;
  padding:18px 20px;
  border:1px solid rgba(214,179,106,.70);
  border-radius:14px;
  background:
    linear-gradient(90deg, rgba(214,179,106,.12), transparent 22%, rgba(214,179,106,.08)),
    rgba(3,7,9,.65);
  box-shadow:0 0 26px rgba(214,179,106,.10);
}

.hfo-award-seal{
  width:78px;
  height:78px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:3px double #d9b963;
  color:#12100a;
  background:radial-gradient(circle, #f0cf75 0 28%, #b18429 56%, #5a3a12 100%);
  font-weight:1000;
  font-family:Georgia,serif;
  box-shadow:inset 0 0 14px rgba(0,0,0,.35);
}

.hfo-award-plaque span,
.hfo-award-plaque strong,
.hfo-award-plaque em{
  display:block;
  color:#d9b963;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.14em;
}

.hfo-award-plaque span{
  font-size:.86rem;
  font-weight:900;
}

.hfo-award-plaque strong{
  margin:8px 0;
  font-family:Georgia,serif;
  font-size:clamp(1.25rem,4.4vw,2rem);
  font-weight:700;
  letter-spacing:.06em;
}

.hfo-award-plaque em{
  font-style:normal;
  font-size:.95rem;
  font-weight:900;
}

.hfo-jarvis-card{
  padding:36px 28px 28px;
  background:
    radial-gradient(circle at 84% 12%, rgba(53,172,121,.10), transparent 35%),
    linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
    #071015;
}

.hfo-jarvis-title-row{
  display:flex;
  align-items:center;
  gap:22px;
}

.hfo-jarvis-title-row h2{
  margin:0;
  color:#f8f8f4;
  font-size:clamp(5.1rem,18vw,9rem);
  line-height:.82;
  letter-spacing:-.05em;
  font-weight:1000;
  text-transform:uppercase;
}

.hfo-online-dot{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#22d36f;
  box-shadow:0 0 30px rgba(34,211,111,.4);
  flex:0 0 auto;
}

.hfo-online-word{
  margin:24px 0 34px;
  color:#22d36f;
  text-transform:uppercase;
  font-size:clamp(1.45rem,5vw,2.2rem);
  font-weight:1000;
  letter-spacing:.03em;
}

.hfo-jarvis-card h3{
  margin:0 0 34px;
  color:#f7f7f2;
  font-size:clamp(2.25rem,9vw,4.2rem);
  line-height:1.04;
  font-weight:1000;
  letter-spacing:-.04em;
}

.hfo-mobile-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  padding:30px 0;
  border-top:1px solid rgba(255,255,255,.11);
  border-bottom:1px solid rgba(255,255,255,.11);
}

.hfo-mobile-stats div{
  padding:0 18px;
  border-right:1px solid rgba(255,255,255,.11);
}

.hfo-mobile-stats div:first-child{padding-left:0;}
.hfo-mobile-stats div:last-child{border-right:0;padding-right:0;}

.hfo-mobile-stats strong{
  display:block;
  color:#d9b963;
  font-size:clamp(3rem,11vw,5.6rem);
  line-height:.9;
  font-weight:1000;
}

.hfo-mobile-stats span{
  display:block;
  margin-top:10px;
  color:rgba(255,255,255,.70);
  text-transform:uppercase;
  font-size:clamp(1rem,3.7vw,1.7rem);
  line-height:1.3;
  font-weight:1000;
}

.hfo-handle-zone{
  padding-top:34px;
  text-align:center;
}

.hfo-handle-zone h4{
  margin:0 0 24px;
  color:#d9b963;
  font-size:clamp(2.8rem,10vw,5.4rem);
  line-height:1;
  letter-spacing:-.035em;
  font-weight:1000;
  text-shadow:0 0 28px rgba(214,179,106,.18);
}

.hfo-mobile-search{
  display:grid;
  gap:18px;
}

.hfo-mobile-search input{
  min-height:78px;
  border-radius:14px;
  padding:0 22px;
  font-size:clamp(1.15rem,4vw,1.75rem);
  color:#f8f8f4;
  background:#071015;
  border:1px solid rgba(255,255,255,.20);
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.45);
}

.hfo-mobile-search input::placeholder{
  color:rgba(255,255,255,.50);
}

.hfo-mobile-search button{
  min-height:82px;
  width:100%;
  color:#050708;
  border:0 !important;
  border-radius:14px;
  background:linear-gradient(180deg,#e6c467,#c99a38) !important;
  font-size:clamp(1.45rem,5vw,2.2rem);
  font-weight:1000;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:0 14px 34px rgba(214,179,106,.20);
}

.hfo-talk-link{
  display:inline-block;
  margin-top:26px;
  color:#d9b963;
  text-decoration:none;
  text-transform:uppercase;
  font-size:clamp(1.2rem,4.2vw,1.85rem);
  font-weight:1000;
  letter-spacing:.08em;
}

.hfo-talk-link:before{
  content:"🎙 ";
}

.hfo-mobile-section{
  padding:24px;
}

.hfo-mobile-section h2{
  margin:0 0 18px;
  color:#d9b963;
  text-transform:uppercase;
  letter-spacing:.10em;
  font-size:clamp(1.35rem,4vw,2rem);
  font-weight:1000;
}

.hfo-mobile-buttons{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.hfo-mobile-buttons.three{
  grid-template-columns:repeat(3,1fr);
}

.hfo-mobile-buttons a{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px;
  color:#f8f8f4;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.045);
  font-size:1.05rem;
  font-weight:1000;
  text-transform:uppercase;
}

.hfo-mobile-buttons a:hover{
  color:#d9b963;
  border-color:#d9b963;
}

.hfo-footer-v3{
  text-align:center;
}

.hfo-footer-v3 strong{
  display:block;
  color:#d9b963;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:1.25rem;
}

.hfo-footer-v3 span{
  display:block;
  margin-top:12px;
  color:rgba(255,255,255,.72);
  text-transform:uppercase;
  line-height:1.5;
  font-weight:1000;
  letter-spacing:.05em;
}

@media(min-width:900px){
  .hfo-mobile-command{
    max-width:1120px;
    margin:0 auto;
  }

  .hfo-identity-card{
    display:grid;
    grid-template-columns:1fr;
  }

  .hfo-jarvis-card{
    padding:42px;
  }

  .hfo-mobile-search{
    grid-template-columns:1fr 260px;
  }

  .hfo-mobile-buttons{
    grid-template-columns:repeat(4,1fr);
  }
}

@media(max-width:620px){
  .shell:has(.hfo-mobile-command){
    padding:20px 12px 110px !important;
  }

  .hfo-identity-card,
  .hfo-jarvis-card{
    border-radius:26px;
    padding-left:28px;
    padding-right:28px;
  }

  .hfo-identity-mainline{
    grid-template-columns:1fr;
    gap:18px;
  }

  .hfo-family-crest{
    width:210px;
    height:200px;
  }

  .hfo-award-plaque{
    grid-template-columns:72px 1fr;
    gap:12px;
    padding:14px;
  }

  .hfo-award-seal{
    width:62px;
    height:62px;
    font-size:.9rem;
  }

  .hfo-mobile-stats div{
    padding:0 10px;
  }

  .hfo-mobile-buttons,
  .hfo-mobile-buttons.three{
    grid-template-columns:1fr;
  }
}

@media(max-width:700px){

  .hfo-v3-brand,
  .hfo-v3-jarvis,
  .hfo-v3-live,
  .hfo-v3-command,
  .hfo-v3-footer{
    margin-top:14px;
    padding:28px !important;
    border-radius:26px !important;
  }

  .hfo-v3-brand h1{
  font-size:clamp(3.2rem,9vw,6rem);
  line-height:.88;
  margin:0;
}

  .hfo-v3-brand .kicker{
    font-size:.95rem !important;
    padding:32px;
  }

  .hfo-v3-brand .heritage{
    font-size:1.05rem !important;
    line-height:1.25 !important;
  }

  .hfo-v3-crest{
    width:170px !important;
    margin:22px 0 !important;
  }

  .hfo-v3-award{
  margin-top:24px;
  padding:18px 24px;
  background:rgba(214,179,106,.05);
  border:1px solid rgba(214,179,106,.45);
  border-radius:18px;
  position:relative;
  z-index:5;
}

  .hfo-v3-award strong{
    font-size:1.7rem !important;
    line-height:1.05 !important;
  }

  .hfo-v3-jarvis h2{
  font-size:clamp(4rem,10vw,7rem);
  line-height:.9;
  margin:0;
}

  .hfo-v3-jarvis h3{
  font-size:clamp(1.8rem,5vw,3rem);
  margin:18px 0;
}

  .hfo-v3-handle h4{
  font-size:clamp(2.4rem,7vw,4rem);
  color:#d6b36a;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.04em;
  margin-bottom:20px;
}

  .hfo-v3-live-buttons,
  .hfo-v3-buttons{
    gap:14px !important;
  }

  .hfo-v3-live-buttons a,
 .hfo-v3-buttons a{
  min-height:68px;
  padding:16px;
  font-size:1rem;
}

  .bottom-action-bar{
    padding:10px !important;
  }

  .bottom-action-bar .btn{
    padding:12px 18px !important;
    font-size:1rem !important;
  }
}