/* Styles for page with ID 3100 only */
.page-id-3100 {
  background-color: #f9f9fc;
  font-family: 'Georgia', serif;
  color: #222;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Style the page title */
.page-id-3100 h1.entry-title {
  font-size: 2.8rem;
  text-align: center;
  color: #004080;
  border-bottom: 2px solid #004080;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

/* Style paragraphs */
.page-id-3100 .entry-content p {
  line-height: 1.8;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}

/* Style links */
.page-id-3100 .entry-content a {
  color: #0066cc;
  text-decoration: underline;
}

.page-id-3100 .entry-content a:hover {
  color: #003366;
}

/* Add spacing to images */
.page-id-3100 .entry-content img {
  margin: 1.5rem 0;
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}

/* Style blockquotes */
.page-id-3100 blockquote {
  border-left: 4px solid #004080;
  padding-left: 1rem;
  color: #555;
  font-style: italic;
  background-color: #f0f5ff;
}

/* Page 10334: Helbiglab-style landing page */

/* 1) Remove BTIC chrome */
.page-id-10334 .site-header,
.page-id-10334 .main-navigation,
.page-id-10334 #secondary {
  display: none !important;
}

/* Optional: remove footer too */
.page-id-10334 .site-footer {
  display: none !important;
}

/* 2) Make the canvas feel like a standalone site */
.page-id-10334 .site,
.page-id-10334 .site-content,
.page-id-10334 #primary,
.page-id-10334 .content-area {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 3) Center the content with generous whitespace (helbiglab.io vibe) */
.page-id-10334 .entry-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 20px;
}

/* 4) Typography: clean, airy, “mission / projects” style */
.page-id-10334 .entry-title {
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 18px 0;
}

.page-id-10334 .entry-content {
  font-size: 18px;
  line-height: 1.75;
}

/* Headings inside content */
.page-id-10334 .entry-content h2 {
  font-size: 26px;
  line-height: 1.25;
  margin: 44px 0 14px 0;
}

.page-id-10334 .entry-content h3 {
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 34px 0 10px 0;
}

/* Links: understated */
.page-id-10334 .entry-content a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Images: clean blocks */
.page-id-10334 .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px auto;
}

/* Page 10334 – Modern typography override */

.page-id-10334 body,
.page-id-10334 .entry-content,
.page-id-10334 p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75;
    color: #111;
}

/* Title */
.page-id-10334 .entry-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

/* Section headers */
.page-id-10334 h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 18px;
}

.page-id-10334 h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 40px;
}
