.page-home-olm #main-content .container {
  width: min(980px, calc(100% - 28px));
  max-width: 980px;
  padding-top: 34px;
}

.page-home-olm #main-content #content-area,
.page-home-olm #main-content #left-area {
  width: 100%;
  margin: 0;
  padding: 0;
}

.page-home-olm #main-content #left-area {
  float: none;
}

.page-home-olm .olm-home-landing {
  --olm-home-navy: #0d2c4f;
  --olm-home-navy-soft: #173d69;
  --olm-home-paper: #ffffff;
  --olm-home-cream: #f6f3ec;
  --olm-home-cream-strong: #f3ecdf;
  --olm-home-blue-soft: #eef2f7;
  --olm-home-gold: #c8a552;
  --olm-home-text: #333;
  --olm-home-text-soft: #5d6675;
  --olm-home-line: #e5e5e5;
  --olm-home-shadow: 0 18px 44px rgba(13, 44, 79, 0.06);
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: var(--olm-home-text);
}

.page-home-olm .olm-home-landing .entry-content {
  padding-top: 0;
}

.page-home-olm .olm-home-landing__shell,
.page-home-olm .olm-home-landing__shell *,
.page-home-olm .olm-home-landing__shell *::before,
.page-home-olm .olm-home-landing__shell *::after {
  box-sizing: border-box;
}

.page-home-olm .olm-home-landing__shell {
  margin: 0 auto 56px;
  padding: 0 0 12px;
}

.page-home-olm .olm-home-landing__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--olm-home-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home-olm .olm-home-landing__eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--olm-home-gold), transparent);
}

.page-home-olm .olm-home-landing__lafayette-band {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: center;
  margin: 0 auto 22px;
  padding: 14px 18px;
  border: 1px solid var(--olm-home-line);
  border-radius: 14px;
  background: linear-gradient(180deg, #fbf7ef 0%, #f6f1e7 100%);
  box-shadow: var(--olm-home-shadow);
}

.page-home-olm .olm-home-landing__lafayette-seal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home-olm .olm-home-landing__lafayette-seal img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.page-home-olm .olm-home-landing__lafayette-copy strong {
  display: block;
  margin-bottom: 3px;
  color: var(--olm-home-navy);
  font-family: "Georgia", serif;
  font-size: 1.02rem;
  font-weight: 400;
}

.page-home-olm .olm-home-landing__lafayette-copy > span {
  display: block;
  color: var(--olm-home-text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.page-home-olm .olm-home-landing__shell .olm-home-landing__fr {
  display: inline !important;
}

.page-home-olm .olm-home-landing__shell .olm-home-landing__en {
  display: none !important;
}

.page-home-olm .olm-home-landing__shell[data-olm-home-lang="en"] .olm-home-landing__fr {
  display: none !important;
}

.page-home-olm .olm-home-landing__shell[data-olm-home-lang="en"] .olm-home-landing__en {
  display: inline !important;
}

.page-home-olm .olm-home-landing__lang {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.page-home-olm .olm-home-landing__lang button {
  appearance: none;
  border: 1px solid var(--olm-home-line);
  background: #fff;
  color: var(--olm-home-text-soft);
  border-radius: 999px;
  padding: 9px 16px;
  font: 600 13px/1 "Roboto", sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-home-olm .olm-home-landing__lang button.is-active {
  border-color: var(--olm-home-navy);
  background: var(--olm-home-navy);
  color: #fff;
}

.page-home-olm .olm-home-landing__header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--olm-home-line);
}

.page-home-olm .olm-home-landing__header h1,
.page-home-olm .olm-home-landing__section-head h2,
.page-home-olm .olm-home-landing__intro h2,
.page-home-olm .olm-home-landing__agenda-copy h3,
.page-home-olm .olm-home-landing__org-level h3,
.page-home-olm .olm-home-landing__org-card h4 {
  font-family: "Georgia", serif;
  font-weight: 400;
}

.page-home-olm .olm-home-landing__header h1 {
  margin: 0 0 8px;
  font-size: 2.9rem;
  line-height: 1.1;
  color: var(--olm-home-navy);
  letter-spacing: 0.02em;
}

.page-home-olm .olm-home-landing__header p {
  margin: 0;
  color: var(--olm-home-text-soft);
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0.04em;
}

.page-home-olm .olm-home-landing__intro,
.page-home-olm .olm-home-landing__governorates,
.page-home-olm .olm-home-landing__organigram,
.page-home-olm .olm-home-landing__agenda,
.page-home-olm .olm-home-landing__cta {
  background: var(--olm-home-paper);
  border: 1px solid var(--olm-home-line);
  border-radius: 20px;
  box-shadow: var(--olm-home-shadow);
  padding: 28px;
  margin-bottom: 22px;
}

.page-home-olm .olm-home-landing__intro {
  background:
    radial-gradient(circle at top right, rgba(200, 165, 82, 0.09), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbf8f2 100%);
}

.page-home-olm .olm-home-landing__intro h2,
.page-home-olm .olm-home-landing__section-head h2 {
  margin: 0 auto 18px;
  max-width: 85%;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.35;
  color: var(--olm-home-navy);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--olm-home-line);
}

.page-home-olm .olm-home-landing__intro h2 strong,
.page-home-olm .olm-home-landing__section-head h2 strong {
  color: var(--olm-home-gold);
  font-weight: 500;
}

.page-home-olm .olm-home-landing__lead {
  margin: -6px auto 22px;
  max-width: 760px;
  text-align: center;
  color: var(--olm-home-navy);
  font-size: 1.06rem;
  line-height: 1.72;
}

.page-home-olm .olm-home-landing__media {
  position: relative;
  background: var(--olm-home-cream);
  border: 1px solid var(--olm-home-line);
  border-radius: 10px;
  padding: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}

.page-home-olm .olm-home-landing__intro-grid {
  display: block;
  margin-bottom: 24px;
}

.page-home-olm .olm-home-landing__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-home-olm .olm-home-landing__photo-plaque {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  max-width: 320px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 248, 237, 0.94);
  border: 1px solid rgba(200, 165, 82, 0.35);
  box-shadow: 0 12px 28px rgba(13, 44, 79, 0.12);
}

.page-home-olm .olm-home-landing__photo-plaque img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.page-home-olm .olm-home-landing__photo-plaque strong {
  display: block;
  margin-bottom: 3px;
  color: var(--olm-home-navy);
  font-size: 0.84rem;
  line-height: 1.35;
}

.page-home-olm .olm-home-landing__photo-plaque span {
  color: var(--olm-home-text-soft);
  font-size: 0.76rem;
  line-height: 1.45;
}

.page-home-olm .olm-home-landing__copy {
  font-size: 1.03rem;
  line-height: 1.82;
  color: var(--olm-home-text);
}

.page-home-olm .olm-home-landing__copy p {
  margin: 0 0 18px;
  text-align: justify;
}

.page-home-olm .olm-home-landing__copy p:first-of-type::first-letter {
  float: left;
  font-family: "Georgia", serif;
  font-size: 3.2rem;
  line-height: 0.85;
  color: var(--olm-home-navy);
  margin: 0.06em 0.08em -0.04em 0;
}

.page-home-olm .olm-home-landing__pillars {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.page-home-olm .olm-home-landing__pillar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(13, 44, 79, 0.05);
  border: 1px solid rgba(13, 44, 79, 0.08);
  color: var(--olm-home-navy);
  font-size: 0.83rem;
  font-weight: 600;
}

.page-home-olm .olm-home-landing__principles {
  display: grid;
  grid-template-columns: 1.618fr 1fr;
  gap: 14px;
  margin-bottom: 22px;
}

.page-home-olm .olm-home-landing__principle-card {
  border: 1px solid var(--olm-home-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%);
  box-shadow: var(--olm-home-shadow);
  padding: 20px 22px;
}

.page-home-olm .olm-home-landing__principle-card--motto {
  background: linear-gradient(180deg, #eef2f7 0%, #f7f9fc 100%);
}

.page-home-olm .olm-home-landing__principle-card strong {
  display: block;
  margin: 4px 0 6px;
  font-family: "Georgia", serif;
  font-size: 1.42rem;
  color: var(--olm-home-navy);
  font-weight: 400;
  line-height: 1.15;
}

.page-home-olm .olm-home-landing__principle-attrib {
  color: var(--olm-home-text-soft);
  font-size: 0.9rem;
}

.page-home-olm .olm-home-landing__principle-card p,
.page-home-olm .olm-home-landing__section-head p,
.page-home-olm .olm-home-landing__map-head span,
.page-home-olm .olm-home-landing__agenda-copy p,
.page-home-olm .olm-home-landing__org-card p {
  margin: 0;
  color: var(--olm-home-text-soft);
  line-height: 1.7;
}

.page-home-olm .olm-home-landing__principle-card .olm-home-landing__eyebrow {
  margin-bottom: 10px;
}

.page-home-olm .olm-home-landing__map-head strong {
  color: var(--olm-home-navy);
}

.page-home-olm .olm-home-landing__section-head {
  margin-bottom: 18px;
}

.page-home-olm .olm-home-landing__section-head h2 {
  max-width: none;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.page-home-olm .olm-home-landing__section-head p {
  max-width: 820px;
}

.page-home-olm .olm-home-landing__map-wrap {
  background: linear-gradient(180deg, #faf7f0 0%, #f5efe2 100%);
  border: 1px solid var(--olm-home-line);
  border-radius: 12px;
  padding: 18px;
}

.page-home-olm .olm-home-landing__map-head {
  margin-bottom: 14px;
}

.page-home-olm .olm-home-landing__map-head strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-home-olm .olm-home-landing__map-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.page-home-olm .olm-home-landing__map-controls button {
  appearance: none;
  border: 1px solid rgba(13, 44, 79, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--olm-home-navy);
  border-radius: 999px;
  padding: 8px 12px;
  font: 600 12px/1 "Roboto", sans-serif;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-home-olm .olm-home-landing__map-controls button:hover,
.page-home-olm .olm-home-landing__map-controls button.is-active {
  background: var(--olm-home-navy);
  border-color: var(--olm-home-navy);
  color: #fff;
}

.page-home-olm .olm-home-landing__map-accordion {
  margin: 0 0 14px;
  border: 1px solid rgba(13, 44, 79, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.page-home-olm .olm-home-landing__map-accordion-toggle {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 0;
  background: transparent;
  color: var(--olm-home-navy);
  text-align: left;
  cursor: pointer;
}

.page-home-olm .olm-home-landing__map-accordion-title {
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
}

.page-home-olm .olm-home-landing__map-accordion-chevron {
  color: var(--olm-home-gold);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.page-home-olm .olm-home-landing__map-accordion.is-open .olm-home-landing__map-accordion-chevron {
  transform: rotate(45deg);
}

.page-home-olm .olm-home-landing__map-accordion-panel {
  padding: 0 14px 14px;
  border-top: 1px solid rgba(13, 44, 79, 0.08);
}

.page-home-olm .olm-home-landing__map-poi-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 12px;
}

.page-home-olm .olm-home-landing__map-poi {
  appearance: none;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 190px;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(13, 44, 79, 0.1);
  border-radius: 10px;
  background: #fff;
  color: var(--olm-home-navy);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home-olm .olm-home-landing__map-poi:hover {
  border-color: rgba(13, 44, 79, 0.2);
  box-shadow: 0 10px 24px rgba(13, 44, 79, 0.08);
  transform: translateY(-1px);
}

.page-home-olm .olm-home-landing__map-poi strong {
  display: block;
  font-size: 0.84rem;
  line-height: 1.35;
  color: var(--olm-home-navy);
}

.page-home-olm .olm-home-landing__map-poi span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--olm-home-text-soft);
}

.page-home-olm .olm-home-landing__map {
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--olm-home-line);
  background: #fff;
}

.page-home-olm .olm-home-landing__legend {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 14px;
  color: var(--olm-home-text-soft);
  font-size: 0.85rem;
}

.page-home-olm .olm-home-landing__legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.page-home-olm .olm-home-landing__dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.page-home-olm .olm-home-landing__dot--gov { background: #1a2744; }
.page-home-olm .olm-home-landing__dot--amb { background: #0f4a38; }
.page-home-olm .olm-home-landing__dot--agm { background: #4a3480; }

.page-home-olm .olm-home-landing__details {
  border: 1px solid var(--olm-home-line);
  border-radius: 12px;
  background: var(--olm-home-cream);
  overflow: hidden;
}

.page-home-olm .olm-home-landing__details summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 600;
  color: var(--olm-home-navy);
}

.page-home-olm .olm-home-landing__details summary::-webkit-details-marker {
  display: none;
}

.page-home-olm .olm-home-landing__details[open] summary {
  border-bottom: 1px solid var(--olm-home-line);
  background: rgba(13, 44, 79, 0.03);
}

.page-home-olm .olm-home-landing__details-body {
  padding: 18px;
}

.page-home-olm .olm-home-landing__org-level + .olm-home-landing__org-level {
  margin-top: 18px;
  padding-top: 18px;
  position: relative;
}

.page-home-olm .olm-home-landing__org-level + .olm-home-landing__org-level::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(240px, 60%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(13, 44, 79, 0.2), transparent);
}

.page-home-olm .olm-home-landing__org-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.page-home-olm .olm-home-landing__org-card {
  flex: 0 1 240px;
  background: #fff;
  border: 1px solid var(--olm-home-line);
  border-radius: 12px;
  padding: 15px 15px 14px;
  position: relative;
  text-align: center;
}

.page-home-olm .olm-home-landing__org-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 12px 12px 0 0;
}

.page-home-olm .olm-home-landing__org-card--gold::before { background: #c9a84c; }
.page-home-olm .olm-home-landing__org-card--silver::before { background: #8a9bb5; }
.page-home-olm .olm-home-landing__org-card--navy::before { background: #2e4080; }
.page-home-olm .olm-home-landing__org-card--teal::before { background: #0f6e56; }
.page-home-olm .olm-home-landing__org-card--amber::before { background: #c06010; }

.page-home-olm .olm-home-landing__org-role {
  color: #8e98a7;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 700;
}

.page-home-olm .olm-home-landing__org-role small {
  display: block;
  font-size: 0.73rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.page-home-olm .olm-home-landing__org-card h4 {
  margin: 10px 0 6px;
  font-size: 1.03rem;
  line-height: 1.1;
  color: var(--olm-home-navy);
}

.page-home-olm .olm-home-landing__org-card h4 span {
  display: block;
  margin-top: 2px;
  font-size: 0.86rem;
  font-style: italic;
  color: var(--olm-home-gold);
}

.page-home-olm .olm-home-landing__org-card p {
  font-size: 0.82rem;
}

.page-home-olm .olm-home-landing__agenda-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-home-olm .olm-home-landing__agenda-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--olm-home-line);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #faf6ef 100%);
}

.page-home-olm .olm-home-landing__agenda-date {
  background: var(--olm-home-navy);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 14px 8px;
}

.page-home-olm .olm-home-landing__agenda-day {
  display: block;
  font-family: "Georgia", serif;
  font-size: 2rem;
  line-height: 1;
}

.page-home-olm .olm-home-landing__agenda-month {
  display: block;
  margin-top: 6px;
  color: #d8be7a;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home-olm .olm-home-landing__agenda-copy h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: var(--olm-home-navy);
}

.page-home-olm .olm-home-landing__agenda-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--olm-home-text-soft);
  font-size: 0.83rem;
}

.page-home-olm .olm-home-landing__agenda-note {
  margin: 0 0 8px !important;
  color: var(--olm-home-navy) !important;
  font-size: 0.86rem !important;
  font-weight: 600;
}

.page-home-olm .olm-home-landing__agenda-link {
  margin-top: 10px !important;
}

.page-home-olm .olm-home-landing__agenda-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--olm-home-navy);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.page-home-olm .olm-home-landing__agenda-link a::after {
  content: "›";
  color: var(--olm-home-gold);
  font-size: 1rem;
  line-height: 1;
}

.page-home-olm .olm-home-landing__agenda-link a:hover {
  color: var(--olm-home-navy-soft);
}

.page-home-olm .olm-home-landing__cta {
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%);
}

.page-home-olm .olm-home-landing__cta-intro {
  max-width: 700px;
  margin: 0 auto 18px;
}

.page-home-olm .olm-home-landing__cta-intro strong {
  display: block;
  margin-bottom: 6px;
  color: var(--olm-home-navy);
  font-family: "Georgia", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.page-home-olm .olm-home-landing__cta-intro > span {
  display: block;
  color: var(--olm-home-text-soft);
  line-height: 1.7;
}

.page-home-olm .olm-home-landing__disclaimer {
  max-width: 780px;
  margin: 12px auto 0;
  text-align: center;
  color: var(--olm-home-text-soft);
  font-size: 0.8rem;
  line-height: 1.6;
  opacity: 0.86;
}

.page-home-olm .olm-home-landing__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.page-home-olm .olm-home-landing__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  border-radius: 8px;
  padding: 14px 22px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
}

.page-home-olm .olm-home-landing__button--primary {
  background: var(--olm-home-navy);
  color: #fff;
}

.page-home-olm .olm-home-landing__button--primary:hover {
  background: var(--olm-home-navy-soft);
}

.page-home-olm .olm-home-landing__button--secondary {
  border: 1px solid var(--olm-home-navy);
  color: var(--olm-home-navy);
  background: transparent;
}

.page-home-olm .olm-home-landing__button--secondary:hover {
  background: var(--olm-home-blue-soft);
}

.page-home-olm .olm-home-landing__signature {
  text-align: center;
  margin: 34px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--olm-home-line);
  color: var(--olm-home-text-soft);
  font-size: 1.08rem;
  font-style: italic;
}

.page-home-olm .leaflet-popup-content-wrapper {
  border-radius: 10px;
  border: 1px solid var(--olm-home-line);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.page-home-olm .leaflet-popup-content {
  margin: 0;
  width: 210px !important;
}

.page-home-olm .leaflet-popup-tip-container {
  display: none;
}

.page-home-olm .olm-home__popup-top {
  background: linear-gradient(135deg, #1a2744, #2e4080);
  color: #fff;
  padding: 12px 14px;
}

.page-home-olm .olm-home__popup-role {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b4c0d6;
}

.page-home-olm .olm-home__popup-name {
  margin-top: 4px;
  font-family: "Georgia", serif;
  font-size: 1rem;
  line-height: 1.1;
}

.page-home-olm .olm-home__popup-name em {
  display: block;
  color: #d8be7a;
  font-style: italic;
  font-weight: 400;
}

.page-home-olm .olm-home__popup-body {
  padding: 12px 14px;
}

.page-home-olm .olm-home__popup-city {
  font-weight: 700;
  color: var(--olm-home-navy);
}

.page-home-olm .olm-home__popup-region {
  margin-top: 2px;
  color: var(--olm-home-text-soft);
  font-size: 13px;
}

@media (max-width: 767px) {
  .page-home-olm #main-content .container {
    width: calc(100% - 16px);
    padding-top: 16px;
  }

  .page-home-olm .olm-home-landing__shell {
    margin-bottom: 34px;
  }

  .page-home-olm .olm-home-landing__intro,
  .page-home-olm .olm-home-landing__governorates,
  .page-home-olm .olm-home-landing__organigram,
  .page-home-olm .olm-home-landing__agenda,
  .page-home-olm .olm-home-landing__cta {
    padding: 20px 16px;
  }

  .page-home-olm .olm-home-landing__header {
    margin-bottom: 28px;
  }

  .page-home-olm .olm-home-landing__header h1 {
    font-size: 2.2rem;
  }

  .page-home-olm .olm-home-landing__intro h2,
  .page-home-olm .olm-home-landing__section-head h2 {
    max-width: none;
    font-size: 1.38rem;
    margin-bottom: 18px;
  }

  .page-home-olm .olm-home-landing__copy {
    font-size: 1rem;
  }

  .page-home-olm .olm-home-landing__lafayette-band {
    grid-template-columns: 56px 1fr;
    gap: 12px;
    padding: 12px 14px;
  }

  .page-home-olm .olm-home-landing__lafayette-seal img {
    width: 40px;
    height: 40px;
  }

  .page-home-olm .olm-home-landing__lead {
    margin-bottom: 18px;
    font-size: 0.96rem;
  }

  .page-home-olm .olm-home-landing__section-head h2 {
    text-align: center;
  }

  .page-home-olm .olm-home-landing__map-controls {
    justify-content: center;
  }

  .page-home-olm .olm-home-landing__disclaimer {
    font-size: 0.76rem;
    margin-top: 10px;
  }

  .page-home-olm .olm-home-landing__pillars {
    gap: 10px;
  }

  .page-home-olm .olm-home-landing__pillar {
    width: 100%;
  }

  .page-home-olm .olm-home-landing__photo-plaque {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .page-home-olm .olm-home-landing__copy p:first-of-type::first-letter {
    font-size: 2.7rem;
  }

  .page-home-olm .olm-home-landing__map {
    height: 380px;
  }

  .page-home-olm .olm-home-landing__org-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-home-olm .olm-home-landing__org-card {
    width: min(100%, 320px);
    flex-basis: auto;
  }

  .page-home-olm .olm-home-landing__agenda-grid {
    grid-template-columns: 1fr;
  }

  .page-home-olm .olm-home-landing__agenda-card {
    grid-template-columns: 84px 1fr;
    gap: 12px;
  }

  .page-home-olm .olm-home-landing__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-home-olm .olm-home-landing__button {
    width: 100%;
    min-width: 0;
  }
}
