





:root {
  --max: 920px;
}

body {
  max-width: var(--max);
  margin: 60px auto;
  padding: 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
  color: #111;
  background: #fff;
}

a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
}

a:hover {
  border-bottom: none;
}

img {
  max-width: 100%;
  height: auto;
  margin: 32px 0;
}

.site-header {
  margin-bottom: 40px;
}

.banner {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #111;
}

.banner-label {
  margin: 0;
  letter-spacing: 0.12em;
  font-size: 22px;
  text-transform: uppercase;
}

.banner-sub {
  margin: 6px 0 0 0;
  color: #555;
  font-size: 14px;
}

.site-nav {
  margin-top: 14px;
  margin-bottom: 10px;
}

.site-nav a {
  margin-right: 18px;
}

.layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.content h1 {
  font-weight: normal;
  margin: 0 0 18px 0;
}

.record-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px 0;
}

.record-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.meta {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #666;
}

.aside {
  padding-top: 6px;
  color: #222;
}

.aside h2 {
  font-weight: normal;
  margin: 0 0 14px 0;
}

.rule {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

.site-footer {
  margin-top: 60px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #666;
  font-size: 14px;
}

.small {
  font-size: 13px;
  color: #666;
}

@media (min-width: 900px) {
  .layout {
    grid-template-columns: 2fr 1fr;
    align-items: start;
  }
}

.hero {
  min-height: 100vh;
  background-image: url("../IMAGES/archive.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.hero-content {
  position: relative;
  max-width: 640px;
  text-align: center;
  color: #e5e5e5;
  font-family: Georgia, "Times New Roman", serif;
}

.hero-content h1 {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hero-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.85;
  margin-bottom: 2.5rem;
}

.enter-link {
  font-size: 0.9rem;
  color: #cfcfcf;
  text-decoration: none;
  border-bottom: 1px solid #777;
  padding-bottom: 0.2rem;
  letter-spacing: 0.08em;
}

.enter-link:hover {
  color: #ffffff;
  border-color: #ffffff;
}

/* Public Register */
.public-register figure {
  margin: 0;
}

.public-register img {
  margin: 18px 0 12px 0;
  border: 1px solid #ddd;
}

.public-register figcaption {
  font-size: 14px;
  line-height: 1.55;
  color: #555;
}

.register-meta {
  margin-top: 22px;
}

.register-meta h3 {
  font-weight: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 8px;
}

.register-meta ul {
  padding-left: 18px;
  margin: 0;
}

.register-meta li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* Firma */
.sig {
  display: block;
  margin-top: 6px;
  font-style: italic;
  color: #666;
}

.figure-small img {
  width: 60%;
  margin-left: 0;
}

