body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #fafafa;
    color: #333;
}

header {
    background: #222;
    color: white;
    padding: 1rem;
    text-align: center;
}

header h1 {
    margin: 0;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

nav a:hover {
    text-decoration: underline;
}

main {
    padding: 2rem;
    max-width: 800px;
    margin: auto;
}

section {
    margin-bottom: 2rem;
}

footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 1rem;
}

/* ---------- Aethermark footer styles (added) ---------- */
.site-footer {
  background: #222;
  color: #f3f3f3;
  padding: 20px 10px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.site-footer .footer-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-left { flex: 0 0 auto; }
.footer-center { flex: 1 1 320px; text-align: left; }
.footer-right { flex: 0 0 220px; font-size: 0.95rem; }

.footer-logo {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 4px;
  background: #fff;
  padding: 6px;
}

.site-name { margin: 0 0 6px 0; font-weight: 600; color: #fff; }
.company-name { margin: 0 0 4px 0; font-weight: 700; color: #f8f8f8; }
.company-info { margin: 0; opacity: 0.9; font-size: 0.95rem; }

@media (max-width: 720px) {
  .site-footer .footer-inner { flex-direction: column; text-align: center; gap: 8px; }
  .footer-right { order: 3; }
  .footer-left { order: 1; }
  .footer-center { order: 2; }
}
/* ---------- end Aethermark footer styles ---------- */
.site-footer a {
  color: #ffffff;
  text-decoration: underline;
  transition: color 120ms ease;
}
.site-footer a:visited {
  color: #dcdcdc;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #9fd7ff;
  text-decoration: none;
  outline: 3px solid rgba(159,215,255,0.18);
  outline-offset: 3px;
}
.site-footer { color: #f5f5f5; }
.site-footer a { color: #ffffff; text-decoration: underline; }
.site-footer a:hover, .site-footer a:focus { color: #9fd7ff; text-decoration: none; }
.site-footer .footer-right { display: none !important; }
body {
  background: url("images/classic_fake_door.png") no-repeat center center fixed;
  background-size: cover;
}
body {
  background-image: url('images/classic_fake_door.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body {
  background-image: url('images/classic_fake_door.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
