
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: #0b1220;
  background: #f7f8fa;
}

.sr-only {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.hero {
  min-height: 100svh;
  background-image: url("benwerrin-background.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}

.container {
  margin: 0 auto;
  max-width: 912px;
  width: 100%;
  text-align: center;
}

@media(min-width:1000px) {
  .container {
    text-align: right;
  }
}

.logo {
  width: 363px;
  max-width: 90%;
  height: auto;
  margin-top: 90px;
}

@media(min-width:1000px) {
  .logo {
    margin-top: 174px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

@media (min-width: 1200px) and (min-resolution: 2dppx) {
  .hero { background-position: center 0; }
}
