
.home-updates .update-item .card-image figure {
    height: 160px;
}

.home-updates .update-item .card-tag {
    color: #226296
}

.media-content {
    margin-inline-start: auto
}

.media-content p {
    color: #484848
}

.media-item a {
    color: #484848
}

.media-item .columns {
    margin-top: 20px;
    margin-bottom: 0px
}

.media-item:hover {
    cursor: pointer
}

.media-item:hover a {
    color: #a3a3a3
}

.media-item hr {
    margin: 12px 0px;
    background: #d5d5d5;
    height: 1px
}

.home .post-sub {
    color: #aaa
}

.home .post-sub a {
    color: #aaa
}


.offers {
    margin-top: -10px
}

.offers .accordion-body {
    background-color: transparent !important;
}

.more-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px .75rem;
}

.home .column.is-one-half.has-text-left {
    padding-inline-start: 100px
}

/* 1605px and lower*/
@media screen and (max-width: 1605px) {
    .home .work .notification {
        min-height: 220px
    }

    .home section.updates {
        padding-bottom: 60px
    }

}

/*1440px and lower*/
@media screen and (max-width: 1440px) {

    .testimonial-container figure {
        height: 300px;
        width: 100%;
    }


    .home .ORG-work .notification {
        min-height: 200px
    }

    .home .column.is-one-half.has-text-left {
        padding-inline-start: 85px
    }

    #testimonials .box {
        padding: 20px 30px
    }

    .home section.updates {
        padding-bottom: 60px
    }

    #users {
        height: 822px
    }

}

/*1366px and lower*/
@media screen and (max-width: 1366px) {
    .home .column.is-one-half.has-text-left {
        padding-inline-start: 80px
    }

    #users .box {
        padding: 20px 30px
    }

    #testimonials .box {
        margin: 0
    }
}


/*1280px and lower*/
@media screen and (max-width: 1280px) {
    .home .column.is-one-half.has-text-left {
        padding-inline-start: 70px
    }


    #users .column.is-one-quarter,
    #users .column.is-one-quarter-tablet {
        width: 26% !important
    }

}

/*1024px and lower*/
@media screen and (max-width: 1024px) {
    .home .column.is-one-half.has-text-left {
        padding-inline-start: 65px
    }

    .home .ORG-work .container {
        max-width: 100%
    }

    #users .column.is-one-quarter,
    #users .column.is-one-quarter-tablet {
        width: 26% !important
    }

    #testimonials li {
        padding: 0
    }

    #users .box {
        padding: 20px 30px
    }

    #users .box p {
        font-size: 11px
    }
}


/*768px and lower*/
@media screen and (max-width: 768px) {

    .home-products-image {
        height: 200px;
    }

    .home-updates .update-item .card-image figure {
        height: 140px;
    }

    .home .column.is-one-half.has-text-left {
        padding-left: 20px;
    }


    .home-events {
        padding-left: 0.75rem;
    }


    .testimonials-body {
        flex-direction: column-reverse;
    }

    .testimonial-company-logo {
        display: flex;
        width: 100%;
        justify-content: center;
    }


}


.service-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.service-icon-container {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.service-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.service-icon-bg-img {
    height: 100%;
    width: 100%;
}

.service-icon {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0
}

.service-icon > svg {
    height: 100%;
    width: 100%;
    color: grey;
    fill: currentColor;
}

/* .service-icon > svg.icon {
    height: 100% !important;
    width: 100% !important;
    color: grey;
} */

/* .is-index section:nth-child(even ) {
    background-color: #f8f9fb !important;
}

.is-index section:nth-child(odd ) {
    background-color: #fff !important;
} */

.home-hero-wrapper {
    position: relative;
    /* margin:0 1em; */
}

.home-hero-wrapper.has-city-forecast {
    /* padding-bottom: 200px; */
    /* background-color: #f8f9fb !important; */
}

.city-forecast-wrapper {
    /* position: absolute; */
    width: 100%;
    /* bottom: 70px; */
}

.weather-watch-section {
}

.weather-watch-container {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
}

.weather-watch-container .column {
    max-height: 540px;
    padding: 0 !important;
    margin: 0 !important;
}

#home-map {
        position: relative;
}

/* ── ALERTS PANEL WRAPPER ── */
.alerts-panel {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ── PANEL HEADER ── */
.alerts-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
}

.alerts-panel-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.alerts-panel-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.alerts-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #E24B4A;
  border-radius: 50%;
  line-height: 1;
  transition: background 0.2s;
}

.alerts-count-badge.is-zero {
  background: #bbb;
}

/* ── PANEL BODY ── */
.alerts-panel-body {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* ── ALERTS CONTAINER ── */
.alerts-container {
  padding: 8px 10px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d0d8e8 #f5f5f5;
}

.alerts-container::-webkit-scrollbar { width: 3px; }
.alerts-container::-webkit-scrollbar-track { background: #f5f5f5; }
.alerts-container::-webkit-scrollbar-thumb { background: #d0d8e8; border-radius: 3px; }

/* ── ALERTS TITLE (legacy — hidden, replaced by panel header) ── */
.alerts-title { display: none; }

/* ── ITEM WRAPPER ── */
.alerts-item-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d0d8e8 #f5f5f5;
}

.alerts-item-wrapper::-webkit-scrollbar { width: 3px; }
.alerts-item-wrapper::-webkit-scrollbar-track { background: #f5f5f5; }
.alerts-item-wrapper::-webkit-scrollbar-thumb { background: #d0d8e8; border-radius: 3px; }

/* ── ALERT LINK ── */
.alert-link {
  text-decoration: none;
  display: block;
}

/* ── ALERT ITEM ── */
.alert-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: var(--border-radius)!important;
  border: 1px solid #eee !important;
  border-left-width: 3px !important;
  background: #fff !important;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  transition: background 0.12s, box-shadow 0.12s;
}

.alert-link:hover .alert-item {
  background: #fafafa !important;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}

/* ── LEFT SECTION ── */
.alert-item-left {
  display: flex;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

/* ── ICON ── */
.alert-item-icon {
  margin-right: 0;
  flex-shrink: 0;
}

.alert-icon-wrapper {
  width: 34px !important;
  height: 34px !important;
  border-radius: var(--border-radius) !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.alert-icon-wrapper svg {
  height: 18px !important;
  width: 18px !important;
  fill: var(--svg-fill);
}

/* ── INFO BLOCK ── */
.alert-item-info {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.alert-item-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alert-severity-label {
  font-size: 10px;
  font-weight: 600;
}

.alert-expires {
  font-size: 10px;
  color: #aaa;
  font-weight: 400;
}

/* ── SEVERITY PILL ── */
.alert-severity-pill {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: var(--border-radius);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── ARROW ── */
.alert-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #bbb;
  transition: color 0.12s, transform 0.12s;
}

.alert-arrow svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.alert-link:hover .alert-arrow {
  color: #185FA5;
  transform: translateX(2px);
}

/* ── ALERT ITEM RIGHT ── */
.alert-item-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* ── HEADLINE ── */
.alert-info-headline {
  font-size: 11px;
  color: #555;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── TIME INFO ROW ── */
.alert-time-info {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #aaa;
  margin-top: 1px;
  flex-wrap: wrap;
}

.alert-time-info .time-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.alert-time-info .time-icon svg {
  width: 10px;
  height: 10px;
  fill: #bbb;
}

.alert-time-info .time-em {
  font-weight: 600;
  color: #888;
}

/* ── EMPTY STATE ── */
.empty-alerts-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2rem 1rem;
  font-size: 12px;
  font-weight: 500;
  color: #bbb;
  text-align: center;
  background: #fff;
  flex: 1;
}

.empty-alerts-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f9;
  border-radius: 50%;
}

.empty-alerts-icon svg {
  height: 20px !important;
  width: 20px !important;
  fill: #d0d8e8 !important;
}

/* ── PANEL FOOTER ── */
.alerts-panel-footer {
  padding: 8px 14px;
  border-top: 1px solid #f0f0f0;
  flex-shrink: 0;
}

.alerts-see-all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #185FA5;
  text-decoration: none;
  transition: gap 0.15s;
}

.alerts-see-all:hover {
  gap: 6px;
}

/* ── EMPTY STATE ── */
.empty-alerts-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2rem 1rem;
  font-size: 12px;
  font-weight: 500;
  color: #bbb;
  text-align: center;
  background: #fff;
  flex: 1;
}

.empty-alerts-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f9;
  border-radius: 50%;
}

.empty-alerts-icon svg {
  height: 20px !important;
  width: 20px !important;
  fill: #d0d8e8 !important;
}

/* ── PANEL FOOTER ── */
.alerts-panel-footer {
  padding: 8px 14px;
  border-top: 1px solid #f0f0f0;
  flex-shrink: 0;
}

.alerts-see-all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #185FA5;
  text-decoration: none;
  transition: gap 0.15s;
}

.alerts-see-all:hover {
  gap: 6px;
}


.map-legend {
    display: flex;
    padding: 4px 8px;
    align-items: flex-start;
    background-color: #fff;
    font-size: 14px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    z-index: 99;
    flex-direction: column;
}

.legend-items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}


.legend-item {
    display: flex;
    align-items: center;
}

.map-legend .legend-items .legend-item .legend-color {
    margin-right: 4px;
    height: 12px;
    width: 12px;
    border: #d4dadc solid 1px;

}

.map-ctrl-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 5px;
    background-size: cover;
    border: 1px solid #646464;
    cursor: pointer;
}


.mapviewer-explore {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    flex-wrap: wrap
}

.mapviewer-explore .desc {
    margin-right: 20px;
    font-weight: 600;
}

/*768px and lower*/
@media screen and (max-width: 768px) {
    .home-hero-wrapper.has-city-forecast {
        padding-bottom: 0 !important;
    }


    .mapviewer-explore .desc {
        margin-right: 0;
    }

    .mapviewer-explore .button {
        margin-top: 10px;
        margin-right: 0;
    }
}

.cf-card .glide__arrow--left {
    left: 0 !important;
}

.cf-card .glide__arrow--right {
    right: 0 !important;
}

/* ------------------------------------------------------------
   FEATURED SUMMER SCHOOL BANNER (homepage)
   Driven by HomePage.featured_summer_school - shown when an editor
   marks a SummerSchoolPage edition as Featured + Is visible on homepage.
   ------------------------------------------------------------ */
.home-summer-school-banner {
    display: flex;
    align-items: stretch;
    gap: 2.5rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
}

.home-summer-school-banner-image {
    flex: 0 0 40%;
    margin: 0;
}

.home-summer-school-banner-image img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}

.home-summer-school-banner-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 2.5rem;
}

.home-summer-school-banner-eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.home-summer-school-banner-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--text-color, #1a1a1a);
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.home-summer-school-banner-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: 13px;
    color: #666;
    margin-bottom: 1.25rem;
}

.home-summer-school-banner-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.home-summer-school-banner-btn-primary,
.home-summer-school-banner-btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 11px 24px;
    border-radius: var(--border-radius, 8px);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    transition: opacity 0.15s, background 0.15s, border-color 0.15s;
}

.home-summer-school-banner-btn-primary {
    background: var(--primary-color);
    color: #fff;
}

.home-summer-school-banner-btn-primary:hover {
    opacity: 0.9;
    color: #fff;
}

.home-summer-school-banner-btn-secondary {
    background: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.home-summer-school-banner-btn-secondary:hover {
    background: var(--primary-color-lightest);
}

.home-summer-school-banner-closed {
    display: inline-flex;
    align-items: center;
    padding: 11px 24px;
    border-radius: var(--border-radius, 8px);
    font-size: 14px;
    font-weight: 700;
    color: #e0455f;
    background: rgba(224, 69, 95, 0.08);
}

@media (max-width: 768px) {
    .home-summer-school-banner {
        flex-direction: column;
    }

    .home-summer-school-banner-image {
        flex-basis: auto;
    }

    .home-summer-school-banner-image img {
        min-height: 200px;
    }

    .home-summer-school-banner-body {
        padding: 1.5rem;
    }

    .home-summer-school-banner-title {
        font-size: 21px;
    }
}

/* ------------------------------------------------------------
   Homepage partners — bordered logo tiles based on the ACMAD
   landing-page prototype. These selectors are deliberately
   homepage-specific so other partner listings keep their styles.
   ------------------------------------------------------------ */
.home-partners-section {
    background: var(--theme-surface, #fff);
    border-bottom: 1px solid var(--theme-border, #e4e9ee);
}

.home-partners-heading {
    max-width: 720px;
}

.home-partner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-partner-card {
    min-width: 0;
    min-height: 238px;
    padding: 28px 20px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    color: inherit;
    background: var(--theme-surface, #fff);
    border: 1px solid var(--theme-border, #e4e9ee);
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.home-partner-card:hover,
.home-partner-card:focus-visible {
    position: relative;
    z-index: 2;
    color: inherit;
    border-color: transparent;
    box-shadow: var(--shadow-sm, 0 8px 24px rgba(14, 43, 65, 0.1));
    transform: translateY(-5px);
}

.home-partner-card:focus-visible {
    outline: 3px solid var(--primary-color-medium);
    outline-offset: -3px;
}

.home-partner-logo {
    width: 100%;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-partner-logo-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: saturate(0.82);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.home-partner-card:hover .home-partner-logo-img,
.home-partner-card:focus-visible .home-partner-logo-img {
    filter: saturate(1);
    transform: scale(1.035);
}

@media (max-width: 768px) {
    .home-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-partner-card {
        min-height: 205px;
        padding: 24px 16px 20px;
    }

    .home-partner-logo {
        height: 100px;
    }

    .home-partner-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: 50%;
        justify-self: center;
        border-left: 1px solid var(--theme-border, #e4e9ee);
    }
}

/* --- Services Section (acmad-portal style) --- */

.services-section { padding-block: 76px; }

.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: flex-end; }
.split-heading .eyebrow { display: flex; align-items: center; gap: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--primary-color, #185fa5); margin-bottom: 12px; }
.split-heading .eyebrow span { width: 32px; height: 2px; }

.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); border: 0; margin-top: 40px; }

.service-card { min-height: 280px; padding: 32px; border-right: 1px solid var(--theme-border, #e4e9ee); border-bottom: 1px solid var(--theme-border, #e4e9ee); position: relative; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; background: #fff; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.service-card:last-child { border-right: 0; }
.service-card > * { z-index: 1; }


.service-card:hover { background: white; transform: translateY(-5px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); z-index: 2; }

.service-number { position: absolute; top: 30px; right: 30px; color: #cbd6d8; font-weight: 700; font-size: 0.72rem; font-family: 'Manrope', sans-serif; }

.acmad-service-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--primary-color-lightest, #e0f2fe); color: var(--primary-color, #0369a1); border-radius: 5px; margin-bottom: 24px; }
.acmad-service-icon svg { width: 27px; height: 27px; fill: currentColor; }

.card-kicker { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted, #666); }

.service-card h3 { font-weight: 700; font-size: 1.25rem; line-height: 1.3; font-family: 'Manrope', sans-serif; color: var(--navy-900, #0a192f); margin-top: 8px; margin-bottom: 15px; }

.service-desc { color: var(--muted, #666); font-size: 0.89rem; margin: 15px 0 28px !important; }

.service-link { display: inline-flex; align-items: center; gap: 7px; color: var(--primary-color, #0369a1); font-size: 0.79rem; font-weight: 800; margin-top: auto; }

@media (max-width: 820px) {
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--theme-border, #e4e9ee) !important; padding: 20px; }
  .service-card:last-child { border-bottom: 0 !important; }
  .service-card h3 { margin-top: 4px; margin-bottom: 8px; font-size: 1.15rem; }
  .service-desc { margin: 8px 0 16px !important; }
  .acmad-service-icon { margin-bottom: 16px; width: 44px; height: 44px; }
  .acmad-service-icon svg { width: 22px; height: 22px; }
}

/* Regional section */
.regional-section { background: var(--theme-header-dark, var(--primary-color)) !important; color: white; overflow: hidden; padding-block: 60px; }
.regional-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.africa-panel { min-height: 430px; position: relative; display: grid; place-items: center; color: #71c9b0; border: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle, rgba(18,112,97,.38), transparent 65%); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit-one { width: 300px; height: 300px; }
.orbit-two { width: 410px; height: 410px; }
.map-point { position: absolute; font-size: .65rem; color: rgba(255,255,255,.72); display: flex; gap: 7px; align-items: center; }
.map-point i { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow-400, #f4c84a); box-shadow: 0 0 0 5px rgba(244,200,74,.13); }
.point-one { left: 13%; top: 40%; }
.point-two { right: 9%; top: 33%; }
.point-three { right: 16%; bottom: 23%; }
.point-four { left: 32%; top: 12%; }
.point-five { left: 43%; top: 52%; }
.regional-copy h2 { color: white; font: 700 clamp(2rem, 3.4vw, 3.25rem)/1.12 'Manrope', sans-serif; letter-spacing: -.035em; margin-bottom: 22px; }
.regional-copy > p { color: rgba(255,255,255,.66); margin-top: 22px; }
.regional-copy ul { list-style: none; margin-top: 27px; display: grid; gap: 12px; }
.regional-copy li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.82); font-size: .85rem; }
.regional-copy li svg { color: #6ed0b2; }
.regional-copy .eyebrow { display: flex; align-items: center; gap: 10px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.regional-copy .eyebrow.light { color: #69cbb0; }
.regional-copy .eyebrow span { width: 32px; height: 2px; background: var(--yellow-400, #f4c84a); }
@media (max-width: 900px) {
  .regional-layout { grid-template-columns: 1fr; gap: 50px; }
  .regional-copy h2 { font-size: 2.2rem; }
}
