/* ── ABOUT/FOUNDER ── */
.about-founder-sec {
  padding: 120px 130px;
  background: #fff;
}
.about-label-wrap {
  margin-bottom: 48px;
}
.about-founder-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 40px;
  align-items: center;
}
.about-collage {
  position: relative;
  width: 100%;
}
.about-label {
  display: inline-block;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--y);
}
.about-label-text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  /* text-transform: uppercase; */
  color: #00000080;
  font-family: Montserrat;
}
.about-single-image {
  width:100%;
  /* height: auto; */
  max-height: 550px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}
.about-availability-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #FFFFFFF2;
  padding: 12px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 8px 24px 0px #0000001A;
}
.about-availability-badge svg {
  width: 36px;
  height: 36px;
  stroke: var(--ink);
  flex-shrink: 0;
}
.about-badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.about-badge-label {
  font-size: 11px;
  font-weight: 400;
  color: #888888;
  /* text-transform: uppercase; */
  letter-spacing: 0.05em;
}
.about-badge-value {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}
.about-headline {
  font-size: 42px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 24px 0;
  line-height: 1.1;
  letter-spacing: -1px;
}
.about-quote-box {
  color: var(--ink);
  padding: 20px 16px;
  border-left: 2px solid var(--y);
  font-size: 22px;
  font-weight: 700;
  margin: 24px 0;
  line-height: 1.6;
  /* font-style: italic; */
}
.about-body-content {
  margin: 24px 0;
}


.about-body-content p {
  font-size: 14px;
  color: var(--ink3);
  line-height: 1.7;
  margin-bottom: 12px;
}

.about-body-container-mode {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.about-body-mode {
  background: #f5f5f3 !important;
  border: 1px solid #0000001a !important;
  border-radius: 999px;
  padding: 5px 14px !important;
  font-size: 12px;
  font-weight: 500;
  color: #0a0a0a !important;
}

.about-author-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.about-author-avatar {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.author-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-author-text {
  display: flex;
  flex-direction: column;
}
.about-author-name {
  font-size: 14px;
  font-weight: 800;
  font-family: Montserrat;
  color: var(--ink);
}
.about-author-title {
  font-size: 12px;
   font-family: Montserrat;
   font-weight: 400;
  color: var(--ink3);
  margin-top: 2px;
}
.collage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.collage-grid img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
.collage-grid img:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.about-badge-bottom {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.about-founder-intro {
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.about-founder-body {
  font-size: 15px;
  color: var(--ink2);
  line-height: 1.75;
  margin-bottom: 32px;
}
.about-founder-footer {
  padding-top: 24px;
  border-top: 1px solid var(--bl);
}
