#testimonial {
  padding: 80px 56px;
  background: var(--s50);
  position: relative;
  overflow: hidden;
}

#testimonial::before {
  content: '"';
  position: absolute;
  top: -40px; left: 40px;
  font-family: var(--serif);
  font-size: 560px;
  line-height: 1;
  color: rgba(255,255,255,0.03);
  pointer-events: none;
  z-index: 0;
  font-style: normal;
}

.test-inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
}

.test-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: var(--white);
  margin-bottom: 52px;
}

.test-attr {
  display: flex;
  align-items: center;
  gap: 20px;
}

.test-attr-line {
  width: 36px; height: 1px;
  background: var(--red);
}

.test-name {
  font-size: 15px;
  font-weight: 600;
}

.test-role {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--s400);
}

.test-more {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid var(--s200);
}

.test-mini {
  flex: 1;
  padding: 22px;
  background: var(--s100);
  position: relative;
}

.test-mini::before {
  content: '"';
  font-family: var(--serif);
  font-size: 32px;
  color: var(--red);
  line-height: 0;
  position: relative;
  top: 12px;
}

.test-mini-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  line-height: 1.65;
  color: var(--s500);
  margin-top: 16px;
  margin-bottom: 20px;
}

.test-mini-attr {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--s400);
}

.test-mini-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--s200);
}

.test-mini-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.test-mini-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.test-portrait {
  position: absolute;
  right: 56px; top: 50%;
  transform: translateY(-50%);
  width: 220px; height: 280px;
  overflow: hidden;
  z-index: 1;
}

.test-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%) brightness(0.8);
}
