/* =========================
   OVERVIEW / MEMBERS
========================= */

.overview-page {
  background:
    radial-gradient(circle at top left, rgba(213, 151, 67, .12), transparent 34%),
    linear-gradient(180deg, #fffaf3 0%, #f8f1e6 52%, #fffaf3 100%);
  color: #09213d;
  overflow: hidden;
}

.overview-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.overview-kicker {
  margin: 0 0 10px;
  color: #c99345;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

/* =========================
   HERO
========================= */

.overview-hero {
  position: relative;
  padding: 72px 0 38px;
  text-align: center;
}

.overview-hero::before,
.overview-hero::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 180px;
  opacity: .22;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      circle at 50% 100%,
      transparent 0 15px,
      #d5a04f 16px 18px,
      transparent 19px 32px
    );
}

.overview-hero::before {
  left: -70px;
  top: 40px;
  transform: rotate(-12deg);
}

.overview-hero::after {
  right: -70px;
  bottom: -10px;
  transform: rotate(12deg);
}

.overview-hero h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  font-weight: 800;
  letter-spacing: .22em;
  color: #0a2747;
}

.overview-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 20px auto 18px;
  color: #c99345;
}

.overview-divider span {
  width: min(150px, 25vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, #d5a04f, transparent);
}

.overview-divider i {
  font-style: normal;
  font-size: .8rem;
}

.overview-lead {
  margin: 0;
  color: #183554;
  font-weight: 800;
  line-height: 2;
  letter-spacing: .08em;
}

/* =========================
   MEMBER GRID
========================= */

.member-section {
  position: relative;
  padding: 18px 0 58px;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.member-card {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 210px;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(213, 160, 79, .11), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,250,242,.92));
  border: 1px solid rgba(201, 147, 69, .24);
  box-shadow:
    0 18px 45px rgba(9, 33, 61, .08),
    inset 0 1px 0 rgba(255,255,255,.75);
  overflow: hidden;
}

.member-card::before {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -70px;
  width: 190px;
  height: 150px;
  opacity: .18;
  background:
    repeating-radial-gradient(
      circle at 50% 100%,
      transparent 0 13px,
      #d5a04f 14px 16px,
      transparent 17px 28px
    );
  pointer-events: none;
}

.member-photo {
  position: relative;
  width: 150px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, #e7b45e, #fff3cf, #c58b37);
  box-shadow: 0 14px 26px rgba(9, 33, 61, .14);
  z-index: 1;
}

.member-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  background: #eee;
}

.member-body {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.member-body h2 {
  margin: 0 0 10px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  color: #0b2847;
  letter-spacing: .13em;
  line-height: 1.25;
}

.member-body p {
  margin: 0;
  color: #173451;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .04em;
}

.member-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.member-btn {
  min-width: 132px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .08em;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.member-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(9, 33, 61, .15);
}

.member-btn--dark {
  color: #fff;
  background: linear-gradient(135deg, #061b34, #0d3157);
}

.member-btn--light {
  color: #09213d;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(9, 33, 61, .16);
}

.member-btn--light span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #c99345;
  border: 1px solid rgba(201, 147, 69, .45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
}

.member-empty {
  padding: 48px 24px;
  text-align: center;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(201, 147, 69, .2);
  box-shadow: 0 18px 45px rgba(9, 33, 61, .08);
}

.member-empty h2 {
  margin: 0 0 10px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #0b2847;
}

.member-empty p {
  margin: 0;
  color: #667085;
  font-weight: 700;
}

/* =========================
   PHOTO BAND
========================= */

.overview-photo-band {
  position: relative;
  height: 150px;
  overflow: hidden;
  background: #091f39;
  border-top: 1px solid rgba(201,147,69,.28);
  border-bottom: 1px solid rgba(201,147,69,.28);
}

.photo-band-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 100%;
}

.photo-band-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.95) contrast(1.04);
}

.overview-photo-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,18,36,.72), transparent 28%, transparent 72%, rgba(4,18,36,.72)),
    linear-gradient(180deg, rgba(4,18,36,.15), rgba(4,18,36,.18));
  pointer-events: none;
}

/* =========================
   CTA
========================= */

.overview-cta {
  padding: 46px 0 56px;
  background:
    radial-gradient(circle at left top, rgba(213,160,79,.16), transparent 32%),
    #fffaf3;
}

.overview-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.overview-cta__text h2 {
  margin: 0 0 16px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.45;
  letter-spacing: .12em;
  color: #0b2847;
}

.overview-cta__text p:last-child {
  margin: 0;
  color: #173451;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .04em;
}

.overview-cta__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cta-card {
  min-height: 136px;
  padding: 24px;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 18px 36px rgba(9, 33, 61, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cta-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(9, 33, 61, .24);
}

.cta-card strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.45rem;
  letter-spacing: .12em;
  margin-bottom: 8px;
}

.cta-card span {
  font-size: .92rem;
  font-weight: 800;
  opacity: .9;
}

.cta-card--red {
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.15), transparent 26%),
    linear-gradient(135deg, #9b1d18, #c6382f);
}

.cta-card--navy {
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.12), transparent 26%),
    linear-gradient(135deg, #061b34, #0d3157);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 980px) {
  .member-grid {
    gap: 16px;
  }

  .member-card {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 18px;
    padding: 20px;
    min-height: 180px;
  }

  .member-photo {
    width: 118px;
  }

  .member-btn {
    min-width: 116px;
    min-height: 40px;
    padding: 0 14px;
    font-size: .82rem;
  }

  .overview-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .overview-container {
    width: min(100% - 24px, 1120px);
  }

  .overview-hero {
    padding: 50px 0 28px;
  }

  .overview-hero h1 {
    letter-spacing: .16em;
  }

  .overview-lead {
    font-size: .92rem;
    line-height: 1.9;
  }

  .member-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .member-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    padding: 14px;
    border-radius: 20px;
    text-align: center;
  }

  .member-photo {
    width: min(34vw, 132px);
  }

  .member-body h2 {
    margin-top: 2px;
    font-size: clamp(1.05rem, 4.8vw, 1.45rem);
    letter-spacing: .08em;
  }

  .member-body p {
    font-size: .82rem;
    line-height: 1.7;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .member-actions {
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }

  .member-btn {
    min-width: auto;
    width: 100%;
    min-height: 38px;
    font-size: .75rem;
    padding: 0 10px;
    letter-spacing: .04em;
  }

  .overview-photo-band {
    height: 112px;
  }

  .photo-band-track {
    grid-template-columns: repeat(4, 48vw);
    width: max-content;
    animation: photoBandMove 24s linear infinite;
  }

  .overview-cta {
    padding: 36px 0 44px;
  }

  .overview-cta__buttons {
    grid-template-columns: 1fr;
  }

  .cta-card {
    min-height: 116px;
  }
}

@media (max-width: 390px) {
  .member-card {
    padding: 12px;
  }

  .member-body p {
    font-size: .78rem;
  }

  .member-btn {
    font-size: .7rem;
  }
}

@keyframes photoBandMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}