  /* =========================
   AERI – Global Page Title
   ========================= */
.view-article .page-header h1{
  text-align: center !important;
}




/* =========================
   AERI – Mission
   ========================= */
.aeri-mission{
  max-width: 720px;
  margin: 1.3rem auto 0 auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4a5560;
  text-align: center;
}

/* =========================
   AERI – Pillars
   ========================= */
.aeri-pillars-title{
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  letter-spacing: .2px;
}

.aeri-pillars{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
  max-width: 900px;
  margin: 0 auto 3rem auto;
}

/* clickable card */
.aeri-pillar-link{
  text-decoration: none !important;
  color: inherit !important;
  display: block;
}

.aeri-pillar{
  padding: 1.4rem 1.2rem;
  border: 1px solid #e3e7ec;
  border-radius: 10px;
  text-align: center;
  background: #f6f9ff;            /* bluish */
  transition: transform .12s ease, box-shadow .12s ease;
}

.aeri-pillar:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(20,40,80,.08);
}

.pillar-title{
  display:block;
  font-weight: 700;
  margin-bottom: .4rem;
  color: #1f2f3f;
}

.pillar-desc{
  display:block;
  font-size: .95rem;
  line-height: 1.45;
  color: #5a6775;
}

/* =========================
   AERI – Audience
   ========================= */
.aeri-audience-title{
  text-align:center;
  margin: 2.5rem 0 1.2rem 0;
  font-weight: 700;
  letter-spacing: .2px;
}

.aeri-audience{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
  max-width: 900px;
  margin: 0 auto 3rem auto;
}

.aeri-audience-card{
  padding: 1.2rem 1.1rem;
  border: 1px solid #e3e7ec;
  border-radius: 10px;
  background: #f6f9ff;            /* same bluish */
}

.aeri-audience-card .aud-title{
  font-weight: 700;
  margin-bottom: .35rem;
  color: #1f2f3f;
  text-align:center;
}

.aeri-audience-card .aud-desc{
  font-size: .95rem;
  line-height: 1.45;
  color: #5a6775;
  text-align:center;
}







/* =========================================
   AERI: SINGLE RIBBON (MODULE IN HEADER)
   Source: mod-custom110 in container-banner
   ========================================= */

/* The module container itself becomes the ribbon */
.container-banner .aeri-ribbon-wrap{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 190px;              /* change to 120 if you want slimmer */
  overflow: hidden;           /* clips the image */
  background: #ffffff;
}

/* The ribbon image fills the ribbon */
.container-banner .aeri-ribbon-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;          /* keeps full width, crops vertically */
  object-position: center;    /* you can try: center 40% if needed */
  display: block;
}

/* Text overlay on top of ribbon */
.container-banner .aeri-ribbon-text{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1f2f3f;
  text-shadow: 0 1px 2px rgba(255,255,255,0.75);
  pointer-events: none;
}

/* Center the article title (your request) */
.view-article .page-header h1{
  text-align: center !important;
}


/* Center the tagline when used inside the article (not as ribbon overlay) */
.view-article .com-content-article__body .aeri-ribbon-text{
  position: static !important;
  inset: auto !important;
  display: block !important;
  text-align: center !important;
  margin: 10px 0 18px 0 !important;
  color: #1f2f3f !important;
  text-shadow: none !important;
}

.view-article .page-header h1 {
  font-size: 2.2rem;      /* was ~1.8 */
  line-height: 1.25;
  font-weight: 700;
}




/* =========================
   AERI – FONT SCALE BOOST
   =========================  
   STRONGER TYPOGRAPHY
   ========================= */

/* Main page title */
.view-article .page-header h1 {
  font-size: 2.6rem;     /* BIG */
  line-height: 1.2;
  font-weight: 700;
}

/* Tagline under title */
.aeri-tagline-under-title,
.aeri-ribbon-text {
  font-size: 1.3rem;     /* clearly readable */
  font-weight: 600;
  text-align: center;
  margin: 0.8rem 0 1.6rem 0;
  color: #2a3a4a;
}

/* Mission paragraph */
.aeri-mission {
  font-size: 1.25rem;    /* this is the big win */
  line-height: 1.9;
}

/* Section titles */
.aeri-pillars-title,
.aeri-audience-title {
  font-size: 1.85rem;
  margin-bottom: 2rem;
}

/* Pillar cards */
.pillar-title {
  font-size: 1.2rem;
}

.pillar-desc {
  font-size: 1.1rem;
  line-height: 1.65;
}

/* Audience cards */
.aud-title {
  font-size: 1.2rem;
}

.aud-desc {
  font-size: 1.1rem;
  line-height: 1.65;
}

/* Lower the left sidebar menu card */
.sidebar-left.card.menu-lowered{
  margin-top: 4rem !important;
}



/* =========================
   REI – Mechanics Virtual Labs (Hub)
   ========================= */

.rei-labs-wrap{
  max-width: 980px;
  margin: 0 auto 3rem auto;
}

.rei-labs-intro{
  max-width: 820px;
  margin: 0.8rem auto 1.6rem auto;
  font-size: 1.15rem;
  line-height: 1.75;
  color: #4a5560;
  text-align: center;
}

.rei-labs-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.rei-lab-card{
  border: 1px solid #e3e7ec;
  border-radius: 10px;
  background: #f6f9ff;
  padding: 1.2rem 1.2rem 1.3rem 1.2rem;
}

.rei-lab-title{
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.45rem;
  color: #1f2f3f;
}

.rei-lab-desc{
  font-size: 1.05rem;
  line-height: 1.6;
  color: #5a6775;
  margin-bottom: 0.9rem;
}

.rei-lab-btn{
  display: inline-block;
  padding: 0.55rem 0.85rem;
  border: 1px solid #c9d3e0;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 600;
  background: #ffffff;
}
.rei-lab-btn:hover{
  transform: translateY(-1px);
}

