/* ===== About Page Styles ===== */

/* Sub Navigation */
.about-subnav {
  background: #fff;
  border-bottom: 1px solid rgba(18,18,24,.10);
  position: sticky;
  top: 64px;
  z-index: 90;
}
.about-subnav__inner {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.about-subnav__inner::-webkit-scrollbar { display: none; }
.about-subnav__link {
  display: inline-block;
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(18,18,24,.50);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}
.about-subnav__link:hover {
  color: #500808;
}
.about-subnav__link--active {
  color: #500808;
  border-bottom-color: #500808;
}

/* Page Banner */
.about-banner {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.about-banner__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, #500808 0%, #380505 60%, #220303 100%),
    url("assets/kelley.jpeg") center / cover no-repeat;
  background-blend-mode: multiply;
  opacity: .96;
}
.about-banner__inner {
  position: relative;
  z-index: 1;
  padding: 72px 0 64px;
}
.about-banner__breadcrumb {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
  margin: 0 0 14px;
}
.about-banner__title {
  font-family: var(--serif, 'Source Serif 4', serif);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}
.about-banner__sub {
  font-size: 15px;
  color: rgba(255,255,255,.55);
  letter-spacing: .06em;
  margin: 0;
}

/* Section Base */
.about-section {
  padding: 96px 0;
}
.about-section--tint {
  background: #ede8df;
}

/* Greeting */
.about-greeting {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 72px;
  align-items: flex-start;
}
.about-greeting__media {
  position: sticky;
  top: 130px;
}
.about-greeting__img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}
.about-greeting__name-card {
  background: #500808;
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.about-greeting__name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
}
.about-greeting__role {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.about-greeting__eyebrow {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c09a5a;
  margin: 0 0 10px;
}
.about-greeting__title {
  font-family: var(--serif, 'Source Serif 4', serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  color: #121218;
  margin: 0 0 24px;
  letter-spacing: -0.4px;
}
.about-greeting__divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #500808, rgba(192,154,90,.6));
  margin-bottom: 28px;
}
.about-greeting__text {
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(18,18,24,.70);
  margin: 0 0 18px;
}
.about-greeting__signature {
  font-family: var(--serif, 'Source Serif 4', serif);
  font-size: 16px;
  font-weight: 500;
  color: #500808;
  margin-top: 12px;
}

/* Mission */
.about-mission__header {
  text-align: center;
  margin-bottom: 56px;
}
.about-mission__eyebrow {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c09a5a;
  margin: 0 0 10px;
}
.about-mission__title {
  font-family: var(--serif, 'Source Serif 4', serif);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 600;
  color: #121218;
  margin: 0 0 18px;
}
.about-mission__rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #500808, rgba(192,154,90,.6));
  margin: 0 auto;
}
.about-mission__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.about-mission__card {
  background: #fff;
  border: 1px solid rgba(18,18,24,.08);
  padding: 36px 32px;
  border-top: 3px solid #500808;
}
.about-mission__icon {
  display: block;
  font-size: 22px;
  color: #c09a5a;
  margin-bottom: 18px;
}
.about-mission__card-title {
  font-family: var(--serif, 'Source Serif 4', serif);
  font-size: 20px;
  font-weight: 600;
  color: #121218;
  margin: 0 0 14px;
}
.about-mission__card-text {
  font-size: 14.5px;
  line-height: 1.78;
  color: rgba(18,18,24,.65);
  margin: 0;
}

/* Values */
.about-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
}
.about-values__eyebrow {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c09a5a;
  margin: 0 0 10px;
}
.about-values__title {
  font-family: var(--serif, 'Source Serif 4', serif);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 600;
  color: #121218;
  margin: 0 0 20px;
}
.about-values__rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #500808, rgba(192,154,90,.6));
  margin-bottom: 24px;
}
.about-values__desc {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(18,18,24,.65);
  margin: 0;
}
.about-values__item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(18,18,24,.08);
  align-items: flex-start;
}
.about-values__item:first-child {
  border-top: 1px solid rgba(18,18,24,.08);
}
.about-values__num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  color: rgba(192,154,90,.7);
  min-width: 28px;
  padding-top: 3px;
}
.about-values__item-title {
  font-size: 15px;
  font-weight: 700;
  color: #121218;
  margin: 0 0 6px;
}
.about-values__item-text {
  font-size: 14px;
  line-height: 1.72;
  color: rgba(18,18,24,.60);
  margin: 0;
}

/* History */
.about-history__header {
  margin-bottom: 56px;
}
.about-history__eyebrow {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c09a5a;
  margin: 0 0 10px;
}
.about-history__title {
  font-family: var(--serif, 'Source Serif 4', serif);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 600;
  color: #121218;
  margin: 0 0 20px;
}
.about-history__rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #500808, rgba(192,154,90,.6));
}
.about-history__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 2px solid rgba(80,8,8,.15);
  padding-left: 40px;
  margin-left: 24px;
}
.about-history__item {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 32px;
  padding: 0 0 48px;
  align-items: flex-start;
}
.about-history__item::before {
  content: "";
  position: absolute;
  left: -48px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #500808;
  border: 2px solid #ede8df;
  box-shadow: 0 0 0 3px rgba(80,8,8,.18);
}
.about-history__year {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #500808;
  padding-top: 2px;
}
.about-history__event {
  font-size: 16px;
  font-weight: 700;
  color: #121218;
  margin: 0 0 8px;
}
.about-history__detail {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(18,18,24,.62);
  margin: 0;
}

/* Responsive */
@media (max-width: 980px) {
  .about-greeting {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-greeting__media {
    position: static;
    max-width: 380px;
  }
  .about-mission__grid {
    grid-template-columns: 1fr;
  }
  .about-values {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .about-section {
    padding: 72px 0;
  }
  .about-history__item {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }
}

.about-history__bullets {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-history__bullets li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(18,18,24,.62);
}
.about-history__bullets li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c09a5a;
}

.about-greeting__img {
  object-position: 20% center;
}
