.about-page {
  font-family: "Manrope", sans-serif;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  font-family: "Sora", sans-serif;
  color: #1a1a1a;
  margin: 0;
  font-weight: 400;
}

.about-page .container {
  width: min(1430px, calc(100% - 32px));
  margin: 0 auto;
}


.about-page .section {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .about-page .section {
    padding: 64px 0;
  }
}

@media (max-width: 580px) {
  .about-page .section {
    padding: 48px 0;
  }
}

.about-hero {
  padding-top: 40px !important;
  padding-bottom: 10px !important;
  /* Reduce space below hero section */
}

.about-content {
  padding-top: 0px !important;
  margin-top: -80px !important;
  /* Pull the section up further, overlapping the normal spacing */
}

.about-hero-banner {
  min-height: 75vh;
  border-radius: 40px;
  background: linear-gradient(270deg, rgba(91, 192, 235, 0) 10.07%, #5bc0eb 100%),
    url("../assets/about us hero.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.about-hero-copy {
  padding: 0 100px;
  margin: 0 600px 0 0;
  max-width: 879px;
  margin-bottom: 70px;
}

.about-page .crumb {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .about-hero-copy {
    padding: 0 32px;
    text-align: center;
  }
}

.about-hero-copy h1 {
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.2;
  margin-bottom: 30px;
}

.about-page .lead,
.about-page p {
  color: #626262;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
}

.about-page .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 50px;
  background: #b7c8f5;
  color: #1a1a1a;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px;
  width: fit-content;
}

.about-page .tag-white {
  background: #fff;
}

.narrative-block.vision-block {
  margin-top: -80px;
  /* Pull vision block up into the empty space of the grid */
  position: relative;
  z-index: 2;
}

.narrative-block {
  max-width: 1033px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}



.narrative-block h2 {
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 10px;
}

.partition {
  display: none;
}

.about-manufacturing {
  background: #f6f6f6;
  border-radius: 100px;
}

.about-manufacturing-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  padding: 100px 40px 150px;
}

.manufacturing-info {
  flex: 1 1 500px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pillars {
  flex: 1 1 400px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pillars article {
  min-height: 80px;
  border-radius: 20px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  padding: 16px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  line-height: 1.33;
  color: #000;
}

.pillar-icon {
  width: 52px;
  height: 52px;
  background: #5BC0EB;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wide-image {
  width: 100%;
  border-radius: 40px;
  height: auto;
  aspect-ratio: 1528 / 806;
  object-fit: cover;
  margin-top: 40px;
}

.export-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
  margin-bottom: 50px;
}

.export-header .title-block {
  flex: 0 0 auto;
}

.export-header h2 {
  font-size: 36px;
  line-height: 1.2;
}

.export-header .lead {
  flex: 0 1 530px;
  font-size: 15px;
  line-height: 22px;
  color: #8a8a8a;
}

.cap-grid {
  height: 220px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: stretch;
}

.cap-grid article {
  min-height: 180px;
  border: 1px solid #5BC0EB;
  border-radius: 20px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  background: #ffffff;
  transition: all 0.3s ease;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #1A1A1A;

}

.cap-grid article:hover {
  transform: translateY(-5px);
  border-color: #1D4ED8;
  box-shadow: 0 10px 30px rgba(91, 192, 235, 0.15);
}

.cap-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #D9E5FD 0%, #D5F6FF 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 22px;
}

.cap-icon svg {
  width: 70px;
  height: 70px;
  display: block;
  object-fit: contain;
}

.about-partnership {
  margin: 0 40px;
  border-radius: 60px;
  padding: 40px 0 !important;
  /* Overrides global .section padding */
  background: linear-gradient(109.96deg, #D9E5FD 4.03%, #D5F6FF 98.83%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.about-partnership::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  width: 1050px;
  height: 1450px;
  background: url("../assets/logo-symbol-bg.png") no-repeat center;
  background-size: contain;
  opacity: 0.5;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
  margin-left: -220px !important;
}

.about-partnership::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.tag-box-white {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 50px;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.tag-box-white img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(26%) sepia(89%) saturate(1826%) hue-rotate(214deg) brightness(91%) contrast(93%);
}

.partnership-content {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 32px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}

.partnership-content h2 {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0;
}

.partnership-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1006px;
}

.partnership-desc p {
  font-size: 18px;
  line-height: 1.6;
  color: #626262;
  font-weight: 500;
  max-width: 800px;
}

/* Unused vector styles removed */

.founder-wrap {
  padding: 80px 0 !important;
}

.founder-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

.founder-info {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.tag-box-blue {
  display: inline-flex;
  padding: 10px 20px;
  background: #D9E5FD;
  border-radius: 50px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1A1A1A;
}

.founder-info h2 {
  font-size: 60px;
  line-height: 1.1;
  color: #1A1A1A;
}

.founder-card {
  flex: 1;
  max-width: 1000px;
  border: 2px solid #1D4ED8;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.founder-card img {
  width: 250px;
  height: 250px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 24px;
  flex-shrink: 0;
}

.founder-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.founder-quote p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #1A1A1A;
  margin: 0;
}

.founder-quote h3 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1D4ED8;
  margin: 0;
}

.global-reach .container {
  display: grid;
  gap: 30px;
  max-width: 1320px;
}

.global-reach-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 30px;
  width: 100%;
  max-width: 100%;
}

.global-reach-title-block {
  flex: 0 1 760px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.global-reach-header h2 {
  font-size: clamp(38px, 3vw, 50px);
  line-height: 1.2;
}

.global-reach-header .lead {
  flex: 0 1 530px;
  min-width: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
}

.global-map {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 0;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .about-manufacturing {
    border-radius: 40px;
  }

  .about-manufacturing-grid {
    padding: 64px 24px;
    flex-direction: column;
    gap: 48px;
  }

  .manufacturing-info,
  .pillars {
    flex: none;
    width: 100%;
  }

  .wide-image {
    margin-top: 48px;
  }

  .export-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .export-header .lead {
    flex: none;
    width: 100%;
  }

  .about-partnership {
    margin: 0;
    border-radius: 40px;
  }

  .partnership-content {
    padding: 64px 24px;
    align-items: center;
    text-align: center;
  }

  .partnership-content h2 {
    font-size: clamp(36px, 10vw, 54px);
    text-align: center;
  }

  .partnership-desc p {
    text-align: center;
  }

  .partnership-vector {
    display: none;
  }

  .founder-wrap {
    padding: 64px 0 !important;
  }

  .founder-grid {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .founder-info {
    flex: none;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .founder-info h2 {
    font-size: clamp(32px, 8vw, 48px);
  }

  .founder-card {
    flex-direction: column;
    width: 100%;
    padding: 32px 20px;
    gap: 32px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }

  .founder-card img {
    width: 100%;
    max-width: 280px;
    border-radius: 50%;
    /* Modern profile circle on mobile */
    aspect-ratio: 1;
    margin: 0 auto;
  }

  .founder-quote p {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    color: #1a1a1a;
  }

  .founder-quote h3 {
    text-align: center;
    margin-top: 12px;
  }

  .cap-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .global-reach-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .global-reach-title-block,
  .global-reach-header .lead {
    max-width: 100%;
  }
}

@media (max-width: 580px) {
  .about-manufacturing-grid {
    padding: 32px 16px;
  }

  .pillars article {
    font-size: 16px;
    padding: 16px 20px;
    min-height: auto;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    justify-content: flex-start;
  }

  .cap-grid {
    grid-template-columns: 1fr;
  }

  .about-page .tag {
    align-self: center;
  }

  .global-reach-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .about-page .container {
    width: min(1280px, calc(100% - 24px));
  }

  .about-hero-banner {
    min-height: 320px;
    border-radius: 24px;
  }

  .about-hero-copy,
  .narrative-block,
  .export-header,
  .global-reach-header,
  .founder-info,
  .founder-quote {
    text-align: center;
  }

  .export-header,
  .global-reach-header {
    align-items: center;
  }

  .manufacturing-info {
    text-align: center;
  }

  .cap-grid article {
    min-height: auto;
    padding: 20px 18px;
  }

  .founder-card {
    border-radius: 24px;
  }
}

@media (max-width: 480px) {
  .about-page .container {
    width: min(1280px, calc(100% - 16px));
  }

  .about-hero-banner {
    min-height: 280px;
    border-radius: 20px;
  }

  .narrative-block,
  .partnership-content,
  .founder-card {
    padding-inline: 16px;
  }

  .pillars article,
  .cap-grid article {
    border-radius: 16px;
  }

  .founder-card img {
    max-width: 220px;
  }
}

@media (max-width: 820px) {

  .about-page .container,
  .about-manufacturing-grid,
  .cap-grid,
  .founder-grid {
    min-width: 0;
  }

  .cap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cap-grid {
    grid-template-columns: 1fr;
  }
}

/* Custom grid layout for About Page company overview section */
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.about-image-block {
  position: relative;
  width: 100%;
  height: 950px;
  margin-right: -100px;
  margin-left: -100px;
}

.about-shield-logo {
  position: absolute;
  width: 991.48px;
  height: 950px;
  top: 35px;
  left: -114px;
  object-fit: contain;
  max-width: none !important;
  transition: transform 0.3s ease;
}

.about-shield-logo:hover {
  transform: scale(1.02);
}

@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .about-image-block {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-shield-logo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
  }
}