:root {
  --ws-about-primary: #1d92bd;
  --ws-about-primary-dark: #11769b;
  --ws-about-navy: #0c2f42;
  --ws-about-navy-soft: #123f55;
  --ws-about-text: #163240;
  --ws-about-muted: #647985;
  --ws-about-border: #dceaf0;
  --ws-about-surface: #f5fafc;
  --ws-about-white: #ffffff;
  --ws-about-shadow: 0 22px 55px rgba(16, 63, 82, 0.11);
  --ws-about-shadow-hover: 0 28px 68px rgba(16, 63, 82, 0.18);
}

html {
  scroll-behavior: smooth;
}

.ws-about,
.ws-about * {
  box-sizing: border-box;
}

.ws-about {
  overflow: hidden;
  color: var(--ws-about-text);
  background: var(--ws-about-white);
}

.ws-about h1,
.ws-about h2,
.ws-about h3,
.ws-about p {
  margin-top: 0;
}

.ws-about-hero {
  position: relative;
  isolation: isolate;
  padding: 180px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(29, 146, 189, 0.20), transparent 28%),
    linear-gradient(135deg, #f4fbfe 0%, #ffffff 50%, #eef9fc 100%);
}

.ws-about-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -42% 35%;
  z-index: -1;
  height: 520px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(29, 146, 189, 0.08), rgba(12, 47, 66, 0.03));
  transform: rotate(-8deg);
}

.ws-about-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.ws-about-orb--one {
  top: 120px;
  right: 8%;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(29, 146, 189, 0.18);
}

.ws-about-orb--two {
  right: 3%;
  bottom: 60px;
  width: 54px;
  height: 54px;
  background: rgba(29, 146, 189, 0.13);
}

.ws-about-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--ws-about-navy);
  font-size: clamp(44px, 5.8vw, 76px);
  font-weight: 750;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.ws-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--ws-about-primary-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ws-about-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.ws-about-eyebrow--light {
  color: #8ed7ee;
}

.ws-about-hero__lead {
  max-width: 680px;
  margin-bottom: 34px;
  color: var(--ws-about-muted);
  font-size: 20px;
  line-height: 1.7;
}

.ws-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ws-about-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.ws-about-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--ws-about-primary), #167da4);
  box-shadow: 0 13px 28px rgba(29, 146, 189, 0.25);
}

.ws-about-btn--primary:hover {
  box-shadow: 0 17px 35px rgba(29, 146, 189, 0.32);
}

.ws-about-btn--secondary {
  color: var(--ws-about-navy) !important;
  border-color: var(--ws-about-border);
  background: rgba(255, 255, 255, 0.80);
}

.ws-about-btn--secondary:hover {
  background: #fff;
  box-shadow: 0 12px 25px rgba(12, 47, 66, 0.08);
}

.ws-about-hero-card {
  position: relative;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(145deg, var(--ws-about-navy), #13516b);
  box-shadow: 0 30px 75px rgba(12, 47, 66, 0.24);
}

.ws-about-hero-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(29, 146, 189, 0.35);
}

.ws-about-hero-card__icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 22px;
}

.ws-about-hero-card__label {
  display: block;
  margin-bottom: 10px;
  color: #8ed7ee;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ws-about-hero-card h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.ws-about-hero-card > p {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.ws-about-hero-card__footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 600;
}

.ws-about-hero-card__footer i {
  margin-right: 6px;
  color: #7cd4ee;
}

.ws-about-story,
.ws-about-people,
.ws-about-board {
  padding: 105px 0;
}

.ws-about-story {
  background: #fff;
}

.ws-about-section-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.ws-about-section-heading--left {
  margin-right: 55px;
  margin-bottom: 0;
  text-align: left;
}

.ws-about-section-heading h2 {
  margin-bottom: 18px;
  color: var(--ws-about-navy);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 730;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.ws-about-section-heading > p {
  margin-bottom: 0;
  color: var(--ws-about-muted);
  font-size: 18px;
  line-height: 1.75;
}

.ws-about-story__copy p {
  margin-bottom: 18px;
  color: var(--ws-about-muted);
  font-size: 17px;
  line-height: 1.8;
}

.ws-about-story__copy .ws-about-story__statement {
  margin-top: 27px;
  margin-bottom: 0;
  padding: 20px 24px;
  border-left: 4px solid var(--ws-about-primary);
  border-radius: 0 12px 12px 0;
  color: var(--ws-about-navy);
  background: var(--ws-about-surface);
  font-weight: 700;
}

.ws-about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 70px;
}

.ws-about-value-card {
  padding: 34px;
  border: 1px solid var(--ws-about-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(16, 63, 82, 0.055);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ws-about-value-card:hover {
  z-index: 2;
  border-color: rgba(29, 146, 189, 0.36);
  box-shadow: var(--ws-about-shadow);
  transform: translateY(-7px);
}

.ws-about-value-card__icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 14px;
  color: var(--ws-about-primary);
  background: rgba(29, 146, 189, 0.11);
  font-size: 20px;
}

.ws-about-value-card h3 {
  margin-bottom: 12px;
  color: var(--ws-about-navy);
  font-size: 21px;
  font-weight: 700;
}

.ws-about-value-card p {
  margin-bottom: 0;
  color: var(--ws-about-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ws-about-mission {
  padding: 20px 0 105px;
  background: #fff;
}

.ws-about-mission__panel {
  padding: 64px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(29, 146, 189, 0.55), transparent 28%),
    linear-gradient(135deg, #0b2d3e, #124d66);
  box-shadow: 0 28px 68px rgba(12, 47, 66, 0.18);
}

.ws-about-mission__panel h2 {
  max-width: 680px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 720;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.ws-about-mission__panel > .row > div > p {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.8;
}

.ws-about-mission__quote {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.ws-about-mission__quote i {
  margin-bottom: 16px;
  color: #80d5ed;
  font-size: 25px;
}

.ws-about-mission__quote p {
  margin-bottom: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
}

.ws-about-people {
  background: var(--ws-about-surface);
}

.ws-about-team-grid,
.ws-about-board-grid,
.ws-about-social-grid {
  align-items: stretch;
}

.ws-person-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--ws-about-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(16, 63, 82, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ws-person-card:hover {
  border-color: rgba(29, 146, 189, 0.36);
  box-shadow: var(--ws-about-shadow-hover);
  transform: translateY(-8px);
}

.ws-person-card__image-wrap {
  position: relative;
  aspect-ratio: 1 / 1.04;
  overflow: hidden;
  background: #e8f3f7;
}

.ws-person-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}

.ws-person-card:hover .ws-person-card__image {
  transform: scale(1.035);
}

.ws-person-card__linkedin,
.ws-board-card__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: var(--ws-about-primary);
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease;
}

.ws-person-card__linkedin {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 9px 24px rgba(12, 47, 66, 0.20);
}

.ws-person-card__linkedin:hover,
.ws-board-card__linkedin:hover {
  background: var(--ws-about-primary-dark);
  transform: translateY(-2px);
}

.ws-person-card__body {
  padding: 24px;
}

.ws-person-card__body h3 {
  margin-bottom: 6px;
  color: var(--ws-about-navy);
  font-size: 20px;
  font-weight: 720;
}

.ws-person-card__role {
  min-height: 22px;
  margin-bottom: 13px;
  color: var(--ws-about-primary-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ws-person-card__description,
.ws-board-card__description {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ws-about-muted);
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
}

.ws-person-card__description {
  -webkit-line-clamp: 4;
}

.ws-about-board {
  background: #fff;
}

.ws-board-card {
  display: flex;
  height: 100%;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid var(--ws-about-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(16, 63, 82, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ws-board-card:hover {
  box-shadow: var(--ws-about-shadow);
  transform: translateY(-6px);
}

.ws-board-card__image-wrap {
  flex: 0 0 40%;
  min-width: 145px;
  background: #e8f3f7;
}

.ws-board-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ws-board-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
}

.ws-board-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.ws-board-card__heading h3 {
  margin-bottom: 5px;
  color: var(--ws-about-navy);
  font-size: 20px;
  font-weight: 720;
}

.ws-board-card__heading p {
  margin-bottom: 0;
  color: var(--ws-about-primary-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ws-board-card__linkedin {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.ws-board-card__description {
  -webkit-line-clamp: 5;
}

.ws-about-life {
  padding: 105px 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(29, 146, 189, 0.22), transparent 25%),
    linear-gradient(145deg, #0a2a3a, #124860);
}

.ws-about-section-heading--light h2 {
  color: #fff;
}

.ws-about-section-heading--light > p {
  color: rgba(255, 255, 255, 0.70);
}

.ws-social-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(4, 24, 33, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ws-social-card:hover {
  box-shadow: 0 30px 64px rgba(4, 24, 33, 0.34);
  transform: translateY(-7px);
}

.ws-social-card__image-wrap {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfeef3;
}

.ws-social-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ws-social-card:hover .ws-social-card__image {
  transform: scale(1.04);
}

.ws-social-card__body {
  padding: 26px;
}

.ws-social-card__date {
  display: block;
  margin-bottom: 11px;
  color: var(--ws-about-primary-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ws-social-card__body h3 {
  margin-bottom: 12px;
  color: var(--ws-about-navy);
  font-size: 20px;
  font-weight: 720;
  line-height: 1.35;
}

.ws-social-card__description {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ws-about-muted);
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media (max-width: 1199px) {
  .ws-about-hero {
    padding-top: 155px;
  }

  .ws-about-hero-card {
    padding: 32px;
  }

  .ws-board-card {
    flex-direction: column;
  }

  .ws-board-card__image-wrap {
    flex-basis: auto;
    width: 100%;
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 991px) {
  .ws-about-hero {
    padding: 135px 0 85px;
  }

  .ws-about-story,
  .ws-about-people,
  .ws-about-board,
  .ws-about-life {
    padding: 82px 0;
  }

  .ws-about-section-heading--left {
    margin-right: 0;
    margin-bottom: 34px;
  }

  .ws-about-values {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .ws-about-mission {
    padding-bottom: 82px;
  }

  .ws-about-mission__panel {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .ws-about-hero h1 {
    font-size: 45px;
  }

  .ws-about-hero__lead {
    font-size: 17px;
  }

  .ws-about-hero-card,
  .ws-about-mission__panel {
    padding: 30px;
    border-radius: 22px;
  }

  .ws-about-section-heading {
    margin-bottom: 40px;
  }

  .ws-about-section-heading h2 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .ws-about-hero {
    padding: 120px 0 70px;
  }

  .ws-about-hero h1 {
    font-size: 39px;
  }

  .ws-about-hero__actions {
    flex-direction: column;
  }

  .ws-about-btn {
    width: 100%;
  }

  .ws-about-story,
  .ws-about-people,
  .ws-about-board,
  .ws-about-life {
    padding: 68px 0;
  }

  .ws-about-value-card {
    padding: 27px;
  }

  .ws-about-mission {
    padding-bottom: 68px;
  }

  .ws-about-mission__panel {
    padding: 27px;
  }

  .ws-about-mission__quote {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ws-about *,
  .ws-about *::before,
  .ws-about *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
