body {
    margin: 0;
    padding: 0;
}
header {
        margin-top: 0;
    }

    h1 {
        margin-top: 0;
    }
.ignatius-header {
  text-align: center;
  padding: 40px 20px;   /* balanced spacing, no extra white space at top */
  background: #fff;
  border-radius: 0;     /* no rounded corners */
  box-shadow: none;     /* no shadow */
  margin: 0;
}

.ignatius-header .logo-name {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #555;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.ignatius-header .tagline {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  color: #222;
  line-height: 1.2;
  margin: 0 0 16px;
}

.ignatius-header .subtagline {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  color: #555;
  max-width: 46ch;
  margin: 0 auto;
}

.ignatius-accent-line {
  height: 3px;
  width: 200px;
  margin: 16px auto;
  background: linear-gradient(90deg, #1f3a5f, #c2a25a);
  border-radius: 999px;
}

@media (prefers-color-scheme: dark) {
  .ignatius-header { background: #121418; }
  .ignatius-header .tagline { color: #ececec; }
  .ignatius-header .logo-name,
  .ignatius-header .subtagline { color: #b3b3b3; }
}
/* Make any alignfull group truly full-bleed */
.wp-block-group.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Remove top gap some themes add before first block */
.wp-site-blocks > *:first-child {
  margin-top: 0;
}

/* Keep comfy side padding inside the hero */
.ignatius-header {
  padding-left: clamp(16px, 4vw, 32px);
  padding-right: clamp(16px, 4vw, 32px);
}
