/* ============================================================
   about-style-b.css — Option B: Portrait Split
   Body class: about-redesign-b
   Large portrait left, all content right — then single column below
   ============================================================ */

body.about-redesign-b {
  background-color: #F3F3F3;
  color: #202022;
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
}

/* ---- SHARED PRA CLASSES (no longer loading project-style-a.css) ---- */
.pra-section-tag {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ff2c1b;
  margin-bottom: 10px;
}

.arb-main .pra-section-title {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #202022;
  line-height: 1.25;
  margin-bottom: 24px;
}

.arb-main .pra-body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #404040;
  margin-bottom: 20px;
}

/* ---- MAIN CONTAINER ---- */
.arb-main {
  max-width: 940px;
  margin: 0 auto;
  padding: 96px 40px 160px;
}

/* ---- HERO: 2-col split ---- */
.arb-hero {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 56px;
  align-items: start;
  padding-bottom: 0;
}

.arb-portrait {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
  display: block;
  margin-top: 8px;
}

.arb-hero-right {
  padding-top: 4px;
}

.arb-title {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.22;
  color: #202022;
  margin: 16px 0 28px;
}

/* ---- FACTS: label / value rows ---- */
.arb-facts {
  margin-top: 32px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.arb-fact {
  display: flex;
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  align-items: baseline;
}

.arb-fact-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #999;
  width: 80px;
  flex-shrink: 0;
}

.arb-fact-value {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #202022;
  line-height: 1.4;
}

/* ---- CONTACT ---- */
.arb-contact {
  display: flex;
  gap: 20px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.arb-contact a,
.arb-contact button {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #202022;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
}

.arb-contact a:hover,
.arb-contact button:hover {
  color: #ff2c1b;
}

.arb-contact button.is-copied {
  color: #999;
}

/* ---- SECTIONS BELOW HERO ---- */
.arb-sections {
  max-width: 760px;
}

.arb-divider {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.08);
  background: transparent;
  height: 0;
  margin: 64px 0;
}

/* ---- EXPERIENCE ---- */
.arb-timeline {
  border-top: 1px solid rgba(0,0,0,0.08);
  margin-top: 24px;
}

.arb-role {
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  align-items: start;
}

.arb-role:last-child {
  border-bottom: none;
}

.arb-role-title {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #202022;
  margin: 0 0 4px;
}

.arb-role-company {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #999;
  margin: 0;
}

.arb-role-copy {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #404040;
  margin: 0;
  padding: 0;
  text-align: left;
  align-self: start;
}

.arb-role-year {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #999;
  white-space: nowrap;
  margin: 0;
}

/* ---- TESTIMONIALS ---- */
.arb-testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.arb-testimonial-card {
  padding: 24px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  background: rgba(255,255,255,0.5);
}

.arb-quote {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #404040;
  margin: 0;
}

.arb-quote-author {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #999;
  margin: 12px 0 0;
}

/* ---- GALLERY ---- */
.arb-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.arb-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* ---- INLINE LINK ---- */
.arb-inline-link {
  color: #202022;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.arb-inline-link:hover {
  color: #ff2c1b;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 800px) {
  .arb-main {
    padding: 90px 28px 120px;
  }

  .arb-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .arb-portrait {
    width: 140px;
    aspect-ratio: 3 / 4;
    order: -1;
    margin-top: 0;
  }

  .arb-title {
    font-size: 26px;
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .arb-role {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .arb-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .arb-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
