
.slbwa-about-page {
  --about-forest: #123f2b;
  --about-forest-deep: #082d20;
  --about-leaf: #476c26;
  --about-lime: #9cb521;
  --about-cream: #f5f4eb;
  --about-mist: #eef3e8;
  --about-ink: #1d281f;
  --about-muted: #5d685f;
  --about-border: #dfe6d9;
  --about-shadow: 0 12px 32px rgba(14, 48, 32, 0.09);
  color: var(--about-ink);
  background: #f8faf6;
  margin-bottom: 20px;
}

body.layout-about-landing #sp-main-body,
body.layout-adams-toussaint #sp-main-body {
  padding-top: 0;
  padding-bottom: 0;
}

body.layout-about-landing #sp-main-body > .container,
body.layout-about-landing #sp-main-body > .container > .container-inner,
body.layout-about-landing #sp-main-body .row,
body.layout-about-landing #sp-component,
body.layout-adams-toussaint #sp-main-body > .container,
body.layout-adams-toussaint #sp-main-body > .container > .container-inner,
body.layout-adams-toussaint #sp-main-body .row,
body.layout-adams-toussaint #sp-component {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.slbwa-about-page *,
.slbwa-about-page *::before,
.slbwa-about-page *::after { box-sizing: border-box; }

.slbwa-about-page a:focus-visible,
.slbwa-about-page button:focus-visible {
  outline: 3px solid #c7dc38;
  outline-offset: 3px;
}

.slbwa-about-page h1,
.slbwa-about-page h2,
.slbwa-about-page h3 {
  color: var(--about-forest);
  line-height: 1.15;
}

.slbwa-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.slbwa-svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
  vertical-align: -0.125em;
}

.slbwa-svg-icon > svg {
  display: block;
  width: 1em;
  height: 1em;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-hero {
  position: relative;
  min-height: 520px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: clip;
  background: var(--about-forest-deep);
}

.about-hero__media,
.about-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero__media img {
  object-fit: cover;
  object-position: var(--about-hero-position, 52% 50%);
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 28, 19, .97) 0%, rgba(5, 38, 24, .88) 37%, rgba(5, 34, 22, .38) 69%, rgba(5, 34, 22, .1) 100%);
}

.about-hero__content {
  position: relative;
  z-index: 1;
  width: min(710px, 60%);
  padding: 64px 52px 62px max(42px, calc((100vw - 1240px) / 2));
  color: #fff;
}

.about-eyebrow {
  margin: 0 0 13px;
  color: #b8ce32;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .84rem;
}

.about-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5.1rem);
  letter-spacing: -.015em;
}

.about-hero__summary {
  max-width: 600px;
  margin: 20px 0 28px;
  color: #f2f5ef;
  line-height: 1.75;
  font-size: 1.05rem;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.about-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .035em;
  font-size: .72rem;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.about-button:hover { transform: translateY(-2px); }

.about-button--primary {
  color: #fff;
  border-color: var(--about-lime);
  background: linear-gradient(135deg, #879d16, #a9be25);
  box-shadow: 0 8px 18px rgba(11, 47, 28, .22);
}

.about-button--light {
  color: #fff;
  border-color: rgba(255,255,255,.42);
  background: rgba(8, 45, 31, .6);
}

.about-button--outline {
  color: var(--about-forest);
  border-color: #8da06e;
  background: #fff;
}

.about-proof-strip,
.about-section,
.about-values,
.about-leadership,
.about-experience,
.about-wildlife-bridge,
.about-final-cta,
.about-navigation {
  width: min(1240px, calc(100% - 36px));
  margin-left: auto;
  margin-right: auto;
}

.about-proof-strip {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--about-border);
  border-radius: 8px;
  box-shadow: var(--about-shadow);
}

.about-proof-strip__title span {
  display: block;
  margin-bottom: 4px;
  color: var(--about-lime);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-proof-strip__title strong {
  color: var(--about-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.1;
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-proof-grid article {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.about-proof-grid .slbwa-svg-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  color: var(--about-leaf);
  background: var(--about-mist);
  border-radius: 50%;
}

.about-proof-grid .slbwa-svg-icon > svg { width: 16px; height: 16px; }
.about-proof-grid b {
  display: block;
  margin-bottom: 3px;
  color: var(--about-forest);
  font-size: .77rem;
  text-transform: uppercase;
}
.about-proof-grid span {
  display: block;
  color: var(--about-muted);
  line-height: 1.4;
  font-size: .77rem;
}

.about-section-heading { margin-bottom: 22px; }
.about-section-heading > span {
  display: block;
  margin-bottom: 6px;
  color: var(--about-lime);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .76rem;
}
.about-section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  letter-spacing: -.015em;
}
.about-section-heading p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--about-muted);
  line-height: 1.75;
}
.about-section-heading--center { text-align: center; }
.about-section-heading--center p { margin-left: auto; margin-right: auto; }

.about-section {
  margin-top: 48px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 24px;
  align-items: stretch;
}

.about-story__content,
.about-story__media,
.about-leadership__media,
.about-leadership__content,
.about-experience__content,
.about-experience__media {
  border: 1px solid var(--about-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(16, 54, 35, .055);
}

.about-story__content { padding: 38px; }
.about-story__content p,
.about-leadership__content p,
.about-experience__content p {
  color: #465149;
  line-height: 1.82;
  font-size: .96rem;
}
.about-story__content p:last-child,
.about-leadership__content p:last-child,
.about-experience__content p:last-child { margin-bottom: 0; }

.about-story__media,
.about-leadership__media,
.about-experience__media { overflow: hidden; }
.about-story__media img,
.about-leadership__media img,
.about-experience__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}
.about-story__media img { object-position: 55% center; }

.about-values {
  margin-top: 34px;
  padding: 36px 34px;
  background: linear-gradient(125deg, #123f2b 0%, #315b2a 55%, #506e2c 100%);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--about-shadow);
}

.about-values .about-section-heading h2,
.about-values .about-section-heading p { color: #fff; }
.about-values .about-section-heading > span { color: #c6db3c; }
.about-values .about-section-heading p { color: #e3eadf; }

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.about-value-card {
  min-height: 205px;
  padding: 24px 20px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(8,45,31,.32);
}
.about-value-card .slbwa-svg-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 15px;
  color: #c7dc38;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  font-size: 1.35rem;
}
.about-value-card h3 { margin: 0 0 9px; color: #fff; font-size: 1.03rem; }
.about-value-card p { margin: 0; color: #e4ebdf; line-height: 1.6; font-size: .82rem; }

.about-leadership {
  margin-top: 34px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
}
.about-leadership__media { position: relative; }
.about-leadership__media img { min-height: 470px; object-position: center; }
.about-leadership__label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 270px;
  padding: 13px 15px;
  color: #fff;
  background: rgba(8,45,31,.88);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 7px;
  font-size: .75rem;
  line-height: 1.45;
}
.about-leadership__content {
  padding: 40px;
  background: linear-gradient(145deg, #f8f7ed, #eef3e6);
}

.about-credential-list {
  list-style: none;
  margin: 23px 0 27px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.about-credential-list li {
  min-height: 118px;
  padding: 16px;
  border: 1px solid #dbe4d3;
  border-radius: 8px;
  background: rgba(255,255,255,.75);
}
.about-credential-list .slbwa-svg-icon { color: var(--about-leaf); font-size: 1.25rem; }
.about-credential-list b { display: block; margin: 10px 0 5px; color: var(--about-forest); font-size: .82rem; }
.about-credential-list span { display: block; color: var(--about-muted); font-size: .74rem; line-height: 1.5; }

.about-experience {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
}
.about-experience__content { padding: 38px; }
.about-experience__media img { min-height: 470px; object-position: 48% 35%; }

.about-feature-list {
  list-style: none;
  margin: 22px 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.about-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px;
  color: #425047;
  border-radius: 7px;
  background: var(--about-mist);
  line-height: 1.45;
  font-size: .82rem;
}
.about-feature-list .slbwa-svg-icon { margin-top: 2px; color: var(--about-leaf); }

.about-island {
  position: relative;
  width: 100%;
  min-height: 420px;
  margin-top: 38px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--about-forest-deep);
}
.about-island__media,
.about-island__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.about-island__media img { object-fit: cover; object-position: center; }
.about-island::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,29,20,.88) 0%, rgba(8,45,31,.7) 45%, rgba(8,45,31,.18) 100%);
}
.about-island__content {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
}
.about-island__card {
  max-width: 610px;
  padding: 34px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 8px;
  background: rgba(7,42,28,.72);
  backdrop-filter: blur(2px);
}
.about-island__card h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}
.about-island__card p { margin: 15px 0 0; color: #edf2e9; line-height: 1.78; }

.about-wildlife-bridge {
  margin-top: 38px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
  align-items: stretch;
}
.about-wildlife-bridge__content {
  padding: 36px;
  border: 1px solid var(--about-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(16,54,35,.055);
}
.about-wildlife-bridge__content p { color: var(--about-muted); line-height: 1.78; }
.about-wildlife-tiles {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.about-wildlife-tile {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe6d9;
}
.about-wildlife-tile:first-child { grid-row: 1 / 3; }
.about-wildlife-tile img { display:block; width:100%; height:100%; object-fit:cover; }
.about-wildlife-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(4,29,20,.72));
}
.about-wildlife-tile span {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 12px;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.about-final-cta {
  margin-top: 34px;
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 8px;
  background: linear-gradient(120deg, #082d20, #174b32 65%, #496a28);
  box-shadow: var(--about-shadow);
}
.about-final-cta h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
}
.about-final-cta p { max-width: 650px; margin: 10px 0 0; color: #e4ece1; line-height: 1.7; }
.about-final-cta .about-actions { flex: 0 0 auto; }

.about-navigation {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: #f1f2e9;
  border: 1px solid var(--about-border);
  border-radius: 8px;
}
.about-navigation a {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 20px;
  color: var(--about-forest);
  border-right: 1px solid #daddd2;
  text-decoration: none;
}
.about-navigation a:last-child { border-right: 0; }
.about-navigation small { margin-bottom: 5px; color: #748076; font-size: .64rem; letter-spacing: .05em; text-transform: uppercase; }
.about-navigation span { display: flex; justify-content: space-between; gap: 8px; font-size: .84rem; font-weight: 700; }

@media (max-width: 1100px) {
  .about-proof-strip { grid-template-columns: 1fr; }
  .about-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-section,
  .about-leadership,
  .about-experience,
  .about-wildlife-bridge { grid-template-columns: 1fr 1fr; }
  .about-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-credential-list { grid-template-columns: 1fr; }
  .about-credential-list li { min-height: auto; }
}

@media (max-width: 850px) {
  .about-hero { min-height: 600px; align-items: flex-end; }
  .about-hero::after { background: linear-gradient(0deg, rgba(3,28,19,.98) 0%, rgba(5,38,24,.88) 48%, rgba(5,34,22,.22) 100%); }
  .about-hero__content { width: 100%; padding: 140px 26px 56px; }
  .about-hero h1 { font-size: clamp(2.75rem, 10vw, 4.6rem); }
  .about-section,
  .about-leadership,
  .about-experience,
  .about-wildlife-bridge { grid-template-columns: 1fr; }
  .about-story__media { order: -1; }
  .about-story__media img,
  .about-leadership__media img,
  .about-experience__media img { min-height: 360px; }
  .about-experience__media { order: -1; }
  .about-final-cta { flex-direction: column; align-items: flex-start; }
  .about-final-cta .about-actions { width: 100%; }
}

@media (max-width: 600px) {
  .about-proof-strip,
  .about-section,
  .about-values,
  .about-leadership,
  .about-experience,
  .about-wildlife-bridge,
  .about-final-cta,
  .about-navigation { width: calc(100% - 24px); }
  .about-hero { min-height: 610px; }
  .about-hero__content { padding-left: 20px; padding-right: 20px; }
  .about-hero__summary { font-size: .96rem; }
  .about-actions { display: grid; grid-template-columns: 1fr; }
  .about-button { width: 100%; }
  .about-proof-strip { padding: 22px; }
  .about-proof-grid { grid-template-columns: 1fr; }
  .about-story__content,
  .about-leadership__content,
  .about-experience__content,
  .about-wildlife-bridge__content { padding: 27px 23px; }
  .about-values { padding: 32px 22px; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-feature-list { grid-template-columns: 1fr; }
  .about-wildlife-tiles { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 150px; }
  .about-wildlife-tile:first-child { grid-column: 1 / 3; grid-row: auto; }
  .about-island { min-height: 500px; }
  .about-island::after { background: linear-gradient(0deg, rgba(4,29,20,.94) 0%, rgba(8,45,31,.64) 62%, rgba(8,45,31,.12) 100%); }
  .about-island__card { padding: 27px 23px; }
  .about-final-cta { padding: 32px 23px; }
  .about-navigation { grid-template-columns: 1fr; }
  .about-navigation a { border-right: 0; border-bottom: 1px solid #daddd2; }
  .about-navigation a:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .about-button { transition: none; }
  .about-button:hover { transform: none; }
}

.slbwa-profile-page {
  margin-bottom: 20px;
}

.profile-hero .about-hero__content {
  width: min(700px, 58%);
}

.profile-hero h1 {
  max-width: 660px;
}

.profile-intro {
  margin-top: 48px;
}

.profile-values {
  margin-top: 34px;
}

.profile-detail {
  margin-top: 34px;
}

@media (max-width: 850px) {
  .profile-hero .about-hero__content {
    width: 100%;
  }
}
