/* ============================================================
   CYTECH PHARMACEUTICALS — ABOUT & VISION/MISSION
   ============================================================ */

/* ── HOME ABOUT GRID ── */
body{
  background-image: var(--texture);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin-top: 0.5rem;
  
}

/* ── ABOUT IMAGE ── */
.about-img-wrap {
  position: relative;
  object-fit:fill;
}

.about-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: fill;
  border-radius: var(--radius-lg);
}

.about-img-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--brand);
  color: #fff;
  padding: 1.2rem 1.5rem;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.about-img-badge .big {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.about-img-badge .small {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 3px;
}

/* ── ABOUT FEATURE LIST ── */
.about-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 0.8 rem;
}

.about-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 1.1rem 1.3rem;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all 0.2s;
}

.about-item:hover {
  border-color: var(--brand);
  background: var(--brand-pale);
}

.about-icon {
  width: 36px;
  height: 36px;
  background: var(--brand);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.about-item-text h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 2px;
}

.about-item-text p {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.5;
}

/* ── ABOUT FULL PAGE ── */
.about-page-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  margin-top: 1.8rem;
  align-items: start;
}

.about-sidebar {
  position: sticky;
  top: 90px;
}

.about-sidebar ul {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.about-sidebar li a {
  display: block;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-2);
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s;
}

.about-sidebar li:last-child a {
  border-bottom: none;
}

.about-sidebar li a:hover,
.about-sidebar li a.active {
  color: var(--brand);
  background: var(--brand-light);
  padding-left: 22px;
  border-left: 3px solid var(--brand);
}

.about-content h2 {
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.about-content .tagline {
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
}

.about-content p {
  font-size: 17px;
  color: var(--text-2);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-content strong {
  color: var(--text);
  font-weight: 600;
}

/* ── PRINCIPLES GRID ── */
.principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.principle-card {
  padding: 1.3rem;
  background: var(--brand-pale);
  border: 1px solid rgba(160, 0, 93, 0.15);
  border-radius: var(--radius);
}

.principle-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 4px;
}

.principle-card p {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.55;
  margin-bottom: 0;
}

/* ── OFFICES GRID ── */
.offices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.office-card {
  padding: 1.2rem;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.office-card .office-type {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.office-card .office-city {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}

.office-card .office-addr {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.5;
}

/* ── VISION MISSION SECTION ── */
.vm-section {
  background: linear-gradient(135deg, var(--dark-1) 0%, var(--dark-2) 50%, var(--dark-3) 100%);
}

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 3rem;
}

.vm-card {
  padding: 2.0rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  margin: 0 auto;
 
}

.vm-card.v-card { background: #ede8eb; align-items: center; background-image: var(--texture); }
.vm-card.m-card {
  background:  #ede8eb;
  border-color: rgba(247, 243, 245, 0.3);
   background-image: var(--texture);
}

.vm-label {
  font-size: 18.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  text-align: center;
}

.vm-card.v-card .vm-label { color: #cf036d;  }
.vm-card.m-card .vm-label { color: #e91783; }

.vm-card h3 {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 700;
  color: #1b1a1a;
  margin-bottom: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

.vm-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align:inherit ;
}

.vm-list li {
  display: flex;
  gap: 10px;
  font-size: 18px;
  color: rgba(8, 4, 4, 0.75);
  line-height: 1.3;
}

.vm-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand-mid);
  flex-shrink: 0;
  margin-top: 8px;
}

.vm-card.m-card .vm-dot { background: #252525; }
/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 768px) {
.about-img-wrap img{
  height: 90%;
  margin: 0 auto;
}


}