.page-presentation-olm #main-content .container {
  width: min(1440px, calc(100% - 28px));
  max-width: none;
  padding-top: 24px;
}

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

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

.page-presentation-olm .presentation-page-shell,
.page-presentation-olm .presentation-page-shell .entry-content {
  margin: 0;
  padding: 0;
}

.page-presentation-olm .olm-presentation {
  --bg: #f5efe5;
  --paper: #fbf8f2;
  --ink: #16233b;
  --ink-soft: #5b6780;
  --navy: #101c34;
  --gold: #b69355;
  --gold-soft: #dfc692;
  --shadow: 0 26px 80px rgba(18, 25, 40, 0.12);
  --radius-xl: 34px;
  --radius-lg: 21px;
  --space-1: 16px;
  --space-2: 21px;
  --space-3: 34px;
  --space-4: 55px;
  --text-sm: 13px;
  --text-md: 16px;
  --title-md: clamp(2.1rem, 3.4vw, 3.4rem);
  --title-xl: clamp(3.55rem, 6.4vw, 6.7rem);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  margin: 0 0 48px;
  font-family: var(--sans);
  color: var(--ink);
}

.page-presentation-olm .olm-lang-fr {
  display: inline !important;
}

.page-presentation-olm .olm-lang-en {
  display: none !important;
}

.page-presentation-olm .olm-presentation[data-olm-lang="en"] .olm-lang-fr {
  display: none !important;
}

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

.page-presentation-olm .olm-presentation * {
  box-sizing: border-box;
}

.page-presentation-olm .olm-presentation img {
  display: block;
  max-width: 100%;
}

.page-presentation-olm .olm-presentation a {
  color: inherit;
  text-decoration: none;
}

.page-presentation-olm .olm-presentation__shell {
  padding: var(--space-1);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.42) 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow);
}

.page-presentation-olm .olm-presentation__toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.page-presentation-olm .olm-lang-switch {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(16, 28, 52, 0.06);
  border: 1px solid rgba(22, 35, 59, 0.08);
}

.page-presentation-olm .olm-lang-switch button,
.page-presentation-olm .olm-lang-switch a {
  appearance: none;
  border: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.page-presentation-olm .olm-lang-switch button.is-active,
.page-presentation-olm .olm-lang-switch a.is-active {
  background: #101c34;
  color: #fff;
  box-shadow: 0 10px 24px rgba(16, 28, 52, 0.18);
}

.page-presentation-olm .olm-presentation__bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-2);
}

.page-presentation-olm .olm-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--paper);
  border: 1px solid rgba(22, 35, 59, 0.08);
  box-shadow: 0 12px 36px rgba(16, 25, 40, 0.06);
}

.page-presentation-olm .olm-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(182, 147, 85, 0.34), rgba(182, 147, 85, 0));
  pointer-events: none;
}

.page-presentation-olm .olm-card--dark {
  background: linear-gradient(180deg, #101c34 0%, #1a2b4e 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.05);
}

.page-presentation-olm .olm-card--gold {
  background: linear-gradient(180deg, #f6efe3 0%, #ecdfc8 100%);
}

.page-presentation-olm .olm-card__body {
  padding: var(--space-3);
}

.page-presentation-olm .olm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.92;
}

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

.page-presentation-olm .olm-card--dark .olm-eyebrow {
  color: var(--gold-soft);
}

.page-presentation-olm .olm-display,
.page-presentation-olm .olm-quote,
.page-presentation-olm .olm-section-title {
  font-family: var(--serif);
}

.page-presentation-olm .olm-section-title {
  margin: 0;
  font-size: var(--title-md);
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.page-presentation-olm .olm-copy {
  margin: var(--space-1) 0 0;
  color: var(--ink-soft);
  font-size: var(--text-md);
  line-height: 1.78;
}

.page-presentation-olm .olm-card--dark .olm-copy {
  color: rgba(255, 255, 255, 0.8);
}

.page-presentation-olm .olm-card--dark .olm-section-title,
.page-presentation-olm .olm-card--dark .olm-display,
.page-presentation-olm .olm-card--dark .olm-quote,
.page-presentation-olm .olm-card--dark h3,
.page-presentation-olm .olm-card--dark strong {
  color: #fff;
}

.page-presentation-olm .olm-rule {
  width: 52px;
  height: 2px;
  margin: var(--space-2) 0 var(--space-1);
  background: linear-gradient(90deg, var(--gold), transparent);
}

.page-presentation-olm .olm-topbar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  margin-bottom: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.page-presentation-olm .olm-topbar img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}

.page-presentation-olm .olm-topbar strong,
.page-presentation-olm .olm-topbar span,
.page-presentation-olm .olm-founder strong,
.page-presentation-olm .olm-founder span {
  display: block;
}

.page-presentation-olm .olm-topbar strong {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-presentation-olm .olm-topbar span {
  margin-top: 3px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.74);
}

.page-presentation-olm .olm-hero-main {
  grid-column: span 7;
  min-height: 520px;
  background:
    radial-gradient(circle at top right, rgba(223, 198, 146, 0.1), transparent 28%),
    linear-gradient(135deg, rgba(11, 18, 32, 0.94) 0%, rgba(16, 28, 52, 0.88) 55%, rgba(16, 28, 52, 0.66) 100%),
    url("./assets/presentation/hero-lafayette.jpg") center 18% / cover no-repeat;
}

.page-presentation-olm .olm-hero-main .olm-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
}

.page-presentation-olm .olm-display {
  margin: 0 0 16px;
  font-size: var(--title-xl);
  line-height: 0.86;
  letter-spacing: -0.05em;
}

.page-presentation-olm .olm-hero-copy {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.84);
  font-size: var(--text-md);
  line-height: 1.86;
}

.page-presentation-olm .olm-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: var(--space-2);
}

.page-presentation-olm .olm-meta-row > span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.page-presentation-olm .olm-hero-side {
  grid-column: span 5;
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(16, 28, 52, 0.08) 0%, rgba(16, 28, 52, 0.28) 100%),
    url("./assets/presentation/lafayette-portrait.jpg") center 18% / cover no-repeat;
}

.page-presentation-olm .olm-plaque {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 248, 238, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(12px);
  color: var(--ink);
}

.page-presentation-olm .olm-plaque strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-presentation-olm .olm-plaque span {
  display: block;
  font-size: 14px;
  line-height: 1.7;
}

.page-presentation-olm .olm-welcome,
.page-presentation-olm .olm-statue,
.page-presentation-olm .olm-identity {
  min-height: 322px;
}

.page-presentation-olm .olm-welcome,
.page-presentation-olm .olm-statue {
  grid-column: span 4;
}

.page-presentation-olm .olm-identity {
  grid-column: span 4;
}

.page-presentation-olm .olm-statue img,
.page-presentation-olm .olm-history img,
.page-presentation-olm .olm-dulas img,
.page-presentation-olm .olm-ceremony img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-presentation-olm .olm-identity__seal {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-presentation-olm .olm-identity__seal img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.page-presentation-olm .olm-identity__seal span {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.76);
}

.page-presentation-olm .olm-history {
  grid-column: span 5;
  min-height: 300px;
}

.page-presentation-olm .olm-history--visual {
  background:
    linear-gradient(180deg, rgba(16, 28, 52, 0.08) 0%, rgba(16, 28, 52, 0.18) 100%),
    linear-gradient(180deg, #e7dccb 0%, #d6c5ac 100%);
}

.page-presentation-olm .olm-history--visual img {
  object-position: center 28%;
  filter: saturate(0.92) contrast(1.02);
}

.page-presentation-olm .olm-armistead {
  grid-column: span 7;
  min-height: 300px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(182, 147, 85, 0.12), transparent 26%),
    linear-gradient(180deg, #f5efe4 0%, #eadfcf 100%);
}

.page-presentation-olm .olm-armistead .olm-card__body {
  padding: 22px 20px;
}

.page-presentation-olm .olm-armistead .olm-copy {
  font-size: 15px;
  line-height: 1.76;
}

.page-presentation-olm .olm-values-head {
  grid-column: span 12;
  text-align: center;
  padding: 10px 0 4px;
}

.page-presentation-olm .olm-values-head .olm-eyebrow {
  justify-content: center;
}

.page-presentation-olm .olm-values-head .olm-copy {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.page-presentation-olm .olm-value-card--wide,
.page-presentation-olm .olm-value-card--mid,
.page-presentation-olm .olm-value-card--narrow {
  min-height: 182px;
}

.page-presentation-olm .olm-value-card--wide {
  grid-column: span 4;
}

.page-presentation-olm .olm-value-card--mid {
  grid-column: span 4;
}

.page-presentation-olm .olm-value-card--narrow {
  grid-column: span 4;
}

.page-presentation-olm .olm-value-num {
  margin-bottom: 16px;
  color: rgba(182, 147, 85, 0.74);
  font-size: 30px;
  font-family: var(--serif);
  line-height: 1;
}

.page-presentation-olm .olm-value-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.45;
  color: var(--ink);
}

.page-presentation-olm .olm-value-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.page-presentation-olm .olm-ceremony {
  grid-column: span 4;
  min-height: 360px;
}

.page-presentation-olm .olm-actions {
  grid-column: span 8;
  min-height: 360px;
}

.page-presentation-olm .olm-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
}

.page-presentation-olm .olm-list li {
  list-style: none;
  padding: 16px 16px 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(22, 35, 59, 0.08);
}

.page-presentation-olm .olm-list strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  color: var(--ink);
}

.page-presentation-olm .olm-list span {
  display: block;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.72;
}

.page-presentation-olm .olm-quote-card {
  grid-column: span 7;
  min-height: 322px;
  background:
    linear-gradient(115deg, rgba(10, 17, 31, 0.88) 0%, rgba(10, 17, 31, 0.72) 56%, rgba(10, 17, 31, 0.38) 100%),
    url("./assets/presentation/valley-forge.jpg") center center / cover no-repeat;
}

.page-presentation-olm .olm-quote {
  margin: 0;
  max-width: 520px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.page-presentation-olm .olm-dulas {
  grid-column: span 5;
  min-height: 322px;
  background:
    linear-gradient(180deg, rgba(16, 28, 52, 0.1) 0%, rgba(16, 28, 52, 0.22) 100%),
    #d8d0c5;
}

.page-presentation-olm .olm-dulas img {
  object-position: center 34%;
}

.page-presentation-olm .olm-caption {
  position: absolute;
  inset: auto 18px 18px auto;
  width: min(280px, calc(100% - 36px));
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(10px);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.page-presentation-olm .olm-join {
  grid-column: span 7;
  min-height: 377px;
}

.page-presentation-olm .olm-founder {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-presentation-olm .olm-founder img {
  width: 92px;
  height: 92px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center 18%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-presentation-olm .olm-founder strong {
  font-size: 17px;
  margin-bottom: 4px;
}

.page-presentation-olm .olm-founder span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.page-presentation-olm .olm-contact {
  grid-column: span 5;
  min-height: 377px;
}

.page-presentation-olm .olm-contact .olm-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
}

.page-presentation-olm .olm-contact strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-presentation-olm .olm-contact p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.82;
}

.page-presentation-olm .olm-contact a:hover {
  color: var(--gold);
}

@media (max-width: 980px) {
  .page-presentation-olm #main-content .container {
    width: min(100%, calc(100% - 20px));
    padding-top: 16px;
  }

  .page-presentation-olm .olm-presentation__bento {
    grid-template-columns: 1fr;
  }

  .page-presentation-olm .olm-hero-main,
  .page-presentation-olm .olm-hero-side,
  .page-presentation-olm .olm-welcome,
  .page-presentation-olm .olm-statue,
  .page-presentation-olm .olm-identity,
  .page-presentation-olm .olm-armistead,
  .page-presentation-olm .olm-history,
  .page-presentation-olm .olm-values-head,
  .page-presentation-olm .olm-value-card--wide,
  .page-presentation-olm .olm-value-card--mid,
  .page-presentation-olm .olm-value-card--narrow,
  .page-presentation-olm .olm-ceremony,
  .page-presentation-olm .olm-actions,
  .page-presentation-olm .olm-quote-card,
  .page-presentation-olm .olm-dulas,
  .page-presentation-olm .olm-join,
  .page-presentation-olm .olm-contact {
    grid-column: auto;
  }

  .page-presentation-olm .olm-hero-main,
  .page-presentation-olm .olm-hero-side {
    min-height: auto;
  }

  .page-presentation-olm .olm-hero-main .olm-card__body {
    min-height: auto;
    gap: 44px;
  }

  .page-presentation-olm .olm-display {
    font-size: 3.5rem;
  }

  .page-presentation-olm .olm-section-title,
  .page-presentation-olm .olm-quote {
    font-size: 2.35rem;
  }
}

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

  .page-presentation-olm .olm-presentation__shell {
    padding: 10px;
    border-radius: 24px;
  }

  .page-presentation-olm .olm-presentation__bento {
    gap: 14px;
  }

  .page-presentation-olm .olm-card,
  .page-presentation-olm .olm-presentation__shell {
    border-radius: 22px;
  }

  .page-presentation-olm .olm-card__body {
    padding: 22px 18px;
  }

  .page-presentation-olm .olm-topbar {
    width: 100%;
    margin-bottom: 26px;
  }

  .page-presentation-olm .olm-topbar img {
    width: 38px;
    height: 38px;
  }

  .page-presentation-olm .olm-display {
    font-size: 3rem;
    line-height: 0.9;
  }

  .page-presentation-olm .olm-eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .page-presentation-olm .olm-hero-copy,
  .page-presentation-olm .olm-copy,
  .page-presentation-olm .olm-list span,
  .page-presentation-olm .olm-contact p {
    font-size: 14px;
    line-height: 1.78;
  }

  .page-presentation-olm .olm-meta-row > span {
    font-size: 12px;
    padding: 9px 12px;
  }

  .page-presentation-olm .olm-plaque,
  .page-presentation-olm .olm-caption {
    left: 14px;
    right: 14px;
    width: auto;
  }

  .page-presentation-olm .olm-founder {
    grid-template-columns: 72px 1fr;
  }

  .page-presentation-olm .olm-founder img {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }
}
