/* ================================
   GLOBAL SITE STYLING
   Author: Mudesto
   Theme: Twenty Twenty-Two
   ================================ */

/* Background and font for entire site */
body,
.site,
#page,
#content,
.site-content {
  background-color: #101215 !important; /* very dark grey with cyan hint */
  color: rgba(240, 240, 240, 0.95) !important;
  font-family: "Avenir Next", sans-serif !important;
}

/* Headings and paragraphs */
h1, h2, h3, h4, h5, h6, p, li {
  color: rgba(240, 240, 240, 0.95) !important;
}

/* Links */
a {
  color: #9ff !important;
  text-decoration: none;
}
a:hover {
  color: #0ff !important;
}

/* Remove default page titles */
h1.page-title,
.entry-title,
.wp-block-post-title {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* HOME PAGE - Sentence Flow */
.page-home #intro-sentences {
  position: relative;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: rgba(0, 255, 245, 0.95);
  margin: 40vh auto 0 auto;
  opacity: 0;
  pointer-events: none;
}

/* ABOUT PAGE */
.page-about,
.page-id-about {
  background-color: #101215 !important;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-about p {
  color: rgba(210, 255, 255, 0.9) !important;
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
}

.page-about a {
  color: rgba(180, 220, 255, 0.9) !important;
  text-decoration: underline;
}

/* CONTACT PAGE */
.page-contact,
.page-id-contact {
  background-color: #101215 !important;
  color: rgba(230, 235, 240, 0.95);
}

.page-contact p {
  font-size: 18px;
  line-height: 1.6;
}

.page-contact a {
  color: rgba(180, 220, 255, 0.9) !important;
}

/* GLOBAL HEADER MENU */
.header-inner,
.wp-block-navigation {
  background: linear-gradient(180deg, #101215, #0f1114) !important; /* gradient to match base */
}

.wp-block-navigation a {
  color: #9ff !important;
  font-family: "Avenir Next", sans-serif;
  text-decoration: none;
}
.wp-block-navigation a:hover {
  color: #0ff !important;
}

/* FOOTER */
.site-footer {
  background-color: #101215 !important;
  color: rgba(240, 240, 240, 0.9) !important;
}

.site-footer a {
  color: #9ff !important;
  text-decoration: underline;
}
