/* ============================================
   ABOUT PAGE — about.css
   ============================================ */

/* ============================================
   ABOUT HERO
   ============================================ */
.about-hero {
  padding: 40px 24px 100px;
}

.about-hero-inner {
  max-width: 1128px;
  margin: 0 auto;
}

/* Top row: headline left, body right */
.about-hero-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 56px;
}

.about-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.about-hero-headline {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: #111111;
}

.about-hero-headline em {
  font-style: italic;
}

.about-hero-right {
  display: flex;
  align-items: flex-start;
  padding-top: 16px;
  height: 100%;
}

.about-hero-body {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 15px;
  color: #777777;
  line-height: 1.65;
  max-width: 420px;
}

/* Full-width image */
.about-hero-img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.about-hero-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

/* ============================================
   ABOUT BIO SECTION
   ============================================ */
.about-bio {
  padding: 100px 24px;
}

.about-bio-inner {
  max-width: 1128px;
  margin: 0 auto;
  overflow: hidden;
}

.about-bio-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.about-bio-headline {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 44px;
  line-height: 1.1;
  color: #111111;
  margin-bottom: 32px;
}

.about-bio-headline em {
  font-style: italic;
}

.about-bio-body {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 15px;
  color: #777777;
  line-height: 1.65;
  max-width: 900px;
  margin-bottom: 64px;
}

.about-bio-cols {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-bio-photo {
  border-radius: 20px;
  overflow: hidden;
}

.about-bio-photo img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.about-bio-text {
  padding-top: 8px;
}

.about-bio-name {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 14px;
  color: #111111;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.about-bio-name em {
  font-style: italic;
}

.about-bio-desc {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 1.75;
}

/* ============================================
   MISSION SECTION
   ============================================ */
.about-mission {
  padding: 0 24px 100px;
}

.about-mission-inner {
  max-width: 1128px;
  margin: 0 auto;
  background-color: #f4f4f4;
  border-radius: 24px;
  padding: 32px 48px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
}

.about-mission-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.about-mission-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-mission-badge {
  width: 360px;
}

.about-mission-badge img {
  width: 100%;
  display: block;
}

.about-mission-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-top: 0;
}

.about-mission-text {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.15;
  color: #111111;
}

.about-mission-cta {
  display: inline-block;
  background-color: #111111;
  color: #ffffff;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 40px;
  transition: opacity 0.2s ease;
}

.about-mission-cta:hover {
  opacity: 0.8;
}

/* ============================================
   WORK WITH US SECTION
   ============================================ */
.work-section {
  padding: 0 24px 100px;
}

.work-inner {
  max-width: 1128px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 24px;
  overflow: hidden;
}

.work-photo {
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.work-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.work-content {
  background-color: #f4f4f4;
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.work-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.work-headline {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 44px;
  line-height: 1.2;
  color: #111111;
  text-align: center;
}

.work-headline em {
  font-style: italic;
}

.work-subhead {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 15px;
  color: #777777;
  line-height: 1.65;
  text-align: center;
}

.work-cta {
  display: inline-block;
  background-color: #111111;
  color: #ffffff;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 40px;
  transition: opacity 0.2s ease;
  align-self: center;
}

.work-cta:hover {
  opacity: 0.8;
}
