/* ==================================================
   Proteus About — elegant modern page
================================================== */

.proteus-about-hero,
.proteus-about-story,
.proteus-about-mission,
.proteus-about-values,
.proteus-about-capabilities,
.proteus-about-location {
  --pa-ink: #0a1c2a;
  --pa-muted: #5d7588;
  --pa-line: rgba(10, 28, 42, 0.08);
  --pa-accent: #1a9b6c;
  --pa-cream: #fff4d7;
  font-family: "Manrope", system-ui, sans-serif;
}

/* ---- Page hero ---- */
.proteus-about-hero {
  position: relative;
  padding: 150px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 70% at 8% 20%, rgba(255, 244, 215, 0.55), transparent 55%),
    radial-gradient(ellipse 45% 55% at 95% 70%, rgba(26, 155, 108, 0.1), transparent 50%),
    linear-gradient(165deg, #f7faf8 0%, #eef5f1 50%, #f8f4ea 100%);
}

.proteus-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 250, 248, 0.4), transparent 70%);
  pointer-events: none;
}

.proteus-about-hero .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

.proteus-about-hero .about-hero-inner {
  max-width: 720px;
}

.proteus-about-hero .about-kicker,
.proteus-about-story .section-kicker,
.proteus-about-values .section-kicker,
.proteus-about-capabilities .section-kicker,
.proteus-about-location .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--pa-line);
  color: var(--pa-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proteus-about-hero .about-kicker::before,
.proteus-about-story .section-kicker::before,
.proteus-about-values .section-kicker::before,
.proteus-about-capabilities .section-kicker::before,
.proteus-about-location .section-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pa-accent);
  box-shadow: 0 0 0 4px rgba(26, 155, 108, 0.16);
}

.proteus-about-hero h1 {
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--pa-ink);
  margin: 0 0 18px;
}

.proteus-about-hero p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--pa-muted);
  margin: 0;
  max-width: 560px;
}

/* ---- Story ---- */
.proteus-about-story {
  padding: 90px 0;
  background: #fff;
}

.proteus-about-story .container {
  max-width: 1200px;
}

.proteus-about-story .about-story-media {
  position: relative;
  padding-right: 18px;
  padding-bottom: 18px;
}

.proteus-about-story .about-story-img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  border-radius: 24px;
  display: block;
  box-shadow: 0 24px 50px rgba(10, 28, 42, 0.1);
  background: #f4f8f6;
}

.proteus-about-story .about-float-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(10, 28, 42, 0.08);
  box-shadow: 0 12px 28px rgba(10, 28, 42, 0.1);
  font-size: 12.5px;
  font-weight: 700;
  color: #0a1c2a;
  z-index: 2;
  animation: aboutFloat 5s ease-in-out infinite;
}

.proteus-about-story .about-float-chip svg {
  width: 15px;
  height: 15px;
  color: #1a9b6c;
}

.proteus-about-story .chip-web {
  left: -8px;
  bottom: 14%;
}

.proteus-about-story .chip-ai {
  right: 0;
  top: 14%;
  animation-delay: 0.6s;
}

.proteus-about-story .chip-ai svg {
  color: #3a6db5;
}

.proteus-about-story .about-story-copy h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: var(--pa-ink);
  margin: 0 0 14px;
}

.proteus-about-story .bar,
.proteus-about-values .bar,
.proteus-about-capabilities .bar {
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pa-accent), #3ecf8e);
  margin: 0 0 18px;
}

.proteus-about-story .about-story-copy p {
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.75;
  color: var(--pa-muted);
  margin: 0 0 14px;
}

.proteus-about-story .about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--pa-ink);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(10, 28, 42, 0.16);
  transition: background 0.25s ease, transform 0.25s ease;
}

.proteus-about-story .about-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.proteus-about-story .about-link:hover {
  background: var(--pa-accent);
  color: #fff !important;
  transform: translateY(-2px);
}

.proteus-about-story .about-link:hover svg {
  transform: translateX(3px);
}

/* ---- Mission / Vision ---- */
.proteus-about-mission {
  padding: 20px 0 90px;
  background: #fff;
}

.proteus-about-mission .container {
  max-width: 1200px;
}

.proteus-about-mission .mission-panel {
  height: 100%;
  padding: 36px 32px;
  border-radius: 22px;
  border: 1px solid var(--pa-line);
  background:
    radial-gradient(ellipse at top right, rgba(255, 244, 215, 0.45), transparent 50%),
    #f7faf8;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.proteus-about-mission .mission-panel.vision {
  background:
    radial-gradient(ellipse at top left, rgba(26, 155, 108, 0.1), transparent 50%),
    linear-gradient(160deg, #0a1c2a 0%, #143447 100%);
  border-color: transparent;
}

.proteus-about-mission .mission-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(10, 28, 42, 0.08);
}

.proteus-about-mission .panel-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pa-accent);
}

.proteus-about-mission .mission-panel.vision .panel-label {
  color: var(--pa-cream);
}

.proteus-about-mission .mission-panel h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: var(--pa-ink);
  margin: 0 0 12px;
}

.proteus-about-mission .mission-panel.vision h3 {
  color: #fff;
  font-weight: 700;
}

.proteus-about-mission .mission-panel p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--pa-muted);
  margin: 0;
}

.proteus-about-mission .mission-panel.vision p {
  color: rgba(255, 255, 255, 0.72);
}

/* ---- Values ---- */
.proteus-about-values {
  padding: 90px 0;
  background:
    radial-gradient(ellipse 50% 50% at 50% 0%, rgba(255, 244, 215, 0.35), transparent 55%),
    #f4f8f6;
}

.proteus-about-values .container {
  max-width: 1200px;
}

.proteus-about-values .section-title {
  max-width: 560px;
  margin: 0 auto 48px;
  text-align: center;
}

.proteus-about-values .section-title h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--pa-ink);
  margin: 0 0 12px;
}

.proteus-about-values .section-title .bar {
  margin-left: auto;
  margin-right: auto;
}

.proteus-about-values .section-title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--pa-muted);
  margin: 0;
}

.proteus-about-values .value-item {
  height: 100%;
  padding: 8px 4px;
}

.proteus-about-values .value-ico {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  margin-bottom: 16px;
  background: rgba(26, 155, 108, 0.12);
  color: var(--pa-accent);
}

.proteus-about-values .col-lg-3:nth-child(2) .value-ico {
  background: rgba(58, 109, 181, 0.12);
  color: #3a6db5;
}

.proteus-about-values .col-lg-3:nth-child(3) .value-ico {
  background: rgba(201, 137, 26, 0.14);
  color: #c9891a;
}

.proteus-about-values .col-lg-3:nth-child(4) .value-ico {
  background: rgba(10, 28, 42, 0.08);
  color: var(--pa-ink);
}

.proteus-about-values .value-ico svg {
  width: 20px;
  height: 20px;
}

.proteus-about-values .value-item h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--pa-ink);
  margin: 0 0 8px;
}

.proteus-about-values .value-item p {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--pa-muted);
  margin: 0;
}

/* ---- Capabilities ---- */
.proteus-about-capabilities {
  padding: 90px 0;
  background: #fff;
}

.proteus-about-capabilities .container {
  max-width: 1200px;
}

.proteus-about-capabilities h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: var(--pa-ink);
  margin: 0 0 14px;
}

.proteus-about-capabilities > .container > .row > .col-lg-5 > p {
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--pa-muted);
  margin: 0;
}

.proteus-about-capabilities .capability-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.proteus-about-capabilities .capability-row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid var(--pa-line);
  transition: padding-left 0.25s ease;
}

.proteus-about-capabilities .capability-row:first-child {
  border-top: 1px solid var(--pa-line);
}

.proteus-about-capabilities .capability-row:hover {
  padding-left: 6px;
}

.proteus-about-capabilities .cap-num {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--pa-accent);
  padding-top: 3px;
}

.proteus-about-capabilities .capability-row strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--pa-ink);
  margin-bottom: 4px;
}

.proteus-about-capabilities .capability-row p {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--pa-muted);
  margin: 0;
}

/* ---- Location ---- */
.proteus-about-location {
  padding: 0 0 70px;
  background: #fff;
}

.proteus-about-location .container {
  max-width: 1200px;
}

.proteus-about-location .location-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 36px 36px;
  border-radius: 22px;
  background:
    radial-gradient(ellipse at left center, rgba(255, 244, 215, 0.2), transparent 50%),
    linear-gradient(120deg, #0a1c2a 0%, #143447 100%);
}

.proteus-about-location .section-kicker.light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--pa-cream);
}

.proteus-about-location .section-kicker.light::before {
  background: var(--pa-cream);
  box-shadow: 0 0 0 4px rgba(255, 244, 215, 0.18);
}

.proteus-about-location h2 {
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 8px;
}

.proteus-about-location .location-copy > p {
  font-size: 14.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.proteus-about-location .location-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.proteus-about-location .loc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.proteus-about-location .loc-link svg {
  width: 16px;
  height: 16px;
  color: var(--pa-cream);
}

.proteus-about-location .loc-link:hover {
  color: var(--pa-cream) !important;
}

@keyframes aboutFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {
  .proteus-about-hero {
    padding: 130px 0 60px;
    text-align: center;
  }

  .proteus-about-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .proteus-about-story {
    padding: 70px 0;
  }

  .proteus-about-story .about-story-media {
    padding: 0 0 20px;
    margin-bottom: 10px;
  }

  .proteus-about-story .about-story-img {
    min-height: 0;
  }

  .proteus-about-story .chip-web {
    left: 8px;
  }

  .proteus-about-story .chip-ai {
    right: 8px;
  }

  .proteus-about-story .about-story-copy {
    text-align: center;
  }

  .proteus-about-story .bar {
    margin-left: auto;
    margin-right: auto;
  }

  .proteus-about-values,
  .proteus-about-capabilities {
    padding: 70px 0;
  }

  .proteus-about-location .location-inner {
    padding: 28px 24px;
  }
}

@media (max-width: 575px) {
  .proteus-about-mission .mission-panel {
    padding: 28px 22px;
  }

  .proteus-about-location .location-actions {
    width: 100%;
  }
}
