<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>CIUSPress — Maintenance</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <style>
    html,body{height:100%;margin:0;font-family:system-ui,Segoe UI,Roboto,Arial,sans-serif;background:#f7f7f8;color:#222}
    .wrap{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center}
    .box{max-width:640px}
    h1{margin:0 0 12px;font-size:28px}
    p{margin:6px 0 0;font-size:16px;line-height:1.5}
  </style>
</head>
<body>
  <div class="wrap">
    <div class="box">
      <h1>We’ll be right back.</h1>
      <p>The CIUSPress bookstore is undergoing brief maintenance.</p>
      <p>Please check back soon. Thank you for your patience.</p>
    </div>
  </div>
</body>
</html>