/* ============================================================
   AK CONTROL UNIT . shared console styles
   industrial control room + telemetry HUD
   ============================================================ */
:root{
  --steel-hi:#9AA0A6; --steel:#70767C; --panel:#565B61; --panel-d:#3C4045; --deep:#26292D; --void:#17191C;
  --plate:#E4DFD1; --plate-ink:#1B1D1F;
  --orange:#F26522; --amber:#FFB000; --green:#3AD16C; --red:#E0342B; --lcd:#9BE07A;
  --txt:#EDEAE2; --mut:#B9B5AB; --faint:#9A968C;
  --fd:"Secular One",system-ui,sans-serif; --fb:"Heebo",system-ui,sans-serif; --fm:"Share Tech Mono",monospace;
  --brushed:repeating-linear-gradient(92deg,rgba(255,255,255,.055) 0 1px,rgba(0,0,0,.035) 1px 3px);
  --bevel:inset 0 1px 0 rgba(255,255,255,.22), inset 0 -2px 7px rgba(0,0,0,.45), 0 3px 0 #2A2D31, 0 10px 22px rgba(0,0,0,.45);
  --stripe:repeating-linear-gradient(45deg,#E8B92C 0 14px,#1B1D1F 14px 28px);
  --grid:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px) 0 0/100% 34px,
         linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px) 0 0/34px 100%;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--void);color:var(--txt);font-family:var(--fb);line-height:1.55;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;background-image:var(--grid)}
body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;
  background:radial-gradient(120% 70% at 50% -10%,rgba(255,255,255,.07),transparent 60%)}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}
.mono{font-family:var(--fm)}
::selection{background:var(--orange);color:#141416}
.wrap{max-width:1200px;margin:0 auto;padding:0 18px;position:relative;z-index:1}

/* keyboard access: the industrial chrome must never eat the focus ring */
:focus-visible{outline:3px solid var(--amber);outline-offset:3px;border-radius:2px}
.skip{position:absolute;top:-60px;right:12px;z-index:200;background:var(--amber);color:#1B1D1F;
  font-family:var(--fm);font-size:13px;padding:9px 14px;border-radius:0 0 4px 4px;transition:top .18s}
.skip:focus{top:0}

/* scroll reveal, staggered per module. Only armed once JS runs, so no-JS still shows everything. */
html.js .rv{opacity:0;transform:translateY(16px)}
html.js .rv.in{opacity:1;transform:none;
  transition:opacity .5s ease,transform .5s cubic-bezier(.2,.8,.25,1);transition-delay:var(--d,0ms)}
.pline-lead{color:var(--mut);font-size:15px;max-width:72ch;margin-bottom:14px}

/* ---------- rack panels ---------- */
.rack{background-image:var(--brushed),linear-gradient(180deg,var(--panel),var(--panel-d));
  border-radius:10px;box-shadow:var(--bevel);position:relative;padding:22px}
.rack::before,.rack::after{content:"";position:absolute;top:0;bottom:0;width:26px;pointer-events:none;
  background:linear-gradient(90deg,rgba(0,0,0,.28),transparent)}
.rack::before{right:0}.rack::after{left:0;transform:scaleX(-1)}
.scr{position:absolute;width:14px;height:14px;border-radius:50%;z-index:2;
  background:radial-gradient(circle at 35% 30%,#C6CBD0,#6C7278 60%,#3B3F43);
  box-shadow:inset 0 -1px 2px rgba(0,0,0,.6),0 1px 0 rgba(255,255,255,.12)}
.scr::after{content:"";position:absolute;inset:4px 2px;border-top:2px solid rgba(0,0,0,.55);transform:rotate(28deg)}
.scr.tr{top:9px;right:9px}.scr.tl{top:9px;left:9px}.scr.br{bottom:9px;right:9px}.scr.bl{bottom:9px;left:9px}

.plate{background:linear-gradient(180deg,#EFEADC,#D9D3C3);color:var(--plate-ink);border-radius:3px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 2px 4px rgba(0,0,0,.5);padding:6px 12px;display:inline-block;
  font-family:var(--fm);font-size:11.5px;letter-spacing:2.2px;text-transform:uppercase;direction:ltr}

.lamp{width:13px;height:13px;border-radius:50%;flex:none;background:#2A2E31;
  box-shadow:inset 0 2px 4px rgba(0,0,0,.8),0 1px 0 rgba(255,255,255,.13);transition:.3s}
.lamp.on{background:radial-gradient(circle at 35% 30%,#B9FFD3,var(--green));box-shadow:0 0 12px rgba(58,209,108,.75)}
.lamp.amber.on{background:radial-gradient(circle at 35% 30%,#FFE7B0,var(--amber));box-shadow:0 0 12px rgba(255,176,0,.7)}
.lamp.blue.on{background:radial-gradient(circle at 35% 30%,#CFE8FF,#5AA9E6);box-shadow:0 0 12px rgba(90,169,230,.7)}

/* ---------- masthead ---------- */
.top{padding:22px 0 8px}
.console{padding:28px 26px 24px}
.hrow{display:flex;align-items:stretch;justify-content:space-between;gap:22px}
.idplate{background:linear-gradient(180deg,#EFEADC,#CFC8B6);border-radius:5px;padding:20px 28px 18px;position:relative;
  box-shadow:inset 0 2px 0 rgba(255,255,255,.85),inset 0 -3px 8px rgba(0,0,0,.22),0 4px 0 rgba(0,0,0,.35),0 14px 26px rgba(0,0,0,.4);
  flex:1;min-width:0}
.idplate h1{font-family:var(--fd);font-size:clamp(34px,5.6vw,68px);line-height:1;color:#23262A;
  text-shadow:0 1px 0 rgba(255,255,255,.75),0 -1px 1px rgba(0,0,0,.35)}
.idplate .sub{margin-top:9px;font-size:clamp(14.5px,1.8vw,18px);color:#3E4247;font-weight:500;max-width:48ch}
.idplate .ser{position:absolute;bottom:8px;left:14px;font-family:var(--fm);font-size:10.5px;color:#7C766A;letter-spacing:2px;direction:ltr}
/* the chrome logo lives on the steel, not on the cream plate: it needs a dark ground */
.brandrow{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.brandrow .mark{width:150px;height:auto;filter:drop-shadow(0 3px 10px rgba(0,0,0,.55))}
.idplate h1.en{direction:ltr;text-align:right;letter-spacing:-1px}

/* contact form panel */
.formpanel{margin-top:18px;padding:20px 22px 22px}
.fhead{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.fgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.fld{display:block;margin-top:12px}
.fld>span{display:block;font-family:var(--fm);font-size:11px;letter-spacing:1.6px;color:#DAD6CC;margin-bottom:6px}
.fld input,.fld textarea{width:100%;background:#12160F;border:none;border-radius:5px;color:var(--lcd);
  font-family:var(--fm);font-size:15px;padding:12px 13px;box-shadow:inset 0 2px 8px rgba(0,0,0,.9);
  min-height:46px;resize:vertical}
.fld input:focus,.fld textarea:focus{outline:3px solid var(--amber);outline-offset:2px}
.fld input::placeholder,.fld textarea::placeholder{color:#4C6644}
/* honeypot. NEVER offset it with left:-9999px: in an RTL document that widens the layout
   sideways and pushes the whole page out of view. Clip it in place instead. */
.hp{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;
  clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
.facts{display:flex;align-items:center;gap:14px;margin-top:16px;flex-wrap:wrap}
.fmsg{font-family:var(--fm);font-size:13px;color:var(--lcd);min-height:20px}
.fmsg.err{color:#FF8A73}
.locked{font-family:var(--fm);font-size:12.5px;letter-spacing:1.4px;color:var(--faint);
  border:1px dashed rgba(255,255,255,.25);padding:9px 13px;border-radius:5px;display:inline-block}
.master{flex:none;width:142px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px}
.master .cap{font-family:var(--fm);font-size:10px;letter-spacing:2px;color:var(--mut);direction:ltr}
.lever{display:block;width:92px;height:142px;border-radius:8px;background:linear-gradient(180deg,#2B2F33,#1B1E21);
  position:relative;box-shadow:inset 0 2px 5px rgba(0,0,0,.8),0 1px 0 rgba(255,255,255,.12);cursor:pointer;overflow:hidden}
.lever .track{position:absolute;inset:12px 32px;background:#131619;border-radius:20px;box-shadow:inset 0 3px 8px rgba(0,0,0,.9)}
.lever .knob{position:absolute;left:50%;transform:translateX(-50%);top:82px;width:60px;height:42px;border-radius:7px;
  background:linear-gradient(180deg,#D8DCE0,#8A9096 55%,#5C6167);
  box-shadow:0 3px 0 #3A3E42,0 8px 14px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.7);
  transition:top .28s cubic-bezier(.3,1.5,.5,1)}
.lever.on .knob{top:14px}
.lever .txt{position:absolute;bottom:6px;left:0;right:0;text-align:center;font-family:var(--fm);font-size:10px;color:#6F757B;letter-spacing:2px}
.lever.on .txt{color:var(--green)}

/* ---------- section head ---------- */
.sec{padding:46px 0 0}
.sechead{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.sechead h2{font-family:var(--fd);font-size:clamp(22px,3.2vw,33px);text-shadow:0 2px 0 rgba(0,0,0,.5)}
.sechead .bar{flex:1;height:13px;background:var(--stripe);border-radius:2px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.5)}

/* ---------- module grid ---------- */
.mods{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mod{position:relative;padding:13px;display:block;transition:transform .16s}
.mod:hover{transform:translateY(-3px)}
.mod .hud{position:absolute;inset:6px;pointer-events:none;opacity:.5}
.mod .hud i{position:absolute;width:13px;height:13px;border:1.5px solid rgba(255,176,0,.75)}
.mod .hud i:nth-child(1){top:0;right:0;border-left:none;border-bottom:none}
.mod .hud i:nth-child(2){top:0;left:0;border-right:none;border-bottom:none}
.mod .hud i:nth-child(3){bottom:0;right:0;border-left:none;border-top:none}
.mod .hud i:nth-child(4){bottom:0;left:0;border-right:none;border-top:none}
.mod .head{display:flex;align-items:center;gap:9px;margin-bottom:10px}
.mod .head .plate{flex:1;text-align:right;font-size:10.5px;letter-spacing:1.4px;padding:5px 10px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.crt{position:relative;border-radius:5px;overflow:hidden;background:#0A0C0E;aspect-ratio:16/10;
  box-shadow:inset 0 0 0 3px #1C1F22, inset 0 0 26px rgba(0,0,0,.9)}
.crt img{width:100%;height:100%;object-fit:cover;object-position:top center;filter:saturate(.92) contrast(1.05)}
.crt::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:repeating-linear-gradient(0deg,rgba(0,0,0,.3) 0 1px,transparent 1px 3px),
             radial-gradient(120% 80% at 50% 0%,rgba(255,255,255,.12),transparent 55%)}
.crt.tall{background:#0A0C0E}
.crt.tall img{object-fit:contain}
.crt.data{display:flex;align-items:center;justify-content:center;background:#0C1410}
.crt.data .lines{font-family:var(--fm);font-size:12px;color:var(--lcd);line-height:1.7;direction:ltr;text-align:left;
  padding:14px 16px;width:100%;text-shadow:0 0 6px rgba(155,224,122,.35)}
.crt.data .lines b{color:#5E8A52;font-weight:400}
.crt .scan{position:absolute;left:0;right:0;height:22%;top:-25%;pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(155,224,122,.14),transparent)}
.mod:hover .crt .scan{animation:scan 1.5s linear}
@keyframes scan{to{top:110%}}
.mod .nm{font-family:var(--fd);font-size:19px;margin-top:11px}
.mod .tg{color:var(--mut);font-size:13.5px;margin-top:3px;min-height:38px}
.mod .foot{display:flex;align-items:center;justify-content:space-between;margin-top:10px;
  font-family:var(--fm);font-size:11px;color:var(--faint);letter-spacing:1.4px;direction:ltr}
.mod .foot b{color:var(--amber);font-weight:400}
.kind{font-family:var(--fm);font-size:10px;letter-spacing:1.6px;color:#1B1D1F;background:var(--amber);
  padding:2px 7px;border-radius:2px}
.kind.b{background:#7FC7F5}.kind.s{background:#9BE07A}

/* ---------- buttons ---------- */
.sw{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:6px;
  background:linear-gradient(180deg,#EAEDF0,#A9AEB4 60%,#878D93);color:#1B1D1F;font-weight:700;font-size:14px;
  box-shadow:0 3px 0 #4A4E52,0 8px 14px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.8);transition:.12s}
.sw:hover{transform:translateY(-1px)}
.sw:active{transform:translateY(3px);box-shadow:0 0 0 #4A4E52,inset 0 1px 0 rgba(255,255,255,.6)}
.sw.o{background:linear-gradient(180deg,#FF8A4C,var(--orange) 60%,#C74E15);color:#fff;
  box-shadow:0 3px 0 #8E3A10,0 8px 14px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.4)}

/* ---------- production line ---------- */
.stations{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.st{background:linear-gradient(180deg,#31353A,#23272B);border-radius:8px;padding:15px 10px;text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1),inset 0 -3px 9px rgba(0,0,0,.55);position:relative}
.st .num{position:absolute;top:-9px;inset-inline-end:10px;width:21px;height:21px;border-radius:50%;background:var(--orange);
  color:#1B1D1F;font-family:var(--fm);font-size:11.5px;display:grid;place-items:center;box-shadow:0 2px 6px rgba(0,0,0,.6)}
.st svg{width:25px;height:25px;stroke:var(--amber);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.st p{font-size:12.5px;color:var(--mut);margin-top:7px;line-height:1.35}
.conveyor{height:18px;margin-top:13px;border-radius:4px;background:#1B1E21;box-shadow:inset 0 2px 6px rgba(0,0,0,.9);
  overflow:hidden;position:relative}
.conveyor i{position:absolute;inset:0;background:repeating-linear-gradient(90deg,#3D4247 0 14px,#22262A 14px 28px);
  animation:belt 1.4s linear infinite}
@keyframes belt{to{transform:translateX(28px)}}

/* ---------- manual ---------- */
.manual{background:linear-gradient(180deg,#F1ECDE,#DED8C7);color:#22252A;border-radius:4px;padding:26px 28px 30px;
  box-shadow:0 4px 0 rgba(0,0,0,.35),0 16px 30px rgba(0,0,0,.45);position:relative}
.manual::before{content:"";position:absolute;top:-13px;left:50%;transform:translateX(-50%);width:118px;height:21px;
  background:linear-gradient(180deg,#B9BEC3,#7E848A);border-radius:4px;box-shadow:0 3px 6px rgba(0,0,0,.5)}
.manual h2{font-family:var(--fd);font-size:27px}
.manual .lead{margin-top:9px;color:#3C4045;font-size:16px;max-width:64ch}
.manual h4{font-family:var(--fm);font-size:11.5px;letter-spacing:2px;margin:20px 0 7px;color:#6B655A;direction:ltr;text-align:right}
.manual ul{list-style:none}
.manual li{position:relative;padding-inline-start:19px;margin:7px 0;font-size:15px}
.manual li::before{content:"";position:absolute;inset-inline-start:0;top:10px;width:10px;height:2px;background:#C24A16}
.tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}
.tag{font-family:var(--fm);font-size:11px;padding:4px 8px;border:1px solid rgba(34,37,42,.35);color:#3C4045;direction:ltr}

/* ---------- intercom ---------- */
.intercom{display:grid;grid-template-columns:1.15fr 1fr;gap:18px}
.bigred{background:linear-gradient(180deg,#3C4045,#2A2E32);border-radius:10px;padding:22px;text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -4px 12px rgba(0,0,0,.6)}
.bigred .btn{width:142px;height:142px;border-radius:50%;margin:12px auto 0;display:grid;place-items:center;
  background:radial-gradient(circle at 38% 30%,#FF6E63,#D8271D 62%,#8E1611);color:#fff;font-family:var(--fd);font-size:18px;
  box-shadow:0 8px 0 #6E120E,0 18px 30px rgba(0,0,0,.6),inset 0 2px 6px rgba(255,255,255,.35);transition:.12s}
.bigred .btn:hover{transform:translateY(-2px)}
.bigred .btn:active{transform:translateY(7px);box-shadow:0 1px 0 #6E120E,inset 0 2px 6px rgba(255,255,255,.3)}
.bigred p{color:var(--mut);font-size:13.5px;margin-top:14px}
.lines{display:flex;flex-direction:column;gap:11px}
.line{background:linear-gradient(180deg,#31353A,#23272B);border-radius:8px;padding:15px 17px;display:flex;
  align-items:center;justify-content:space-between;gap:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),inset 0 -3px 9px rgba(0,0,0,.55)}
.line b{font-family:var(--fm);font-size:14.5px;direction:ltr}
.line span{font-family:var(--fm);font-size:10.5px;letter-spacing:2px;color:var(--faint);direction:ltr}
.line:hover{background:linear-gradient(180deg,#3A3F45,#282C31)}

footer{padding:36px 0 54px;text-align:center;color:var(--faint);font-family:var(--fm);font-size:11px;letter-spacing:1.6px;direction:ltr}

/* ============================================================
   PROJECT PAGE
   ============================================================ */
.back{display:inline-flex;align-items:center;gap:8px;font-family:var(--fm);font-size:11.5px;letter-spacing:1.6px;
  color:var(--mut);padding:7px 12px;border-radius:5px;background:rgba(0,0,0,.28);margin:18px 0 14px}
.back:hover{color:var(--txt);background:rgba(0,0,0,.45)}
.phead{display:flex;gap:22px;align-items:stretch}
.phead .idplate{padding:22px 26px 20px}
.phead h1{font-family:var(--fd);font-size:clamp(30px,4.6vw,52px);line-height:1.04;color:#23262A;
  text-shadow:0 1px 0 rgba(255,255,255,.75)}
.phead .dom{margin-top:8px;font-family:var(--fm);font-size:12.5px;letter-spacing:2px;color:#6B655A;direction:ltr;text-align:right}
.phead .side{flex:none;width:196px;display:flex;flex-direction:column;gap:10px;justify-content:center}
.pill{background:#12160F;border-radius:6px;padding:10px 12px;box-shadow:inset 0 2px 8px rgba(0,0,0,.9);
  font-family:var(--fm);font-size:12px;color:var(--lcd);display:flex;justify-content:space-between;gap:8px;
  unicode-bidi:plaintext;direction:ltr}
.pill span{color:#5E7A52}
.pscreen{margin-top:18px;position:relative;border-radius:8px;overflow:hidden;background:#0A0C0E;
  box-shadow:inset 0 0 0 4px #1C1F22, 0 12px 30px rgba(0,0,0,.55)}
.pscreen img{width:100%;display:block;max-height:58vh;object-fit:cover;object-position:top center}
.pscreen.tall{background:#0A0C0E;display:flex;justify-content:center;padding:16px 0}
.pscreen.tall img{width:auto;height:46vh;max-height:500px;object-fit:contain}
.pscreen .lines{font-family:var(--fm);font-size:14px;color:var(--lcd);line-height:2;direction:ltr;
  padding:26px 30px;text-shadow:0 0 6px rgba(155,224,122,.35);background:#0C1410}
.pscreen .lines b{color:#5E8A52;font-weight:400;display:inline-block;min-width:120px}
.pscreen::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:repeating-linear-gradient(0deg,rgba(0,0,0,.24) 0 1px,transparent 1px 3px),
             radial-gradient(120% 70% at 50% 0%,rgba(255,255,255,.1),transparent 55%)}
.why{display:grid;grid-template-columns:1.35fr 1fr;gap:18px;margin-top:20px;align-items:start}
.why .card{padding:24px 26px}
.why h3{font-family:var(--fd);font-size:23px;margin-bottom:10px}
.why p{color:#E0DCD2;font-size:16px;margin-top:10px}
.why .light{background-image:var(--brushed),linear-gradient(180deg,#5C6167,#42474C)}
.what{list-style:none;margin-top:4px}
.what li{position:relative;padding-inline-start:22px;margin:11px 0;font-size:15.5px;color:#E7E3D9}
.what li::before{content:"";position:absolute;inset-inline-start:0;top:10px;width:11px;height:2px;background:var(--amber)}
.pacts{display:flex;flex-wrap:wrap;gap:11px;margin-top:20px;align-items:center}
.pnav{display:flex;justify-content:space-between;gap:12px;margin-top:34px;font-family:var(--fm);font-size:12px;
  letter-spacing:1.4px;color:var(--mut)}
.pnav a{padding:11px 16px;border-radius:6px;background:rgba(0,0,0,.3)}
.pnav a:hover{color:var(--txt);background:rgba(0,0,0,.5)}

@media (max-width:980px){
  .mods{grid-template-columns:repeat(2,1fr)}
  .why{grid-template-columns:1fr}
}
@media (max-width:700px){
  /* the console reads too large on a phone: pull the whole scale down a notch */
  .wrap{padding:0 12px}
  .top{padding:14px 0 4px}
  .console{padding:18px 15px 16px}
  .rack{border-radius:8px;padding:15px}
  .idplate{padding:15px 16px 15px}
  .idplate h1{font-size:clamp(26px,8.4vw,36px)}
  .idplate .sub{font-size:14px;line-height:1.5}
  .idplate .mark{width:64px;top:10px;left:10px}
  .idplate .ser{font-size:9.5px}
  .sec{padding:30px 0 0}
  .sechead h2{font-size:21px}
  .sechead .bar{height:10px}
  /* two compact bays per row on a phone: the site screenshots were eating the whole screen */
  .mods{grid-template-columns:1fr 1fr;gap:10px}
  .mod{padding:8px}
  .mod .hud{inset:4px}
  .mod .hud i{width:9px;height:9px}
  .mod .head{gap:6px;margin-bottom:7px}
  .mod .head .plate{font-size:8.5px;letter-spacing:.8px;padding:4px 6px}
  .mod .lamp{width:10px;height:10px}
  .crt{aspect-ratio:16/11}
  .mod .nm{font-size:15px;margin-top:8px;line-height:1.2}
  .mod .tg{font-size:12px;min-height:0;margin-top:4px;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .mod .foot{margin-top:8px;font-size:9.5px}
  .kind{font-size:8.5px;letter-spacing:1px;padding:2px 5px}
  .pscreen img{max-height:34vh}
  .pscreen.tall img{height:34vh}
  .st p{font-size:12px}
    .manual{padding:20px 18px 22px}
  .manual h2{font-size:22px}
  .manual .lead{font-size:15px}
  .bigred .btn{width:118px;height:118px;font-size:16px}
  .fgrid{grid-template-columns:1fr}
  .phead .idplate h1{font-size:clamp(24px,7.4vw,32px)}
  .hrow{flex-direction:column;gap:14px}
  .master{width:100%;flex-direction:row;justify-content:space-between;align-items:center}
  .lever{width:104px;height:62px}
  .lever .track{inset:9px 38px}
  .lever .knob{width:44px;height:26px;top:30px}
  .lever.on .knob{top:7px}
  .stations{grid-template-columns:1fr 1fr}
  .intercom{grid-template-columns:1fr}
  .phead{flex-direction:column}
  .phead .side{width:100%;flex-direction:row;flex-wrap:wrap}
  .phead .side .pill{flex:1;min-width:150px}
}
@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.05ms!important}}
