/* =========================================================
   SHADOWS CYBER V5 — FUTURISTIC HERO
   Pure CSS: radar, HUD panels, particles, scanlines and motion.
   ========================================================= */

.hero-v5{
  --mouse-x:0px;
  --mouse-y:0px;
  position:relative;
  min-height:870px;
  padding:95px 0 155px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 78% 45%,rgba(91,242,177,.09),transparent 26%),
    radial-gradient(circle at 94% 18%,rgba(38,113,150,.12),transparent 32%),
    #03080d;
}
.machine-grid-primary,.machine-grid-secondary{position:absolute;inset:0;pointer-events:none}
.machine-grid-primary{
  opacity:.3;
  background-image:linear-gradient(rgba(53,94,112,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(53,94,112,.25) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(90deg,black,transparent 96%);
}
.machine-grid-secondary{
  opacity:.2;
  background-image:linear-gradient(rgba(91,242,177,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(91,242,177,.14) 1px,transparent 1px);
  background-size:9px 9px;
  mask-image:radial-gradient(circle at 74% 48%,black,transparent 66%);
}
.hero-noise{
  position:absolute;inset:0;opacity:.06;pointer-events:none;
  background:repeating-linear-gradient(0deg,transparent 0,transparent 2px,rgba(255,255,255,.04) 3px);
}
.hero-scanline{
  position:absolute;z-index:2;left:0;right:0;top:-5%;height:1px;
  background:linear-gradient(90deg,transparent,#5bf2b1,transparent);
  box-shadow:0 0 25px #5bf2b1;
  animation:heroScan 8s linear infinite;
}
@keyframes heroScan{0%{top:-5%;opacity:0}10%{opacity:1}90%{opacity:1}100%{top:105%;opacity:0}}

.hero-v5 .hero-layout{
  position:relative;z-index:5;display:grid;grid-template-columns:.82fr 1.18fr;
  align-items:center;gap:50px;
}
.hero-v5 .hero-content{position:relative;z-index:8}
.hero-v5 .hero-description{max-width:560px;color:#afbdc8;font-size:15px;line-height:1.85}
.hero-v5 .hero-orbit-one{
  width:650px;height:650px;right:-100px;top:75px;
  border-color:rgba(91,242,177,.11);animation:orbitBreathe 7s ease-in-out infinite;
}
.hero-v5 .hero-orbit-two{
  width:820px;height:820px;right:-190px;top:-15px;
  border-color:rgba(64,151,189,.08);animation:orbitBreathe 10s ease-in-out infinite reverse;
}
.hero-v5 .hero-orbit-three{
  position:absolute;width:470px;height:470px;right:125px;top:160px;
  border:1px dashed rgba(91,242,177,.15);border-radius:50%;
  animation:spin 28s linear infinite;pointer-events:none;
}
@keyframes orbitBreathe{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.025);opacity:1}}
@keyframes spin{to{transform:rotate(360deg)}}

.hero-command-display{
  --mouse-x:0px;--mouse-y:0px;position:relative;min-height:625px;
  transform:translate3d(var(--mouse-x),var(--mouse-y),0);
  transition:transform .25s ease-out;
  border:1px solid rgba(58,93,112,.72);
  background:linear-gradient(135deg,rgba(91,242,177,.025),transparent 40%),rgba(3,10,16,.76);
  box-shadow:0 35px 100px rgba(0,0,0,.5),inset 0 0 100px rgba(31,111,140,.04);
  backdrop-filter:blur(5px);
  clip-path:polygon(0 16px,16px 0,calc(100% - 16px) 0,100% 16px,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px));
}
.hero-command-display:before{content:"";position:absolute;inset:10px;border:1px solid rgba(91,242,177,.06);pointer-events:none}
.command-topbar{
  position:relative;z-index:15;height:44px;display:flex;align-items:center;justify-content:space-between;
  padding:0 18px;border-bottom:1px solid rgba(49,78,95,.7);
  color:#718595;font:9px "DM Mono",monospace;letter-spacing:.08em;
}
.command-topbar>span:last-child{color:#5bf2b1}
.live-pulse{
  display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;
  background:#5bf2b1;box-shadow:0 0 12px #5bf2b1;animation:pulse-dot 1.25s ease-in-out infinite;
}
.command-stage{position:relative;min-height:581px;overflow:hidden}

.radar-core{
  position:absolute;width:430px;height:430px;left:50%;top:45%;
  transform:translate(-50%,-50%);border-radius:50%;
}
.radar-core:before{
  content:"";position:absolute;inset:0;border-radius:50%;
  background:radial-gradient(circle,rgba(91,242,177,.12) 0 1px,transparent 2px),repeating-conic-gradient(from 0deg,rgba(91,242,177,.13) 0deg 1deg,transparent 1deg 14deg);
  mask-image:radial-gradient(circle,black 0 58%,transparent 59%);
  animation:spin 30s linear infinite;
}
.radar-core:after{
  content:"";position:absolute;inset:0;border:1px solid rgba(91,242,177,.14);border-radius:50%;
  box-shadow:0 0 35px rgba(91,242,177,.05),inset 0 0 35px rgba(91,242,177,.04);
}
.radar-ring{position:absolute;border-radius:50%;border:1px solid rgba(91,242,177,.18)}
.ring-outer{inset:0;border-style:dashed;animation:spin 22s linear infinite}
.ring-middle{inset:42px;border-color:rgba(91,242,177,.21)}
.ring-inner{inset:100px;border-color:rgba(91,242,177,.27);box-shadow:inset 0 0 30px rgba(91,242,177,.04)}
.radar-cross{position:absolute;background:rgba(91,242,177,.09)}
.radar-cross.horizontal{left:0;right:0;top:50%;height:1px}
.radar-cross.vertical{top:0;bottom:0;left:50%;width:1px}
.radar-sweep{
  position:absolute;z-index:2;left:50%;top:50%;width:50%;height:2px;
  transform-origin:left center;background:linear-gradient(90deg,rgba(91,242,177,.95),transparent);
  box-shadow:0 0 15px rgba(91,242,177,.6);animation:radarSweep 4.5s linear infinite;
}
@keyframes radarSweep{to{transform:rotate(360deg)}}
.radar-center{
  position:absolute;z-index:5;left:50%;top:50%;width:76px;height:76px;
  transform:translate(-50%,-50%);display:grid;place-items:center;
  border:1px solid rgba(91,242,177,.35);border-radius:50%;
  background:rgba(4,15,20,.82);box-shadow:0 0 40px rgba(91,242,177,.12);
}
.center-core{position:absolute;width:13px;height:13px;border-radius:50%;background:#5bf2b1;box-shadow:0 0 20px #5bf2b1;animation:centerPulse 1.8s ease-in-out infinite}
.center-label{position:absolute;top:7px;color:#607889;font:7px "DM Mono",monospace}
@keyframes centerPulse{50%{transform:scale(1.8);opacity:.45}}
.radar-node{
  position:absolute;z-index:6;width:7px;height:7px;border:1px solid #5bf2b1;border-radius:50%;
  background:#061015;box-shadow:0 0 13px #5bf2b1;animation:nodeBlink 2.2s ease-in-out infinite;
}
.node-1{left:22%;top:33%}.node-2{left:76%;top:25%;animation-delay:.4s}.node-3{left:83%;top:65%;animation-delay:.8s}.node-4{left:31%;top:78%;animation-delay:1.1s}.node-5{left:64%;top:72%;animation-delay:1.5s}
@keyframes nodeBlink{50%{transform:scale(1.8);opacity:.4}}
.radar-coordinate{position:absolute;z-index:7;color:#536a79;font:7px "DM Mono",monospace}
.coordinate-a{right:70px;top:80px;color:#5bf2b1}.coordinate-b{left:78px;bottom:88px}

.hud-card{
  position:absolute;z-index:10;border:1px solid rgba(54,88,105,.82);background:rgba(4,12,18,.93);
  box-shadow:0 18px 50px rgba(0,0,0,.3),inset 0 0 30px rgba(91,242,177,.018);backdrop-filter:blur(8px);
}
.hud-card:before{
  content:"";position:absolute;top:-1px;left:18px;width:35px;height:2px;background:#5bf2b1;box-shadow:0 0 12px rgba(91,242,177,.65);
}
.hud-card-title{
  display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;
  border-bottom:1px solid rgba(48,76,92,.65);color:#708493;font:8px "DM Mono",monospace;
}
.hud-card-title b{color:#5bf2b1;font-weight:500}
.hud-matrix-card{left:18px;top:65px;width:205px}
.matrix-stack{padding:12px}
.matrix-step{display:grid;grid-template-columns:24px 1fr 15px;align-items:center;gap:8px;padding:9px 7px;border:1px solid transparent}
.matrix-step>span{color:#4d6271;font:8px "DM Mono",monospace}
.matrix-step strong,.matrix-step small{display:block}
.matrix-step strong{color:#647988;font:500 10px "DM Mono",monospace}
.matrix-step small{margin-top:3px;color:#3f5362;font:7px "DM Mono",monospace}
.matrix-step i{color:#425a68;font:normal 11px "DM Mono",monospace;text-align:center}
.matrix-step.active{border-color:rgba(91,242,177,.16);background:rgba(91,242,177,.025)}
.matrix-step.active strong,.matrix-step.active i{color:#5bf2b1}
.matrix-step.scanning{border-color:rgba(91,242,177,.34);background:rgba(91,242,177,.055);animation:scanCard 1.7s ease-in-out infinite}
.matrix-step.scanning strong{color:#d8fbe9}
.matrix-step.scanning i{width:7px;height:7px;border:1px solid #5bf2b1;border-radius:50%;box-shadow:0 0 10px #5bf2b1;animation:pulse-dot 1s ease-in-out infinite}
@keyframes scanCard{50%{box-shadow:inset 0 0 18px rgba(91,242,177,.055)}}
.matrix-connector{width:1px;height:9px;margin-left:18px;background:linear-gradient(#5bf2b1,transparent);opacity:.45}

.hud-target-card{right:18px;top:65px;width:190px}
.mini-map{position:relative;height:112px;margin:12px;overflow:hidden;border:1px solid rgba(57,87,102,.7);background:#061018}
.mini-map-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(91,242,177,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(91,242,177,.08) 1px,transparent 1px);background-size:16px 16px}
.map-line{position:absolute;height:1px;background:#5bf2b1;box-shadow:0 0 8px rgba(91,242,177,.7);transform-origin:left center}
.map-line-a{width:90px;left:35px;top:70px;transform:rotate(-35deg)}.map-line-b{width:65px;left:85px;top:43px;transform:rotate(32deg)}
.map-point{position:absolute;width:6px;height:6px;border-radius:50%;border:1px solid #5bf2b1;background:#061018;box-shadow:0 0 9px #5bf2b1}
.map-point-a{left:30px;top:73px}.map-point-b{left:83px;top:40px}.map-point-c{right:27px;top:73px}
.target-status{display:flex;justify-content:space-between;align-items:center;padding:0 12px 12px;color:#5b6e7c;font:7px "DM Mono",monospace}
.target-status span{display:flex;align-items:center;gap:5px}.target-status i{width:5px;height:5px;border-radius:50%;background:#5bf2b1;box-shadow:0 0 8px #5bf2b1}.target-status strong{color:#5bf2b1}

.hud-evidence-card{left:18px;right:18px;bottom:38px}
.evidence-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.evidence-grid>div{min-height:74px;padding:10px 12px;border-right:1px solid rgba(48,76,92,.55)}
.evidence-grid>div:last-child{border-right:0}
.evidence-grid b{display:block;color:#5bf2b1;font-size:12px}
.evidence-grid strong{display:block;margin-top:4px;color:#d7e4e9;font:500 17px "DM Mono",monospace}
.evidence-grid small{color:#4f6574;font:7px "DM Mono",monospace}

.hud-diagnostics-card{right:18px;bottom:160px;width:190px}
.diagnostic{padding:12px}
.diagnostic>div:not(.diagnostic-bar){display:flex;justify-content:space-between;margin-top:8px;color:#627685;font:7px "DM Mono",monospace}
.diagnostic strong{color:#5bf2b1}
.diagnostic-bar{height:3px;margin-top:5px;overflow:hidden;background:#12202a}
.diagnostic-bar i{display:block;width:var(--value);height:100%;background:linear-gradient(90deg,#285c57,#5bf2b1);box-shadow:0 0 10px rgba(91,242,177,.4);animation:diagnosticGrow 2s ease-out both}
@keyframes diagnosticGrow{from{width:0}}

.data-particle{position:absolute;z-index:8;width:4px;height:4px;border-radius:50%;background:#5bf2b1;box-shadow:0 0 12px #5bf2b1}
.particle-a{left:28%;top:42%;animation:floatA 5s linear infinite}.particle-b{left:70%;top:53%;animation:floatB 6s linear infinite}.particle-c{left:48%;top:21%;animation:floatC 7s linear infinite}.particle-d{left:82%;top:76%;animation:floatD 5.5s linear infinite}
@keyframes floatA{0%{transform:translate(0,0);opacity:0}15%{opacity:1}85%{opacity:1}100%{transform:translate(105px,-75px);opacity:0}}
@keyframes floatB{0%{transform:translate(0,0);opacity:0}20%{opacity:1}100%{transform:translate(-120px,-80px);opacity:0}}
@keyframes floatC{0%{transform:translate(0,0);opacity:0}20%{opacity:1}100%{transform:translate(100px,125px);opacity:0}}
@keyframes floatD{0%{transform:translate(0,0);opacity:0}15%{opacity:1}100%{transform:translate(-130px,-55px);opacity:0}}

.command-terminal{position:absolute;left:18px;right:18px;bottom:8px;display:flex;gap:6px;align-items:center;color:#526976;font:7px "DM Mono",monospace}
.command-terminal>span:first-child,.command-terminal b{color:#5bf2b1}.command-terminal b{animation:cursorBlink .8s steps(1) infinite}
@keyframes cursorBlink{50%{opacity:0}}

.hero-system-rail{
  position:absolute;z-index:7;left:50%;bottom:28px;width:min(1160px,calc(100% - 40px));transform:translateX(-50%);
  border:1px solid rgba(56,83,98,.75);background:rgba(4,11,17,.9);box-shadow:0 18px 50px rgba(0,0,0,.3);backdrop-filter:blur(12px)
}
.system-rail-inner{display:grid;grid-template-columns:repeat(4,1fr)}
.system-rail-inner>div{
  min-height:70px;display:grid;grid-template-columns:32px 1fr;grid-template-rows:1fr 1fr;align-items:center;
  padding:10px 18px;border-right:1px solid rgba(48,76,92,.6)
}
.system-rail-inner>div:last-child{border-right:0}
.system-rail-inner>b{grid-row:1/3;color:#5bf2b1;font-size:17px;text-shadow:0 0 12px rgba(91,242,177,.5)}
.system-rail-inner strong{color:#bdcbd3;font:500 8px "DM Mono",monospace}.system-rail-inner small{color:#4e6371;font:7px "DM Mono",monospace}

@media(max-width:1100px){
  .hero-v5 .hero-layout{grid-template-columns:1fr}
  .hero-command-display{max-width:850px;width:100%}
  .hero-system-rail{display:none}
}
@media(max-width:650px){
  .hero-v5{min-height:auto;padding:60px 0 70px}
  .hero-command-display{min-height:540px}
  .command-stage{min-height:496px}
  .radar-core{width:285px;height:285px;top:43%}
  .hud-matrix-card{left:10px;top:48px;width:170px}
  .hud-target-card{right:10px;top:48px;width:150px}
  .hud-diagnostics-card{right:10px;bottom:125px;width:155px}
  .hud-evidence-card{left:10px;right:10px;bottom:30px}
  .evidence-grid>div{min-height:64px;padding:7px}
  .evidence-grid strong{font-size:13px}.evidence-grid small{font-size:6px}
  .coordinate-a,.coordinate-b{display:none}
  .command-terminal{font-size:6px}
}
@media(prefers-reduced-motion:reduce){
  .hero-v5 *{animation-duration:.001ms!important;animation-iteration-count:1!important;transition:none!important}
}

/* =========================================================
   V6 HERO REFINEMENTS
   - Gives the left copy more breathing room.
   - Keeps the key status/eyebrow on one line.
   - Adds a second intelligence panel to the open right side.
   ========================================================= */

.hero-v5 .hero-content{
  transform:translateX(34px);
  max-width:560px;
}

.hero-v5 .hero-status{
  flex-wrap:nowrap;
  white-space:nowrap;
  gap:9px;
}

.hero-v5 .eyebrow{
  display:block;
  white-space:nowrap;
  margin-right:-20px;
}

.hero-v5 h1{
  max-width:none;
  font-size:clamp(54px,5.5vw,78px);
  line-height:.98;
  white-space:nowrap;
}

.hero-v5 .hero-description{
  max-width:520px;
}

/* The new right-side information card sits in the unused visual space. */
.hero-intelligence-panel{
  position:absolute;
  z-index:12;
  right:-6px;
  top:50%;
  width:305px;
  transform:translateY(-50%);
  padding:20px;
  border:1px solid rgba(65,101,117,.72);
  background:
    linear-gradient(135deg,rgba(91,242,177,.045),transparent 45%),
    rgba(3,10,16,.88);
  box-shadow:
    0 25px 80px rgba(0,0,0,.4),
    inset 0 0 40px rgba(91,242,177,.025);
  backdrop-filter:blur(10px);
}

.hero-intelligence-panel::before,
.hero-intelligence-panel::after{
  content:"";
  position:absolute;
  pointer-events:none;
}

.hero-intelligence-panel::before{
  top:-1px;
  left:18px;
  width:55px;
  height:2px;
  background:#5bf2b1;
  box-shadow:0 0 15px rgba(91,242,177,.7);
}

.hero-intelligence-panel::after{
  inset:9px;
  border:1px solid rgba(91,242,177,.045);
}

.intelligence-kicker{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:8px;
  color:#5bf2b1;
  font:8px "DM Mono",monospace;
  letter-spacing:.12em;
}

.intelligence-pulse{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#5bf2b1;
  box-shadow:0 0 12px #5bf2b1;
  animation:pulse-dot 1.5s ease-in-out infinite;
}

.hero-intelligence-panel h2{
  position:relative;
  z-index:2;
  margin:18px 0 12px;
  max-width:270px;
  color:#e2ebef;
  font-size:25px;
  line-height:1.1;
  letter-spacing:-.035em;
}

.hero-intelligence-panel > p{
  position:relative;
  z-index:2;
  margin:0 0 18px;
  color:#8293a0;
  font-size:12px;
  line-height:1.7;
}

.intelligence-lines{
  position:relative;
  z-index:2;
  border-top:1px solid rgba(52,82,98,.65);
}

.intelligence-lines > div{
  display:grid;
  grid-template-columns:27px 1fr 18px;
  align-items:center;
  gap:8px;
  padding:12px 0;
  border-bottom:1px solid rgba(52,82,98,.5);
}

.line-number{
  color:#4d6574;
  font:8px "DM Mono",monospace;
}

.intelligence-lines strong,
.intelligence-lines small{
  display:block;
}

.intelligence-lines strong{
  color:#c4d1d8;
  font:500 9px "DM Mono",monospace;
  letter-spacing:.06em;
}

.intelligence-lines small{
  margin-top:4px;
  color:#526875;
  font:7px "DM Mono",monospace;
  line-height:1.4;
}

.intelligence-lines b{
  color:#5bf2b1;
  font:11px "DM Mono",monospace;
  text-align:right;
}

.intelligence-footer{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  padding-top:14px;
  color:#455b68;
  font:7px "DM Mono",monospace;
}

.intelligence-footer strong{
  color:#5bf2b1;
  font-weight:500;
}

/* Keep the new panel from colliding with the main hero at medium widths. */
@media (max-width:1280px){
  .hero-intelligence-panel{
    right:0;
    width:275px;
  }

  .hero-v5 .hero-content{
    transform:translateX(24px);
  }

  .hero-v5 h1{
    font-size:clamp(50px,5.2vw,70px);
  }
}

@media (max-width:1100px){
  .hero-v5 .hero-content{
    transform:none;
  }

  .hero-v5 .hero-status{
    white-space:normal;
    flex-wrap:wrap;
  }

  .hero-v5 .eyebrow{
    white-space:normal;
  }

  .hero-v5 h1{
    white-space:normal;
  }

  .hero-intelligence-panel{
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    max-width:850px;
    margin:30px auto 0;
    transform:none;
  }
}

@media (max-width:650px){
  .hero-v5 .hero-content{
    transform:none;
  }

  .hero-intelligence-panel{
    padding:16px;
  }

  .hero-intelligence-panel h2{
    font-size:22px;
  }
}


/* =========================================================
   V7 DESKTOP LAYOUT FIX
   The intelligence card is a true right-side "sidecar".
   It no longer participates in the command-center layer,
   so it cannot cover the hero copy or HUD cards.
   ========================================================= */

@media (min-width: 1101px){
  .hero-v5 .hero-layout{
    position:static;
    grid-template-columns:1fr 1.02fr;
    gap:56px;
    width:min(1180px,calc(100% - 48px));
  }

  .hero-v5 .hero-content{
    transform:translateX(28px);
    max-width:600px;
  }

  .hero-v5 .hero-status{
    font-size:9px;
  }

  .hero-v5 .eyebrow{
    margin-right:0;
  }

  .hero-v5 h1{
    font-size:clamp(50px,5vw,72px);
    letter-spacing:-.06em;
  }

  .hero-v5 .hero-description{
    max-width:570px;
  }

  /* Anchored to the hero itself, not the 1180px inner grid. */
  .hero-v5 .hero-intelligence-panel{
    position:absolute;
    z-index:20;
    top:53%;
    right:max(24px,calc((100vw - 1440px) / 2 + 24px));
    width:292px;
    transform:translateY(-50%);
  }

  /*
    Keep the sidecar visually separate from the command display.
    The right-hand empty area becomes intentional whitespace + HUD.
  */
  .hero-v5 .hero-command-display{
    margin-right:18px;
  }
}

/* Laptop widths: keep every element, but make the sidecar narrower
   and place it farther right so the main copy and command center remain
   readable. */
@media (min-width:1101px) and (max-width:1280px){
  .hero-v5 .hero-layout{
    grid-template-columns:1fr 1fr;
    gap:34px;
  }

  .hero-v5 .hero-content{
    transform:translateX(18px);
    max-width:540px;
  }

  .hero-v5 h1{
    font-size:52px;
  }

  .hero-v5 .hero-description{
    max-width:500px;
  }

  .hero-v5 .hero-intelligence-panel{
    right:18px;
    width:248px;
    padding:17px;
  }

  .hero-v5 .hero-intelligence-panel h2{
    font-size:22px;
  }

  .hero-v5 .hero-intelligence-panel > p{
    font-size:11px;
  }

  .hero-v5 .intelligence-lines > div{
    padding:10px 0;
  }
}

/* At 1100px and below the existing mobile/tablet stacking takes over.
   The panel stays in normal flow, preserving the phone behavior. */
@media (max-width:1100px){
  .hero-v5 .hero-layout{
    position:relative;
  }

  .hero-v5 .hero-intelligence-panel{
    position:relative;
    z-index:20;
    right:auto;
    top:auto;
    width:100%;
    max-width:850px;
    margin:30px auto 0;
    transform:none;
  }
}


/* =========================================================
   V8 — WIDER LAPTOP COMMAND CENTER
   Only the middle command-center is widened. The left hero
   copy, right intelligence panel, radar background, and all
   existing HUD elements remain in place.
   ========================================================= */

@media (min-width:1101px){
  .hero-v5 .hero-layout{
    grid-template-columns:500px minmax(560px,1fr);
    column-gap:40px;
  }

  .hero-v5 .hero-command-display{
    width:100%;
    min-width:560px;
    max-width:none;
    justify-self:start;
  }
}

@media (min-width:1281px){
  .hero-v5 .hero-layout{
    grid-template-columns:500px minmax(600px,1fr);
    column-gap:42px;
  }

  .hero-v5 .hero-command-display{
    min-width:600px;
  }
}

/* At smaller widths the existing responsive stacking remains unchanged. */
@media (max-width:1100px){
  .hero-v5 .hero-command-display{
    min-width:0;
    width:100%;
    max-width:850px;
  }
}
