.page-title {
  display: none !important;
}

/* Remove Shuttle sub-footer core entirely */
#sub-footer-core {
  display: none !important;
}

/* Tame H1 size on mobile for consistency */
@media (max-width: 768px) {
  h1 {
    font-size: 2.1rem;
    line-height: 1.25;
    margin-top: 1.2em;
  }
}

/* Tidy H2 size on mobile */
@media (max-width: 768px) {
  h2 {
    font-size: 1.65rem;
    line-height: 1.3;
    margin-top: 1em;
    margin-bottom: 0.6em;
  }
}

/* Desktop: refine H1 + H2 to match site title */
@media (min-width: 1024px) {

  h1 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-top: 0.6em;
    margin-bottom: 0.5em;
    font-weight: 600;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 1.4em;
    margin-bottom: 0.6em;
    font-weight: 600;
  }
}




/* Reduce spacing above all H1 titles */
h1 {
  margin-top: 0em;
}

/* Reduce spacing above H1 title on homepage on mobile */
@media (max-width: 768px) {
  #content {
    padding: 0px 10px;
  }
}

/* Reduce top spacing in home hero section on mobile */
@media (max-width: 768px) {
  #section-home-inner {
    margin-top: 20px;
  }
}

/* Remove intro strip on inner pages – desktop */
@media (min-width: 769px) {
  body:not(.home) #intro {
    display: none !important;
  }
}

/* Keep minimal spacing on mobile inner pages */
@media (max-width: 768px) {
  body:not(.home) #intro {
    background: none !important;
    padding: 10px 0 !important;
    height: auto !important;
  }
}

/* Reduce top spacing above page titles (desktop + mobile) */
#intro {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Increase logo size */
#logo img.custom-logo {
  max-height: 50px;
  width: auto;
}

/* Clearer separation for section headings */
h2 {
  margin-top: 2.5em;
  margin-bottom: 0.6em;
}


/* Style H3 headings: italic, smaller than H2, gentle spacing */
h3 {
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;    /* smaller than H2 */
  line-height: 1.35;
  margin-top: 1.6em;   /* less aggressive than H2 */
  margin-bottom: 0.4em;
}