/* Alumniyat — shared styles for standalone editorial pages
   (about, privacy-policy, terms, contact). Loaded AFTER styles.css. */

main#main { padding-bottom: 80px; }

.page {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 24px 32px;
}

.page-head {
  border-bottom: 1px solid rgba(20, 18, 14, 0.16);
  padding-bottom: 28px;
  margin-bottom: 32px;
}

.page-head .eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(20, 18, 14, 0.55);
  margin-bottom: 14px;
}

.page-h {
  font-family: "Instrument Serif", serif;
  font-size: clamp(40px, 7vw, 76px);
  line-height: 0.98;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
  color: #14120E;
}
.page-h .italic { font-style: italic; }

.page-deck {
  font-family: "Geist", system-ui, sans-serif;
  font-size: clamp(17px, 1.6vw, 19px);
  line-height: 1.55;
  color: rgba(20, 18, 14, 0.78);
  max-width: 620px;
  margin: 0 0 14px;
}

.page-meta {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgba(20, 18, 14, 0.55);
}

.page-body {
  font-family: "Geist", system-ui, sans-serif;
  font-size: 16.5px;
  line-height: 1.72;
  color: rgba(20, 18, 14, 0.88);
}

.page-body h2 {
  font-family: "Instrument Serif", serif;
  font-size: clamp(26px, 3.4vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.005em;
  margin: 44px 0 14px;
  color: #14120E;
}

.page-body h3 {
  font-family: "Geist", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #14120E;
  margin: 28px 0 8px;
}

.page-body p { margin: 0 0 16px; }
.page-body ul, .page-body ol { margin: 0 0 18px; padding-left: 22px; }
.page-body li { margin-bottom: 8px; }
.page-body a { color: #14120E; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.page-body a:hover { color: rgba(20, 18, 14, 0.55); }
.page-body strong { font-weight: 600; }
.page-body code,
.page-body .mono {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.92em;
}

.page-body .callout {
  border-left: 2px solid #14120E;
  padding: 4px 0 4px 18px;
  margin: 22px 0;
  color: rgba(20, 18, 14, 0.85);
}

.page-body .quick-contact {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 6px 22px;
  margin: 22px 0 30px;
  padding: 22px;
  background: rgba(20, 18, 14, 0.04);
  border: 1px solid rgba(20, 18, 14, 0.12);
}
.page-body .quick-contact dt {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgba(20, 18, 14, 0.55);
  align-self: center;
}
.page-body .quick-contact dd {
  margin: 0;
  font-family: "Geist", system-ui, sans-serif;
  color: #14120E;
}

/* Footer nav (used on all pages, including the homepage update) */
.footer-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 11px;
  letter-spacing: 0.16em;
}
.footer-nav a {
  color: rgba(20, 18, 14, 0.7);
  text-decoration: none;
}
.footer-nav a:hover { color: #14120E; }

/* Optional tertiary credit line in homepage footer */
.footer-credit {
  opacity: 0.55;
  font-size: 10.5px;
  letter-spacing: 0.18em;
}

@media (max-width: 720px) {
  .page { padding: 32px 18px 24px; }
  .page-body .quick-contact { grid-template-columns: 1fr; }
  .page-body .quick-contact dt { margin-top: 6px; }
}
