.u-section-about-sub {
  border-top: 1px solid rgba(104, 255, 226, 0.18);
  background: transparent;
}

.u-section-about-sub .u-sheet {
  padding: 60px 0;
}

.about-sub-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.about-sub-media {
  border: 1px solid rgba(104, 255, 226, 0.28);
  border-radius: 20px;
  background: rgba(8, 16, 20, 0.55);
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-sub-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-sub-eyebrow {
  color: #85d5a1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 8px;
}

.about-sub-title {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.08;
  color: #eff7f3;
  text-transform: uppercase;
}

.about-sub-lead {
  margin-top: 16px;
  color: #dfe7e3;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.45;
}

.about-sub-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-sub-card {
  border: 1px solid rgba(104, 255, 226, 0.25);
  border-radius: 16px;
  background: rgba(9, 18, 22, 0.62);
  padding: 18px;
}

.about-sub-card h3 {
  margin: 0 0 10px;
  color: #f2faf6;
  font-size: 1.2rem;
}

.about-sub-card p,
.about-sub-card li {
  color: #dce5e1;
  margin: 0;
}

.about-sub-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.about-sub-card ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.about-links-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-link-box {
  display: block;
  text-decoration: none;
  border-radius: 14px;
  border: 1px solid rgba(104, 255, 226, 0.35);
  background: rgba(8, 16, 19, 0.68);
  color: #ebf6f2;
  padding: 16px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.about-link-box:hover,
.about-link-box:focus-visible {
  border-color: rgba(133, 213, 161, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
}

.about-link-box h3 {
  margin: 0 0 8px;
  color: #f3fbf7;
}

.about-link-box p {
  margin: 0;
  color: #dbe8e2;
  font-size: 0.98rem;
}

.about-form-wrap {
  margin-top: 22px;
}

.u-section-about-sub .about-form-wrap.u-form-1 {
  background: rgba(0, 0, 0, 0.86) !important;
  border: 1px solid rgba(104, 255, 226, 0.7) !important;
  box-shadow: 0 0 24px rgba(104, 255, 226, 0.35) !important;
  border-radius: 18px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-section-about-sub .about-form-wrap.u-form-1 .u-inner-form {
  padding: 90px !important;
}

.u-section-about-sub .about-form-wrap.u-form-1 .u-label {
  color: #ffffff !important;
}

.u-section-about-sub .about-form-wrap.u-form-1 .u-input,
.u-section-about-sub .about-form-wrap.u-form-1 input,
.u-section-about-sub .about-form-wrap.u-form-1 textarea,
.u-section-about-sub .about-form-wrap.u-form-1 select {
  background: transparent !important;
  border: 1px solid rgba(104, 255, 226, 0.6) !important;
  color: #eaf2ff !important;
  box-shadow: 0 0 10px rgba(104, 255, 226, 0.18) !important;
  border-radius: 16px !important;
}

.u-section-about-sub .about-form-wrap.u-form-1 textarea {
  border-radius: 16px !important;
}

.u-section-about-sub .about-form-wrap.u-form-1 input[type="file"] {
  padding: 10px 14px !important;
  color: #dce7e3 !important;
  background: rgba(0, 0, 0, 0.75) !important;
  border-radius: 16px !important;
}

.u-section-about-sub .about-form-wrap.u-form-1 input[type="file"]::file-selector-button {
  border: 1px solid rgba(104, 255, 226, 0.7);
  background: rgba(3, 12, 15, 0.9);
  color: #c8fff0;
  border-radius: 12px;
  padding: 8px 12px;
  margin-right: 10px;
  cursor: pointer;
}

.u-section-about-sub .about-form-wrap.u-form-1 input[type="file"]::-webkit-file-upload-button {
  border: 1px solid rgba(104, 255, 226, 0.7);
  background: rgba(3, 12, 15, 0.9);
  color: #c8fff0;
  border-radius: 12px;
  padding: 8px 12px;
  margin-right: 10px;
  cursor: pointer;
}

.u-section-about-sub .about-form-wrap.u-form-1 .u-btn-submit {
  border-radius: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border-width: 1px !important;
  border-style: solid !important;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease !important;
  color: rgba(133, 213, 161, 0.8) !important;
  background: transparent !important;
  border-color: rgba(104, 255, 226, 0.88) !important;
  box-shadow: inset 0 0 14px rgba(104, 255, 226, 0.24), 0 0 34px rgba(104, 255, 226, 0.5) !important;
}

.u-section-about-sub .about-form-wrap.u-form-1 .u-btn-submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.about-form-note {
  margin-top: 12px;
  font-size: 0.9rem;
  color: #b8cbc3;
}

.about-collab-map {
  margin-top: 20px;
  border: 1px solid rgba(104, 255, 226, 0.32);
  border-radius: 16px;
  background: rgba(8, 16, 19, 0.66);
  padding: 18px;
}

.about-collab-map img {
  width: 100%;
  border-radius: 10px;
}

.team-page .team-hero .u-sheet {
  min-height: calc(100vh - 120px);
  min-height: calc(100svh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-right: 280px;
}

.team-page .team-hero .about-sub-title {
  max-width: 17ch;
  font-size: clamp(2.25rem, 5.2vw, 4.6rem);
}

.team-page .team-hero .about-sub-eyebrow,
.team-page .team-hero .about-sub-lead,
.team-page .team-hero .team-lead-small,
.innovation-page .innovation-hero .about-sub-eyebrow,
.innovation-page .innovation-hero .about-sub-title,
.innovation-page .innovation-hero .team-text-block {
  max-width: min(860px, calc(100% - 24px));
}

.team-lead-small {
  margin-top: 14px;
  color: #c9dad3;
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.5;
  max-width: 76ch;
}

.team-section {
  border-top: 1px solid rgba(104, 255, 226, 0.2);
}

.team-section .u-sheet {
  padding-top: 70px;
  padding-bottom: 70px;
}

.team-section-narrow .u-sheet {
  max-width: 980px;
}

.team-h2 {
  margin: 0 0 18px;
  color: #eff8f3;
  font-size: clamp(1.7rem, 3.1vw, 2.8rem);
  line-height: 1.15;
}

.team-h3 {
  margin: 0 0 14px;
  color: #f2faf6;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.team-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.team-grid-2-top {
  margin-bottom: 20px;
}

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

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

.team-capability-grid .about-sub-card p {
  font-weight: 600;
}

.team-text-block {
  max-width: 90ch;
  color: #dce5e1;
}

.team-text-block p {
  margin: 0 0 12px;
}

.team-method-note {
  margin-top: 18px;
  color: #bdd2c9;
  font-size: 0.96rem;
}

.team-centered {
  text-align: center;
}

.team-centered-copy {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.team-close .team-claim {
  margin: 22px 0 0;
  text-align: center;
  color: #e5fff4;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.innovation-page .innovation-hero .about-sub-title {
  max-width: 18ch;
}

.innovation-page .innovation-hero .u-sheet {
  position: relative;
  padding-right: 280px;
}

.about-hero-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.about-hero-icon.casos-hero-icon {
  width: 220px;
  height: 220px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, rgba(133, 213, 161, 0.18), rgba(0, 0, 0, 0));
  border: 1px solid rgba(133, 213, 161, 0.45);
  box-shadow: 0 0 40px rgba(133, 213, 161, 0.25), inset 0 0 20px rgba(133, 213, 161, 0.2);
  animation: about-hero-pulse 6s ease-in-out infinite;
}

.about-hero-icon.casos-hero-icon svg {
  width: 112px;
  height: 112px;
  fill: rgba(232, 255, 251, 0.95);
  filter: drop-shadow(0 0 18px rgba(133, 213, 161, 0.6));
}

@keyframes about-hero-pulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 0 36px rgba(133, 213, 161, 0.2), inset 0 0 18px rgba(133, 213, 161, 0.18);
  }
  50% {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 0 48px rgba(133, 213, 161, 0.3), inset 0 0 24px rgba(133, 213, 161, 0.22);
  }
}

.innovation-areas .about-sub-card {
  min-height: 210px;
}

.innovation-projects-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.innovation-project-thumb {
  border: 1px solid rgba(104, 255, 226, 0.34);
  border-radius: 12px;
  padding: 0;
  background: rgba(7, 14, 17, 0.76);
  cursor: zoom-in;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.innovation-project-thumb:hover,
.innovation-project-thumb:focus-visible {
  border-color: rgba(133, 213, 161, 0.92);
  transform: translateY(-2px);
  box-shadow: 0 0 22px rgba(104, 255, 226, 0.2);
}

.innovation-project-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

.innovation-modal {
  position: fixed;
  inset: 0;
  background: rgba(2, 8, 10, 0.92);
  z-index: 1500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.innovation-modal.is-open {
  display: flex;
}

.innovation-modal img {
  max-width: min(1200px, 92vw);
  max-height: 88vh;
  border-radius: 18px;
  border: 1px solid rgba(104, 255, 226, 0.38);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.52);
}

.innovation-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(104, 255, 226, 0.5);
  background: rgba(5, 12, 14, 0.88);
  color: #e5fff4;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1279px) {
  .about-sub-hero,
  .about-sub-grid,
  .about-links-grid {
    grid-template-columns: 1fr;
  }

  .team-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-grid-3 {
    grid-template-columns: 1fr;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .about-sub-media {
    min-height: 220px;
  }

  .team-page .team-hero .u-sheet,
  .innovation-page .innovation-hero .u-sheet {
    padding-right: 180px;
  }
}

@media (max-width: 767px) {
  .u-section-about-sub .u-sheet {
    padding: 42px 0;
  }

  .team-section .u-sheet {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .team-page .team-hero .u-sheet {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 52px;
    padding-right: 0;
  }

  .innovation-page .innovation-hero .u-sheet {
    padding-right: 0;
  }

  .team-page .team-hero .about-sub-eyebrow,
  .team-page .team-hero .about-sub-lead,
  .team-page .team-hero .team-lead-small,
  .innovation-page .innovation-hero .about-sub-eyebrow,
  .innovation-page .innovation-hero .about-sub-title,
  .innovation-page .innovation-hero .team-text-block {
    max-width: 100%;
  }

  .about-hero-icon {
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }

  .about-hero-icon.casos-hero-icon {
    width: 128px;
    height: 128px;
  }

  .about-hero-icon.casos-hero-icon svg {
    width: 64px;
    height: 64px;
  }

  .team-grid-4 {
    grid-template-columns: 1fr;
  }

  .innovation-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .u-section-about-sub .about-form-wrap.u-form-1 .u-inner-form {
    padding: 30px !important;
  }
}

@media (max-width: 540px) {
  .innovation-projects-grid {
    grid-template-columns: 1fr;
  }

}
