/* ═══════════════════════════════════════════
   NW Architektur – Unterseiten
   subpage.css · impressum.html & datenschutz.html
═══════════════════════════════════════════ */

main {
  max-width: 760px;
  margin: 0 auto;
  padding: 10rem 2rem 6rem;
}

.page-label {
  font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 1rem;
}

h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300; font-size: 3rem; line-height: 1.1;
  margin-bottom: 3rem;
}

.divider {
  width: 40px; height: 1px;
  background: var(--accent); margin-bottom: 3rem;
}

h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400; font-size: 1.3rem;
  margin-top: 2.5rem; margin-bottom: 0.8rem;
  color: var(--dark);
}

h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400; font-size: 0.95rem;
  letter-spacing: 0.05em; text-transform: uppercase;
  margin-top: 1.5rem; margin-bottom: 0.5rem;
  color: var(--dark);
}

p {
  font-size: 0.95rem; line-height: 1.8; color: var(--mid);
  margin-bottom: 0.8rem;
}
p strong { color: var(--dark); font-weight: 400; }

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

ul {
  margin: 0.5rem 0 0.8rem 1.2rem;
  font-size: 0.95rem; line-height: 1.8; color: var(--mid);
}
li { margin-bottom: 0.3rem; }

.block {
  border-top: 1px solid var(--line);
  padding-top: 2.5rem; margin-top: 2.5rem;
}

.highlight-box {
  background: rgba(200,169,110,0.08);
  border-left: 2px solid var(--accent);
  padding: 1.2rem 1.5rem; margin: 1.5rem 0;
}
.highlight-box p { margin: 0; }

/* Footer override für Unterseiten (zentriert) */
footer {
  max-width: 760px; margin: 0 auto;
  padding: 2rem 2rem 3rem;
}

@media (max-width: 600px) {
  main { padding: 8rem 1.5rem 4rem; }
  h1 { font-size: 2.2rem; }
}
